Skip to content

Commit

Permalink
Add support for Laravel 10 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <atymicq@gmail.com>
  • Loading branch information
SamuelNitsche and atymic authored Apr 10, 2023
1 parent 0792118 commit 2c018ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
}
],
"require": {
"php": ">=7.3",
"php": "^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/notifications": "^8.0",
"illuminate/support": " ^8.0"
"illuminate/notifications": "^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^9.3",
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^8.0",
"dms/phpunit-arraysubset-asserts": ">=0.1.0"
},
"autoload": {
Expand Down

0 comments on commit 2c018ce

Please sign in to comment.