Skip to content

Commit

Permalink
fix: dependency reference #6
Browse files Browse the repository at this point in the history
  • Loading branch information
clemblanco authored Jul 1, 2024
2 parents 3dc1c22 + bd0bbfb commit d666a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"require": {
"php": "^7.1||^8.1||^8.2",
"ext-json": "*",
"laravel/laravel": "^6.20||^7.30||^8.83||^9.52||^10.3"
"illuminate/contracts": "^6.20||^7.30||^8.83||^9.52||^10.3",
"illuminate/support": "^6.20||^7.30||^8.83||^9.52||^10.3"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit d666a1d

Please sign in to comment.