Skip to content

Commit 3275b93

Browse files
committed
Improve package
1 parent 410e06b commit 3275b93

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ tests/ export-ignore
88
.styleci.yml export-ignore
99
.travis.yml export-ignore
1010
CONTRIBUTING export-ignore
11-
phpspec.yml.ci export-ignore
11+
phpspec.ci.yml export-ignore
1212
phpspec.yml.dist export-ignore
1313
phpunit.xml.dist export-ignore

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "php-http/discovery",
33
"description": "Finds installed HTTPlug implementations and PSR-7 message factories",
44
"license": "MIT",
5-
"keywords": ["http", "discovery", "client", "adapter", "message", "factory"],
6-
"homepage": "http://httplug.io",
5+
"keywords": ["http", "discovery", "client", "adapter", "message", "factory", "psr7"],
6+
"homepage": "http://php-http.org",
77
"authors": [
88
{
99
"name": "Márk Sági-Kazár",
1010
"email": "[email protected]"
1111
}
1212
],
1313
"require": {
14-
"php": "^5.4|7.*"
14+
"php": "^5.4 || ^7.0"
1515
},
1616
"require-dev": {
1717
"php-http/httplug": "^1.0",
@@ -36,7 +36,7 @@
3636
},
3737
"scripts": {
3838
"test": "bin/phpspec run",
39-
"test-ci": "bin/phpspec run -c phpspec.yml.ci"
39+
"test-ci": "bin/phpspec run -c phpspec.ci.yml"
4040
},
4141
"bin": [
4242
"bin/puli.phar"
File renamed without changes.

0 commit comments

Comments
 (0)