Created
October 9, 2013 09:22
-
-
Save alnutile/6898587 to your computer and use it in GitHub Desktop.
This only causes autoload_namespaces.php to work if I add require to the object.
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/behat_editor_saucelabs", | |
"type": "drupal-module", | |
"description": "Runs behat tests on saucelabs.", | |
"homepage": "https://github.com/alnutile/behat_editor_saucelabs", | |
"license": "GPL-2.0", | |
"authors": [ | |
{ | |
"name": "Alfred Nutile", | |
"email": "[email protected]", | |
"role": "The guy behind the keyboard" | |
} | |
], | |
"support": { | |
"issues": "https://github.com/alnutile/behat_editor_saucelabs/issues" | |
}, | |
"require": { | |
"behat/behat": "2.4.*@stable" | |
}, | |
"autoload": { | |
"psr-0": { | |
"Drupal\\BehatEditorSauceLabs": "src/" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment