Skip to content

Commit 73c6536

Browse files
Raised minimum php version to 7.3
Updated phpunit version
1 parent c4daa8b commit 73c6536

File tree

2 files changed

+595
-450
lines changed

2 files changed

+595
-450
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212

1313
"require": {
14-
"php": "^7.2 || ^8.0",
14+
"php": "^7.3 || ^8.0",
1515
"ext-pcre": "*",
1616
"ext-mbstring": "*",
1717

@@ -20,7 +20,7 @@
2020
},
2121

2222
"require-dev": {
23-
"phpunit/phpunit": "^8.0",
23+
"phpunit/phpunit": "^9.0",
2424
"php-defer/php-defer": "^4.0",
2525
"squizlabs/php_codesniffer": "^3.5",
2626
"phpstan/phpstan": "^0.12"

0 commit comments

Comments
 (0)