From a0005e168eb2eca0da06d36ae92b8976c4195766 Mon Sep 17 00:00:00 2001 From: Filipe Tagliatti Date: Sat, 28 Nov 2020 11:39:36 -0300 Subject: [PATCH] =?UTF-8?q?Adicionado=20teste=20no=20PHP=208;Atualizado=20?= =?UTF-8?q?depend=C3=AAncias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index aea7453..7db411f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 7.2 - 7.3 - 7.4 + - 8.0 before_script: - composer self-update @@ -14,4 +14,4 @@ script: - composer test after_success: - - php vendor/bin/php-coveralls --verbose \ No newline at end of file + - php vendor/bin/php-coveralls --verbose diff --git a/composer.json b/composer.json index f21d18d..13e775a 100644 --- a/composer.json +++ b/composer.json @@ -9,13 +9,13 @@ } ], "require": { - "php": "^7.2", + "php": ">=7.2", "thiagocfn/inscricaoestadual": "^1.1" }, "require-dev": { - "phpunit/phpunit": "^8.4", + "phpunit/phpunit": "^8.4|^9.4", "orchestra/testbench": "^4.0", - "symplify/changelog-linker": "^6.1", + "symplify/changelog-linker": "^8.3", "php-coveralls/php-coveralls": "^2.2", "squizlabs/php_codesniffer": "*", "phpstan/phpstan": "^0.12.5"