Skip to content

Commit

Permalink
Merge pull request #8 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 64edf7c + 93d8eb1 commit 966328e
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 @@ -26,9 +26,9 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
"laravel/framework": "^8.40 || ^9.0",
"orchestra/testbench": "^6.0 || ^7.0",
"pestphp/pest": "^1.22"
"laravel/framework": "^8.40 || ^9.0 || ^10.0",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"pestphp/pest": "^1.22 || ^2.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 966328e

Please sign in to comment.