Upgrade to amphp/process v0.3.x
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"require": {
|
||||
"php": ">=7",
|
||||
"ext-openssl": "*",
|
||||
"amphp/process": "^0.2",
|
||||
"amphp/process": "^0.3.3",
|
||||
"amphp/parallel": "^0.2.5",
|
||||
"kelunik/acme": "^0.5",
|
||||
"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",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "dfce16af4260296c6ecf258e5b7e57b1",
|
||||
"content-hash": "f51ea3db33f712c8b9038d0a66a4bbb3",
|
||||
"packages": [
|
||||
{
|
||||
"name": "amphp/amp",
|
||||
@@ -504,33 +504,36 @@
|
||||
},
|
||||
{
|
||||
"name": "amphp/process",
|
||||
"version": "v0.2.1",
|
||||
"version": "v0.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amphp/process.git",
|
||||
"reference": "5aa6040fcf5c98bfb4f4a8e68305cb6cd6a3d37a"
|
||||
"reference": "b795d20a7f6d5a0637128a02be613f520f1705fc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/amphp/process/zipball/5aa6040fcf5c98bfb4f4a8e68305cb6cd6a3d37a",
|
||||
"reference": "5aa6040fcf5c98bfb4f4a8e68305cb6cd6a3d37a",
|
||||
"url": "https://api.github.com/repos/amphp/process/zipball/b795d20a7f6d5a0637128a02be613f520f1705fc",
|
||||
"reference": "b795d20a7f6d5a0637128a02be613f520f1705fc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"amphp/amp": "^2",
|
||||
"amphp/byte-stream": "^1"
|
||||
"amphp/byte-stream": "^1",
|
||||
"php": ">=7"
|
||||
},
|
||||
"require-dev": {
|
||||
"amphp/phpunit-util": "^1",
|
||||
"friendsofphp/php-cs-fixer": "^2.3",
|
||||
"kelunik/fqn-check": "^0.1.3",
|
||||
"phpunit/phpunit": "^6"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Amp\\Process\\": "lib"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"lib/constants.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
@@ -541,14 +544,18 @@
|
||||
"name": "Bob Weinand",
|
||||
"email": "bobwei9@hotmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Niklas Keller",
|
||||
"email": "me@kelunik.com"
|
||||
},
|
||||
{
|
||||
"name": "Aaron Piotrowski",
|
||||
"email": "aaron@trowski.com"
|
||||
}
|
||||
],
|
||||
"description": "Asynchronous process manager",
|
||||
"description": "Asynchronous process manager.",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user