2 Commits

Author SHA1 Message Date
Niklas Keller
b7cfe3c0f1 Update to amphp/parallel v0.2.5
This fixes running as PHAR if the PHAR doesn't end with '.phar'.
2018-03-21 15:52:05 +01:00
Niklas Keller
4053094860 Update .travis.yml 2018-03-21 13:06:30 +01:00
3 changed files with 11 additions and 11 deletions

View File

@@ -12,10 +12,7 @@ cache:
install:
- phpenv config-rm xdebug.ini || true
- composer config --global discard-changes true
- composer update
- composer require satooshi/php-coveralls dev-master --dev
- composer show --installed
- composer install
script:
- find -name "*.php" -not -path "./vendor/*" -print0 | xargs -n 1 -0 php -l
@@ -23,4 +20,6 @@ script:
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:
- php vendor/bin/coveralls -v
- curl -OL https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.0/coveralls.phar
- chmod +x coveralls.phar
- ./coveralls.phar -v

View File

@@ -14,6 +14,7 @@
"php": ">=7",
"ext-openssl": "*",
"amphp/process": "^0.2",
"amphp/parallel": "^0.2.5",
"kelunik/acme": "^0.5",
"kelunik/certificate": "^1",
"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",
"This file is @generated automatically"
],
"content-hash": "4332d77ce602e20b8ab72bdce75be8f8",
"content-hash": "dfce16af4260296c6ecf258e5b7e57b1",
"packages": [
{
"name": "amphp/amp",
@@ -390,16 +390,16 @@
},
{
"name": "amphp/parallel",
"version": "v0.2.4",
"version": "v0.2.5",
"source": {
"type": "git",
"url": "https://github.com/amphp/parallel.git",
"reference": "ed3662172d2c06f10d40745354928d943ff6eb7c"
"reference": "732694688461936bec02c0ccf020dfee10c4f7ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/parallel/zipball/ed3662172d2c06f10d40745354928d943ff6eb7c",
"reference": "ed3662172d2c06f10d40745354928d943ff6eb7c",
"url": "https://api.github.com/repos/amphp/parallel/zipball/732694688461936bec02c0ccf020dfee10c4f7ee",
"reference": "732694688461936bec02c0ccf020dfee10c4f7ee",
"shasum": ""
},
"require": {
@@ -449,7 +449,7 @@
"multi-processing",
"multi-threading"
],
"time": "2018-03-14T23:51:13+00:00"
"time": "2018-03-21T14:37:51+00:00"
},
{
"name": "amphp/parser",