Skip to content

Commit be333d8

Browse files
committed
Mention license in composer.json
1 parent 357a07c commit be333d8

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

composer.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
2-
"name": "yocto/yoclib-wbxml",
3-
"type": "library",
4-
"require": {
5-
"php": "^7||^8"
6-
},
7-
"require-dev": {
8-
"phpunit/phpunit": "^7||^8||^9"
9-
},
10-
"autoload": {
11-
"psr-4": {
12-
"YOCLIB\\WBXML\\": "src/"
13-
}
14-
},
15-
"autoload-dev": {
16-
"psr-4": {
17-
"YOCLIB\\WBXML\\Tests\\": "tests/"
18-
}
2+
"name": "yocto/yoclib-wbxml",
3+
"type": "library",
4+
"license": "GPL-3.0-or-later",
5+
"require": {
6+
"php": "^7||^8"
7+
},
8+
"require-dev": {
9+
"phpunit/phpunit": "^7||^8||^9"
10+
},
11+
"autoload": {
12+
"psr-4": {
13+
"YOCLIB\\WBXML\\": "src/"
1914
}
15+
},
16+
"autoload-dev": {
17+
"psr-4": {
18+
"YOCLIB\\WBXML\\Tests\\": "tests/"
19+
}
20+
}
2021
}

0 commit comments

Comments
 (0)