Skip to content

Commit 2a5fbe2

Browse files
authored
changed PHP version support till the latest
changed PHP version requirement to support latest versions starting from 8.1
1 parent 8c915bb commit 2a5fbe2

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
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "~8.3.0 | ~8.2.0 | ~8.1.0",
23+
"php": "^8.1",
2424
"ext-json": "*",
2525
"guzzlehttp/guzzle": "^7.2",
2626
"illuminate/http": "^9.0 || ^10.0 || ^11.0",

0 commit comments

Comments
 (0)