From 82aa9716783c9e28f00d4a71cd3de24a630ea653 Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Tue, 12 Mar 2024 23:04:53 +0100 Subject: [PATCH] Bump --- .github/workflows/run-tests.yml | 4 ++-- app/composer.json | 4 ++-- composer.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 23dd0a59..342e97f5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -83,7 +83,7 @@ jobs: run: | cd app rm composer.lock - composer require illuminate/contracts:^10.48.2 spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.0 nunomaduro/collision:^7.0 --no-interaction --no-suggest + composer require illuminate/contracts:^10.48.2 spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.4 nunomaduro/collision:^7.0 --no-interaction --no-suggest composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Prepare L11 @@ -91,7 +91,7 @@ jobs: run: | cd app rm composer.lock - composer require illuminate/contracts:^11.0.1 spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.0 nunomaduro/collision:^8.0 --no-interaction --no-suggest + composer require illuminate/contracts:^11.0.1 spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.4 nunomaduro/collision:^8.2 --no-interaction --no-suggest composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Prepare tests diff --git a/app/composer.json b/app/composer.json index 5faa61d6..d6858c9e 100644 --- a/app/composer.json +++ b/app/composer.json @@ -29,7 +29,7 @@ "laravel/dusk": "^7.9.2|^8.0", "laravel/sail": "^1.0.1", "mockery/mockery": "^1.4.4", - "nunomaduro/collision": "^7.0|^8.0", + "nunomaduro/collision": "^7.0|^8.2", "phpunit/phpunit": "^10.4", "protonemedia/laravel-splade": "*", "spatie/ignition": "^1.4.1", @@ -84,4 +84,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file diff --git a/composer.json b/composer.json index 64062abf..238cdaff 100644 --- a/composer.json +++ b/composer.json @@ -21,13 +21,13 @@ }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.0|^8.0", + "nunomaduro/collision": "^7.0|^8.2", "nunomaduro/larastan": "^2.0.1", "orchestra/testbench": "^8.0|^9.0", "phpunit/phpunit": "^10.4" }, "suggest": { - "kirschbaum-development/eloquent-power-joins": "Required to enable support sorting by (nested) relationships in Splade Tables (^2.6)", + "kirschbaum-development/eloquent-power-joins": "Required to enable support sorting by (nested) relationships in Splade Tables (^3.0)", "maatwebsite/excel": "Required to enable support exports in Splade Tables (^3.1)", "spatie/fractalistic": "Required to enable support for Fractal transformers (^2.9)" },