Skip to content

Commit 4e5b294

Browse files
committed
PHP 5.4 support
1 parent 40d7f92 commit 4e5b294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"cakephp/cakephp": "~3.0",
16-
"php": ">=5.4",
16+
"php": ">=5.5",
1717
"league/flysystem": "*"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "4.1.*",
2121
"league/flysystem-vfs": "*",
2222
"cakephp/cakephp-codesniffer": "dev-master",
23-
"satooshi/php-coveralls": "1.*"
23+
"satooshi/php-coveralls": "dev-master"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)