Skip to content

Commit e7a7352

Browse files
committed
Redeclared corneltek/cachekit as a development dependency
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/*`.
1 parent 3874d01 commit e7a7352

File tree

2 files changed

+163
-155
lines changed

2 files changed

+163
-155
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
"name": "corneltek/pearx",
33
"homepage": "http://github.com/phpbrew/PEARX",
44
"description": "PEAR channel client",
5+
"config": {
6+
"platform": {
7+
"php": "5.3.9"
8+
}
9+
},
510
"require": {
611
"php": ">=5.3.0",
7-
"corneltek/cachekit": "^1",
812
"corneltek/curlkit": "^1.0.11"
913
},
1014
"require-dev": {
15+
"corneltek/cachekit": "^1",
1116
"corneltek/phpunit-testmore": "dev-master",
1217
"phpunit/phpunit": "^4.8||^5.7"
1318
},

0 commit comments

Comments
 (0)