Skip to content

Commit

Permalink
Merge pull request #3 from MinneapolisStarTribune/min-depend
Browse files Browse the repository at this point in the history
restore composer file back to min dependencies
  • Loading branch information
Eric Dowell authored Aug 22, 2018
2 parents 271f803 + 82dc3a0 commit 71be3c9
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,37 +42,9 @@
"name": "zetacomponents/workflow-database-tiein",
"type": "library",
"require": {
"php": ">=5.3.0",
"zetacomponents/database": "dev-initial-pull",
"zetacomponents/workflow": "dev-initial-pull",
"zetacomponents/base": "dev-initial-pull"
"zetacomponents/base": "*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"zetacomponents/database-schema": "dev-initial-pull",
"zetacomponents/unit-test": "dev-initial-pull"
},
"repositories": [
{
"type": "git",
"url": "[email protected]:ewbarnard/Base.git"
},
{
"type": "git",
"url": "[email protected]:ewbarnard/Database.git"
},
{
"type": "git",
"url": "[email protected]:ewbarnard/DatabaseSchema.git"
},
{
"type": "git",
"url": "[email protected]:ewbarnard/UnitTest.git"
},
{
"type": "git",
"url": "[email protected]:ewbarnard/Workflow.git"
}
],
"minimum-stability": "stable"
"zetacomponents/unit-test": "*"
}
}

0 comments on commit 71be3c9

Please sign in to comment.