Skip to content

Commit e6dcef4

Browse files
committed
Update PHP version
1 parent 250f2a8 commit e6dcef4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PHP Web Application Firewall
66
| [![CI][x1]][y1] | [![Latest Stable Version][x2]][y2] | [![License][x3]][y3] |
77

88
### Requirements
9-
- PHP >= 7.0
9+
- PHP >= 7.3
1010

1111
### Installation
1212
If Composer is not installed on your system yet, you may go ahead and install it using this command line:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0"
18+
"php": ">=7.3"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "8.5.52"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)