Skip to content

Commit

Permalink
Merge pull request #9 from kruglikdenis/master
Browse files Browse the repository at this point in the history
Allow bundle to install in SF 4.0
  • Loading branch information
maks-rafalko authored Mar 12, 2018
2 parents 215a720 + 87dea82 commit 5f0b448
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tools:
php_analyzer: true
php_pdepend: true

php:
code_rating: true
duplication: true
checks:
php:
code_rating: true
duplication: true
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 5f0b448

Please sign in to comment.