Skip to content

Commit 3930397

Browse files
committed
Update composer.json.
1 parent e5ed8cf commit 3930397

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

composer.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,21 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.1"
19+
"php": ">= 7.1"
2020
},
2121
"require-dev": {
22-
"drupol/launcher": "^1.0",
22+
"drupol/launcher": "^1 || ^2",
2323
"drupol/php-conventions": "^1",
2424
"drupol/phpspec-annotation": "^1",
2525
"graphp/graphviz": "^0.2",
26-
"infection/infection": "^0.12",
26+
"infection/infection": "^0.13",
2727
"leanphp/phpspec-code-coverage": "^4",
2828
"phpbench/phpbench": "^0.16",
2929
"phpspec/phpspec": "^4",
3030
"phptaskman/changelog": "^1.0",
3131
"scrutinizer/ocular": "^1"
3232
},
3333
"config": {
34-
"platform": {
35-
"php": "7.1.28"
36-
},
3734
"sort-packages": true
3835
},
3936
"autoload": {

0 commit comments

Comments
 (0)