From 63f526960ec14a8746629eaf034c0918d45ed198 Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Tue, 23 Sep 2025 12:12:04 +0200 Subject: [PATCH 1/2] - packages update --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ea88470..22b97da 100644 --- a/composer.json +++ b/composer.json @@ -12,18 +12,18 @@ "require": { "php": "^8.3", "behat/behat": "^3.14", - "illuminate/contracts": "^10.0|11.0", - "illuminate/console": "^10.0|^11.0", - "illuminate/support": "^10.0|11.0", - "illuminate/testing": "^10.0|^11.0", + "illuminate/contracts": "^10.0|^11.0|^12.0", + "illuminate/console": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/testing": "^10.0|^11.0|^12.0", "phpunit/phpunit": "^10.1|^11.0.1", - "illuminate/routing": "^10.0|^11.0", + "illuminate/routing": "^10.0|^11.0|^12.0", "symfony/css-selector": "^6.2|^7.1", "symfony/dom-crawler": "^6.2|^7.1" }, "require-dev": { "blumilksoftware/codestyle": "^3.1.0", - "illuminate/http": "^10.0|11.0", + "illuminate/http": "^10.0|11.0|^12.0", "symfony/http-foundation": "^6.2|^7.1" }, "autoload": { From a84ce3f1b20290f8064f91f575be541cd09bc51c Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Tue, 23 Sep 2025 12:15:08 +0200 Subject: [PATCH 2/2] Upgrade GitHub Actions to latest versions --- .github/workflows/test-and-lint-php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-lint-php.yml b/.github/workflows/test-and-lint-php.yml index 4018d58..7156411 100644 --- a/.github/workflows/test-and-lint-php.yml +++ b/.github/workflows/test-and-lint-php.yml @@ -18,10 +18,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 # https://github.com/actions/checkout + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Cache dependencies - uses: actions/cache@v4.0.2 # https://github.com/actions/cache + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: vendor key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }}