We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ed8cf commit 3930397Copy full SHA for 3930397
composer.json
@@ -16,24 +16,21 @@
16
}
17
],
18
"require": {
19
- "php": ">=7.1"
+ "php": ">= 7.1"
20
},
21
"require-dev": {
22
- "drupol/launcher": "^1.0",
+ "drupol/launcher": "^1 || ^2",
23
"drupol/php-conventions": "^1",
24
"drupol/phpspec-annotation": "^1",
25
"graphp/graphviz": "^0.2",
26
- "infection/infection": "^0.12",
+ "infection/infection": "^0.13",
27
"leanphp/phpspec-code-coverage": "^4",
28
"phpbench/phpbench": "^0.16",
29
"phpspec/phpspec": "^4",
30
"phptaskman/changelog": "^1.0",
31
"scrutinizer/ocular": "^1"
32
33
"config": {
34
- "platform": {
35
- "php": "7.1.28"
36
- },
37
"sort-packages": true
38
39
"autoload": {
0 commit comments