File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11language : php
22php :
3- - 7.1
43 - 7.2
54 - 7.3
65 - 7.4
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The recommended way to install is via Composer:
3333composer 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
3939Usage
You can’t perform that action at this time.
0 commit comments