Skip to content

Commit cb95288

Browse files
committed
Code cleanup
- missing changes to composer.json
1 parent ca0e89e commit cb95288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "suin/php-rss-writer",
33
"type": "library",
44
"description": "Yet another simple RSS writer library for PHP 5.3 or later.",
5-
"keywords": ["rss", "generator", "writer", "feed"],
5+
"keywords": ["rss", "generator", "writer", "feed", "php"],
66
"homepage": "https://github.com/suin/php-rss-writer",
77
"license": "MIT",
88
"authors": [
@@ -15,6 +15,6 @@
1515
"php": ">=5.3.0"
1616
},
1717
"autoload": {
18-
"psr-0": { "Suin\\RSSWriter": "Source" }
18+
"psr-0": { "Suin\\RSSWriter": "src" }
1919
}
2020
}

0 commit comments

Comments
 (0)