Skip to content

Commit c838e93

Browse files
committed
update php requirement and use newer PHPUNIT
1 parent 0636bb1 commit c838e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"minimum-stability": "dev",
2020
"require": {
21-
"php": ">=5.4",
21+
"php": ">=5.6",
2222
"mf2/mf2": ">=0.2"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "4.8.*"
25+
"phpunit/phpunit": "^6"
2626
}
2727
}

0 commit comments

Comments
 (0)