Merge branch 'zf-3.x'
.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