-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
72 changed files
with
428 additions
and
749 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
"require-dev": { | ||
"phpunit/phpunit": "^5.7 || ^7.5 || ^8.5.19 || ^9.5.8", | ||
"mockery/mockery": "~1.3.3 || ^1.4.2", | ||
"brainmaestro/composer-git-hooks": "^2.8", | ||
"jetbrains/phpstorm-attributes": "^1.0" | ||
"jetbrains/phpstorm-attributes": "^1.0", | ||
"friendsofphp/php-cs-fixer": "^3.54" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
@@ -24,34 +24,13 @@ | |
} | ||
}, | ||
"license": "MIT", | ||
"authors": [{ | ||
"name": "overtrue", | ||
"email": "[email protected]" | ||
}], | ||
"extra": { | ||
"hooks": { | ||
"pre-commit": [ | ||
"composer check-style", | ||
"composer psalm", | ||
"composer test" | ||
], | ||
"pre-push": [ | ||
"composer check-style" | ||
] | ||
"authors": [ | ||
{ | ||
"name": "overtrue", | ||
"email": "[email protected]" | ||
} | ||
}, | ||
], | ||
"scripts": { | ||
"post-update-cmd": [ | ||
"cghooks remove", | ||
"cghooks add --ignore-lock", | ||
"cghooks update" | ||
], | ||
"post-merge": "composer install", | ||
"post-install-cmd": [ | ||
"cghooks remove", | ||
"cghooks add --ignore-lock", | ||
"cghooks update" | ||
], | ||
"phpstan": "phpstan analyse", | ||
"check-style": "php-cs-fixer fix --using-cache=no --diff --config=.php-cs-fixer.dist.php --dry-run --allow-risky=yes --ansi", | ||
"fix-style": "php-cs-fixer fix --using-cache=no --config=.php-cs-fixer.dist.php --allow-risky=yes --ansi", | ||
|
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
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
Oops, something went wrong.