Skip to content

Commit 41f1f80

Browse files
committed
Expand version constraints for 7.2 and 7.3 support
The most recent version of Infection PHP that will run on 7.2 is 0.15.x. v0.19 adds support for php 8, but also drops support for versions older than 7.4 meaning we also need to allow for 0.18.x to get 7.3 working.
1 parent cd38d35 commit 41f1f80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"process-timeout": 0
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^9.4",
10+
"phpunit/phpunit": "^8.5 || ^9.4",
1111
"vimeo/psalm": "^4.1",
12-
"infection/infection": "^0.19.2",
12+
"infection/infection": "^0.15.3 || ^0.18.2 || ^0.19.2",
1313
"spatie/phpunit-watcher": "^1.22",
14-
"phpunit/php-invoker": "^3.1",
14+
"phpunit/php-invoker": "^2.0 || ^3.1",
1515
"pluswerk/grumphp-config": "^4.0"
1616
},
1717
"license": "MIT",

0 commit comments

Comments
 (0)