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

Commit

Permalink
Merge #24 - Support Laravel 11.x and phpUnit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 23, 2024
2 parents 0cf144e + b92d548 commit 197b502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"require": {
"php": "^7.1.3 || ^8.0",
"illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10",
"illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
"guzzlehttp/guzzle": "^6 || ^7",
"monolog/monolog": "^1.12||^2.0||^3.2"
},
"require-dev": {
"phpunit/phpunit" : "^7 || ^8 || ^9",
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10",
"phpunit/phpunit" : "^7 || ^8 || ^9 || ^10",
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
"phpstan/phpstan": "^1.4",
"wdes/coding-standard": "^3.2"
},
Expand Down

0 comments on commit 197b502

Please sign in to comment.