1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00

Bump XDebugHandler version

This commit is contained in:
Matt Brown 2018-07-17 15:24:20 -04:00
parent 516b2eea5d
commit ebe9452511
2 changed files with 13 additions and 18 deletions

View File

@ -1,29 +1,24 @@
language: php language: php
matrix: matrix:
exclude: include:
- php: 7.0
env: DEPS="--prefer-lowest --prefer-stable" COVERALLS=""
- php: 7.0 - php: 7.0
env: DEPS="" COVERALLS=true
- php: 7.1
env: DEPS="" COVERALLS=true
- php: 7.2
env: DEPS="" COVERALLS="" env: DEPS="" COVERALLS=""
- php: nightly - php: 7.1
env: DEPS="--prefer-lowest --prefer-stable" COVERALLS=""
- php: 7.1
env: DEPS="" COVERALLS=""
- php: 7.2
env: DEPS="--prefer-lowest --prefer-stable" COVERALLS=""
- php: 7.2
env: DEPS="" COVERALLS=true env: DEPS="" COVERALLS=true
- php: nightly
env: DEPS="" COVERALLS=""
allow_failures: allow_failures:
- php: nightly - php: nightly
- php: 7.0
env: DEPS="" COVERALLS="" env: DEPS="" COVERALLS=""
php:
- 7.0
- 7.1
- 7.2
- nightly
env:
- DEPS="--prefer-lowest --prefer-stable" COVERALLS=""
- DEPS="" COVERALLS=""
- DEPS="" COVERALLS=true
cache: cache:
directories: directories:

View File

@ -15,7 +15,7 @@
"openlss/lib-array2xml": "^0.0.10||^0.5.1", "openlss/lib-array2xml": "^0.0.10||^0.5.1",
"muglug/package-versions-56": "1.2.4", "muglug/package-versions-56": "1.2.4",
"php-cs-fixer/diff": "^1.2", "php-cs-fixer/diff": "^1.2",
"composer/xdebug-handler": "^1.0" "composer/xdebug-handler": "^1.1"
}, },
"bin": ["psalm", "psalter"], "bin": ["psalm", "psalter"],
"autoload": { "autoload": {