Upgrade to amphp/process v0.3.x
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=7",
|
"php": ">=7",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"amphp/process": "^0.2",
|
"amphp/process": "^0.3.3",
|
||||||
"amphp/parallel": "^0.2.5",
|
"amphp/parallel": "^0.2.5",
|
||||||
"kelunik/acme": "^0.5",
|
"kelunik/acme": "^0.5",
|
||||||
"kelunik/certificate": "^1",
|
"kelunik/certificate": "^1",
|
||||||
|
|||||||
27
composer.lock
generated
27
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "dfce16af4260296c6ecf258e5b7e57b1",
|
"content-hash": "f51ea3db33f712c8b9038d0a66a4bbb3",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "amphp/amp",
|
"name": "amphp/amp",
|
||||||
@@ -504,33 +504,36 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "amphp/process",
|
"name": "amphp/process",
|
||||||
"version": "v0.2.1",
|
"version": "v0.3.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/amphp/process.git",
|
"url": "https://github.com/amphp/process.git",
|
||||||
"reference": "5aa6040fcf5c98bfb4f4a8e68305cb6cd6a3d37a"
|
"reference": "b795d20a7f6d5a0637128a02be613f520f1705fc"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/amphp/process/zipball/5aa6040fcf5c98bfb4f4a8e68305cb6cd6a3d37a",
|
"url": "https://api.github.com/repos/amphp/process/zipball/b795d20a7f6d5a0637128a02be613f520f1705fc",
|
||||||
"reference": "5aa6040fcf5c98bfb4f4a8e68305cb6cd6a3d37a",
|
"reference": "b795d20a7f6d5a0637128a02be613f520f1705fc",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"amphp/amp": "^2",
|
"amphp/amp": "^2",
|
||||||
"amphp/byte-stream": "^1"
|
"amphp/byte-stream": "^1",
|
||||||
|
"php": ">=7"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"amphp/phpunit-util": "^1",
|
"amphp/phpunit-util": "^1",
|
||||||
"friendsofphp/php-cs-fixer": "^2.3",
|
"friendsofphp/php-cs-fixer": "^2.3",
|
||||||
"kelunik/fqn-check": "^0.1.3",
|
|
||||||
"phpunit/phpunit": "^6"
|
"phpunit/phpunit": "^6"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Amp\\Process\\": "lib"
|
"Amp\\Process\\": "lib"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"lib/constants.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
@@ -541,14 +544,18 @@
|
|||||||
"name": "Bob Weinand",
|
"name": "Bob Weinand",
|
||||||
"email": "bobwei9@hotmail.com"
|
"email": "bobwei9@hotmail.com"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Niklas Keller",
|
||||||
|
"email": "me@kelunik.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Aaron Piotrowski",
|
"name": "Aaron Piotrowski",
|
||||||
"email": "aaron@trowski.com"
|
"email": "aaron@trowski.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Asynchronous process manager",
|
"description": "Asynchronous process manager.",
|
||||||
"homepage": "https://github.com/amphp/process",
|
"homepage": "https://github.com/amphp/process",
|
||||||
"time": "2017-07-18T03:37:19+00:00"
|
"time": "2018-04-08T18:55:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "amphp/socket",
|
"name": "amphp/socket",
|
||||||
|
|||||||
Reference in New Issue
Block a user