Skip to content

Commit

Permalink
Merge pull request #10 from peter-gribanov/composer_require
Browse files Browse the repository at this point in the history
Change composer requirements
  • Loading branch information
peter-gribanov authored Aug 15, 2019
2 parents 2bf172e + 327606e commit 3843bc6
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 @@ -16,13 +16,13 @@
}
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"php": ">=5.4.0",
"symfony/framework-bundle": "~2.3|~3.0|~4.0",
"symfony/expression-language": "~2.3|~3.0|~4.0",
"doctrine/orm": "~2.4|~2.5|~2.6",
"twig/twig": "^1.12|^2.0",
"twig/twig": "^1.12|^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
"scrutinizer/ocular": "~1.3",
"satooshi/php-coveralls": "^1.0"
Expand Down

0 comments on commit 3843bc6

Please sign in to comment.