Skip to content
Snippets Groups Projects
Commit ac51b26d authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Màj des dépendances

parent 0be2bea3
No related branches found
No related tags found
No related merge requests found
Pipeline #17072 passed
{
"name": "unicaen/db-anonym",
"description": "Module pour anonymiser les données d'une bdd",
"repositories": [
{
"type": "composer",
"url": "https://gest.unicaen.fr/packagist"
}
],
"require": {
"php": "^7.0 || ^8.0",
"unicaen/app": "dev-ll-php8",
"unicaen/app": "dev-ll-php8-bs5",
"webmozart/assert": "^1.11",
"fakerphp/faker": "^1.20"
},
"require-dev": {
"laminas/laminas-test": "^4.2",
"phpunit/phpunit": "^5.6"
"laminas/laminas-test": "^4.0",
"phpunit/phpunit": "^8.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-0": {
"UnicaenDbAnonym": "src/"
......@@ -18,5 +26,10 @@
"classmap": [
"./Module.php"
]
},
"config": {
"allow-plugins": {
"laminas/laminas-dependency-plugin": true
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment