Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Oct 3, 2023
1 parent 46f1b26 commit a175433
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 @@ -16,11 +16,11 @@
}
],
"require": {
"php": "^8.0|^7.4",
"spatie/laravel-dashboard": "^2.0"
"php": "^8.1",
"spatie/laravel-dashboard": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.4"
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a175433

Please sign in to comment.