Skip to content

Commit

Permalink
fix: lara 10
Browse files Browse the repository at this point in the history
  • Loading branch information
phpsa authored Jul 25, 2023
1 parent 47f5028 commit d0176c0
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 @@ -15,14 +15,14 @@
],
"require": {
"php": ">=7.4",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/support": ">=6.0",
"kamermans/guzzle-oauth2-subscriber": "^1.0",
"spatie/laravel-package-tools": "^1.4.3",
"myclabs/php-enum": "^1.8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.4|^9.0",
"orchestra/testbench": ">=4.0",
"phpunit/phpunit": "^8.4|^9.0|^10.0",
"guzzlehttp/guzzle": "^6.3.1|^7.0.1"
},
"autoload": {
Expand Down

0 comments on commit d0176c0

Please sign in to comment.