File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "symfony/http-kernel" : " 2.5.*" ,
3434 "symfony/process" : " 2.5.*" ,
3535 "symfony/routing" : " 2.5.*" ,
36- "symfony/security" : " 2.5.*" ,
36+ "symfony/security-core " : " 2.5.*" ,
3737 "symfony/translation" : " 2.5.*"
3838 },
3939 "replace" : {
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ protected function getConcrete($abstract)
476476 */
477477 protected function missingLeadingSlash ($ abstract )
478478 {
479- return is_string ($ abstract ) && ! starts_with ($ abstract , '\\' );
479+ return is_string ($ abstract ) && strpos ($ abstract , '\\' ) !== 0 ;
480480 }
481481
482482 /**
Original file line number Diff line number Diff line change 1010 "require" : {
1111 "php" : " >=5.4.0" ,
1212 "illuminate/support" : " 4.2.*" ,
13- "symfony/security" : " 2.5.*"
13+ "symfony/security-core " : " 2.5.*"
1414 },
1515 "require-dev" : {
1616 "phpunit/phpunit" : " 4.0.*"
You can’t perform that action at this time.
0 commit comments