Skip to content

Commit d112a3b

Browse files
Formatted composer.json
1 parent 2521d5c commit d112a3b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"description": "An object oriented approach to generating OpenAPI specs, implemented in PHP.",
44
"type": "library",
55
"license": "MIT",
6-
"keywords": ["php", "laravel", "eloquent", "uuid"],
6+
"keywords": [
7+
"php",
8+
"laravel",
9+
"eloquent",
10+
"uuid"
11+
],
712
"homepage": "https://github.com/goldspecdigital/laravel-eloquent-uuid",
813
"authors": [
914
{
@@ -17,9 +22,9 @@
1722
}
1823
},
1924
"autoload-dev": {
20-
"psr-4": {
21-
"GoldSpecDigital\\LaravelEloquentUUID\\Tests\\": "tests/"
22-
}
25+
"psr-4": {
26+
"GoldSpecDigital\\LaravelEloquentUUID\\Tests\\": "tests/"
27+
}
2328
},
2429
"require": {
2530
"php": "^7.1.3",

0 commit comments

Comments
 (0)