From 49024b6b072675f629062fd3798f05429f0670a5 Mon Sep 17 00:00:00 2001 From: Tavo Nieves J Date: Wed, 3 Feb 2021 02:57:03 -0500 Subject: [PATCH] Add suggested packages --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index d262cdf5..ef8aaf11 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,10 @@ "codeception/module-rest": "^1.2", "vlucas/phpdotenv": "^4.2 | ^5.3" }, + "suggest": { + "codeception/module-asserts": "Include traditional PHPUnit assertions in your tests", + "symfony/web-profiler-bundle": "Tool that gives information about the execution of requests" + }, "autoload": { "classmap": ["src/"] },