Skip to content

Commit 81fa770

Browse files
authored
Fix license information
When trying to add this to packagist, I got the following error: ``` Invalid package information: License ["OSL-3"] is not a valid SPDX license identifier, see https://spdx.org/licenses/ if you use an open license. If the software is closed-source, you may use "proprietary" as license. ```
1 parent e93eee2 commit 81fa770

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
@@ -19,7 +19,7 @@
1919
},
2020
"type": "magento2-module",
2121
"license": [
22-
"OSL-3"
22+
"MIT"
2323
],
2424
"autoload": {
2525
"files": [

0 commit comments

Comments
 (0)