diff options
Diffstat (limited to 'vendor/openpsa/universalfeedcreator/composer.json')
-rw-r--r-- | vendor/openpsa/universalfeedcreator/composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/openpsa/universalfeedcreator/composer.json b/vendor/openpsa/universalfeedcreator/composer.json index caabfcedc..57b1b0c75 100644 --- a/vendor/openpsa/universalfeedcreator/composer.json +++ b/vendor/openpsa/universalfeedcreator/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "RSS and Atom feed generator by Kai Blankenhorn", "keywords": ["rss", "atom", "pie", "opml", "gpx", "georss"], - "license": "LGPL", + "license": "LGPL-2.1-or-later", "authors": [ { "name": "Andreas Flack", @@ -15,7 +15,8 @@ "php": ">=5.0" }, "autoload": { - "classmap": ["lib"] + "classmap": ["lib"], + "files": ["lib/constants.php"] }, "require-dev": { "phpunit/phpunit": "*" |