Skip to content

Commit 7a85ba8

Browse files
committed
chore: install pest-plugin-browser and playwright deps
1 parent 24a2e64 commit 7a85ba8

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"orchestra/testbench": "^10.6.0||^9.0.0",
2828
"pestphp/pest": "^4.0.3",
2929
"pestphp/pest-plugin-arch": "^4.0",
30+
"pestphp/pest-plugin-browser": "^4.0",
3031
"pestphp/pest-plugin-laravel": "^4.0",
3132
"phpstan/extension-installer": "^1.4",
3233
"phpstan/phpstan-deprecation-rules": "^2.0",

package-lock.json

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "laravel-image-transform-url",
3+
"scripts": {},
4+
"author": "Julian Schramm",
5+
"license": "MIT",
6+
"devDependencies": {
7+
"playwright": "^1.55.0"
8+
}
9+
}

0 commit comments

Comments
 (0)