summaryrefslogtreecommitdiffstats
path: root/3rdparty/ZendXml/composer.json
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/ZendXml/composer.json')
-rw-r--r--3rdparty/ZendXml/composer.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/3rdparty/ZendXml/composer.json b/3rdparty/ZendXml/composer.json
deleted file mode 100644
index 3b4ca91de..000000000
--- a/3rdparty/ZendXml/composer.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "zendframework/zendxml",
- "description": "Utility library for XML usage, best practices, and security in PHP",
- "type": "library",
- "license": "BSD-3-Clause",
- "keywords": [
- "zf2",
- "xml",
- "security"
- ],
- "homepage": "http://packages.zendframework.com/",
- "autoload": {
- "psr-0": {
- "ZendXml": "library/"
- }
- },
- "repositories": [
- {
- "type": "composer",
- "url": "http://packages.zendframework.com/"
- }
- ],
- "require": {
- "php": ">=5.3.3"
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "*@dev",
- "phpunit/phpunit": "~3.7"
- }
-}