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

Commit 171631a

Browse files
authored
Merge pull request #307 from medz/patch-1
chore: Correct setting composer package type
2 parents 37e9383 + 7c1d895 commit 171631a

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)