Skip to content

Commit 5a0ea1b

Browse files
committed
Updated README.md to reflect raise in php min version
1 parent 63a9cad commit 5a0ea1b

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
@@ -1,4 +1,4 @@
1-
mysql query builder (php 7.1+)
1+
mysql query builder (php 8.0+)
22
==============================
33

44
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/rkrx/php-mysql-query-builder/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/rkrx/php-mysql-query-builder/?branch=master)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rkr/php-mysql-query-builder",
3-
"description": "Easy to use query builder for PHP7.1+/PDO",
3+
"description": "Easy to use query builder for PHP8.0+/PDO",
44
"license": "MIT",
55
"type": "library",
66
"authors": [{

0 commit comments

Comments
 (0)