-
- Downloads
Merge branch 'release-3.0.0' into 'master'
Passage à ZF3 See merge request !1
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- composer.json 3 additions, 3 deletionscomposer.json
- composer.lock 479 additions, 487 deletionscomposer.lock
- src/UnicaenLeocarte/Controller/IndexControllerFactory.php 4 additions, 4 deletionssrc/UnicaenLeocarte/Controller/IndexControllerFactory.php
- src/UnicaenLeocarte/Options/ModuleOptionsFactory.php 4 additions, 11 deletionssrc/UnicaenLeocarte/Options/ModuleOptionsFactory.php
- src/UnicaenLeocarte/Service/Photo/PhotoServiceFactory.php 5 additions, 6 deletionssrc/UnicaenLeocarte/Service/Photo/PhotoServiceFactory.php
- src/UnicaenLeocarte/Service/Soap/SoapClientFactory.php 3 additions, 4 deletionssrc/UnicaenLeocarte/Service/Soap/SoapClientFactory.php
.gitignore
0 → 100644
... | ... | @@ -4,11 +4,11 @@ |
"require": { | ||
"ext-soap": "*", | ||
"ext-gd": "*", | ||
"zendframework/zend-servicemanager": "^2", | ||
"zendframework/zend-mvc": "^2", | ||
"zendframework/zend-servicemanager": "^3", | ||
"zendframework/zend-mvc": "^3", | ||
"zendframework/zend-http": "^2", | ||
"zendframework/zend-soap": "^2", | ||
"zendframework/zend-stdlib": "^2" | ||
"zendframework/zend-stdlib": "^3" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment