From ece33e2ff277a906bf2ca640386aeb99fabf99a2 Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Fri, 14 Sep 2018 11:02:03 -0600 Subject: [PATCH] updating dependency versions --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}