Skip to content

Commit 6dcd595

Browse files
authored
Merge pull request #40 from localheinz/feature/normalize
Enhancement: Normalize composer.json
2 parents ff58c42 + a4bc8b1 commit 6dcd595

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

composer.json

+21-16
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "php-http/mock-client",
33
"description": "Mock HTTP client",
4-
"license": "MIT",
5-
"keywords": ["http", "client", "psr7", "mock"],
4+
"keywords": [
5+
"http",
6+
"client",
7+
"psr7",
8+
"mock"
9+
],
610
"homepage": "http://httplug.io",
11+
"license": "MIT",
712
"authors": [
813
{
914
"name": "David de Boer",
@@ -17,31 +22,31 @@
1722
"php-http/httplug": "^1.0 || ^2.0",
1823
"php-http/message-factory": "^1.0"
1924
},
20-
"require-dev": {
21-
"henrikbjorn/phpspec-code-coverage" : "^1.0",
22-
"phpspec/phpspec": "^2.4"
23-
},
2425
"provide": {
2526
"php-http/async-client-implementation": "1.0",
2627
"php-http/client-implementation": "1.0"
2728
},
28-
"autoload": {
29-
"psr-4": {
30-
"Http\\Mock\\": "src/"
31-
}
29+
"require-dev": {
30+
"henrikbjorn/phpspec-code-coverage": "^1.0",
31+
"phpspec/phpspec": "^2.4"
3232
},
33-
"scripts": {
34-
"test": "vendor/bin/phpspec run",
35-
"test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml"
33+
"config": {
34+
"sort-packages": true
3635
},
3736
"extra": {
3837
"branch-alias": {
3938
"dev-master": "1.3-dev"
4039
}
4140
},
42-
"prefer-stable": true,
41+
"autoload": {
42+
"psr-4": {
43+
"Http\\Mock\\": "src/"
44+
}
45+
},
4346
"minimum-stability": "dev",
44-
"config": {
45-
"sort-packages": true
47+
"prefer-stable": true,
48+
"scripts": {
49+
"test": "vendor/bin/phpspec run",
50+
"test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml"
4651
}
4752
}

0 commit comments

Comments
 (0)