-
- Downloads
You need to sign in or sign up before continuing.
Correction des dépendances ; abandon de la dépendance avec unicaen/app.
Showing
- composer.json 3 additions, 3 deletionscomposer.json
- composer.lock 1549 additions, 706 deletionscomposer.lock
- src/UnicaenTest/Controller/AbstractControllerTestCase.php 4 additions, 6 deletionssrc/UnicaenTest/Controller/AbstractControllerTestCase.php
- src/UnicaenTest/Entity/Db/AbstractEntityProvider.php 25 additions, 5 deletionssrc/UnicaenTest/Entity/Db/AbstractEntityProvider.php
... | ... | @@ -4,14 +4,14 @@ |
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://dev.unicaen.fr/packagist" | ||
"url": "https://gest.unicaen.fr/packagist" | ||
} | ||
], | ||
"require": { | ||
"unicaen/app": "dev-zf-3.x", | ||
"zendframework/zend-test": "^3.0", | ||
"phpunit/phpunit": "^5.6", | ||
"phpspec/prophecy": "^1.6" | ||
"phpspec/prophecy": "^1.6", | ||
"doctrine/orm": "^2.6" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment