Skip to content

Commit d861655

Browse files
authored
Raise min-php version to the one of infection/infection (#3)
1 parent 9c0b969 commit d861655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "phpstan/build-infection",
3-
"description": "Infection extensions for PHPStan",
3+
"description": "Infection mutators for PHPStan",
44
"license": [
55
"MIT"
66
],
77
"require": {
8-
"php": "^7.4 || ^8.0",
8+
"php": "^8.2",
99
"infection/infection": "^0.31.6"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)