Skip to content

Commit

Permalink
Ready to use Doctum
Browse files Browse the repository at this point in the history
  • Loading branch information
cable8mm committed Mar 9, 2024
1 parent f4357e6 commit 3e52078
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,6 @@ $RECYCLE.BIN/
# Build data
/build/

# End of https://www.gitignore.io/api/git,macos,windows,composer,phpstorm,visualstudiocode
# End of https://www.gitignore.io/api/git,macos,windows,composer,phpstorm,visualstudiocode
/cache
/doctum.php
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"test": [
"./vendor/bin/phpunit tests"
],
"lint": [
"./vendor/bin/pint"
]
"test": "./vendor/bin/phpunit tests",
"lint": "./vendor/bin/pint",
"inspect": "./vendor/bin/pint --test",
"api-doc": "doctum.phar update doctum.php --output-format=github --no-ansi --no-progress",
"api-parse": "doctum.phar parse doctum.php --output-format=github -v"
}
}

0 comments on commit 3e52078

Please sign in to comment.