This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(zipfile): added subdirs to the zipfile
- Loading branch information
1 parent
e2d7313
commit 47e9a35
Showing
7 changed files
with
800 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
{ | ||
"phpcsparams": "--extensions=php --ignore=node_modules -q .", | ||
"phpcsfixcmd": "phpcbf --standard=PSR12", | ||
"phpcschkcmd": "phpcs -s -n --colors --standard=PSR12", | ||
"phpcomptcmd": "phpcs -s -n --colors --standard=PHPCompatibility --runtime-set testVersion \"$(php -r 'echo PHP_MAJOR_VERSION . \".\" . PHP_MINOR_VERSION;')\"", | ||
"archiveFileName": "whmcs-ispapi-widget-monitoring", | ||
"archiveBuildPath": "build", | ||
"filesForArchive": [ | ||
"README.md", | ||
"CONTRIBUTING.md", | ||
"HISTORY.md", | ||
"LICENSE", | ||
"ispapi_monitoring.php" | ||
], | ||
"filesForCleanup": [ | ||
"composer.lock", | ||
"package-lock.json", | ||
"tmp" | ||
] | ||
} | ||
"phpcsparams": "--extensions=php --ignore=node_modules -q .", | ||
"phpcsfixcmd": "phpcbf --standard=PSR12", | ||
"phpcschkcmd": "phpcs -s -n --colors --standard=PSR12", | ||
"phpcomptcmd": "phpcs -s -n --colors --standard=PHPCompatibility --runtime-set testVersion \"$(php -r 'echo PHP_MAJOR_VERSION . \".\" . PHP_MINOR_VERSION;')\"", | ||
"archiveFileName": "whmcs-ispapi-widget-monitoring", | ||
"archiveBuildPath": "build", | ||
"filesForArchive": [ | ||
"README.md", | ||
"CONTRIBUTING.md", | ||
"HISTORY.md", | ||
"LICENSE", | ||
"modules/**" | ||
], | ||
"filesForCleanup": ["composer.lock", "package-lock.json", "tmp"] | ||
} |
Oops, something went wrong.