Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Enable Symfony dependency ^4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Jun 21, 2019
1 parent bf3f4ca commit 0d25eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"require": {
"php": "^5.4|^7.0",
"symfony/framework-bundle": "^2.6|^3.0",
"symfony/security-bundle": "^2.6|^3.0",
"symfony/monolog-bundle": "^2.2|^3.0",
"symfony/framework-bundle": "^2.6|^3.0|^4.0",
"symfony/security-bundle": "^2.6|^3.0|^4.0",
"symfony/monolog-bundle": "^2.2|^3.0|^4.0",
"doctrine/doctrine-bundle": "^1.0",
"doctrine/orm": "^2.2",
"hautelook/phpass": "0.3"
Expand Down

0 comments on commit 0d25eac

Please sign in to comment.