Skip to content

Commit

Permalink
remove dependencies for version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Apr 21, 2016
1 parent 1e5683d commit 5cac717
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 4,018 deletions.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "polderknowledge/build-tools",
"description": "A library package containing default build scripts for common usage",
"description": "A library package containing default build scripts for common usage. Since version 2.0 it doesn't contain the required php-qa tools. Suggested packages can be installed in the projector global when prefered by the user.",
"require": {
"polderknowledge/coding-standards": "~1.0"
},
"repositories": [
{
"type": "composer",
"url": "https://developers.polderknowledge.nl/packages"
}
],
"suggest": {
"phing/phing": "~2.10",
"phpdocumentor/phpdocumentor" : "~2.8",
"phpunit/phpunit" : "~4.0",
Expand All @@ -11,12 +20,6 @@
"polderknowledge/coding-standards": "~1.0",
"squizlabs/php_codesniffer": "~2.3"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.youngguns.nl"
}
],
"license": "proprietary",
"authors": [
{
Expand Down
Loading

0 comments on commit 5cac717

Please sign in to comment.