This repository was archived by the owner on Sep 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments