Skip to content

Commit db162fb

Browse files
committed
Fixed deps
1 parent 0274f4b commit db162fb

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22
jobs:
3-
test-php72:
3+
test-php73:
44
docker:
5-
- image: circleci/php:7.2-cli
5+
- image: circleci/php:7.3-cli
66

77
working_directory: ~/project
88
steps:
@@ -60,5 +60,5 @@ workflows:
6060
version: 2
6161
test:
6262
jobs:
63-
- test-php72
63+
- test-php73
6464
- test-php74

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2.9",
13+
"php": "^7.3",
1414

1515
"symfony/http-kernel": "^4.4 || ^5.0",
1616
"symfony/dependency-injection": "^5.0",
@@ -19,8 +19,7 @@
1919
"react/filesystem": "^0.1"
2020
},
2121
"require-dev": {
22-
"mmoreram/symfony-bundle-dependencies": "^2.2.0",
23-
"mmoreram/base-bundle": "^2.0.2",
22+
"mmoreram/base-bundle": "^2.1.0",
2423
"symfony/yaml": "^5.0",
2524
"symfony/console": "^5.0",
2625
"clue/block-react": "^1.3"

0 commit comments

Comments
 (0)