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

Commit 197b502

Browse files
committed
Merge #24 - Support Laravel 11.x and phpUnit 10
2 parents 0cf144e + b92d548 commit 197b502

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
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": {
35-
"phpunit/phpunit" : "^7 || ^8 || ^9",
36-
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10",
35+
"phpunit/phpunit" : "^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)