Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 03e82d4

Browse files
committed
Requiring illuminate/validation
The illuminate/validation is also required besides the other Illuminate packages.
1 parent 1e11b6a commit 03e82d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
"require": {
2020
"php": ">=5.3.0",
2121
"illuminate/support": "4.0.x",
22-
"illuminate/database": "4.0.x"
22+
"illuminate/database": "4.0.x",
23+
"illuminate/validation": "4.0.x"
2324
},
2425
"autoload": {
2526
"psr-0": {
2627
"LaravelBook\\Ardent": "src/"
2728
}
2829
},
2930
"minimum-stability": "dev"
30-
}
31+
}

0 commit comments

Comments
 (0)