Skip to content

Commit

Permalink
feat: add symfony 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesgeene committed Oct 5, 2023
1 parent 51c95ff commit 3b63106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"email": "goetas@gmail.com"
}],
"require": {
"php": "^7.1|^8.0",
"php": "^7.1|^8.0|^8.1",
"goetas-webservices/xsd-reader": "^0.3",
"symfony/event-dispatcher-contracts": "^1.1|^2.0",
"symfony/event-dispatcher": "^2.4|^3.0|^4.0|^5.0",
"symfony/event-dispatcher-contracts": "^1.1|^2.0|^3.0",
"symfony/event-dispatcher": "^2.4|^3.0|^4.0|^5.0|^6.0",
"ext-dom": "*"
},
"require-dev": {
Expand Down

0 comments on commit 3b63106

Please sign in to comment.