Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Bump PHP min version to 7.2
Browse files Browse the repository at this point in the history
Bump PHP min version to 7.2
  • Loading branch information
edno authored Feb 11, 2020
2 parents 751e242 + f70f958 commit 8b367b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ scenario.
## Minimum Requirements

- Codeception 3.x, 4.x
- PHP 7.x
- PHP 7.2

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.2",
"codeception/codeception": ">=2.2"
},
"require-dev": {
Expand Down

0 comments on commit 8b367b6

Please sign in to comment.