Skip to content

Commit 9023aef

Browse files
committed
Specify PHP version requirement
1 parent 587f20e commit 9023aef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
"homepage": "https://netgen.io"
99
}
1010
],
11+
"require": {
12+
"php": "^8.4"
13+
},
1114
"require-dev": {
12-
"friendsofphp/php-cs-fixer": "^3.90",
15+
"friendsofphp/php-cs-fixer": "^3.91",
1316
"phpstan/phpstan": "^2.1",
1417
"phpstan/phpstan-strict-rules": "^2.0"
1518
},

0 commit comments

Comments
 (0)