├── .editorconfig ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug-report.yml │ ├── config.yml │ ├── hash-error.yml │ └── package-request.yml ├── pull_request_template.md └── workflows │ ├── ci.yml │ ├── excavator.yml │ ├── issue_comment.yml │ ├── issues.yml │ └── pull_request.yml ├── .gitignore ├── LICENSE ├── README.md ├── Scoop-Bucket.Tests.ps1 ├── bin ├── auto-pr.ps1 ├── checkhashes.ps1 ├── checkurls.ps1 ├── checkver.ps1 ├── formatjson.ps1 ├── missing-checkver.ps1 ├── postinstall.ps1 └── test.ps1 └── bucket ├── php5.2.10-nts.json ├── php5.2.10.json ├── php5.2.11-nts.json ├── php5.2.11.json ├── php5.2.12-nts.json ├── php5.2.12.json ├── php5.2.13-nts.json ├── php5.2.13.json ├── php5.2.14-nts.json ├── php5.2.14.json ├── php5.2.15-nts.json ├── php5.2.15.json ├── php5.2.16-nts.json ├── php5.2.16.json ├── php5.2.17-nts.json ├── php5.2.17.json ├── php5.2.6-nts.json ├── php5.2.6.json ├── php5.2.7-nts.json ├── php5.2.7.json ├── php5.2.8-nts.json ├── php5.2.8.json ├── php5.2.9-nts.json ├── php5.2.9.json ├── php5.2.json ├── php5.3-nts.json ├── php5.3.0-nts.json ├── php5.3.0.json ├── php5.3.1-nts.json ├── php5.3.1.json ├── php5.3.10-nts.json ├── php5.3.10.json ├── php5.3.11-nts.json ├── php5.3.11.json ├── php5.3.12-nts.json ├── php5.3.12.json ├── php5.3.13-nts.json ├── php5.3.13.json ├── php5.3.14-nts.json ├── php5.3.14.json ├── php5.3.15-nts.json ├── php5.3.15.json ├── php5.3.16-nts.json ├── php5.3.16.json ├── php5.3.17-nts.json ├── php5.3.17.json ├── php5.3.18-nts.json ├── php5.3.18.json ├── php5.3.19-nts.json ├── php5.3.19.json ├── php5.3.2-nts.json ├── php5.3.2.json ├── php5.3.20-nts.json ├── php5.3.20.json ├── php5.3.21-nts.json ├── php5.3.21.json ├── php5.3.22-nts.json ├── php5.3.22.json ├── php5.3.23-nts.json ├── php5.3.23.json ├── php5.3.24-nts.json ├── php5.3.24.json ├── php5.3.25-nts.json ├── php5.3.25.json ├── php5.3.26-nts.json ├── php5.3.26.json ├── php5.3.27-nts.json ├── php5.3.27.json ├── php5.3.28-nts.json ├── php5.3.28.json ├── php5.3.29-nts.json ├── php5.3.29.json ├── php5.3.3-nts.json ├── php5.3.3.json ├── php5.3.4-nts.json ├── php5.3.4.json ├── php5.3.5-nts.json ├── php5.3.5.json ├── php5.3.6-nts.json ├── php5.3.6.json ├── php5.3.7-nts.json ├── php5.3.7.json ├── php5.3.8-nts.json ├── php5.3.8.json ├── php5.3.9-nts.json ├── php5.3.9.json ├── php5.3.json ├── php5.4-nts.json ├── php5.4.0-nts.json ├── php5.4.0.json ├── php5.4.1-nts.json ├── php5.4.1.json ├── php5.4.10-nts.json ├── php5.4.10.json ├── php5.4.11-nts.json ├── php5.4.11.json ├── php5.4.12-nts.json ├── php5.4.12.json ├── php5.4.13-nts.json ├── php5.4.13.json ├── php5.4.14-nts.json ├── php5.4.14.json ├── php5.4.15-nts.json ├── php5.4.15.json ├── php5.4.16-nts.json ├── php5.4.16.json ├── php5.4.17-nts.json ├── php5.4.17.json ├── php5.4.18-nts.json ├── php5.4.18.json ├── php5.4.19-nts.json ├── php5.4.19.json ├── php5.4.2-nts.json ├── php5.4.2.json ├── php5.4.20-nts.json ├── php5.4.20.json ├── php5.4.21-nts.json ├── php5.4.21.json ├── php5.4.22-nts.json ├── php5.4.22.json ├── php5.4.23-nts.json ├── php5.4.23.json ├── php5.4.24-nts.json ├── php5.4.24.json ├── php5.4.25-nts.json ├── php5.4.25.json ├── php5.4.26-nts.json ├── php5.4.26.json ├── php5.4.27-nts.json ├── php5.4.27.json ├── php5.4.28-nts.json ├── php5.4.28.json ├── php5.4.29-nts.json ├── php5.4.29.json ├── php5.4.3-nts.json ├── php5.4.3.json ├── php5.4.30-nts.json ├── php5.4.30.json ├── php5.4.31-nts.json ├── php5.4.31.json ├── php5.4.32-nts.json ├── php5.4.32.json ├── php5.4.33-nts.json ├── php5.4.33.json ├── php5.4.34-nts.json ├── php5.4.34.json ├── php5.4.35-nts.json ├── php5.4.35.json ├── php5.4.36-nts.json ├── php5.4.36.json ├── php5.4.37-nts.json ├── php5.4.37.json ├── php5.4.38-nts.json ├── php5.4.38.json ├── php5.4.39-nts.json ├── php5.4.39.json ├── php5.4.4-nts.json ├── php5.4.4.json ├── php5.4.40-nts.json ├── php5.4.40.json ├── php5.4.41-nts.json ├── php5.4.41.json ├── php5.4.42-nts.json ├── php5.4.42.json ├── php5.4.43-nts.json ├── php5.4.43.json ├── php5.4.44-nts.json ├── php5.4.44.json ├── php5.4.45-nts.json ├── php5.4.45.json ├── php5.4.5-nts.json ├── php5.4.5.json ├── php5.4.6-nts.json ├── php5.4.6.json ├── php5.4.7-nts.json ├── php5.4.7.json ├── php5.4.8-nts.json ├── php5.4.8.json ├── php5.4.9-nts.json ├── php5.4.9.json ├── php5.4.json ├── php5.5-nts.json ├── php5.5.0-nts.json ├── php5.5.0.json ├── php5.5.1-nts.json ├── php5.5.1.json ├── php5.5.10-nts.json ├── php5.5.10.json ├── php5.5.11-nts.json ├── php5.5.11.json ├── php5.5.12-nts.json ├── php5.5.12.json ├── php5.5.13-nts.json ├── php5.5.13.json ├── php5.5.14-nts.json ├── php5.5.14.json ├── php5.5.15-nts.json ├── php5.5.15.json ├── php5.5.16-nts.json ├── php5.5.16.json ├── php5.5.17-nts.json ├── php5.5.17.json ├── php5.5.18-nts.json ├── php5.5.18.json ├── php5.5.19-nts.json ├── php5.5.19.json ├── php5.5.2-nts.json ├── php5.5.2.json ├── php5.5.20-nts.json ├── php5.5.20.json ├── php5.5.21-nts.json ├── php5.5.21.json ├── php5.5.22-nts.json ├── php5.5.22.json ├── php5.5.23-nts.json ├── php5.5.23.json ├── php5.5.24-nts.json ├── php5.5.24.json ├── php5.5.25-nts.json ├── php5.5.25.json ├── php5.5.26-nts.json ├── php5.5.26.json ├── php5.5.27-nts.json ├── php5.5.27.json ├── php5.5.28-nts.json ├── php5.5.28.json ├── php5.5.29-nts.json ├── php5.5.29.json ├── php5.5.3-nts.json ├── php5.5.3.json ├── php5.5.30-nts.json ├── php5.5.30.json ├── php5.5.31-nts.json ├── php5.5.31.json ├── php5.5.32-nts.json ├── php5.5.32.json ├── php5.5.33-nts.json ├── php5.5.33.json ├── php5.5.34-nts.json ├── php5.5.34.json ├── php5.5.35-nts.json ├── php5.5.35.json ├── php5.5.36-nts.json ├── php5.5.36.json ├── php5.5.37-nts.json ├── php5.5.37.json ├── php5.5.38-nts.json ├── php5.5.38.json ├── php5.5.4-nts.json ├── php5.5.4.json ├── php5.5.5-nts.json ├── php5.5.5.json ├── php5.5.6-nts.json ├── php5.5.6.json ├── php5.5.7-nts.json ├── php5.5.7.json ├── php5.5.8-nts.json ├── php5.5.8.json ├── php5.5.9-nts.json ├── php5.5.9.json ├── php5.5.json ├── php5.6-nts.json ├── php5.6.0-nts.json ├── php5.6.0.json ├── php5.6.1-nts.json ├── php5.6.1.json ├── php5.6.10-nts.json ├── php5.6.10.json ├── php5.6.11-nts.json ├── php5.6.11.json ├── php5.6.12-nts.json ├── php5.6.12.json ├── php5.6.13-nts.json ├── php5.6.13.json ├── php5.6.14-nts.json ├── php5.6.14.json ├── php5.6.15-nts.json ├── php5.6.15.json ├── php5.6.16-nts.json ├── php5.6.16.json ├── php5.6.17-nts.json ├── php5.6.17.json ├── php5.6.18-nts.json ├── php5.6.18.json ├── php5.6.19-nts.json ├── php5.6.19.json ├── php5.6.2-nts.json ├── php5.6.2.json ├── php5.6.20-nts.json ├── php5.6.20.json ├── php5.6.21-nts.json ├── php5.6.21.json ├── php5.6.22-nts.json ├── php5.6.22.json ├── php5.6.23-nts.json ├── php5.6.23.json ├── php5.6.24-nts.json ├── php5.6.24.json ├── php5.6.25-nts.json ├── php5.6.25.json ├── php5.6.26-nts.json ├── php5.6.26.json ├── php5.6.27-nts.json ├── php5.6.27.json ├── php5.6.28-nts.json ├── php5.6.28.json ├── php5.6.29-nts.json ├── php5.6.29.json ├── php5.6.3-nts.json ├── php5.6.3.json ├── php5.6.4-nts.json ├── php5.6.4.json ├── php5.6.5-nts.json ├── php5.6.5.json ├── php5.6.6-nts.json ├── php5.6.6.json ├── php5.6.7-nts.json ├── php5.6.7.json ├── php5.6.8-nts.json ├── php5.6.8.json ├── php5.6.9-nts.json ├── php5.6.9.json ├── php5.6.json ├── php7.0-nts.json ├── php7.0.0-nts.json ├── php7.0.0.json ├── php7.0.1-nts.json ├── php7.0.1.json ├── php7.0.10-nts.json ├── php7.0.10.json ├── php7.0.11-nts.json ├── php7.0.11.json ├── php7.0.12-nts.json ├── php7.0.12.json ├── php7.0.13-nts.json ├── php7.0.13.json ├── php7.0.14-nts.json ├── php7.0.14.json ├── php7.0.15-nts.json ├── php7.0.15.json ├── php7.0.16-nts.json ├── php7.0.16.json ├── php7.0.17-nts.json ├── php7.0.17.json ├── php7.0.18-nts.json ├── php7.0.18.json ├── php7.0.2-nts.json ├── php7.0.2.json ├── php7.0.3-nts.json ├── php7.0.3.json ├── php7.0.4-nts.json ├── php7.0.4.json ├── php7.0.5-nts.json ├── php7.0.5.json ├── php7.0.6-nts.json ├── php7.0.6.json ├── php7.0.7-nts.json ├── php7.0.7.json ├── php7.0.8-nts.json ├── php7.0.8.json ├── php7.0.9-nts.json ├── php7.0.9.json ├── php7.0.json ├── php7.1-nts.json ├── php7.1.0-nts.json ├── php7.1.0.json ├── php7.1.1-nts.json ├── php7.1.1.json ├── php7.1.2-nts.json ├── php7.1.2.json ├── php7.1.3-nts.json ├── php7.1.3.json ├── php7.1.4-nts.json ├── php7.1.4.json ├── php7.1.json ├── php7.2-nts.json ├── php7.2.json ├── php7.3-nts.json ├── php7.3.json ├── php7.4-nts.json ├── php7.4.json ├── php8.0-nts.json ├── php8.0.json ├── php8.1-nts.json ├── php8.1.json ├── php8.2-nts.json ├── php8.2.json ├── php8.3-nts.json ├── php8.3.json ├── php8.4-nts.json └── php8.4.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug-report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/ISSUE_TEMPLATE/bug-report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/hash-error.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/ISSUE_TEMPLATE/hash-error.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/package-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/ISSUE_TEMPLATE/package-request.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/excavator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/workflows/excavator.yml -------------------------------------------------------------------------------- /.github/workflows/issue_comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/workflows/issue_comment.yml -------------------------------------------------------------------------------- /.github/workflows/issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/workflows/issues.yml -------------------------------------------------------------------------------- /.github/workflows/pull_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.github/workflows/pull_request.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/README.md -------------------------------------------------------------------------------- /Scoop-Bucket.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/Scoop-Bucket.Tests.ps1 -------------------------------------------------------------------------------- /bin/auto-pr.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bin/auto-pr.ps1 -------------------------------------------------------------------------------- /bin/checkhashes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bin/checkhashes.ps1 -------------------------------------------------------------------------------- /bin/checkurls.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bin/checkurls.ps1 -------------------------------------------------------------------------------- /bin/checkver.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bin/checkver.ps1 -------------------------------------------------------------------------------- /bin/formatjson.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bin/formatjson.ps1 -------------------------------------------------------------------------------- /bin/missing-checkver.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bin/missing-checkver.ps1 -------------------------------------------------------------------------------- /bin/postinstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bin/postinstall.ps1 -------------------------------------------------------------------------------- /bin/test.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bin/test.ps1 -------------------------------------------------------------------------------- /bucket/php5.2.10-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.10-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.10.json -------------------------------------------------------------------------------- /bucket/php5.2.11-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.11-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.11.json -------------------------------------------------------------------------------- /bucket/php5.2.12-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.12-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.12.json -------------------------------------------------------------------------------- /bucket/php5.2.13-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.13-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.13.json -------------------------------------------------------------------------------- /bucket/php5.2.14-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.14-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.14.json -------------------------------------------------------------------------------- /bucket/php5.2.15-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.15-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.15.json -------------------------------------------------------------------------------- /bucket/php5.2.16-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.16-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.16.json -------------------------------------------------------------------------------- /bucket/php5.2.17-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.17-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.17.json -------------------------------------------------------------------------------- /bucket/php5.2.6-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.6-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.6.json -------------------------------------------------------------------------------- /bucket/php5.2.7-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.7-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.7.json -------------------------------------------------------------------------------- /bucket/php5.2.8-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.8-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.8.json -------------------------------------------------------------------------------- /bucket/php5.2.9-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.9-nts.json -------------------------------------------------------------------------------- /bucket/php5.2.9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.9.json -------------------------------------------------------------------------------- /bucket/php5.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.2.json -------------------------------------------------------------------------------- /bucket/php5.3-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.0-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.0-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.0.json -------------------------------------------------------------------------------- /bucket/php5.3.1-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.1-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.1.json -------------------------------------------------------------------------------- /bucket/php5.3.10-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.10-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.10.json -------------------------------------------------------------------------------- /bucket/php5.3.11-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.11-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.11.json -------------------------------------------------------------------------------- /bucket/php5.3.12-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.12-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.12.json -------------------------------------------------------------------------------- /bucket/php5.3.13-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.13-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.13.json -------------------------------------------------------------------------------- /bucket/php5.3.14-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.14-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.14.json -------------------------------------------------------------------------------- /bucket/php5.3.15-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.15-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.15.json -------------------------------------------------------------------------------- /bucket/php5.3.16-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.16-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.16.json -------------------------------------------------------------------------------- /bucket/php5.3.17-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.17-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.17.json -------------------------------------------------------------------------------- /bucket/php5.3.18-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.18-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.18.json -------------------------------------------------------------------------------- /bucket/php5.3.19-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.19-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.19.json -------------------------------------------------------------------------------- /bucket/php5.3.2-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.2-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.2.json -------------------------------------------------------------------------------- /bucket/php5.3.20-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.20-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.20.json -------------------------------------------------------------------------------- /bucket/php5.3.21-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.21-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.21.json -------------------------------------------------------------------------------- /bucket/php5.3.22-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.22-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.22.json -------------------------------------------------------------------------------- /bucket/php5.3.23-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.23-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.23.json -------------------------------------------------------------------------------- /bucket/php5.3.24-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.24-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.24.json -------------------------------------------------------------------------------- /bucket/php5.3.25-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.25-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.25.json -------------------------------------------------------------------------------- /bucket/php5.3.26-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.26-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.26.json -------------------------------------------------------------------------------- /bucket/php5.3.27-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.27-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.27.json -------------------------------------------------------------------------------- /bucket/php5.3.28-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.28-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.28.json -------------------------------------------------------------------------------- /bucket/php5.3.29-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.29-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.29.json -------------------------------------------------------------------------------- /bucket/php5.3.3-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.3-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.3.json -------------------------------------------------------------------------------- /bucket/php5.3.4-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.4-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.4.json -------------------------------------------------------------------------------- /bucket/php5.3.5-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.5-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.5.json -------------------------------------------------------------------------------- /bucket/php5.3.6-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.6-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.6.json -------------------------------------------------------------------------------- /bucket/php5.3.7-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.7-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.7.json -------------------------------------------------------------------------------- /bucket/php5.3.8-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.8-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.8.json -------------------------------------------------------------------------------- /bucket/php5.3.9-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.9-nts.json -------------------------------------------------------------------------------- /bucket/php5.3.9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.9.json -------------------------------------------------------------------------------- /bucket/php5.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.3.json -------------------------------------------------------------------------------- /bucket/php5.4-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.0-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.0-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.0.json -------------------------------------------------------------------------------- /bucket/php5.4.1-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.1-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.1.json -------------------------------------------------------------------------------- /bucket/php5.4.10-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.10-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.10.json -------------------------------------------------------------------------------- /bucket/php5.4.11-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.11-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.11.json -------------------------------------------------------------------------------- /bucket/php5.4.12-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.12-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.12.json -------------------------------------------------------------------------------- /bucket/php5.4.13-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.13-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.13.json -------------------------------------------------------------------------------- /bucket/php5.4.14-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.14-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.14.json -------------------------------------------------------------------------------- /bucket/php5.4.15-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.15-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.15.json -------------------------------------------------------------------------------- /bucket/php5.4.16-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.16-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.16.json -------------------------------------------------------------------------------- /bucket/php5.4.17-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.17-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.17.json -------------------------------------------------------------------------------- /bucket/php5.4.18-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.18-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.18.json -------------------------------------------------------------------------------- /bucket/php5.4.19-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.19-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.19.json -------------------------------------------------------------------------------- /bucket/php5.4.2-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.2-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.2.json -------------------------------------------------------------------------------- /bucket/php5.4.20-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.20-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.20.json -------------------------------------------------------------------------------- /bucket/php5.4.21-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.21-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.21.json -------------------------------------------------------------------------------- /bucket/php5.4.22-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.22-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.22.json -------------------------------------------------------------------------------- /bucket/php5.4.23-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.23-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.23.json -------------------------------------------------------------------------------- /bucket/php5.4.24-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.24-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.24.json -------------------------------------------------------------------------------- /bucket/php5.4.25-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.25-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.25.json -------------------------------------------------------------------------------- /bucket/php5.4.26-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.26-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.26.json -------------------------------------------------------------------------------- /bucket/php5.4.27-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.27-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.27.json -------------------------------------------------------------------------------- /bucket/php5.4.28-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.28-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.28.json -------------------------------------------------------------------------------- /bucket/php5.4.29-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.29-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.29.json -------------------------------------------------------------------------------- /bucket/php5.4.3-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.3-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.3.json -------------------------------------------------------------------------------- /bucket/php5.4.30-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.30-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.30.json -------------------------------------------------------------------------------- /bucket/php5.4.31-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.31-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.31.json -------------------------------------------------------------------------------- /bucket/php5.4.32-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.32-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.32.json -------------------------------------------------------------------------------- /bucket/php5.4.33-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.33-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.33.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.33.json -------------------------------------------------------------------------------- /bucket/php5.4.34-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.34-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.34.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.34.json -------------------------------------------------------------------------------- /bucket/php5.4.35-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.35-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.35.json -------------------------------------------------------------------------------- /bucket/php5.4.36-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.36-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.36.json -------------------------------------------------------------------------------- /bucket/php5.4.37-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.37-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.37.json -------------------------------------------------------------------------------- /bucket/php5.4.38-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.38-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.38.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.38.json -------------------------------------------------------------------------------- /bucket/php5.4.39-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.39-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.39.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.39.json -------------------------------------------------------------------------------- /bucket/php5.4.4-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.4-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.4.json -------------------------------------------------------------------------------- /bucket/php5.4.40-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.40-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.40.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.40.json -------------------------------------------------------------------------------- /bucket/php5.4.41-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.41-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.41.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.41.json -------------------------------------------------------------------------------- /bucket/php5.4.42-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.42-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.42.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.42.json -------------------------------------------------------------------------------- /bucket/php5.4.43-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.43-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.43.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.43.json -------------------------------------------------------------------------------- /bucket/php5.4.44-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.44-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.44.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.44.json -------------------------------------------------------------------------------- /bucket/php5.4.45-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.45-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.45.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.45.json -------------------------------------------------------------------------------- /bucket/php5.4.5-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.5-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.5.json -------------------------------------------------------------------------------- /bucket/php5.4.6-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.6-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.6.json -------------------------------------------------------------------------------- /bucket/php5.4.7-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.7-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.7.json -------------------------------------------------------------------------------- /bucket/php5.4.8-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.8-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.8.json -------------------------------------------------------------------------------- /bucket/php5.4.9-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.9-nts.json -------------------------------------------------------------------------------- /bucket/php5.4.9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.9.json -------------------------------------------------------------------------------- /bucket/php5.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.4.json -------------------------------------------------------------------------------- /bucket/php5.5-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.0-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.0-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.0.json -------------------------------------------------------------------------------- /bucket/php5.5.1-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.1-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.1.json -------------------------------------------------------------------------------- /bucket/php5.5.10-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.10-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.10.json -------------------------------------------------------------------------------- /bucket/php5.5.11-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.11-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.11.json -------------------------------------------------------------------------------- /bucket/php5.5.12-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.12-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.12.json -------------------------------------------------------------------------------- /bucket/php5.5.13-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.13-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.13.json -------------------------------------------------------------------------------- /bucket/php5.5.14-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.14-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.14.json -------------------------------------------------------------------------------- /bucket/php5.5.15-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.15-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.15.json -------------------------------------------------------------------------------- /bucket/php5.5.16-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.16-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.16.json -------------------------------------------------------------------------------- /bucket/php5.5.17-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.17-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.17.json -------------------------------------------------------------------------------- /bucket/php5.5.18-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.18-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.18.json -------------------------------------------------------------------------------- /bucket/php5.5.19-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.19-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.19.json -------------------------------------------------------------------------------- /bucket/php5.5.2-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.2-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.2.json -------------------------------------------------------------------------------- /bucket/php5.5.20-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.20-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.20.json -------------------------------------------------------------------------------- /bucket/php5.5.21-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.21-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.21.json -------------------------------------------------------------------------------- /bucket/php5.5.22-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.22-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.22.json -------------------------------------------------------------------------------- /bucket/php5.5.23-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.23-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.23.json -------------------------------------------------------------------------------- /bucket/php5.5.24-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.24-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.24.json -------------------------------------------------------------------------------- /bucket/php5.5.25-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.25-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.25.json -------------------------------------------------------------------------------- /bucket/php5.5.26-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.26-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.26.json -------------------------------------------------------------------------------- /bucket/php5.5.27-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.27-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.27.json -------------------------------------------------------------------------------- /bucket/php5.5.28-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.28-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.28.json -------------------------------------------------------------------------------- /bucket/php5.5.29-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.29-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.29.json -------------------------------------------------------------------------------- /bucket/php5.5.3-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.3-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.3.json -------------------------------------------------------------------------------- /bucket/php5.5.30-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.30-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.30.json -------------------------------------------------------------------------------- /bucket/php5.5.31-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.31-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.31.json -------------------------------------------------------------------------------- /bucket/php5.5.32-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.32-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.32.json -------------------------------------------------------------------------------- /bucket/php5.5.33-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.33-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.33.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.33.json -------------------------------------------------------------------------------- /bucket/php5.5.34-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.34-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.34.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.34.json -------------------------------------------------------------------------------- /bucket/php5.5.35-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.35-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.35.json -------------------------------------------------------------------------------- /bucket/php5.5.36-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.36-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.36.json -------------------------------------------------------------------------------- /bucket/php5.5.37-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.37-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.37.json -------------------------------------------------------------------------------- /bucket/php5.5.38-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.38-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.38.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.38.json -------------------------------------------------------------------------------- /bucket/php5.5.4-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.4-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.4.json -------------------------------------------------------------------------------- /bucket/php5.5.5-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.5-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.5.json -------------------------------------------------------------------------------- /bucket/php5.5.6-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.6-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.6.json -------------------------------------------------------------------------------- /bucket/php5.5.7-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.7-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.7.json -------------------------------------------------------------------------------- /bucket/php5.5.8-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.8-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.8.json -------------------------------------------------------------------------------- /bucket/php5.5.9-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.9-nts.json -------------------------------------------------------------------------------- /bucket/php5.5.9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.9.json -------------------------------------------------------------------------------- /bucket/php5.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.5.json -------------------------------------------------------------------------------- /bucket/php5.6-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.0-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.0-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.0.json -------------------------------------------------------------------------------- /bucket/php5.6.1-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.1-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.1.json -------------------------------------------------------------------------------- /bucket/php5.6.10-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.10-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.10.json -------------------------------------------------------------------------------- /bucket/php5.6.11-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.11-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.11.json -------------------------------------------------------------------------------- /bucket/php5.6.12-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.12-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.12.json -------------------------------------------------------------------------------- /bucket/php5.6.13-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.13-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.13.json -------------------------------------------------------------------------------- /bucket/php5.6.14-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.14-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.14.json -------------------------------------------------------------------------------- /bucket/php5.6.15-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.15-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.15.json -------------------------------------------------------------------------------- /bucket/php5.6.16-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.16-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.16.json -------------------------------------------------------------------------------- /bucket/php5.6.17-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.17-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.17.json -------------------------------------------------------------------------------- /bucket/php5.6.18-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.18-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.18.json -------------------------------------------------------------------------------- /bucket/php5.6.19-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.19-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.19.json -------------------------------------------------------------------------------- /bucket/php5.6.2-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.2-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.2.json -------------------------------------------------------------------------------- /bucket/php5.6.20-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.20-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.20.json -------------------------------------------------------------------------------- /bucket/php5.6.21-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.21-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.21.json -------------------------------------------------------------------------------- /bucket/php5.6.22-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.22-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.22.json -------------------------------------------------------------------------------- /bucket/php5.6.23-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.23-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.23.json -------------------------------------------------------------------------------- /bucket/php5.6.24-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.24-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.24.json -------------------------------------------------------------------------------- /bucket/php5.6.25-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.25-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.25.json -------------------------------------------------------------------------------- /bucket/php5.6.26-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.26-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.26.json -------------------------------------------------------------------------------- /bucket/php5.6.27-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.27-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.27.json -------------------------------------------------------------------------------- /bucket/php5.6.28-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.28-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.28.json -------------------------------------------------------------------------------- /bucket/php5.6.29-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.29-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.29.json -------------------------------------------------------------------------------- /bucket/php5.6.3-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.3-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.3.json -------------------------------------------------------------------------------- /bucket/php5.6.4-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.4-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.4.json -------------------------------------------------------------------------------- /bucket/php5.6.5-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.5-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.5.json -------------------------------------------------------------------------------- /bucket/php5.6.6-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.6-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.6.json -------------------------------------------------------------------------------- /bucket/php5.6.7-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.7-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.7.json -------------------------------------------------------------------------------- /bucket/php5.6.8-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.8-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.8.json -------------------------------------------------------------------------------- /bucket/php5.6.9-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.9-nts.json -------------------------------------------------------------------------------- /bucket/php5.6.9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.9.json -------------------------------------------------------------------------------- /bucket/php5.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php5.6.json -------------------------------------------------------------------------------- /bucket/php7.0-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.0-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.0-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.0.json -------------------------------------------------------------------------------- /bucket/php7.0.1-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.1-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.1.json -------------------------------------------------------------------------------- /bucket/php7.0.10-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.10-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.10.json -------------------------------------------------------------------------------- /bucket/php7.0.11-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.11-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.11.json -------------------------------------------------------------------------------- /bucket/php7.0.12-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.12-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.12.json -------------------------------------------------------------------------------- /bucket/php7.0.13-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.13-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.13.json -------------------------------------------------------------------------------- /bucket/php7.0.14-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.14-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.14.json -------------------------------------------------------------------------------- /bucket/php7.0.15-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.15-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.15.json -------------------------------------------------------------------------------- /bucket/php7.0.16-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.16-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.16.json -------------------------------------------------------------------------------- /bucket/php7.0.17-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.17-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.17.json -------------------------------------------------------------------------------- /bucket/php7.0.18-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.18-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.18.json -------------------------------------------------------------------------------- /bucket/php7.0.2-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.2-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.2.json -------------------------------------------------------------------------------- /bucket/php7.0.3-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.3-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.3.json -------------------------------------------------------------------------------- /bucket/php7.0.4-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.4-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.4.json -------------------------------------------------------------------------------- /bucket/php7.0.5-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.5-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.5.json -------------------------------------------------------------------------------- /bucket/php7.0.6-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.6-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.6.json -------------------------------------------------------------------------------- /bucket/php7.0.7-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.7-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.7.json -------------------------------------------------------------------------------- /bucket/php7.0.8-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.8-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.8.json -------------------------------------------------------------------------------- /bucket/php7.0.9-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.9-nts.json -------------------------------------------------------------------------------- /bucket/php7.0.9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.9.json -------------------------------------------------------------------------------- /bucket/php7.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.0.json -------------------------------------------------------------------------------- /bucket/php7.1-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1-nts.json -------------------------------------------------------------------------------- /bucket/php7.1.0-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.0-nts.json -------------------------------------------------------------------------------- /bucket/php7.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.0.json -------------------------------------------------------------------------------- /bucket/php7.1.1-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.1-nts.json -------------------------------------------------------------------------------- /bucket/php7.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.1.json -------------------------------------------------------------------------------- /bucket/php7.1.2-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.2-nts.json -------------------------------------------------------------------------------- /bucket/php7.1.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.2.json -------------------------------------------------------------------------------- /bucket/php7.1.3-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.3-nts.json -------------------------------------------------------------------------------- /bucket/php7.1.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.3.json -------------------------------------------------------------------------------- /bucket/php7.1.4-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.4-nts.json -------------------------------------------------------------------------------- /bucket/php7.1.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.4.json -------------------------------------------------------------------------------- /bucket/php7.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.1.json -------------------------------------------------------------------------------- /bucket/php7.2-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.2-nts.json -------------------------------------------------------------------------------- /bucket/php7.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.2.json -------------------------------------------------------------------------------- /bucket/php7.3-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.3-nts.json -------------------------------------------------------------------------------- /bucket/php7.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.3.json -------------------------------------------------------------------------------- /bucket/php7.4-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.4-nts.json -------------------------------------------------------------------------------- /bucket/php7.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php7.4.json -------------------------------------------------------------------------------- /bucket/php8.0-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.0-nts.json -------------------------------------------------------------------------------- /bucket/php8.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.0.json -------------------------------------------------------------------------------- /bucket/php8.1-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.1-nts.json -------------------------------------------------------------------------------- /bucket/php8.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.1.json -------------------------------------------------------------------------------- /bucket/php8.2-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.2-nts.json -------------------------------------------------------------------------------- /bucket/php8.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.2.json -------------------------------------------------------------------------------- /bucket/php8.3-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.3-nts.json -------------------------------------------------------------------------------- /bucket/php8.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.3.json -------------------------------------------------------------------------------- /bucket/php8.4-nts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.4-nts.json -------------------------------------------------------------------------------- /bucket/php8.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScoopInstaller/PHP/HEAD/bucket/php8.4.json --------------------------------------------------------------------------------