diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-10-27 16:24:24 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-27 16:24:24 +0200 |
commit | c1c76539cc2878c058de15892dd05d6dd8b4b9a5 (patch) | |
tree | 521fd4471b13f2564c7caedd77c5bd9108a183eb /composer.json | |
parent | 8a3eda16f2b134477db5023095ca8744f7e9c4d0 (diff) | |
download | nextcloud-server-c1c76539cc2878c058de15892dd05d6dd8b4b9a5.tar.gz nextcloud-server-c1c76539cc2878c058de15892dd05d6dd8b4b9a5.zip |
Include copy of Symfony routing component, and don't use composer
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/composer.json b/composer.json deleted file mode 100644 index 7916b15cb9f..00000000000 --- a/composer.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "description": "ownCloud gives you universal access to your files/contacts/calendar through a web interface or WebDAV.", - "homepage": "http://owncloud.org", - "license": "AGPL-3.0+", - "support": { - "email": "owncloud@kde.org", - "irc": "irc://irc.freenode.org/owncloud", - "forum": "http://forum.owncloud.org/", - "issues": "https://github.com/owncloud/core/issues" - }, - "require": { - "php": ">=5.3.2", - "symfony/routing": "2.0.*" - }, - "config": { - "vendor-dir": "3rdparty" - } -} |