Skip to content

Commit 94ca944

Browse files
committed
Update composer.json with config and stability setting
1 parent c478fec commit 94ca944

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["laravel", "laravel-graphql", "lighthouse", "validation", "error-exception"],
55
"type": "library",
66
"license": "MIT",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"authors": [
99
{
1010
"name": "Alexander Yakovenko",
@@ -29,6 +29,10 @@
2929
]
3030
}
3131
},
32+
"config": {
33+
"optimize-autoloader": true,
34+
"sort-packages": true
35+
},
3236
"minimum-stability": "stable",
3337
"prefer-stable": true
3438
}

0 commit comments

Comments
 (0)