Skip to content

Commit

Permalink
Fix validation issues in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Jun 24, 2022
1 parent 521a8b2 commit 048d912
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
Expand Up @@ -4,7 +4,7 @@
"description": "CardDAV adapter for connecting to CardDAV-enabled addressbooks",
"keywords": ["addressbook","carddav","contacts","owncloud","davical"],
"homepage": "https://www.benjamin-schieder.de/carddav.html",
"license": "GPL-2.0",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Benjamin Schieder",
Expand All @@ -22,7 +22,7 @@
"php": ">=7.1.0",
"sabre/vobject": "^3.3.5 || ^4.0.0",
"sabre/uri": "^2.2",
"roundcube/plugin-installer": "*",
"roundcube/plugin-installer": "^0.3.0",
"mstilkerich/carddavclient": "^1.2.0"
},
"require-dev": {
Expand Down

0 comments on commit 048d912

Please sign in to comment.