Skip to content

Commit

Permalink
Fix license names deprecated in SPDX 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkl578 committed Feb 14, 2018
1 parent 3652048 commit 3ffc700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -4,7 +4,7 @@
"description": "Time provider, providing consistent current date, time, datetime and timezone across the request.",
"keywords": ["kdyby", "date", "time", "datetime", "microseconds", "clock", "provider", "symfony", "bundle"],
"homepage": "http://kdyby.org",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"],
"require": {
"php": "^7.1",
"kdyby/datetime-provider": "@dev",
Expand Down

0 comments on commit 3ffc700

Please sign in to comment.