Skip to content

Commit

Permalink
Bump dependencies for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored and j3j5 committed Jun 26, 2023
1 parent 39dee5f commit c0c342a
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 @@ -17,16 +17,16 @@
],
"require": {
"ext-zip": "*",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
"thecodingmachine/safe": "^2.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
"phpstan/phpstan": "^1.6",
"phpunit/phpunit": "^9.3",
"rector/rector": "^0.12",
"rector/rector": "^0.12|^0.15",
"thecodingmachine/phpstan-safe-rule": "^1.2"
},
"autoload": {
Expand Down

0 comments on commit c0c342a

Please sign in to comment.