Skip to content

Commit eef4b66

Browse files
committed
Adding laravel and php versions
1 parent a88c3db commit eef4b66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.4|^8.0",
24-
"illuminate/support": "^8.0"
23+
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
24+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -44,4 +44,4 @@
4444
"require-dev": {
4545
"laravel/pint": "^1.13"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)