-
- Downloads
You need to sign in or sign up before continuing.
Merge branch 'zf-3.x'
Branches
Tags
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- composer.json 6 additions, 5 deletionscomposer.json
- composer.lock 1505 additions, 723 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
.gitignore
0 → 100644
... | ... | @@ -4,14 +4,15 @@ |
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://dev.unicaen.fr/packagist" | ||
"url": "https://gest.unicaen.fr/packagist" | ||
} | ||
], | ||
"require": { | ||
"unicaen/app": "^1.3", | ||
"zendframework/zend-test": "^2.4", | ||
"phpunit/PHPUnit": "^5.6", | ||
"phpspec/prophecy": "^1.6" | ||
"php": "7.3.*", | ||
"zendframework/zend-test": "^3.0", | ||
"phpunit/phpunit": "^5.6", | ||
"phpspec/prophecy": "^1.6", | ||
"doctrine/orm": "^2.6" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment