Skip to content

Commit 2cbb948

Browse files
committed
Normalize contents of composer.json
1 parent 0e281c7 commit 2cbb948

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

composer.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,47 @@
11
{
22
"name": "opsway/zohobooks-api",
33
"description": "PHP SDK for ZohoBooks API",
4-
"license": "MIT",
54
"keywords": [
65
"Zoho Books",
76
"API",
87
"SDK",
98
"library"
109
],
11-
"support": {
12-
"issues": "https://github.com/opsway/zohobooks-api/issues"
13-
},
14-
"prefer-stable": true,
10+
"license": "MIT",
1511
"require": {
16-
"php": "^5.6 | ^7.0",
12+
"php": "^5.6 || ^7.0",
1713
"guzzlehttp/guzzle": "^6.0"
1814
},
1915
"require-dev": {
2016
"phpunit/phpunit": "^5.7",
2117
"squizlabs/php_codesniffer": "^2.7"
2218
},
19+
"config": {
20+
"sort-packages": true
21+
},
22+
"extra": {
23+
"branch-alias": {
24+
"dev-master": "0.1-dev"
25+
}
26+
},
2327
"autoload": {
2428
"psr-4": {
2529
"OpsWay\\ZohoBooks\\": "src/"
2630
}
2731
},
2832
"autoload-dev": {
29-
"psr-4": { "OpsWay\\ZohoBooks\\Tests\\": "tests/" }
30-
},
31-
"extra": {
32-
"branch-alias": {
33-
"dev-master": "0.1-dev"
33+
"psr-4": {
34+
"OpsWay\\ZohoBooks\\Tests\\": "tests/"
3435
}
3536
},
37+
"prefer-stable": true,
3638
"scripts": {
37-
"test": "phpunit --no-coverage",
38-
"test-cover": "phpunit",
3939
"cs-check": "phpcs -n --standard=PSR2 --extensions=php src/",
40-
"cs-fix": "phpcbf --standard=PSR2 --extensions=php src/"
40+
"cs-fix": "phpcbf --standard=PSR2 --extensions=php src/",
41+
"test": "phpunit --no-coverage",
42+
"test-cover": "phpunit"
43+
},
44+
"support": {
45+
"issues": "https://github.com/opsway/zohobooks-api/issues"
4146
}
4247
}

0 commit comments

Comments
 (0)