Skip to content

Commit

Permalink
Issue #1: building from 1.13.2 official backdrop release in interim
Browse files Browse the repository at this point in the history
  • Loading branch information
tabroughton committed Jul 20, 2019
1 parent b1e7513 commit 714b31d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"name": "backdrop-docker/backdrop",
"description": "Run Backdrop using Docker containers.",
"description": "Run Backdrop using Docker containers.",
"repositories": [
{
"type": "package",
"package": {
"name": "tabroughton/backdrop",
"version": "1.13.2",
"dist": {
"url": "https://github.com/backdrop/backdrop/archive/1.13.2.zip",
"type": "zip"
}
}
}
],
"require": {
"backdrop/backdrop": "1.13.2-rc2",
"tabroughton/backdrop": "1.13.2.*",
"backdrop/drush": "1.0.0",
"drush/drush": "8.3.0"
}
Expand Down

0 comments on commit 714b31d

Please sign in to comment.