Skip to content

Commit 65bfbdc

Browse files
committed
Update dependencies require PHP >=7.1
1 parent 33e3127 commit 65bfbdc

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
@@ -14,10 +14,10 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.0"
17+
"php": "^7.1"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^6.0"
20+
"phpunit/phpunit": "^6.5.5"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)