Skip to content

Commit 2c5b5da

Browse files
authored
Merge pull request #12 from morozov/corneltek-cachekit-dev
Redeclared corneltek/cachekit as a development dependency
2 parents 3874d01 + e7a7352 commit 2c5b5da

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)