Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 2c6615f

Browse files
committed
Update composer.json
Apparently keywords has to be an array
1 parent 22eb00f commit 2c6615f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "brokencube/automatorm",
33
"description": "Simple schema-led ORM, with no code generation required",
44
"type": "library",
5-
"keywords": "ORM, Lightweight",
5+
"keywords": ["ORM", "Lightweight"],
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)