Skip to content

Commit e796bf3

Browse files
committed
Align and sort keywords
1 parent f2726db commit e796bf3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "dingo/api",
33
"description": "A RESTful API package for the Laravel and Lumen frameworks.",
4-
"keywords": ["restful", "api", "laravel", "dingo"],
4+
"keywords": [
5+
"api",
6+
"dingo",
7+
"laravel",
8+
"restful"
9+
],
510
"license": "BSD-3-Clause",
611
"authors": [
712
{

0 commit comments

Comments
 (0)