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

Commit 7c1d895

Browse files
authored
chore: Correct setting composer package type
Changed `type` is `project` to `library`.
1 parent 389c38d commit 7c1d895

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
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"license": "MIT",
19-
"type": "project",
19+
"type": "library",
2020
"require": {
2121
"php": ">=5.5.9",
2222
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",

0 commit comments

Comments
 (0)