-
- Downloads
chore: require php 7 compatyblity
parent
38b715de
No related branches found
No related tags found
... | ... | @@ -7,7 +7,7 @@ |
} | ||
], | ||
"require": { | ||
"php": ">=5.5" | ||
"php": ">=7.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<7", | ||
... | ... |
Please register or sign in to comment