Skip to content
This repository was archived by the owner on Mar 2, 2020. It is now read-only.

Commit fdfeae7

Browse files
committed
Merge branch 'develop'
2 parents 8250819 + 2ca1c05 commit fdfeae7

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,9 @@ There are three ways of accessing the variable values.
2929
Install using composer, using git repository (for now).
3030

3131
```
32-
"repositories": [
33-
{
34-
"type": "vcs",
35-
"url": "https://github.com/ixis/codeception-drupal-variable.git"
36-
},
3732
"require": {
38-
"ixis/codeception-drupal-variable": "~0.3",
39-
},
33+
"ixis/codeception-drupal-variable": "~0.3"
34+
}
4035
```
4136
#Configure
4237

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "ixis/codeception-drupal-variable",
33
"description": "A Codeception module to allow Drupal drush commands to be run during tests",
4+
"homepage": "https://github.com/ixis/codeception-drupal-variable",
5+
"license": "MIT",
46
"authors": [
57
{
68
"name": "Andy Rigby",

0 commit comments

Comments
 (0)