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

Commit bee225f

Browse files
committed
Update composer.json for publish package
1 parent 8eba2e6 commit bee225f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
22
"name": "skore-labs/laravel-json-api",
33
"description": "Integrate JSON:API resources on Laravel",
4-
"type": "library",
54
"license": "MIT",
6-
"minimum-stability": "stable",
5+
"keywords": [
6+
"skore-labs",
7+
"laravel-json-api",
8+
"json-api"
9+
],
10+
"authors": [
11+
{
12+
"name": "Ruben Robles",
13+
"email": "d8vjork@outlook.com"
14+
}
15+
],
716
"require": {
817
"php": "^7.1",
918
"illuminate/http": "~5.6.34|~5.7.0|~5.8.0",

0 commit comments

Comments
 (0)