Skip to content

Commit 19b7ec7

Browse files
Require spatie/laravel-ray in dev (#506)
1 parent 26df8a4 commit 19b7ec7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"doctrine/dbal": "^3.8",
3232
"laravel/pint": "^1.0",
3333
"orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0",
34-
"phpunit/phpunit": "^10.5.35 || ^11.0"
34+
"phpunit/phpunit": "^10.5.35 || ^11.0",
35+
"spatie/laravel-ray": "^1.40"
3536
},
3637
"scripts": {
3738
"test": "phpunit"

0 commit comments

Comments
 (0)