Skip to content

Commit

Permalink
Merge pull request #12 from ntidev/dev-symfony-4-support
Browse files Browse the repository at this point in the history
feat(App) Symfony 4 support
  • Loading branch information
yansellrivasdiaz authored Aug 17, 2020
2 parents 5e0b900 + 0a52502 commit 10108c3
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 10108c3

Please sign in to comment.