Skip to content

Commit e08d506

Browse files
committed
bug #348 Fix a PHP version requirenment in composer file (voronkovich)
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
2 parents 4f1abb7 + 822d19e commit e08d506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
99
},
1010
"require": {
11-
"php" : ">=5.3.9",
11+
"php" : ">=5.5.9",
1212
"ext-pdo_sqlite" : "*",
1313
"doctrine/doctrine-bundle" : "^1.6",
1414
"doctrine/doctrine-fixtures-bundle" : "^2.2",

0 commit comments

Comments
 (0)