Skip to content

Commit

Permalink
Merge pull request #8 from cloudstudio/Laravel-11-Support
Browse files Browse the repository at this point in the history
Laravel 11 support
  • Loading branch information
cloudstudio authored Mar 15, 2024
2 parents 5270c45 + 1840872 commit d6ad78a
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 @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^10.0",
"spatie/laravel-package-tools": "^1.14.0"
"illuminate/contracts": "^11.0",
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit d6ad78a

Please sign in to comment.