We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357a07c commit be333d8Copy full SHA for be333d8
composer.json
@@ -1,20 +1,21 @@
1
{
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
17
- "YOCLIB\\WBXML\\Tests\\": "tests/"
18
+ "name": "yocto/yoclib-wbxml",
+ "type": "library",
+ "license": "GPL-3.0-or-later",
+ "require": {
+ "php": "^7||^8"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^7||^8||^9"
+ "autoload": {
+ "psr-4": {
+ "YOCLIB\\WBXML\\": "src/"
19
}
+ "autoload-dev": {
+ "YOCLIB\\WBXML\\Tests\\": "tests/"
+ }
20
21
0 commit comments