We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03c184 commit 477fa2eCopy full SHA for 477fa2e
composer.json
@@ -20,8 +20,7 @@
20
"illuminate/filesystem": "^12",
21
"illuminate/http": "^12",
22
"illuminate/support": "^12",
23
- "illuminate/view": "^12",
24
- "staudenmeir/eloquent-has-many-deep": "^1.21"
+ "illuminate/view": "^12"
25
},
26
"require-dev": {
27
"algolia/algoliasearch-client-php": "^3.4.1",
@@ -30,7 +29,8 @@
30
29
"laravel/scout": "^10.8.3",
31
"meilisearch/meilisearch-php": "^1.6.1",
32
"orchestra/testbench": "^10",
33
- "rector/rector": "^2.0"
+ "rector/rector": "^2.0",
+ "staudenmeir/eloquent-has-many-deep": "^1.21"
34
35
"suggest": {
36
"yajra/laravel-datatables-export": "Plugin for server-side exporting using livewire and queue worker.",
0 commit comments