File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"php" : " >=5.4.0" ,
13
- "illuminate/support" : " ~5.0|~5.1 " ,
14
- "illuminate/validation" : " ~5.0|~5.1 "
13
+ "illuminate/support" : " ~5.4 " ,
14
+ "illuminate/validation" : " ~5.4 "
15
15
},
16
16
"autoload" : {
17
17
"psr-4" : {
18
18
"Prettus\\ Validator\\ " : " src/Prettus/Validator/"
19
19
}
20
20
},
21
- "minimum-stability" : " stable "
21
+ "minimum-stability" : " dev "
22
22
}
Original file line number Diff line number Diff line change 1
1
<?php namespace Prettus \Validator ;
2
2
3
- use Illuminate \Validation \Factory ;
3
+ use Illuminate \Contracts \ Validation \Factory ;
4
4
5
5
/**
6
6
* Class LaravelValidator
@@ -18,7 +18,7 @@ class LaravelValidator extends AbstractValidator {
18
18
/**
19
19
* Construct
20
20
*
21
- * @param \Illuminate\Validation\Factory $validator
21
+ * @param \Illuminate\Contracts\ Validation\Factory $validator
22
22
*/
23
23
public function __construct (Factory $ validator )
24
24
{
You can’t perform that action at this time.
0 commit comments