Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit a5d60d4

Browse files
authored
Merge pull request #1 from fd6130/update_composer_json
Update composer.json packages version
2 parents 8357c08 + 1f2c3e5 commit a5d60d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.2.0",
15+
"php": ">=7.3",
1616
"symfony/console": "~2.3|~3.0|~4.0|~5.0",
1717
"symfony/dependency-injection": "~2.3|~3.0|~4.0|~5.0",
1818
"symfony/expression-language": "~2.4|~3.0|~4.0|~5.0",
@@ -23,7 +23,7 @@
2323
"symfony/process": "~2.3|~3.0|~4.0|~5.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^6.1"
26+
"phpunit/phpunit": "^9.1"
2727
},
2828
"config": {
2929
"sort-packages": true

0 commit comments

Comments
 (0)