Skip to content

Commit 55b900f

Browse files
authored
Merge pull request #443 from os2display/feature/composer-license
fix: align composer.json license with LICENSE (MPL-2.0)
2 parents c458d7e + 41fd085 commit 55b900f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "os2display/display-api-service",
33
"description": "Api backend for OS2display",
4-
"license": "proprietary",
4+
"license": "MPL-2.0",
55
"type": "project",
6+
"homepage": "https://github.com/os2display/display-api-service",
7+
"support": {
8+
"issues": "https://github.com/os2display/display-api-service/issues",
9+
"source": "https://github.com/os2display/display-api-service"
10+
},
611
"require": {
712
"php": ">=8.4",
813
"ext-ctype": "*",

0 commit comments

Comments
 (0)