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 1
1
{
2
+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
2
3
"release-type" : " php" ,
3
4
"packages" : {
4
5
"." : {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ This template repository includes several features to streamline the development
51
51
### → Testing
52
52
53
53
- 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.
55
55
- [ Orchestra Testbench] ( https://packages.tools/testbench.html ) for Laravel package testing.
56
56
- [ PHPStan] ( https://phpstan.org ) extensions for PHPUnit and Laravel.
57
57
- Infection for mutation testing to ensure quality.
@@ -67,8 +67,11 @@ This template repository includes several features to streamline the development
67
67
68
68
### → Coding Standards
69
69
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.
71
71
- [ 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.
72
75
73
76
### → Continuous Integration
74
77
@@ -97,6 +100,7 @@ This template repository includes several features to streamline the development
97
100
98
101
- Support for PHP 8.2+ and Laravel 10.x/11.x.
99
102
- Configured ` autoload ` and ` autoload-dev ` for optimal namespace management.
103
+ - PHAR dependencies managed using [ Phive] ( https://phar.io/ ) .
100
104
101
105
<br >
102
106
You can’t perform that action at this time.
0 commit comments