Skip to content

Commit 8be6bbf

Browse files
authored
Merge pull request #552 from wayofdev/ci/updates
2 parents 4a8679a + a22e2c5 commit 8be6bbf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/.release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"release-type": "php",
34
"packages": {
45
".": {

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)