diff --git a/composer.json b/composer.json index 404d337..6afa33b 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "nettrine/orm": "^0.8.0", "nettrine/dbal": "^0.8.0", "nettrine/cache": "^0.3.0", - "nettrine/migrations": "^0.9.1", + "nettrine/migrations": "^0.10.0", "nettrine/fixtures": "^0.7.2", "symfony/serializer": "^7.0.3", diff --git a/composer.lock b/composer.lock index 2377c92..67c94b2 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": "49810fc372d6d6405aaa05298372b70b", + "content-hash": "2db27d30661b795a281e883ee02c133e", "packages": [ { "name": "contributte/apitte", @@ -2579,16 +2579,16 @@ }, { "name": "nette/di", - "version": "v3.2.3", + "version": "v3.2.4", "source": { "type": "git", "url": "https://github.com/nette/di.git", - "reference": "9b9bfb43dac31c7804b2c8900217046cc0ca3307" + "reference": "57f923a7af32435b6e4921c0adbc70c619625a17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/di/zipball/9b9bfb43dac31c7804b2c8900217046cc0ca3307", - "reference": "9b9bfb43dac31c7804b2c8900217046cc0ca3307", + "url": "https://api.github.com/repos/nette/di/zipball/57f923a7af32435b6e4921c0adbc70c619625a17", + "reference": "57f923a7af32435b6e4921c0adbc70c619625a17", "shasum": "" }, "require": { @@ -2646,9 +2646,9 @@ ], "support": { "issues": "https://github.com/nette/di/issues", - "source": "https://github.com/nette/di/tree/v3.2.3" + "source": "https://github.com/nette/di/tree/v3.2.4" }, - "time": "2024-10-05T03:14:33+00:00" + "time": "2025-01-10T04:57:37+00:00" }, { "name": "nette/http", @@ -3465,35 +3465,35 @@ }, { "name": "nettrine/migrations", - "version": "v0.9.2", + "version": "v0.10.0", "source": { "type": "git", "url": "https://github.com/contributte/doctrine-migrations.git", - "reference": "2821ca6f33d41333d472078c7afbc6ed7860696b" + "reference": "e553bc0439f9359bea05a715f1239b972fcff5f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/doctrine-migrations/zipball/2821ca6f33d41333d472078c7afbc6ed7860696b", - "reference": "2821ca6f33d41333d472078c7afbc6ed7860696b", + "url": "https://api.github.com/repos/contributte/doctrine-migrations/zipball/e553bc0439f9359bea05a715f1239b972fcff5f1", + "reference": "e553bc0439f9359bea05a715f1239b972fcff5f1", "shasum": "" }, "require": { - "doctrine/migrations": "^3.6.0", - "nette/di": "^3.1.2", - "php": ">=8.1", - "symfony/console": "^6.2.0" + "doctrine/migrations": "^3.8.2", + "nette/di": "^3.2.3", + "php": ">=8.2" }, "require-dev": { - "contributte/phpstan": "^0.1", - "contributte/qa": "^0.4", - "contributte/tester": "^0.3", - "doctrine/orm": "^2.6", - "mockery/mockery": "^1.3.0" + "contributte/phpstan": "^0.2.0", + "contributte/qa": "^0.4.0", + "contributte/tester": "^0.4.0", + "doctrine/orm": "^3.3.0", + "mockery/mockery": "^1.6.12", + "symfony/console": "^7.2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.10.x-dev" + "dev-master": "0.11.x-dev" } }, "autoload": { @@ -3524,7 +3524,7 @@ ], "support": { "issues": "https://github.com/contributte/doctrine-migrations/issues", - "source": "https://github.com/contributte/doctrine-migrations/tree/v0.9.2" + "source": "https://github.com/contributte/doctrine-migrations/tree/v0.10.0" }, "funding": [ { @@ -3536,7 +3536,7 @@ "type": "github" } ], - "time": "2024-07-22T07:32:37+00:00" + "time": "2025-01-10T15:55:13+00:00" }, { "name": "nettrine/orm", @@ -4042,12 +4042,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -4100,16 +4100,16 @@ }, { "name": "symfony/console", - "version": "v6.4.15", + "version": "v6.4.17", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd" + "reference": "799445db3f15768ecc382ac5699e6da0520a0a04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd", - "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd", + "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04", + "reference": "799445db3f15768ecc382ac5699e6da0520a0a04", "shasum": "" }, "require": { @@ -4174,7 +4174,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.15" + "source": "https://github.com/symfony/console/tree/v6.4.17" }, "funding": [ { @@ -4190,7 +4190,7 @@ "type": "tidelift" } ], - "time": "2024-11-06T14:19:14+00:00" + "time": "2024-12-07T12:07:30+00:00" }, { "name": "symfony/deprecation-contracts", @@ -5011,12 +5011,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -5072,16 +5072,16 @@ }, { "name": "symfony/stopwatch", - "version": "v7.2.0", + "version": "v7.2.2", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "696f418b0d722a4225e1c3d95489d262971ca924" + "reference": "e46690d5b9d7164a6d061cab1e8d46141b9f49df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/696f418b0d722a4225e1c3d95489d262971ca924", - "reference": "696f418b0d722a4225e1c3d95489d262971ca924", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e46690d5b9d7164a6d061cab1e8d46141b9f49df", + "reference": "e46690d5b9d7164a6d061cab1e8d46141b9f49df", "shasum": "" }, "require": { @@ -5114,7 +5114,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v7.2.0" + "source": "https://github.com/symfony/stopwatch/tree/v7.2.2" }, "funding": [ { @@ -5130,7 +5130,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:21:43+00:00" + "time": "2024-12-18T14:28:33+00:00" }, { "name": "symfony/string",