Skip to content

Commit a737d73

Browse files
authored
Add suggested packages to composer.json (#112)
1 parent 03c78fe commit a737d73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"codeception/module-rest": "^1.2",
2828
"vlucas/phpdotenv": "^4.2 | ^5.3"
2929
},
30+
"suggest": {
31+
"codeception/module-asserts": "Include traditional PHPUnit assertions in your tests",
32+
"symfony/web-profiler-bundle": "Tool that gives information about the execution of requests"
33+
},
3034
"autoload": {
3135
"classmap": ["src/"]
3236
},

0 commit comments

Comments
 (0)