-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
338 additions
and
200 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/vendor/ | ||
vendor/ | ||
.idea | ||
.DS_Store | ||
composer.lock | ||
composer.lock |
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,14 +1,16 @@ | ||
{ | ||
"name": "giles/php-csc", | ||
"keywords": ["psr", "psr-11", "phpcs", "phpcsc"], | ||
"license": "MIT", | ||
"description": "PHP code style check 利用git hook、phplint、phpcs在git commit的时候对php代码进行语法检测、代码风格检查,如果有问题,不允许提交。", | ||
"type": "library", | ||
"require": { | ||
"php": ">=7.1", | ||
"squizlabs/php_codesniffer": "3.*", | ||
"overtrue/phplint": "1.1.9" | ||
"overtrue/phplint": "1.*" | ||
}, | ||
"require-dev": { | ||
"php": "^7." | ||
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" | ||
}, | ||
"bin": [ | ||
"bin/phpcsc" | ||
|
@@ -19,5 +21,10 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Giles\\MountHooks\\": "src/" | ||
} | ||
}, | ||
"minimum-stability": "dev" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.