diff --git a/.gitattributes b/.gitattributes index a56c67c9..c64e4fb4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,4 +12,4 @@ .travis.yml export-ignore CONTRIBUTING.md export-ignore CODE_OF_CONDUCT.md export-ignore -phpunit.xml export-ignore +phpunit.xml.dist export-ignore diff --git a/.travis.yml b/.travis.yml index 24784a13..ac7620d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: php -sudo: false - php: - 5.6 - 7.0 @@ -24,5 +22,5 @@ script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - - if [ "$TRAVIS_PHP_VERSION" != "7.2" ] && [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi - - if [ "$TRAVIS_PHP_VERSION" != "7.2" ] && [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi + - if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi + - if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi diff --git a/composer.json b/composer.json index e0bd5217..44b557d7 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "license": "MIT", "require": { "php": ">=5.6", + "ext-json": "*", "psr/log": "~1.0", "arcanedev/support": "~4.1.0" }, diff --git a/resources/views/show.blade.php b/resources/views/show.blade.php index 989cb32f..68e5573f 100644 --- a/resources/views/show.blade.php +++ b/resources/views/show.blade.php @@ -1,3 +1,10 @@ + @extends('log-viewer::_template.master') @section('content') @@ -57,12 +64,16 @@