Merge branch 'zf-3.x'
.gitignore
0 → 100644
.idea/encodings.xml
0 → 100644
.idea/faq.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
... | ... | @@ -4,16 +4,15 @@ |
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://dev.unicaen.fr/packagist" | ||
"url": "https://gest.unicaen.fr/packagist" | ||
} | ||
], | ||
"require": { | ||
"unicaen/app": "^1.3" | ||
"unicaen/app": "^3.0" | ||
}, | ||
"require-dev": { | ||
"zendframework/zend-test": "2.4.*", | ||
"phpunit/PHPUnit": "^5.6", | ||
"snapshotpl/zf-snap-event-debugger": "1.*", | ||
"zendframework/zend-test": "^3.0", | ||
"phpunit/phpunit": "^5.6", | ||
"phpspec/prophecy": "^1.6" | ||
}, | ||
"autoload": { | ||
... | ... |
data/schema.postgres.sql
0 → 100644
Please register or sign in to comment