Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 2, 2019
1 parent e5ed8cf commit 3930397
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,21 @@
}
],
"require": {
"php": ">=7.1"
"php": ">= 7.1"
},
"require-dev": {
"drupol/launcher": "^1.0",
"drupol/launcher": "^1 || ^2",
"drupol/php-conventions": "^1",
"drupol/phpspec-annotation": "^1",
"graphp/graphviz": "^0.2",
"infection/infection": "^0.12",
"infection/infection": "^0.13",
"leanphp/phpspec-code-coverage": "^4",
"phpbench/phpbench": "^0.16",
"phpspec/phpspec": "^4",
"phptaskman/changelog": "^1.0",
"scrutinizer/ocular": "^1"
},
"config": {
"platform": {
"php": "7.1.28"
},
"sort-packages": true
},
"autoload": {
Expand Down

0 comments on commit 3930397

Please sign in to comment.