Skip to content

Commit b9c291d

Browse files
authoredMar 12, 2024··
Laravel 11
1 parent dc555c3 commit b9c291d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"require": {
66
"php": "^5.6|^7.0|^8.0",
77
"aws/aws-sdk-php": "^3.0",
8-
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
8+
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
99
"google/cloud-kms": "^1.7"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^9.0",
13-
"orchestra/testbench": "^7.0"
13+
"orchestra/testbench": "^7.0|^8.0|^9.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)
Please sign in to comment.