Skip to content

Commit

Permalink
Made pipette PHP8 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
gerritdrost committed Dec 18, 2020
1 parent ee5a4ab commit 9605b5e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],

"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"ext-json": "*"
},

Expand All @@ -23,17 +23,16 @@

"suggest": {
"vcn/enum": "To extract Vcn\\Lib\\Enum values.",
"justinrainbow/json-schema": "To validate against JSON Schemas."
"justinrainbow/json-schema": "To validate against JSON Schemas.",
"ext-pcov": "Supplies code coverage data for friends-of-phpspec/phpspec-code-coverage"
},

"require-dev": {
"ext-pcov": "*",

"friends-of-phpspec/phpspec-code-coverage": "^4.2.3",
"phpspec/phpspec": "^6.1.0",
"phpunit/phpunit": "^7.1",
"friends-of-phpspec/phpspec-code-coverage": "^6.0",
"phpspec/phpspec": "^7.0",
"phpunit/phpunit": "^9.5",
"justinrainbow/json-schema": "^5.2",
"vcn/enum": "^1.0"
"vcn/enum": "dev-FUN-335-php8 as 1.4.0"
},

"autoload-dev": {
Expand Down

0 comments on commit 9605b5e

Please sign in to comment.