Skip to content

Commit

Permalink
#8 Conflict with default requirements or minimum-stability
Browse files Browse the repository at this point in the history
  • Loading branch information
webinarium committed Feb 14, 2018
1 parent dbee4ae commit 4894caf
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 @@ -12,14 +12,14 @@
"symfony/dependency-injection" : "^2.7|^3.0|^4.0",
"symfony/http-foundation" : "^2.7|^3.0|^4.0",
"symfony/http-kernel" : "^2.7|^3.0|^4.0",
"symfony/validator" : "^2.7|^3.0|^4.0",
"roave/security-advisories" : "dev-master"
"symfony/validator" : "^2.7|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit" : "^5.6",
"doctrine/annotations" : "^1.4",
"doctrine/cache" : "^1.6",
"friendsofphp/php-cs-fixer" : "^2.8"
"friendsofphp/php-cs-fixer" : "^2.8",
"roave/security-advisories" : "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4894caf

Please sign in to comment.