Skip to content

Commit

Permalink
Merge pull request #7 from Kdyby/license-names-fix
Browse files Browse the repository at this point in the history
Fix license names deprecated in SPDX 3.0
  • Loading branch information
Majkl578 committed Feb 14, 2018
2 parents 750b600 + 3ffc700 commit 786c30c
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 786c30c

Please sign in to comment.