diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | tests/HelpersTest.php | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 712094b..b3822c8 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,8 @@ "homepage": "http://moonmoon.org/", "type": "project", "license": "BSD-3-Clause", + "version": "10.0.0-dev", + "keywords": ["rss", "atom", "syndication", "planet", "blog"], "authors": [ { "name": "Maurice Svay", diff --git a/tests/HelpersTest.php b/tests/HelpersTest.php index d0dcdda..a21ef1b 100644 --- a/tests/HelpersTest.php +++ b/tests/HelpersTest.php @@ -4,5 +4,8 @@ use PHPUnit\Framework\TestCase; class HelpersTest extends TestCase { - + public function test_a() + { + $this->assertTrue(true); + } } |