File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 21
21
"url" : " https://www.paypal.me/syslogic"
22
22
}],
23
23
"scripts" : {
24
+ "docs" : " phpDocumentor.phar" ,
24
25
"test" : " vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration phpunit.xml --testsuite main" ,
25
26
"start" : [ " Composer\\ Config::disableProcessTimeout" , " FUNCTION_TARGET=on_https php -S localhost:${PORT:-8081} vendor/bin/router.php" ],
26
27
"coverage_linux" : " export XDEBUG_MODE=coverage && vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration coverage.xml --testsuite main" ,
27
28
"coverage_windows" : " setlocal xdebug.mode=coverage && %cd%/vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration coverage.xml --testsuite main"
28
29
},
29
30
"scripts-descriptions" : {
31
+ "docs" : " Generate docs" ,
30
32
"test" : " Run PHPunit tests" ,
31
33
"start" : " Call function on_https" ,
32
34
"coverage_linux" : " Run PHPUnit tests with code coverage on Linux" ,
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpdocumentor
3
+ configVersion =" 3"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns =" https://www.phpdoc.org"
6
+ xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd" >
7
+ <paths >
8
+ <output >build/docs</output >
9
+ <cache >build/cache</cache >
10
+ </paths >
11
+ <version number =" 3.0.0" >
12
+ <api >
13
+ <source dsn =" ." >
14
+ <path >src</path >
15
+ </source >
16
+ </api >
17
+ </version >
18
+ </phpdocumentor >
You can’t perform that action at this time.
0 commit comments