From b9c6d9e5aa360e128f3e586d8b116473c8a85717 Mon Sep 17 00:00:00 2001 From: Septianata Rizky Pratama Date: Tue, 10 May 2022 16:25:01 +0700 Subject: [PATCH] - Update require and require-dev on composer.json - Rename steps name on tests github actions --- .github/workflows/tests.yml | 2 +- composer.json | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74103c8..e185964 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: tools: composer:v2 coverage: xdebug - - name: Set Minimum PHP 8.1 Versions + - name: Set minimum PHP 8.1 versions uses: nick-invision/retry@v1 with: timeout_minutes: 5 diff --git a/composer.json b/composer.json index 8ed0909..f11e751 100644 --- a/composer.json +++ b/composer.json @@ -22,12 +22,14 @@ "require": { "php": "^7.3|^8.0", "guzzlehttp/guzzle": "^7.2", - "illuminate/http": "^8.75|^9.10", - "illuminate/support": "^8.75|^9.10" + "illuminate/contracts": "^8.75|^9.11", + "illuminate/http": "^8.75|^9.11", + "illuminate/support": "^8.75|^9.11" }, "require-dev": { - "phpunit/phpunit": "^9.5.8", - "orchestra/testbench": "^6.24|^7.3" + "illuminate/testing": "^8.75|^9.11", + "orchestra/testbench": "^6.24|^7.3", + "phpunit/phpunit": "^9.5.8" }, "autoload": { "psr-4": {