File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Bundle/SecurityBundle/Resources/config
Core/Validator/Constraint Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
<parameter key =" security.http_utils.class" >Symfony\Component\Security\Http\HttpUtils</parameter >
42
42
43
- <parameter key =" security.validator.user_password.class" >Symfony\Bundle\SecurityBundle \Validator\Constraint\UserPasswordValidator</parameter >
43
+ <parameter key =" security.validator.user_password.class" >Symfony\Component\Security\Core \Validator\Constraint\UserPasswordValidator</parameter >
44
44
</parameters >
45
45
46
46
<services >
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Bundle \ SecurityBundle \Validator \Constraint ;
12
+ namespace Symfony \Component \ Security \ Core \Validator \Constraint ;
13
13
14
14
use Symfony \Component \Validator \Constraint ;
15
15
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Bundle \ SecurityBundle \Validator \Constraint ;
12
+ namespace Symfony \Component \ Security \ Core \Validator \Constraint ;
13
13
14
14
use Symfony \Component \Security \Core \User \UserInterface ;
15
15
use Symfony \Component \Security \Core \SecurityContextInterface ;
Original file line number Diff line number Diff line change 24
24
"require-dev" : {
25
25
"symfony/form" : " 2.1.*" ,
26
26
"symfony/routing" : " 2.1.*" ,
27
+ "symfony/validator" : " 2.1.*" ,
27
28
"doctrine/common" : " >=2.2,<2.4-dev" ,
28
29
"doctrine/dbal" : " >=2.2,<2.4-dev"
29
30
},
30
31
"suggest" : {
31
32
"symfony/class-loader" : " self.version" ,
32
33
"symfony/finder" : " self.version" ,
33
34
"symfony/form" : " self.version" ,
35
+ "symfony/validator" : " self.version" ,
34
36
"symfony/routing" : " self.version" ,
35
37
"doctrine/dbal" : " to use the built-in ACL implementation"
36
38
},
You can’t perform that action at this time.
0 commit comments