Skip to content

Commit ee2c276

Browse files
committed
Bump php and phpunit dependency to 7.1 and 7.0 respectively
1 parent a1e39e0 commit ee2c276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.0",
16-
"phpunit/phpunit": "^6.0"
15+
"php": ">=7.1",
16+
"phpunit/phpunit": "^7.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "2.0-dev"
30+
"dev-master": "3.0-dev"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)