-
- Downloads
unicaen/app 3.0 requis
... | ... | @@ -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": { | ||
... | ... |
Please register or sign in to comment