Skip to content

Commit bc95b98

Browse files
authored
Merge pull request #529 from FGRibreau/php-remove-old-version
Drop support for PHP < 8.1
2 parents 73475f3 + 1c29c99 commit bc95b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["fake", "email", "detection", "disposable"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=7.3"
7+
"php": ">=8.1"
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^12"

0 commit comments

Comments
 (0)