Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 659fcc0

Browse files
committed
Normalized composer.json
1 parent e5e41e1 commit 659fcc0

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
{
22
"name": "textcontrol/txtextcontrol-reportingcloud",
3-
"description": "PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.",
4-
"license": "BSD-3-Clause",
53
"type": "library",
4+
"description": "PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.",
65
"keywords": [
76
"reporting cloud",
87
"reportingcloud"
98
],
10-
"autoload": {
11-
"psr-4": {
12-
"TxTextControl\\ReportingCloud\\": "src/"
13-
}
14-
},
15-
"autoload-dev": {
16-
"psr-4": {
17-
"TxTextControlTest\\ReportingCloud\\": "test/"
18-
}
19-
},
9+
"license": "BSD-3-Clause",
2010
"require": {
2111
"php": "^7.1",
2212
"guzzlehttp/guzzle": "^6.5"
@@ -32,23 +22,33 @@
3222
"symfony/var-dumper": "^4.0 || ^5.0",
3323
"vimeo/psalm": "^3.7"
3424
},
25+
"autoload": {
26+
"psr-4": {
27+
"TxTextControl\\ReportingCloud\\": "src/"
28+
}
29+
},
30+
"autoload-dev": {
31+
"psr-4": {
32+
"TxTextControlTest\\ReportingCloud\\": "test/"
33+
}
34+
},
3535
"scripts": {
36-
"test": "vendor/bin/phpunit",
37-
"phpstan": "vendor/bin/phpstan analyse --configuration=phpstan.neon",
36+
"git-pre-commit": [
37+
"@phpcs"
38+
],
39+
"git-pre-push": [
40+
"@stan",
41+
"@test"
42+
],
3843
"phan": "vendor/bin/phan --config-file=phan.php",
39-
"psalm": "vendor/bin/psalm --config=psalm.xml",
4044
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml",
45+
"phpstan": "vendor/bin/phpstan analyse --configuration=phpstan.neon",
46+
"psalm": "vendor/bin/psalm --config=psalm.xml",
4147
"stan": [
4248
"@phpstan",
4349
"@psalm",
4450
"@phan"
4551
],
46-
"git-pre-commit": [
47-
"@phpcs"
48-
],
49-
"git-pre-push": [
50-
"@stan",
51-
"@test"
52-
]
52+
"test": "vendor/bin/phpunit"
5353
}
5454
}

0 commit comments

Comments
 (0)