Skip to content

Commit

Permalink
Merge pull request #5 from ensi-platform/ensitech-20
Browse files Browse the repository at this point in the history
ENSITECH-20 support laravel 10
  • Loading branch information
MsNatali authored Sep 14, 2023
2 parents f712149 + fe93048 commit 088c866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"require": {
"php": "^8.0",
"ensi/test-factories": ">=0.2",
"guzzlehttp/guzzle": ">=6.0",
"laravel/framework": ">=8.0"
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"laravel/framework": "^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
Expand Down

0 comments on commit 088c866

Please sign in to comment.