Skip to content

Commit f993088

Browse files
authored
Merge pull request #3 from bramr94/master
Require php 8.0/8.1 or higher
2 parents f88d0c9 + 6c58902 commit f993088

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
@@ -6,7 +6,7 @@
66
"laravel"
77
],
88
"require": {
9-
"php" : ">=7.2",
9+
"php" : "^8.0|^8.1",
1010
"spatie/valuestore": "^1.0",
1111
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0",
1212
"illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0",

0 commit comments

Comments
 (0)