Skip to content

Commit

Permalink
bug #348 Fix a PHP version requirenment in composer file (voronkovich)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Fix a PHP version requirenment in composer file

Commits
-------

822d19e Fix a PHP version requirenment in composer file
  • Loading branch information
javiereguiluz committed Jun 19, 2016
2 parents 4f1abb7 + 822d19e commit e08d506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -8,7 +8,7 @@
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
},
"require": {
"php" : ">=5.3.9",
"php" : ">=5.5.9",
"ext-pdo_sqlite" : "*",
"doctrine/doctrine-bundle" : "^1.6",
"doctrine/doctrine-fixtures-bundle" : "^2.2",
Expand Down

0 comments on commit e08d506

Please sign in to comment.