diff --git a/composer.json b/composer.json index 9f5b3149..868761e0 100644 --- a/composer.json +++ b/composer.json @@ -17,25 +17,25 @@ "require": { "php": "^8.2", "ext-pdo": "*", - "cycle/annotated": "^4.0", + "cycle/annotated": "^3.4", "cycle/database": "^2.4", "cycle/entity-behavior": "^1.2", "cycle/migrations": "^4.0", "cycle/orm": "^2.3", "cycle/schema-migrations-generator": "^2.1", "cycle/schema-renderer": "^1.2", - "illuminate/console": "^10.9", - "illuminate/contracts": "^10.9", - "illuminate/support": "^10.9", + "illuminate/console": "^10.39", + "illuminate/contracts": "^10.39", + "illuminate/support": "^10.39", "laminas/laminas-hydrator": "^4.14", "spiral/attributes": "^3.1", - "symfony/console": "^7.0" + "symfony/console": "^6.4" }, "require-dev": { "ergebnis/composer-normalize": "^2.30", "fakerphp/faker": "^1.21", "jetbrains/phpstorm-attributes": "^1.0", - "nunomaduro/collision": "^8.0", + "nunomaduro/collision": "^7.10", "nunomaduro/larastan": "^2.5", "orchestra/testbench": "^8.5", "pestphp/pest": "^2.5", diff --git a/composer.lock b/composer.lock index 48c4acc9..50010241 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": "b2b315e2b61acd123e54dc4aa8bdf2f2", + "content-hash": "fefc0f40614e74b01177a5a828c7edef", "packages": [ { "name": "brick/math", @@ -9393,16 +9393,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.54", + "version": "1.10.55", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3e25f279dada0adc14ffd7bad09af2e2fc3523bb" + "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3e25f279dada0adc14ffd7bad09af2e2fc3523bb", - "reference": "3e25f279dada0adc14ffd7bad09af2e2fc3523bb", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", + "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", "shasum": "" }, "require": { @@ -9451,7 +9451,7 @@ "type": "tidelift" } ], - "time": "2024-01-05T15:50:47+00:00" + "time": "2024-01-08T12:32:40+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", diff --git a/renovate.json b/renovate.json index a0504b68..8321c467 100644 --- a/renovate.json +++ b/renovate.json @@ -10,5 +10,11 @@ "automerge": true, "automergeType": "pr", "platformAutomerge": true - } + }, + "packageRules": [ + { + "updateTypes": ["minor", "patch"], + "automerge": true + } + ] }