Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2db491

Browse files
Improved symfony security dependency
1 parent bffbc52 commit f2db491

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"symfony/http-kernel": "2.4.*",
3434
"symfony/process": "2.4.*",
3535
"symfony/routing": "2.4.*",
36-
"symfony/security": "2.4.*",
36+
"symfony/security-core": "2.4.*",
3737
"symfony/translation": "2.4.*"
3838
},
3939
"replace": {

src/Illuminate/Encryption/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": ">=5.3.0",
1212
"illuminate/support": "4.1.*",
13-
"symfony/security": "2.4.*"
13+
"symfony/security-core": "2.4.*"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "4.0.*"

0 commit comments

Comments
 (0)