Skip to content

Commit 4095aef

Browse files
committed
chore: Remove support for PHP 8.1 & add support for 8.2, 8.3, and 8.4
1 parent 953c998 commit 4095aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"AI Developer Tools"
4747
],
4848
"require": {
49-
"php": ">=8.1",
49+
"php": "^8.2 || ^8.3 || ^8.4",
5050
"laravel/framework": "^10.0|^11.0",
5151
"grok-php/client": "^1.3"
5252
},

0 commit comments

Comments
 (0)