Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 23, 2024
1 parent d6f13d6 commit 5ea6bf4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"homepage": "https://github.com/spatie/activitylog",
"require": {
"php": "^8.0",
"illuminate/config": "^8.0 || ^9.0 || ^10.0",
"illuminate/database": "^8.69 || ^9.27 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/database": "^8.69 || ^9.27 || ^10.0 || ^11.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"spatie/laravel-package-tools": "^1.6.3"
},
"require-dev": {
"ext-json": "*",
"orchestra/testbench": "^6.23 || ^7.0 || ^8.0",
"pestphp/pest": "^1.20"
"orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0",
"pestphp/pest": "^1.20 || ^2.34"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 5ea6bf4

Please sign in to comment.