Skip to content

Commit b0c047e

Browse files
committed
Updates php requirement to >=7.1.0
1 parent e27a809 commit b0c047e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "sempro/phpunit-pretty-print",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Prettify PHPUnit output",
55
"type": "library",
66
"license": "MIT",
77
"minimum-stability": "dev",
88
"prefer-stable": true,
99
"require": {
10-
"php": ">=7.0.0",
10+
"php": ">=7.1.0",
1111
"phpunit/phpunit": ">=7.0.0"
1212
},
1313
"autoload": {

0 commit comments

Comments
 (0)