-
- Downloads
There was a problem fetching the pipeline summary.
Update composer.json: renommage du package et de la dépendance avec unicaen/app.
{ | { | ||
"name": "unicaen/unicaen-test", | "name": "unicaen/test", | ||
"description": "Module consacré aux tests", | "description": "Module de base pour implémenter des tests unitaires/fonctionnels", | ||
"repositories": [ | "repositories": [ | ||
{ | { | ||
"type": "composer", | "type": "composer", | ||
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"unicaen/unicaen-app": "^1.2", | "unicaen/app": "^1.3", | ||
"zendframework/zend-test": "^2.4", | "zendframework/zend-test": "^2.4", | ||
"phpunit/PHPUnit": "^5.6", | "phpunit/PHPUnit": "^5.6", | ||
"phpspec/prophecy": "^1.6" | "phpspec/prophecy": "^1.6" | ||
... | ... |
Please register or sign in to comment