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 13:32:16 +0400
committerBart Visscher <bartv@thisnet.nl>2012-10-27 13:32:16 +0400
commit43e8293d9ce92b42f2dd944847c7e4d8d1b17b9f (patch)
treef730f57f71b6c01a07510f37d4e08d9e980d3544 /composer.json
parenta8d0f8482926e7780edc6ffa60f772da1f20e40a (diff)
Change Symfony/Component/Routing from submodule to composer fetching
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000000..628ee601103
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,8 @@
+{
+ "require": {
+ "symfony/routing": "2.0.*"
+ },
+ "config": {
+ "vendor-dir": "3rdparty"
+ }
+}