Skip to content

Commit 2cae32e

Browse files
committed
Fixed composer.json warnings
1 parent f61c567 commit 2cae32e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "visualappeal/php-ssllabs-api",
33
"description": "API for ssllabs.com",
44
"type": "library",
5-
"license": "GPL",
5+
"license": "GPL-3.0-only",
66
"authors": [
77
{
88
"name": "Björn Roland",
@@ -19,7 +19,7 @@
1919
},
2020
"autoload": {
2121
"psr-4": {
22-
"": "src/"
22+
"\\": "src/"
2323
}
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)