Skip to content

Commit

Permalink
Merge pull request #19 from Guite/master
Browse files Browse the repository at this point in the history
allow Symfony 7
  • Loading branch information
goetas authored Jan 17, 2024
2 parents 88f5f53 + 1f229fd commit bfb1af0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
}
},
"require": {
"php": "^7.1|^8.0",
"symfony/http-foundation": "^4.1.1|^5.0|^6.0",
"symfony/http-kernel": "^4.3|^5.0|^6.0",
"symfony/dependency-injection": "^2.3|^3.0|^4.0|^5.0|^6.0",
"riverline/multipart-parser": "^2.0.1"
"php": "^8.0",
"symfony/http-foundation": "^6.0|^7.0",
"symfony/http-kernel": "^6.0|^7.0",
"symfony/dependency-injection": "^6.0|^7.0",
"riverline/multipart-parser": "^2.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"matthiasnoback/symfony-dependency-injection-test": "^3.0|^4.0"
"phpunit/phpunit": "^9.5",
"matthiasnoback/symfony-dependency-injection-test": "^3.0|^4.0|^5.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit bfb1af0

Please sign in to comment.