Migration vers laminas
{ | { | ||
"name": "unicaen/auth", | "name": "unicaen/auth", | ||
"description": "Module d'authentification pour les applications Unicaen", | "description": "Module d'authentification pour les applications Unicaen", | ||
"repositories": [ | "repositories": [ | ||
{ | { | ||
"type": "composer", | "type": "composer", | ||
"url": "https://gest.unicaen.fr/packagist" | "url": "https://gest.unicaen.fr/packagist" | ||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"unicaen/app": "dev-release_4.0.0", | "unicaen/app": "dev-release_4.0.0", | ||
"unicaen/bjy-authorize": "^3.0", | "unicaen/bjy-authorize": "dev-release_4.0.0", | ||
"jasig/phpcas": "^1.3", | "jasig/phpcas": "^1.3", | ||
"ramsey/uuid": "^3.7" | "ramsey/uuid": "^3.7", | ||
}, | "laminas/laminas-dependency-plugin": "^2.1" | ||
"require-dev": { | }, | ||
"phpunit/phpunit": "^5.6" | "require-dev": { | ||
}, | "phpunit/phpunit": "^5.6" | ||
"autoload": { | |||
"psr-0": { | |||
"UnicaenAuth": "src/", | |||
"UnicaenAuthTest": "tests/" | |||
}, | }, | ||
"classmap": [ | "autoload": { | ||
"./Module.php" | "psr-0": { | ||
] | "UnicaenAuth": "src/", | ||
} | "UnicaenAuthTest": "tests/" | ||
}, | |||
"classmap": [ | |||
"./Module.php" | |||
] | |||
} | |||
} | } |
composer.lock
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment