Skip to content

Commit

Permalink
Merge pull request #17 from saasus-platform/feature/14
Browse files Browse the repository at this point in the history
Fix laravel version specification in composer.json
  • Loading branch information
silent-bayline authored Jul 17, 2023
2 parents 934435f + d78a231 commit db9de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.0.2",
"laravel/framework": "^9.2",
"laravel/framework": ">=6.20 <10",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^1.7.0|^2.0",
"guzzlehttp/promises": "^1.4.0",
Expand Down

0 comments on commit db9de85

Please sign in to comment.