Skip to content

Commit

Permalink
Merge pull request #22 from dipeshsukhia/dipeshsukhia-patch-1
Browse files Browse the repository at this point in the history
Laravel 10 Support
  • Loading branch information
dipeshsukhia authored Jul 6, 2023
2 parents 5851319 + 65ea9a5 commit 076e15c
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 @@ -29,11 +29,11 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 076e15c

Please sign in to comment.