Merge branch 'local-auth'
... | ... | @@ -11,7 +11,8 @@ |
"unicaen/app": "^1.3", | ||
"zf-commons/zfc-user-doctrine-orm": ">=0.1", | ||
"jasig/phpcas": ">=1.3.3", | ||
"bjyoungblood/bjy-authorize": ">=1.4" | ||
"bjyoungblood/bjy-authorize": ">=1.4", | ||
"ramsey/uuid": "^3.8" | ||
}, | ||
"require-dev": { | ||
"phpunit/PHPUnit": ">=3.7" | ||
... | ... | @@ -24,5 +25,8 @@ |
"classmap": [ | ||
"./Module.php" | ||
] | ||
}, | ||
"scripts": { | ||
"pre-update-cmd": "@php bin/password-reset-requires-schema-update-warning.php" | ||
} | ||
} | ||
\ No newline at end of file |