Created
February 13, 2015 22:32
-
-
Save larowlan/3bce60450f377aeb6343 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
| { | |
| "name": "drupal/drupalmoduleupgrader", | |
| "description": "A Drush command to update Drupal 7 modules to Drupal 8.", | |
| "license": "GPL-2.0+", | |
| "support": { | |
| "issues": "https://drupal.org/project/issues/drupalmoduleupgrader", | |
| "source": "https://drupal.org/project/drupalmoduleupgrader" | |
| }, | |
| "require": { | |
| "grom358/pharborist": "dev-master", | |
| "symfony/finder": "2.6.*@dev", | |
| "symfony/filesystem": "2.6.*@dev", | |
| "cebe/markdown": "1.0.*@dev" | |
| }, | |
| "keywords": [ | |
| "Drupal", | |
| "upgrade", | |
| "update", | |
| "phpcs", | |
| "PHP_CodeSniffer", | |
| "standards" | |
| ], | |
| "require-dev": { | |
| "symfony/filesystem": "2.6.*@dev", | |
| "drupal/drupalmoduleupgrader": "dev-8.x-1.x" | |
| }, | |
| "autoload": { | |
| "psr-4": {"Drupal\\drupalmoduleupgrader": "src/"} | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment