Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik authored Mar 9, 2023
1 parent d84ec49 commit e34f2b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"require": {
"php": "^7.3|^8.0",
"ext-zip": "*",
"laravel/framework": "^7.0|^8.0|^9.0",
"laravel/framework": "^7.0|^8.0|^9.0|^10.0",
"staudenmeir/eloquent-has-many-deep": "^1.11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"pestphp/pest": "^1",
"pestphp/pest-plugin-laravel": "^1"
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
"pestphp/pest": "^1|^2",
"pestphp/pest-plugin-laravel": "^1|^2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e34f2b7

Please sign in to comment.