Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-27 18:24:24 +0400
committerBart Visscher <bartv@thisnet.nl>2012-10-27 18:24:24 +0400
commitc1c76539cc2878c058de15892dd05d6dd8b4b9a5 (patch)
tree521fd4471b13f2564c7caedd77c5bd9108a183eb /composer.json
parent8a3eda16f2b134477db5023095ca8744f7e9c4d0 (diff)
Include copy of Symfony routing component, and don't use composer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json18
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"
- }
-}