Skip to content

Commit 4130fe2

Browse files
committed
Merges #18
1 parent 8c8aff7 commit 4130fe2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/storage/*.key
55
/vendor
66
/.idea
7+
/.vscode
78
/.vagrant
89
Homestead.json
910
Homestead.yaml

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "sempro/phpunit-pretty-print",
3+
"version": "1.0.7",
34
"description": "Prettify PHPUnit output",
45
"type": "library",
56
"license": "MIT",
67
"minimum-stability": "dev",
7-
"prefer-stable" : true,
8+
"prefer-stable": true,
89
"require": {
910
"php": ">=7.0.0",
1011
"phpunit/phpunit": ">=7.0.0"
@@ -14,4 +15,4 @@
1415
"Sempro\\PHPUnitPrettyPrinter\\": "src/"
1516
}
1617
}
17-
}
18+
}

0 commit comments

Comments
 (0)