diff --git a/composer.json b/composer.json index c3118ff..85858e5 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ "require": { "php": ">=7.1", "mofodojodino/profanity-filter": "^1.3", - "byjoby/flatrr": "dev-master" + "byjoby/flatrr": "^1" }, "require-dev": { "phpunit/phpunit": "^7", - "phpunit/dbunit": "^4.0" + "phpunit/dbunit": "^4" }, "scripts": { "test": [ @@ -38,4 +38,4 @@ "Destructr\\": "tests/" } } -} \ No newline at end of file +}