-
- Downloads
Màj dépendances composer
... | @@ -11,14 +11,14 @@ | ... | @@ -11,14 +11,14 @@ |
"require": { | "require": { | ||
"php": "^8.0", | "php": "^8.0", | ||
"ext-pdo": "*", | "ext-pdo": "*", | ||
"unicaen/app": "dev-ll-php8-bs5", | |||
"unicaen/livelog": "dev-bg-php8", | |||
"doctrine/dbal": "^3.4", | |||
"beberlei/assert": "^3.3", | "beberlei/assert": "^3.3", | ||
"ramsey/uuid": "^3.0", | "doctrine/dbal": "^3.4", | ||
"guzzlehttp/guzzle": "^6.3", | "guzzlehttp/guzzle": "^6.3", | ||
"laminas/laminas-dependency-plugin": "^2.2", | "laminas/laminas-dependency-plugin": "^2.2", | ||
"monolog/monolog": "^2.8" | "monolog/monolog": "^2.8", | ||
"ramsey/uuid": "^3.0", | |||
"unicaen/app": "dev-ll-php8-bs5", | |||
"unicaen/livelog": "^2.0" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^8.0" | "phpunit/phpunit": "^8.0" | ||
... | ... |
Please register or sign in to comment