File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ We look forward to your contributions! Here are some examples how you can
6
6
contribute:
7
7
8
8
- [ Report a bug] ( https://github.com/maennchen/ZipStream-PHP/issues/new?labels=bug&template=BUG.md )
9
- - [ Propose a new feature] ( https://github.com/maennchen/ZipStream-PHP/issues/new?labels=enhancement&template=FEATURE_REQUEST .md )
9
+ - [ Propose a new feature] ( https://github.com/maennchen/ZipStream-PHP/issues/new?labels=enhancement&template=FEATURE .md )
10
10
- [ Send a pull request] ( https://github.com/maennchen/ZipStream-PHP/pulls )
11
11
12
12
## We have a Code of Conduct
Original file line number Diff line number Diff line change 44
44
"test:lint" : " psalm --stats --show-info --find-unused-psalm-suppress" ,
45
45
"coverage:report" : " php-coveralls --coverage_clover=coverage.clover.xml --json_path=coveralls-upload.json -v" ,
46
46
"install:tools" : " phive install --trust-gpg-keys 0x67F861C3D889C656" ,
47
- "docs:generate" : " tools/phpdocumentor"
47
+ "docs:generate" : " tools/phpdocumentor --sourcecode "
48
48
},
49
49
"autoload" : {
50
50
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
<paths >
10
10
<output >docs</output >
11
11
</paths >
12
- <template >
13
- <location >foo</location >
14
- </template >
15
12
<version number =" 3.0.0" >
16
13
<folder >latest</folder >
17
14
<api >
28
25
</extensions >
29
26
<visibility >public</visibility >
30
27
<default-package-name >ZipStream</default-package-name >
31
- <include-source / >
28
+ <include-source >true</ include-source >
32
29
</api >
33
30
<guide >
34
31
<source dsn =" ." >
You can’t perform that action at this time.
0 commit comments