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.
1 parent 0bb9dd7 commit baebeb6Copy full SHA for baebeb6
composer.json
@@ -18,18 +18,18 @@
18
"php": ">=7.1.3"
19
},
20
"require-dev": {
21
+ "codedungeon/phpunit-result-printer": "*",
22
"fzaninotto/faker": "*",
23
"mockery/mockery": "*",
24
"orchestra/database": "3.6.*",
- "orchestra/testbench": "3.6.*",
25
"orchestra/testbench-browser-kit": "3.6.*",
26
+ "orchestra/testbench": "3.6.*",
27
"php-coveralls/php-coveralls" : "*",
28
"phpmd/phpmd": "*",
29
"phpunit/phpunit": "7.*",
- "sebastian/phpcpd": "*",
30
- "symfony/thanks": "*",
31
"predis/predis": "*",
32
- "codedungeon/phpunit-result-printer": "^0.19.10"
+ "sebastian/phpcpd": "*",
+ "symfony/thanks": "*"
33
34
"autoload": {
35
"psr-4": {
0 commit comments