Skip to content

Commit

Permalink
laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Feb 15, 2023
1 parent bfc1a90 commit e146508
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 @@ -21,14 +21,14 @@
},
"require": {
"doctrine/dbal": "^3.5",
"illuminate/collections": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0",
"illuminate/collections": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0",
"nikic/php-parser": "^4.15"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.5",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^7.13|^v6.25",
"orchestra/testbench": "^6.25|^7.13|^8.0",
"phpunit/phpunit": "^9.5",
"spatie/laravel-permission": "^5.7",
"spatie/phpunit-snapshot-assertions": "^4.2"
Expand Down

0 comments on commit e146508

Please sign in to comment.