Skip to content

Commit ceffab2

Browse files
committed
requires PHP 7.2
1 parent 0b9735a commit ceffab2

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 7.1
43
- 7.2
54
- 7.3
65
- 7.4

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- IF EXIST c:\php (SET PHP=0) ELSE (SET PHP=1)
2323
- IF %PHP%==1 mkdir c:\php
2424
- IF %PHP%==1 cd c:\php
25-
- IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.1.5-Win32-VC14-x64.zip --output php.zip
25+
- IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.2.28-Win32-VC15-x64.zip --output php.zip
2626
- IF %PHP%==1 7z x php.zip >nul
2727
- IF %PHP%==1 echo extension_dir=ext >> php.ini
2828
- IF %PHP%==1 echo extension=php_openssl.dll >> php.ini

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.1",
18+
"php": ">=7.2 <8.1",
1919
"ext-pdo": "*",
2020
"nette/caching": "^3.0",
2121
"nette/utils": "^3.1"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The recommended way to install is via Composer:
3333
composer require nette/database
3434
```
3535

36-
It requires PHP version 7.1 and supports PHP up to 8.0.
36+
It requires PHP version 7.2 and supports PHP up to 8.0.
3737

3838

3939
Usage

0 commit comments

Comments
 (0)