From d05f0337f9b2391992c5498e4e18d50d4975cc87 Mon Sep 17 00:00:00 2001 From: Tjardo Date: Sat, 24 Feb 2024 15:00:20 +0100 Subject: [PATCH] Update composer --- .github/workflows/php-cs-fixer.yml | 4 ++-- .github/workflows/phpstan.yml | 6 +++--- composer.json | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index aad63b0..38f702a 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} @@ -20,4 +20,4 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: Fix styling \ No newline at end of file + commit_message: Fix styling diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 3c8743a..36c6100 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -11,7 +11,7 @@ jobs: name: phpstan runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -20,7 +20,7 @@ jobs: coverage: none - name: Install composer dependencies - uses: ramsey/composer-install@v1 + uses: ramsey/composer-install@v4 - name: Run PHPStan - run: ./vendor/bin/phpstan --error-format=github \ No newline at end of file + run: ./vendor/bin/phpstan --error-format=github diff --git a/composer.json b/composer.json index 69108e3..2a99f0b 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,12 @@ }], "require": { "php": "^8.0", - "illuminate/support": "^9.0|^10.0", - "illuminate/auth": "^9.0|^10.0", - "illuminate/database": "^9.0|^10.0" + "illuminate/support": "^10.0|^11.0", + "illuminate/auth": "^10.0|^11.0", + "illuminate/database": "^10.0|^11.0" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0", + "orchestra/testbench": "^8.0|^9.0", "nunomaduro/larastan": "^2.0" }, "extra": {