File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- # https://php.watch/articles/composer-gitattributes
1
+ # Enforce Unix newlines
2
+ * text =lf
2
3
3
- # Exclude build/test files from archive
4
+ # Exclude unused files
5
+ # see: https://redd.it/2jzp6k
4
6
/.github export-ignore
5
- /docs export-ignore
7
+ /data export-ignore
6
8
/tests export-ignore
7
9
/.editorconfig export-ignore
8
10
/.gitattributes export-ignore
9
11
/.gitignore export-ignore
10
- /phpucs .xml export-ignore
12
+ /phpcs .xml export-ignore
11
13
/phpunit.xml export-ignore
12
14
/phpstan.neon export-ignore
15
+ /README.md export-ignore
13
16
14
- # Configure diff output for .php and .phar files.
17
+ # Configure diff output for .php files.
15
18
* .php diff =php
Original file line number Diff line number Diff line change 38
38
"cscheck" : " ./vendor/bin/phpcs" ,
39
39
"csfix" : " ./vendor/bin/phpcbf" ,
40
40
"test" : " ./vendor/bin/pest" ,
41
- "coverage" : " XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-html ./testbuild/logs/html && chmod a+x ./coverage && ./coverage" ,
42
41
"phpstan" : " ./vendor/bin/phpstan analyse"
43
42
},
44
43
"config" : {
You can’t perform that action at this time.
0 commit comments