We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer.json
1 parent 03c78fe commit a737d73Copy full SHA for a737d73
composer.json
@@ -27,6 +27,10 @@
27
"codeception/module-rest": "^1.2",
28
"vlucas/phpdotenv": "^4.2 | ^5.3"
29
},
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
+ },
34
"autoload": {
35
"classmap": ["src/"]
36
0 commit comments