Skip to content

Commit 6648646

Browse files
Tomáš Votrubapolyfractal
authored andcommitted
composer: bump min version to PHP 5.6 (#451)
This version is min. requirement in README
1 parent c7f737b commit 6648646

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
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.4",
13+
"php": "^5.6|^7.0",
1414
"psr/log": "~1.0",
1515
"guzzlehttp/ringphp" : "~1.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~4.7",
18+
"phpunit/phpunit": "^4.7|^5.4",
1919
"mockery/mockery": "0.9.4",
2020
"symfony/yaml": "^2.8",
2121
"symfony/finder": "^2.8",

0 commit comments

Comments
 (0)