Skip to content

Commit

Permalink
Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored Mar 12, 2024
1 parent 2ad61bc commit 333457b
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 @@ -14,12 +14,12 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"illuminate/notifications": "^10.0",
"illuminate/support": "^10.0"
"illuminate/notifications": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "^10.5 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 333457b

Please sign in to comment.