Skip to content

Commit

Permalink
Fixed composer.json warnings
Browse files Browse the repository at this point in the history
thelfensdrfer committed Nov 10, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent f61c567 commit 2cae32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "visualappeal/php-ssllabs-api",
"description": "API for ssllabs.com",
"type": "library",
"license": "GPL",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Björn Roland",
@@ -19,7 +19,7 @@
},
"autoload": {
"psr-4": {
"": "src/"
"\\": "src/"
}
},
"require-dev": {

0 comments on commit 2cae32e

Please sign in to comment.