Skip to content

Commit

Permalink
feat(App) Symfony 4 support
Browse files Browse the repository at this point in the history
 * fix requires and requires dev for symfony 4 support
  • Loading branch information
Yansell Rivas Diaz committed Aug 17, 2020
1 parent 5e0b900 commit 0a52502
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

"require": {
"php": ">=5.4.0",
"symfony/framework-bundle": "^2.6|^3.0|^4.0",
"symfony/framework-bundle": "^2.6|^3.0|^4.0|^4.4",
"doctrine/orm": "^2.4"
},

Expand All @@ -27,16 +27,16 @@
"ext-pdo": "*",
"ext-pdo_sqlite": "*",

"symfony/symfony": "^3.0|^4.0",
"symfony/symfony": "^3.0|^4.0|^4.4",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-fixtures-bundle": "^2.2",
"sensio/framework-extra-bundle": "^3.0.2",
"sensio/framework-extra-bundle": "^3.0.2|^5.1",
"knplabs/knp-menu-bundle": "^2.0",
"knplabs/knp-time-bundle": "^1.3",
"data-dog/pager-bundle": "^0.2",

"phpunit/phpunit": "~4.7.0"
"phpunit/phpunit": "~4.7.0|^5.1"
},

"autoload": {
Expand Down

0 comments on commit 0a52502

Please sign in to comment.