Update to amphp/parallel v0.2.5

This fixes running as PHAR if the PHAR doesn't end with '.phar'.
This commit is contained in:
Niklas Keller
2018-03-21 15:52:05 +01:00
parent 4053094860
commit b7cfe3c0f1
2 changed files with 7 additions and 6 deletions

View File

@@ -14,6 +14,7 @@
"php": ">=7", "php": ">=7",
"ext-openssl": "*", "ext-openssl": "*",
"amphp/process": "^0.2", "amphp/process": "^0.2",
"amphp/parallel": "^0.2.5",
"kelunik/acme": "^0.5", "kelunik/acme": "^0.5",
"kelunik/certificate": "^1", "kelunik/certificate": "^1",
"league/climate": "^3.2", "league/climate": "^3.2",

12
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", "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": "4332d77ce602e20b8ab72bdce75be8f8", "content-hash": "dfce16af4260296c6ecf258e5b7e57b1",
"packages": [ "packages": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
@@ -390,16 +390,16 @@
}, },
{ {
"name": "amphp/parallel", "name": "amphp/parallel",
"version": "v0.2.4", "version": "v0.2.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/parallel.git", "url": "https://github.com/amphp/parallel.git",
"reference": "ed3662172d2c06f10d40745354928d943ff6eb7c" "reference": "732694688461936bec02c0ccf020dfee10c4f7ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/parallel/zipball/ed3662172d2c06f10d40745354928d943ff6eb7c", "url": "https://api.github.com/repos/amphp/parallel/zipball/732694688461936bec02c0ccf020dfee10c4f7ee",
"reference": "ed3662172d2c06f10d40745354928d943ff6eb7c", "reference": "732694688461936bec02c0ccf020dfee10c4f7ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -449,7 +449,7 @@
"multi-processing", "multi-processing",
"multi-threading" "multi-threading"
], ],
"time": "2018-03-14T23:51:13+00:00" "time": "2018-03-21T14:37:51+00:00"
}, },
{ {
"name": "amphp/parser", "name": "amphp/parser",