-
- Downloads
Correction des dépendances
... | ... | @@ -9,9 +9,8 @@ |
} | ||
], | ||
"require": { | ||
"php": "7.3.*", | ||
"ext-pdo": "*", | ||
"unicaen/app": "dev-release_4.0.0", | ||
"unicaen/app": "^4.0", | ||
"doctrine/dbal": "^2.9", | ||
"beberlei/assert": "^2.7", | ||
"ramsey/uuid": "^3.6", | ||
... | ... | @@ -19,7 +18,7 @@ |
"laminas/laminas-dependency-plugin": "^2.1" | ||
}, | ||
"require-dev": { | ||
"unicaen/test": "^3.0", | ||
"unicaen/test": "^4.0 || dev-release_4.0.0", | ||
"phpunit/phpunit": "~5.4" | ||
}, | ||
"autoload": { | ||
... | ... |
Please register or sign in to comment