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 8c8aff7 commit 4130fe2Copy full SHA for 4130fe2
.gitignore
@@ -4,6 +4,7 @@
4
/storage/*.key
5
/vendor
6
/.idea
7
+/.vscode
8
/.vagrant
9
Homestead.json
10
Homestead.yaml
composer.json
@@ -1,10 +1,11 @@
1
{
2
"name": "sempro/phpunit-pretty-print",
3
+ "version": "1.0.7",
"description": "Prettify PHPUnit output",
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
- "prefer-stable" : true,
+ "prefer-stable": true,
"require": {
"php": ">=7.0.0",
11
"phpunit/phpunit": ">=7.0.0"
@@ -14,4 +15,4 @@
14
15
"Sempro\\PHPUnitPrettyPrinter\\": "src/"
16
}
17
-}
18
+}
0 commit comments