Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 4656354

Browse files
committedMar 23, 2024
Bump dependencies for Laravel 11
1 parent 6ecc131 commit 4656354

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
@@ -27,13 +27,13 @@
2727
},
2828
"require": {
2929
"php": "^7.1.3 || ^8.0",
30-
"illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10",
30+
"illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
3131
"guzzlehttp/guzzle": "^6 || ^7",
3232
"monolog/monolog": "^1.12||^2.0||^3.2"
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit" : "^7 || ^8 || ^9",
36-
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10",
36+
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
3737
"phpstan/phpstan": "^1.4",
3838
"wdes/coding-standard": "^3.2"
3939
},

0 commit comments

Comments
 (0)