+3
−4
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -4,16 +4,15 @@ | ||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://dev.unicaen.fr/packagist"
|
||
"url": "https://gest.unicaen.fr/packagist"
|
||
}
|
||
],
|
||
"require": {
|
||
"unicaen/app": "dev-zf-3.x"
|
||
"unicaen/app": "^3.0"
|
||
},
|
||
"require-dev": {
|
||
"zendframework/zend-test": "^2.4 || ^3.0",
|
||
"zendframework/zend-test": "^3.0",
|
||
"phpunit/phpunit": "^5.6",
|
||
"snapshotpl/zf-snap-event-debugger": "1.*",
|
||
"phpspec/prophecy": "^1.6"
|
||
},
|
||
"autoload": {
|
||
Loading