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": {
|
||||
"php" : ">=5.3.0",
|
||||
"illuminate/support": "~5.1",
|
||||
"bjeavons/zxcvbn-php": "0.1.4"
|
||||
"illuminate/support": "~5.3",
|
||||
"bjeavons/zxcvbn-php": "^0.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit" : "4.*",
|
||||
"orchestra/testbench": "~3.0",
|
||||
"scrutinizer/ocular": "~1.1"
|
||||
"orchestra/testbench": "~3.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
@ -44,7 +43,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable"
|
||||
|
|
|
|||
Loading…
Reference in New Issue