Skip to content
Snippets Groups Projects
Unverified Commit 0dabb253 authored by Graham Campbell's avatar Graham Campbell Committed by GitHub
Browse files

Allow PHP 8

parent 02ee67f2
No related branches found
No related tags found
No related merge requests found
......@@ -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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment