Much needed dependancy updates.
New zxcvbn-php version; fixed the stupid ocular/testbench perfomance issues.
This commit is contained in:
parent
f2c6d30238
commit
8929f2da8e
|
|
@ -21,13 +21,12 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php" : ">=5.3.0",
|
"php" : ">=5.3.0",
|
||||||
"illuminate/support": "~5.1",
|
"illuminate/support": "~5.3",
|
||||||
"bjeavons/zxcvbn-php": "0.1.4"
|
"bjeavons/zxcvbn-php": "^0.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit" : "4.*",
|
"phpunit/phpunit" : "4.*",
|
||||||
"orchestra/testbench": "~3.0",
|
"orchestra/testbench": "~3.3"
|
||||||
"scrutinizer/ocular": "~1.1"
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
@ -44,7 +43,7 @@
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.x-dev"
|
"dev-master": "2.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable"
|
"minimum-stability": "stable"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue