Skip to content

Commit 348b41a

Browse files
authored
Update license to match a composer-friendly option
Composer now enforces a matching license in their database, or updates are not approved. Switched to another public domain license: https://spdx.org/licenses/NLPL.html
1 parent e80235f commit 348b41a

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": "zschuessler/laravel-route-to-class",
33
"description": "A Laravel 5 view composer that will convert the current route to a body class. 'admin/product/5/edit' becomes 'admin-product-edit'",
44
"type": "library",
5-
"license": "Public Domain",
5+
"license": "PNLPL",
66
"authors": [
77
{
88
"name": "Zachary Schuessler",

0 commit comments

Comments
 (0)