Merge pull request #120 in ZP/z-push from feature/ZP-682-Composer-Auto-include to develop
* commit 'daf481e5': ZP-682 Compare the configured LOGBACKEND lowercase. ZP-682 "filelog" and "syslog" classes can not be found by autoloader (because they are in camel case and not lowercase). Rewriting the backend loaded by ZLog to the class name, as this is more end-user friendly. Throwing a FatalNotImplementedException causes a recursion that eats up all available memory before it fails, as that exception tries to log which then throws the exception again. ZP-682 updated classmap for CalDav and CardDav backends. Removed includes from the backends. ZP-682 Never commit composer binary. Released under the Affero GNU General Public License (AGPL) version 3. ZP-682 Composer - AutoInclude. Released under the Affero GNU General Public License (AGPL) version 3.
Showing
| ... | ... | @@ -5,6 +5,6 @@ |
| "homepage": "http://z-push.org/", | ||
| "license": "AGPL-3.0", | ||
| "require": { | ||
| "php": ">=5.2.0" | ||
| "php": ">=5.4.0" | ||
| } | ||
| } |
src/.gitignore
0 → 100644
src/DEVELOPMENT
0 → 100644
src/composer.json
0 → 100644
src/vendor/autoload.php
0 → 100644
This diff is collapsed.
src/vendor/composer/LICENSE
0 → 100644
Please register or sign in to comment