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": {