Skip to content

Commit

Permalink
Support to Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoprz committed Oct 24, 2023
1 parent 3a75e97 commit ce7db4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
]
},
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
"spatie/laravel-activitylog": "^3.1",
"laravel/framework": "8.*||9.*"
"laravel/framework": "8.*||9.*||10.*"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit ce7db4f

Please sign in to comment.