-
- Downloads
Allow PHP 8
... | ... | @@ -15,11 +15,11 @@ |
} | ||
], | ||
"require": { | ||
"php" : "^7.1" | ||
"php" : "^7.1 || ^8.0" | ||
}, | ||
"require-dev": { | ||
"phpspec/phpspec": "^2.4", | ||
"henrikbjorn/phpspec-code-coverage" : "^1.0" | ||
"friends-of-phpspec/phpspec-code-coverage" : "^4.3.2", | ||
"phpspec/phpspec": "^5.1.2 || ^6.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment