Skip to content

Commit 0267c37

Browse files
committed
update composer to accurate dependencies
1 parent 3610fce commit 0267c37

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "steven-fox/laravel-model-validation",
3-
"description": "Salvation for your Model validation.",
3+
"description": "Salvation for your model validation.",
44
"keywords": [
55
"Steven Fox",
66
"laravel",
@@ -18,7 +18,12 @@
1818
"require": {
1919
"php": "^8.2",
2020
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^10.0||^11.0"
21+
"illuminate/collections": "^10.0||^11.0",
22+
"illuminate/contracts": "^10.0||^11.0",
23+
"illuminate/database": "^10.0||^11.0",
24+
"illuminate/events": "^10.0||^11.0",
25+
"illuminate/support": "^10.0||^11.0",
26+
"illuminate/validation": "^10.0||^11.0"
2227
},
2328
"require-dev": {
2429
"laravel/pint": "^1.14",
@@ -81,4 +86,4 @@
8186
},
8287
"minimum-stability": "dev",
8388
"prefer-stable": true
84-
}
89+
}

0 commit comments

Comments
 (0)