Merge branch 'master' of https://git.unicaen.fr/lib/unicaen/auth into zf-3.x
# Conflicts: # composer.json # composer.lock # data/schema.sqlite.sql # src/UnicaenAuth/Options/ModuleOptionsFactory.php # src/UnicaenAuth/Service/ShibService.php
... | ... | @@ -11,7 +11,8 @@ |
"unicaen/app": "dev-zf-3.x", | ||
"unicaen/bjy-authorize": "dev-zf-3.x", | ||
"jasig/phpcas": "^1.3", | ||
"ramsey/uuid": "^3.7" | ||
"ramsey/uuid": "^3.7", | ||
"beberlei/assert": "^2.9" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.6" | ||
... | ... | @@ -25,4 +26,4 @@ |
"./Module.php" | ||
] | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment