Skip to content

Commit

Permalink
[5.x] Require spatie/laravel-ray in dev (#10662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Aug 19, 2024
1 parent a0c51aa commit 9fd729f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"laravel/pint": "1.16.0",
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "^8.14 || ^9.0",
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.0",
"spatie/laravel-ray": "^1.37"
},
"config": {
"optimize-autoloader": true,
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ protected function getPackageProviders($app)
\Rebing\GraphQL\GraphQLServiceProvider::class,
\Wilderborn\Partyline\ServiceProvider::class,
\Archetype\ServiceProvider::class,
\Spatie\LaravelRay\RayServiceProvider::class,
];
}

Expand Down

0 comments on commit 9fd729f

Please sign in to comment.