File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
23 "release-type" : " php" ,
34 "packages" : {
45 "." : {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ This template repository includes several features to streamline the development
5151### → Testing
5252
5353- Configured [ PHPUnit] ( https://phpunit.de/index.html ) for unit testing.
54- - Integrated [ Pest PHP] ( https://pestphp.com ) for elegant testing.
54+ - Integrated [ Pest PHP] ( https://pestphp.com ) for elegant console support and architecture testing.
5555- [ Orchestra Testbench] ( https://packages.tools/testbench.html ) for Laravel package testing.
5656- [ PHPStan] ( https://phpstan.org ) extensions for PHPUnit and Laravel.
5757- Infection for mutation testing to ensure quality.
@@ -67,8 +67,11 @@ This template repository includes several features to streamline the development
6767
6868### → Coding Standards
6969
70- - [ PHP CS Fixer] ( https://github.com/wayofdev/php-cs-fixer-config ) with custom configuration for consistent code style.
70+ - [ PHP CS Fixer Config ] ( https://github.com/wayofdev/php-cs-fixer-config ) with custom configuration for consistent code style.
7171- [ Composer Normalize] ( https://github.com/ergebnis/composer-normalize ) to ensure a consistent ` composer.json ` format.
72+ - [ Yamllint] ( https://github.com/adrienverge/yamllint ) for YAML file linting.
73+ - [ Actionlint] ( https://github.com/rhysd/actionlint ) for GitHub Actions workflow linting.
74+ - [ Markdownlint] ( https://github.com/DavidAnson/markdownlint-cli2 ) for Markdown file linting.
7275
7376### → Continuous Integration
7477
@@ -97,6 +100,7 @@ This template repository includes several features to streamline the development
97100
98101- Support for PHP 8.2+ and Laravel 10.x/11.x.
99102- Configured ` autoload ` and ` autoload-dev ` for optimal namespace management.
103+ - PHAR dependencies managed using [ Phive] ( https://phar.io/ ) .
100104
101105<br >
102106
You can’t perform that action at this time.
0 commit comments