Skip to content

Commit fa8fac0

Browse files
committed
Drop PHP 7.2 support since myclabs/php-enum is now >=7.3
1 parent 6f0c185 commit fa8fac0

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
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.2",
16+
"php": ">=7.3",
1717
"ext-mbstring": "*",
1818
"ext-zlib": "*",
1919
"ext-curl": "*",
@@ -25,7 +25,7 @@
2525
"psr/http-client": "^1.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^7.5.1 || ^8.0 || ^9.0",
28+
"phpunit/phpunit": "^8.0 || ^9.0",
2929
"mockery/mockery": "^1.2",
3030
"friendsofphp/php-cs-fixer": "^3.0",
3131
"phan/phan": "^5.2"

0 commit comments

Comments
 (0)