Skip to content

Commit 4a69d2e

Browse files
committed
wip: add pest-arch
1 parent 093000c commit 4a69d2e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"laravel/pint": "^1.22",
2424
"phpunit/phpunit": "^10.0",
2525
"phpstan/phpstan": "^2.0",
26-
"pestphp/pest": "^2.0"
26+
"pestphp/pest": "^2.0",
27+
"pestphp/pest-plugin-arch": "^2.0"
2728
},
2829
"autoload": {
2930
"psr-4": {
@@ -58,7 +59,8 @@
5859
"config": {
5960
"sort-packages": true,
6061
"allow-plugins": {
61-
"pestphp/pest-plugin": true
62+
"pestphp/pest-plugin": true,
63+
"pestphp/pest-plugin-arch": true
6264
}
6365
}
6466
}

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)