-
- Downloads
Merge pull request #19 from GrahamCampbell/patch-2
Allow PHP 8
No related branches found
No related tags found
.github/workflows/tests.yml
0 → 100644
.travis.yml
deleted
100644 → 0
... | ... | @@ -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