Skip to content

Commit

Permalink
Redeclared corneltek/cachekit as a development dependency
Browse files Browse the repository at this point in the history
Although corneltek/cachekit is used in tests, PEARX itself doesn't depend on it. The unnecessary dependency not only increases the size of of the package but also imposes unnecessary version constraints on the common libraries like `symfony/*`.
  • Loading branch information
morozov committed Dec 21, 2019
1 parent 3874d01 commit e7a7352
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 155 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
"name": "corneltek/pearx",
"homepage": "http://github.com/phpbrew/PEARX",
"description": "PEAR channel client",
"config": {
"platform": {
"php": "5.3.9"
}
},
"require": {
"php": ">=5.3.0",
"corneltek/cachekit": "^1",
"corneltek/curlkit": "^1.0.11"
},
"require-dev": {
"corneltek/cachekit": "^1",
"corneltek/phpunit-testmore": "dev-master",
"phpunit/phpunit": "^4.8||^5.7"
},
Expand Down
Loading

0 comments on commit e7a7352

Please sign in to comment.