Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 30, 2020
1 parent b25c0cf commit 1f12eb9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@
}
],
"require": {
"php": ">= 7.1.3"
"php": ">= 7.2.5"
},
"require-dev": {
"drupol/php-conventions": "^1.7",
"drupol/php-conventions": "^1.7.1",
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"infection/infection": "^0.13.6",
"infection/infection": "^0.15.3",
"phpbench/phpbench": "^0.16.10",
"phpspec/phpspec": "^5.1.2 || ^6.1.1",
"phpstan/phpstan": "^0.12.3",
"phpspec/phpspec": "^6.1.1",
"phpstan/phpstan": "^0.12.25",
"phpstan/phpstan-strict-rules": "^0.12",
"scrutinizer/ocular": "^1.6",
"vimeo/psalm": "^3.8"
"vimeo/psalm": "^3.11.5"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 1f12eb9

Please sign in to comment.