Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 0ca73cb

Browse files
committed
Change requirements to PHP 7.2
1 parent c949aa7 commit 0ca73cb

2 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
@@ -22,7 +22,7 @@ composer require selective/database
2222

2323
## Requirements
2424

25-
* PHP >= 7.1
25+
* PHP 7.2+
2626
* MySQL 5.7+, MariaDB
2727

2828
## Documentation

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"license": "MIT",
1414
"require-dev": {
1515
"overtrue/phplint": "^1.1",
16-
"phpunit/phpunit": "^6|^7",
17-
"phpstan/phpstan-shim": "^0.11",
16+
"phpunit/phpunit": "^7|^8|^9",
17+
"phpstan/phpstan": "*",
1818
"squizlabs/php_codesniffer": "^3.4"
1919
},
2020
"require": {
21-
"php": ">=7.1",
21+
"php": ">=7.2",
2222
"ext-pdo": "*",
2323
"ext-json": "*"
2424
},

0 commit comments

Comments
 (0)