diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index d9030d9..d17b96b 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -34,7 +34,7 @@ jobs: strict: true - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" @@ -84,7 +84,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" @@ -118,7 +118,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" @@ -179,7 +179,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" @@ -219,7 +219,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" @@ -264,7 +264,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 3033bc5..cd6dee3 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -27,7 +27,7 @@ jobs: token: "${{ secrets.LCTRS_BOT_TOKEN }}" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "none" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index e851195..c74e20e 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "infection/infection": "0.26.19", "maglnet/composer-require-checker": "4.4.0", "phpstan/extension-installer": "1.3.1", - "phpstan/phpstan": "1.10.44", + "phpstan/phpstan": "1.10.45", "phpstan/phpstan-deprecation-rules": "1.1.4", "phpstan/phpstan-phpunit": "1.3.15", "phpstan/phpstan-strict-rules": "1.5.2", diff --git a/composer.lock b/composer.lock index e9826ea..f182fc9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "aae992f5cb855241cad5a12c6a928c3c", + "content-hash": "9edb16da3c606e8fb05e98bd3ab205bc", "packages": [], "packages-dev": [ { @@ -2584,16 +2584,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.44", + "version": "1.10.45", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "bf84367c53a23f759513985c54ffe0d0c249825b" + "reference": "2f024fbb47432e2e62ad8a8032387aa2dd631c73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/bf84367c53a23f759513985c54ffe0d0c249825b", - "reference": "bf84367c53a23f759513985c54ffe0d0c249825b", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2f024fbb47432e2e62ad8a8032387aa2dd631c73", + "reference": "2f024fbb47432e2e62ad8a8032387aa2dd631c73", "shasum": "" }, "require": { @@ -2642,7 +2642,7 @@ "type": "tidelift" } ], - "time": "2023-11-21T16:30:46+00:00" + "time": "2023-11-27T14:15:06+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",