+10
−4
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -10,19 +10,20 @@ | ||
],
|
||
"require": {
|
||
"ext-pdo": "*",
|
||
"unicaen/app": "dev-ll-php8",
|
||
"unicaen/app": "dev-ll-php8-bs5",
|
||
"unicaen/livelog": "dev-bg-php8",
|
||
"doctrine/dbal": "^3.4",
|
||
"beberlei/assert": "^3.3",
|
||
"ramsey/uuid": "^4.2",
|
||
"ramsey/uuid": "^3.0",
|
||
"guzzlehttp/guzzle": "^6.3",
|
||
"laminas/laminas-dependency-plugin": "^2.2",
|
||
"monolog/monolog": "^2.8"
|
||
},
|
||
"require-dev": {
|
||
"unicaen/test": "^4.0",
|
||
"phpunit/phpunit": "~5.4"
|
||
"phpunit/phpunit": "^8.0"
|
||
},
|
||
"minimum-stability": "dev",
|
||
"prefer-stable": true,
|
||
"autoload": {
|
||
"psr-0": {
|
||
"UnicaenDbImport\\": "src/"
|
||
| @@ -35,5 +36,10 @@ | ||
"psr-4": {
|
||
"UnicaenDbImportUnitTest\\": "test/UnicaenDbImportUnitTest"
|
||
}
|
||
},
|
||
"config": {
|
||
"allow-plugins": {
|
||
"laminas/laminas-dependency-plugin": true
|
||
}
|
||
}
|
||
} |
||
Loading