Skip to content

Commit

Permalink
Remove Symfony 3 and 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Klapaudius committed Sep 29, 2020
1 parent 61bf418 commit 92eed4b
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 @@ -18,10 +18,10 @@
"require": {
"php": "^7.1",
"friendsofsymfony/oauth2-php": "~1.1",
"symfony/dependency-injection": "~3.0|~4.0|~5.0",
"symfony/framework-bundle": "~3.0|~4.0|~5.0",
"symfony/security-bundle": "~3.0|~4.0|~5.0",
"symfony/twig-bundle": "~3.0|^4.0|~5.0"
"symfony/dependency-injection": "~5.0",
"symfony/framework-bundle": "~5.0",
"symfony/security-bundle": "~5.0",
"symfony/twig-bundle": "~5.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "~1.0",
Expand All @@ -33,12 +33,12 @@
"phpstan/phpstan-shim": "~0.9",
"phpunit/phpunit": "~5.0|~6.0",
"propel/propel1": "~1.6",
"symfony/class-loader": "~3.0|~4.0|~5.0",
"symfony/console": "~3.0|~4.0|~5.0",
"symfony/form": "~3.0|~4.0|~5.0",
"symfony/phpunit-bridge": "~3.0|~4.0|~5.0",
"symfony/templating": "~3.0|~4.0|~5.0",
"symfony/yaml": "~3.0|~4.0|~5.0",
"symfony/class-loader": "~5.0",
"symfony/console": "~5.0",
"symfony/form": "~5.0",
"symfony/phpunit-bridge": "~5.0",
"symfony/templating": "~5.0",
"symfony/yaml": "~5.0",
"willdurand/propel-typehintable-behavior": "~1.0"
},
"suggest": {
Expand Down

0 comments on commit 92eed4b

Please sign in to comment.