Skip to content

Commit

Permalink
Php 7.3 required
Browse files Browse the repository at this point in the history
  • Loading branch information
h2lsoft committed Nov 10, 2020
1 parent bb1398b commit 706a556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It provides a simple way to create, retrieve, update & delete records.

## Requirements

- php >= 7.0
- php >= 7.3
- php PDO extension


Expand Down Expand Up @@ -137,4 +137,4 @@ $records = $DBM->table('Country')->getByID([12, 10, 55]);

## License

MIT. See full [license](LICENSE).
MIT. See full [license](LICENSE).

0 comments on commit 706a556

Please sign in to comment.