Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Fix package error in composer.json
  • Loading branch information
soap authored Apr 24, 2024
1 parent d389ca6 commit 3b9e086
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 @@ -22,8 +22,8 @@
"require": {
"php": "^8.1|^8.2",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^10.0|11.0",
"illuminate/support": "^10.0|11.0"
"illuminate/contracts": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0|^7.0",
Expand Down

0 comments on commit 3b9e086

Please sign in to comment.