Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MasaakiYoshida committed Jul 19, 2022
1 parent 92cda0a commit fad9a8d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
],
"require": {
"php": ">=5.5.9",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~2.8|~3.0|~4.0",
"symfony/framework-bundle": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "~2.8|~3.0|~4.0",
"symfony/routing": "~2.8|~3.0|~4.0"
"symfony/config": "~4.0|~5.0",
"symfony/dependency-injection": "~4.0|~5.0",
"symfony/framework-bundle": "~4.0|~5.0",
"symfony/http-foundation": "~4.0|~5.0",
"symfony/http-kernel": "~4.0|~5.0",
"symfony/routing": "~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"symfony/asset": "~2.8|~3.0|~4.0",
"symfony/browser-kit": "~2.8|~3.0|~4.0",
"symfony/filesystem": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0"
"symfony/asset": "~4.0|~5.0",
"symfony/browser-kit": "~4.0|~5.0",
"symfony/filesystem": "~4.0|~5.0",
"symfony/http-foundation": "~4.0|~5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fad9a8d

Please sign in to comment.