Skip to content

Commit 52d76db

Browse files
author
Florian Eckerstorfer
committed
Set mininum PHP version to 5.5
1 parent fb53b41 commit 52d76db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"keywords": ["process", "background", "unix"],
66
"license": "MIT",
77
"require": {
8-
"php": ">=5.6"
8+
"php": ">=5.5"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "~5.1"
11+
"phpunit/phpunit": "~4.8|~5.1"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)