File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ 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.2.28 -Win32-VC15 -x64.zip --output php.zip
25+ - IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-8.0.1 -Win32-vs16 -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
29- - IF %PHP%==1 curl https://github.com/Microsoft /msphpsql/releases/download/v4.3 .0/Windows-7.1 .zip -L --output sqlsrv.zip
29+ - IF %PHP%==1 curl https://github.com/microsoft /msphpsql/releases/download/v5.9 .0/Windows-8.0 .zip -L --output sqlsrv.zip
3030 - IF %PHP%==1 7z x sqlsrv.zip >nul
31- - IF %PHP%==1 copy Windows-7.1 \x64\php_pdo_sqlsrv_71_ts .dll ext\php_pdo_sqlsrv_ts.dll
31+ - IF %PHP%==1 copy Windows-8.0 \x64\php_pdo_sqlsrv_80_ts .dll ext\php_pdo_sqlsrv_ts.dll
3232 - IF %PHP%==1 del /Q *.zip
3333 - cd c:\projects\database
3434
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " >=7.2 <8.1" ,
18+ "php" : " >=8.0 <8.1" ,
1919 "ext-pdo" : " *" ,
2020 "nette/caching" : " ^3.0" ,
2121 "nette/utils" : " ^3.2.1"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The recommended way to install is via Composer:
4141composer require nette/database
4242```
4343
44- It requires PHP version 7.2 and supports PHP up to 8.0.
44+ It requires PHP version 8.0.
4545
4646
4747Usage
You can’t perform that action at this time.
0 commit comments