Skip to content

Instantly share code, notes, and snippets.

@ccjjmartin
Last active February 6, 2017 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccjjmartin/427b3e0b7797efcbade3deb2770db3ba to your computer and use it in GitHub Desktop.
Save ccjjmartin/427b3e0b7797efcbade3deb2770db3ba to your computer and use it in GitHub Desktop.
diff --git a/composer.json b/composer.json
index 65710c2..9d8535f 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,13 @@
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "https://packages.drupal.org/8"
+ }
+ ],
"require": {
- "drupal/ctools": "~8.3.0-alpha21"
+ "drupal/ctools": ">=3.0.0-alpha26"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment