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

Commit 7594fb7

Browse files
committed
Add missing composer dependency
1 parent a730d20 commit 7594fb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"illuminate/http": "~5.6.0",
4646
"illuminate/routing": "~5.6.0",
4747
"illuminate/support": "~5.6.0",
48-
"illuminate/validation": "~5.6.0"
48+
"illuminate/validation": "~5.6.0",
49+
"watson/validating": "^3.1.0"
4950
},
5051
"require-dev": {
5152
"codedungeon/phpunit-result-printer": "^0.6.0",

0 commit comments

Comments
 (0)