Skip to content

Commit

Permalink
Update composer to pull in latest test dependencies automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed Apr 19, 2017
1 parent 6f8bca8 commit 6c54696
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
18 changes: 3 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,8 @@
}
},
{
"type": "package",
"package": {
"name": "ubccr/xdmod-test-artifacts",
"version": "master",
"dist": {
"url": "https://github.com/ubccr/xdmod-test-artifacts/archive/master.zip",
"type": "zip",
"reference": "master"
},
"autoload": {
"classmap": ["."]
}
}

"type": "vcs",
"url": "https://github.com/ubccr/xdmod-test-artifacts.git"
}
],
"extra": {
Expand All @@ -54,7 +42,7 @@
}
},
"require-dev": {
"ubccr/xdmod-test-artifacts": "dev-master",
"ubccr/xdmod-test-artifacts": "@dev",
"squizlabs/php_codesniffer": "2.8.0"
}
}
26 changes: 16 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c54696

Please sign in to comment.