update and configure

This commit is contained in:
macintoshplus
2016-02-05 15:39:13 +01:00
parent 5a145e406b
commit 6a273092e5
3 changed files with 59 additions and 33 deletions

View File

@@ -3,6 +3,8 @@
"license": "MIT",
"type": "project",
"description": "The PHP Updater for Windows Server and WorkStation",
"keywords": ["php", "update", "windows"],
"homepage": "https://github.com/Mactronique/php_updater",
"autoload": {
"psr-4": { "": "src/" }
},
@@ -14,6 +16,7 @@
"symfony/console": "^3.0",
"symfony/config": "^3.0"
},
"bin": ["PhpUpdate"],
"require-dev": {
"symfony/var-dumper": "^3.0"
},

67
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "ae69e0ab3c5d16680247357983dfbe19",
"hash": "4667365fd8a26a00d1f00b8b87d0ef9f",
"content-hash": "5a067f8519acb95f0b8b609b22cc1263",
"packages": [
{
@@ -124,16 +124,16 @@
},
{
"name": "symfony/config",
"version": "v3.0.0",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "40bae8658dbbb500ebc19aa9fde22dc4295fc290"
"reference": "8c83ff9a2ffbed1e606bc816db11ddc2385a16ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/40bae8658dbbb500ebc19aa9fde22dc4295fc290",
"reference": "40bae8658dbbb500ebc19aa9fde22dc4295fc290",
"url": "https://api.github.com/repos/symfony/config/zipball/8c83ff9a2ffbed1e606bc816db11ddc2385a16ee",
"reference": "8c83ff9a2ffbed1e606bc816db11ddc2385a16ee",
"shasum": ""
},
"require": {
@@ -170,20 +170,20 @@
],
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
"time": "2015-11-02 20:34:04"
"time": "2016-01-21 09:38:31"
},
{
"name": "symfony/console",
"version": "v3.0.0",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63"
"reference": "5a02eaadaa285e2bb727eb6bbdfb8201fcd971b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/175871ca8d1ef16ff8d8cac395a1c73afa8d0e63",
"reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63",
"url": "https://api.github.com/repos/symfony/console/zipball/5a02eaadaa285e2bb727eb6bbdfb8201fcd971b0",
"reference": "5a02eaadaa285e2bb727eb6bbdfb8201fcd971b0",
"shasum": ""
},
"require": {
@@ -230,20 +230,20 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2015-11-30 12:36:17"
"time": "2016-02-02 13:44:19"
},
{
"name": "symfony/filesystem",
"version": "v3.0.0",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "692d98d813e4ef314b9c22775c86ddbeb0f44884"
"reference": "064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/692d98d813e4ef314b9c22775c86ddbeb0f44884",
"reference": "692d98d813e4ef314b9c22775c86ddbeb0f44884",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f",
"reference": "064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f",
"shasum": ""
},
"require": {
@@ -279,29 +279,32 @@
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
"time": "2015-11-23 10:41:47"
"time": "2016-01-27 11:34:55"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.0.0",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
"reference": "1289d16209491b584839022f29257ad859b8532d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
"reference": "1289d16209491b584839022f29257ad859b8532d",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
},
"autoload": {
@@ -335,20 +338,20 @@
"portable",
"shim"
],
"time": "2015-11-04 20:28:58"
"time": "2016-01-20 09:13:37"
},
{
"name": "symfony/yaml",
"version": "v3.0.0",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002"
"reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
"reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
"url": "https://api.github.com/repos/symfony/yaml/zipball/3cf0709d7fe936e97bee9e954382e449003f1d9a",
"reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a",
"shasum": ""
},
"require": {
@@ -384,22 +387,22 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2015-11-30 12:36:17"
"time": "2016-02-02 13:44:19"
}
],
"packages-dev": [
{
"name": "symfony/var-dumper",
"version": "v3.0.0",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "737e07704cca83f9dd0af926d45ce27eedc25657"
"reference": "24bb94807eff00db49374c37ebf56a0304e8aef3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/737e07704cca83f9dd0af926d45ce27eedc25657",
"reference": "737e07704cca83f9dd0af926d45ce27eedc25657",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/24bb94807eff00db49374c37ebf56a0304e8aef3",
"reference": "24bb94807eff00db49374c37ebf56a0304e8aef3",
"shasum": ""
},
"require": {
@@ -449,7 +452,7 @@
"debug",
"dump"
],
"time": "2015-11-18 13:48:51"
"time": "2016-01-07 13:38:51"
}
],
"aliases": [],

View File

@@ -6,26 +6,46 @@ versions:
5.6.14: php-5.6.14-Win32-VC11-x86.zip
5.6.15: php-5.6.15-Win32-VC11-x86.zip
5.6.16: php-5.6.16-Win32-VC11-x86.zip
5.6.17: php-5.6.17-Win32-VC11-x86.zip
5.6.18: php-5.6.18-Win32-VC11-x86.zip
php56_nts:
5.6.13: php-5.6.13-nts-Win32-VC11-x86.zip
5.6.14: php-5.6.14-nts-Win32-VC11-x86.zip
5.6.15: php-5.6.15-nts-Win32-VC11-x86.zip
5.6.16: php-5.6.16-nts-Win32-VC11-x86.zip
5.6.17: php-5.6.17-nts-Win32-VC11-x86.zip
5.6.18: php-5.6.18-nts-Win32-VC11-x86.zip
php56_x64:
5.6.13: php-5.6.13-Win32-VC11-x64.zip
5.6.14: php-5.6.14-Win32-VC11-x64.zip
5.6.15: php-5.6.15-Win32-VC11-x64.zip
5.6.16: php-5.6.16-Win32-VC11-x64.zip
5.6.17: php-5.6.17-Win32-VC11-x64.zip
5.6.18: php-5.6.18-Win32-VC11-x64.zip
php56_x64_nts:
5.6.13: php-5.6.13-nts-Win32-VC11-x64.zip
5.6.14: php-5.6.14-nts-Win32-VC11-x64.zip
5.6.15: php-5.6.15-nts-Win32-VC11-x64.zip
5.6.16: php-5.6.16-nts-Win32-VC11-x64.zip
5.6.17: php-5.6.17-nts-Win32-VC11-x64.zip
5.6.18: php-5.6.18-nts-Win32-VC11-x64.zip
php70:
7.0.0: php-7.0.0-Win32-VC14-x86.zip
7.0.1: php-7.0.1-Win32-VC14-x86.zip
7.0.2: php-7.0.2-Win32-VC14-x86.zip
7.0.3: php-7.0.3-Win32-VC14-x86.zip
php70_nts:
7.0.0: php-7.0.0-nts-Win32-VC14-x86.zip
7.0.1: php-7.0.1-nts-Win32-VC14-x86.zip
7.0.2: php-7.0.2-nts-Win32-VC14-x86.zip
7.0.3: php-7.0.3-nts-Win32-VC14-x86.zip
php70_x64:
7.0.0: php-7.0.0-Win32-VC14-x64.zip
7.0.1: php-7.0.1-Win32-VC14-x64.zip
7.0.2: php-7.0.2-Win32-VC14-x64.zip
7.0.3: php-7.0.3-Win32-VC14-x64.zip
php70_x64_nts:
7.0.0: php-7.0.0-nts-Win32-VC14-x64.zip
7.0.0: php-7.0.0-nts-Win32-VC14-x64.zip
7.0.1: php-7.0.1-nts-Win32-VC14-x64.zip
7.0.2: php-7.0.2-nts-Win32-VC14-x64.zip
7.0.3: php-7.0.3-nts-Win32-VC14-x64.zip