Skip to content

Commit b04638e

Browse files
Merge pull request #2 from robiningelbrecht/symfony-5-support
Support Symfony 5
2 parents 60fefb8 + 611de4b commit b04638e

File tree

5 files changed

+365
-596
lines changed

5 files changed

+365
-596
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1 || ^8.2",
19+
"php": "^8.1",
2020
"ext-simplexml": "*",
2121
"ext-xmlreader": "*",
2222
"phpunit/phpunit": "^10.1",
23-
"symfony/console": "^6.2"
23+
"symfony/console": "^5.4||^6.2"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)