Last active
February 6, 2017 23:41
-
-
Save ccjjmartin/427b3e0b7797efcbade3deb2770db3ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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