Skip to content

Commit

Permalink
Allow bundle to install in SF 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kruglikdenis committed Mar 12, 2018
1 parent 215a720 commit 7524661
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 @@ -31,9 +31,9 @@
},
"require": {
"php": ">=5.5",
"symfony/config": "^2.8|^3.0",
"symfony/http-kernel": "^2.8|^3.0",
"symfony/dependency-injection": "^2.8|^3.0",
"symfony/config": "^2.8|^3.0|^4.0",
"symfony/http-kernel": "^2.8|^3.0|^4.0",
"symfony/dependency-injection": "^2.8|^3.0|^4.0",
"bornfree/tactician-doctrine-domain-events": "^0.4.0"
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 7524661

Please sign in to comment.