Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored May 31, 2023
1 parent e355efe commit 6f1e059
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 @@ -18,8 +18,8 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/events": "^7|^8|^9",
"illuminate/support": "^7|^8|^9",
"illuminate/events": "^7|^8|^9|^10.0",
"illuminate/support": "^7|^8|^9|^10.0",
"symfony/event-dispatcher": "^5.1",
"symfony/workflow": "^5.1",
"symfony/property-access": "^5.1"
Expand All @@ -29,7 +29,7 @@
"laravel/legacy-factories": "^1.1",
"mockery/mockery": "^1.3|^1.4.2",
"orchestra/database": "^5|^6|^7",
"orchestra/testbench": "^5|^6|^7",
"orchestra/testbench": "^5|^6|^7|^8.0",
"phpunit/phpunit": "^8|^9"
},
"extra": {
Expand Down

0 comments on commit 6f1e059

Please sign in to comment.