Skip to content

Commit 3839876

Browse files
committed
requires PHP 7.2
1 parent 1b1236a commit 3839876

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
@@ -14,7 +14,7 @@ install:
1414
# Install PHP
1515
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
1616
- IF %PHP%==1 cd c:\php
17-
- IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.1.17-Win32-VC14-x64.zip --output php.zip
17+
- IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.2.28-Win32-VC15-x64.zip --output php.zip
1818
- IF %PHP%==1 7z x php.zip >nul
1919
- IF %PHP%==1 echo extension_dir=ext >> php.ini
2020
- 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",
1919
"ext-session": "*",
2020
"ext-json": "*"
2121
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Alternatively, you can download the whole package or [tracy.phar](https://github
4141

4242
| Tracy | compatible with PHP | compatible with browsers
4343
|-----------|---------------|----------
44-
| Tracy 2.8 | PHP 7.1 – 7.4 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
44+
| Tracy 2.8 | PHP 7.2 – 7.4 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
4545
| Tracy 2.7 | PHP 7.1 – 7.4 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
4646
| Tracy 2.6 | PHP 7.1 – 7.4 | Chrome 49+, Firefox 45+, MS Edge 14+, Safari 10+ and iOS Safari 10.2+
4747
| Tracy 2.5 | PHP 5.4 – 7.3 | Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+

0 commit comments

Comments
 (0)