Skip to content

Commit

Permalink
Merge pull request #2 from robiningelbrecht/symfony-5-support
Browse files Browse the repository at this point in the history
Support Symfony 5
  • Loading branch information
robiningelbrecht committed Sep 4, 2023
2 parents 60fefb8 + 611de4b commit b04638e
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 596 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"php": "^8.1 || ^8.2",
"php": "^8.1",
"ext-simplexml": "*",
"ext-xmlreader": "*",
"phpunit/phpunit": "^10.1",
"symfony/console": "^6.2"
"symfony/console": "^5.4||^6.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b04638e

Please sign in to comment.