Skip to content

Commit f659e66

Browse files
committed
Lower PHP requirement to 7.3
Just because we can :)
1 parent a64f9e6 commit f659e66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ which always throws an exception in case of an error.
77

88
## Features
99

10-
- PHP 7.4+
10+
- PHP 7.3+
1111
- PHP 8.0
1212
- Semver
1313
- Tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"minimalist"
99
],
1010
"require": {
11-
"php": "~7.4 || ~8.0"
11+
"php": "~7.3 || ~8.0"
1212
},
1313
"require-dev": {
1414
"peridot-php/peridot": "^1.19"

0 commit comments

Comments
 (0)