Skip to content

Commit 3a2879f

Browse files
committed
Require PHP ^7.2 and PHPUnit ^7.4
1 parent faaad62 commit 3a2879f

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.1"
17+
"php": "^7.2"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^7.0",
20+
"phpunit/phpunit": "^7.4",
2121
"symfony/phpunit-bridge": "^4.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)