+5
−5
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -2,13 +2,13 @@ | ||
"name": "unicaen/db-anonym",
|
||
"description": "Module pour anonymiser les données d'une bdd",
|
||
"require": {
|
||
"php": ">=7.3",
|
||
"unicaen/app": "^4.0 || ^5.0",
|
||
"webmozart/assert": "^1.3",
|
||
"fakerphp/faker": "^1.18"
|
||
"php": "^7.0 || ^8.0",
|
||
"unicaen/app": "dev-ll-php8",
|
||
"webmozart/assert": "^1.11",
|
||
"fakerphp/faker": "^1.20"
|
||
},
|
||
"require-dev": {
|
||
"laminas/laminas-test": "^3.2",
|
||
"laminas/laminas-test": "^4.2",
|
||
"phpunit/phpunit": "^5.6"
|
||
},
|
||
"autoload": {
|
||
Loading