Skip to content

Commit 212d83f

Browse files
authored
remove php version constraint from composer (#21)
1 parent 36348b3 commit 212d83f

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
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": ">=5.6 <8"
17+
"php": ">=5.6"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^5"

0 commit comments

Comments
 (0)