Skip to content

Commit b2ab4d6

Browse files
committed
PHP >= 7.4 is fine and update PHPStan to ~2.1
1 parent aeab08e commit b2ab4d6

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
@@ -20,12 +20,12 @@
2020
"source": "https://github.com/WordPress/php-ai-client"
2121
},
2222
"require": {
23-
"php": ">=7.4 || ^8.0",
23+
"php": ">=7.4",
2424
"ext-json": "*"
2525
},
2626
"require-dev": {
2727
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
28-
"phpstan/phpstan": "^1.10",
28+
"phpstan/phpstan": "~2.1",
2929
"phpunit/phpunit": "^9.5 || ^10.0",
3030
"squizlabs/php_codesniffer": "^3.7"
3131
},

0 commit comments

Comments
 (0)