Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit fd1220f

Browse files
authored
Fix php version
1 parent 20c92d5 commit fd1220f

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
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7",
18+
"php": "^8.2",
1919
"illuminate/support": "^11.0|^12.0",
2020
"illuminate/queue": "^11.0|^12.0"
2121
},

0 commit comments

Comments
 (0)