Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit cc12039

Browse files
committed
Add suggestions to composer
1 parent bee225f commit cc12039

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0",
2424
"ext-json": "*"
2525
},
26+
"suggest": {
27+
"spatie/laravel-query-builder": "Allows to include data on your API responses following the JSON:API",
28+
"spatie/laravel-json-api-paginate": "Change a little bit the default pagination params of Laravel for the JSON:API ones"
29+
},
2630
"autoload": {
2731
"psr-4": {
2832
"SkoreLabs\\JsonApi\\": "src"

0 commit comments

Comments
 (0)