-
- Downloads
composer update + gitignore"
.gitignore
0 → 100644
{ | ||
"name": "unicaen/unicaen-auth", | ||
"name": "unicaen/auth", | ||
"description": "Module d'authentification pour les applis ZF2 de l'UCBN", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://dev.unicaen.fr/packagist" | ||
"url": "https://dev.unicaen.fr/packagist" | ||
} | ||
], | ||
"require": { | ||
"unicaen/unicaen-app": ">=1.2.2", | ||
"unicaen/app": "^1.3", | ||
"zf-commons/zfc-user-doctrine-orm": ">=0.1", | ||
"jasig/phpcas": ">=1.3.3", | ||
"bjyoungblood/bjy-authorize": ">=1.4" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment