diff --git a/.travis.yml b/.travis.yml index bd8bcdb..95ceb79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ stages: - static code analysis - test - test with coverage - - integration tests before_install: - stty cols 130 @@ -90,12 +89,5 @@ jobs: - COMPOSER_FLAGS="" script: vendor/bin/phpstan analyse -l max -c phpstan.neon --autoload-file=vendor/autoload.php --memory-limit=768M --no-progress src tests - - stage: integration tests - php: 7.1 - env: - - TEST="phpunit - integration" - - COMPOSER_FLAGS="" - script: php -n vendor/bin/phpunit -c tests/phpunit-integration.xml --no-coverage --colors --columns 119 --verbose - notifications: email: false diff --git a/README.md b/README.md index 3a4487a..e56cd70 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ This class add a class wrapper around [daverandom/exceptional-json](https://gith [![codecov](https://codecov.io/gh/mimmi20/json-class/branch/master/graph/badge.svg)](https://codecov.io/gh/mimmi20/json-class) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mimmi20/json-class.svg)](http://isitmaintained.com/project/mimmi20/json-class "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/mimmi20/json-class.svg)](http://isitmaintained.com/project/mimmi20/json-class "Percentage of issues still open") -[![Dependency Status](https://gemnasium.com/badges/github.com/mimmi20/json-class.svg)](https://gemnasium.com/github.com/mimmi20/json-class) ## Requirements diff --git a/composer.json b/composer.json index 209fd50..15e97d1 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "ext-json": "*", "php": "^7.1", - "daverandom/exceptional-json": "^1.0" + "daverandom/exceptional-json": "^1.0.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.13",