-
- Downloads
Migration vers laminas
Showing
- Module.php 3 additions, 3 deletionsModule.php
- composer.json 6 additions, 5 deletionscomposer.json
- composer.lock 0 additions, 3551 deletionscomposer.lock
- src/UnicaenTest/Controller/AbstractControllerTestCase.php 2 additions, 2 deletionssrc/UnicaenTest/Controller/AbstractControllerTestCase.php
- src/UnicaenTest/Entity/Db/AbstractEntityProvider.php 1 addition, 1 deletionsrc/UnicaenTest/Entity/Db/AbstractEntityProvider.php
... | ... | @@ -9,10 +9,11 @@ |
], | ||
"require": { | ||
"php": "7.3.*", | ||
"zendframework/zend-test": "^3.0", | ||
"laminas/laminas-test": "^3.0", | ||
"phpunit/phpunit": "^5.6", | ||
"phpspec/prophecy": "^1.6", | ||
"doctrine/orm": "^2.6" | ||
"doctrine/orm": "^2.6", | ||
"laminas/laminas-dependency-plugin": "^2.1" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
... | ... |
composer.lock
deleted
100644 → 0
Please register or sign in to comment