Skip to content

Commit 6f4e701

Browse files
committed
wip
1 parent 4a69d2e commit 6f4e701

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ composer pint && composer analyze && composer test
290290
### Development Tools
291291

292292
- **[Pest](https://pestphp.com/)** - Testing framework with expressive syntax
293+
- **[Pest Architecture Testing](https://pestphp.com/docs/arch-testing)** - Architectural constraints and code quality rules
293294
- **[PHPStan](https://phpstan.org/)** - Static analysis tool for catching bugs
294295
- **[Laravel Pint](https://laravel.com/docs/pint)** - Code style fixer built on PHP-CS-Fixer
295296
- **Framework-agnostic** - No Laravel dependencies in the core library

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.22",
24-
"phpunit/phpunit": "^10.0",
25-
"phpstan/phpstan": "^2.0",
2624
"pestphp/pest": "^2.0",
27-
"pestphp/pest-plugin-arch": "^2.0"
25+
"pestphp/pest-plugin-arch": "^2.7",
26+
"phpstan/phpstan": "^2.0",
27+
"phpunit/phpunit": "^10.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)