mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
Fixes php.json with PHP 5.6.13
Avoids 404 error on new installs.
This commit is contained in:
parent
7f00fd8504
commit
12e159969c
6
php.json
6
php.json
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://windows.php.net",
|
"homepage": "http://windows.php.net",
|
||||||
"version": "5.6.12",
|
"version": "5.6.13",
|
||||||
"license": "http://www.php.net/license/",
|
"license": "http://www.php.net/license/",
|
||||||
"url": "http://windows.php.net/downloads/releases/php-5.6.12-Win32-VC11-x86.zip",
|
"url": "http://windows.php.net/downloads/releases/php-5.6.13-Win32-VC11-x86.zip",
|
||||||
"hash": "sha1:107f91cee686e18c695ebaa633efaabca9149d8c",
|
"hash": "sha1: 4ecd51eb865e5c7c5548aab978664d3e5078f2d8",
|
||||||
"bin": "php.exe",
|
"bin": "php.exe",
|
||||||
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user