Browse Source

Add default parameter packagist_host, fixes #412

Jordi Boggiano 10 years ago
parent
commit
32ca6cb9d2
2 changed files with 3 additions and 0 deletions
  1. 1 0
      app/config/config.yml
  2. 2 0
      app/config/defaults.yml

+ 1 - 0
app/config/config.yml

@@ -1,4 +1,5 @@
 imports:
+    - { resource: defaults.yml }
     - { resource: parameters.yml }
     - { resource: security.yml }
 

+ 2 - 0
app/config/defaults.yml

@@ -0,0 +1,2 @@
+parameters:
+    packagist_host: ~