diff --git a/composer.json b/composer.json index 0b47ca71..e1583a31 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "contributte/webpack": "^2.3", "nette/robot-loader": "^3.2.0", "nextras/dbal": "4.0.4", - "nextras/migrations": "3.2.0", + "nextras/migrations": "3.5.0", "nextras/orm": "4.0.6" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 10f0f8cf..0ba19e7f 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": "4faf1a719fe30d75c223e021d85945ba", + "content-hash": "2351fcea1c372832f3daf341d80144a1", "packages": [ { "name": "contributte/application", @@ -2277,39 +2277,39 @@ }, { "name": "nextras/migrations", - "version": "v3.2.0", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/nextras/migrations.git", - "reference": "c1013ffde270f92cae841ce45ad82a1334a52086" + "reference": "2e3687366d932f812bc70949685eaf86c2dc60c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextras/migrations/zipball/c1013ffde270f92cae841ce45ad82a1334a52086", - "reference": "c1013ffde270f92cae841ce45ad82a1334a52086", + "url": "https://api.github.com/repos/nextras/migrations/zipball/2e3687366d932f812bc70949685eaf86c2dc60c1", + "reference": "2e3687366d932f812bc70949685eaf86c2dc60c1", "shasum": "" }, "require": { - "php": ">=5.4" + "php": ">=7.1" }, "require-dev": { - "dibi/dibi": "~3.0 | ~4.0", - "doctrine/cache": "~1.5", - "doctrine/dbal": "~2.5 | ~3.0", - "doctrine/orm": "~2.5", + "dibi/dibi": "~3.0 | ~4.0 | ~5.0", + "doctrine/cache": "~1.11 | ~2.0", + "doctrine/dbal": "^2.5 || ^3.0 || ^4.0", + "doctrine/orm": "^2.9 || ^3.0", "ext-openssl": "*", - "mockery/mockery": "~0.9 | ~1.0", - "nette/database": "~2.2", - "nette/di": "~2.3.12 | ~2.4", - "nette/tester": "~1.7 | ~2.0", - "nette/utils": "~2.3", + "mockery/mockery": "~1.3", + "nette/database": "~2.4 | ~3.0", + "nette/di": "~2.4.10 | ~3.0", + "nette/tester": "~2.3", + "nette/utils": "~2.3 | ~3.0 | ~4.0", "nextras/dbal": "~1.0 | ~2.0 | ~3.0 | ~4.0 | ~5.0@dev", - "symfony/config": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0", - "symfony/console": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0", - "symfony/dependency-injection": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0", - "symfony/framework-bundle": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0", - "symfony/http-kernel": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0", - "tracy/tracy": "^2.2" + "symfony/config": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0 | ~8.0", + "symfony/console": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0 | ~8.0", + "symfony/dependency-injection": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0 | ~8.0", + "symfony/framework-bundle": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0 | ~8.0", + "symfony/http-kernel": "~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0 | ~8.0", + "tracy/tracy": "~2.6" }, "suggest": { "dibi/dibi": "to use DibiAdapter", @@ -2330,8 +2330,7 @@ "Nextras\\Migrations\\": "src/" }, "classmap": [ - "src/exceptions.php", - "src/deprecated" + "src/exceptions.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2341,9 +2340,9 @@ "description": "Database migrations runner", "support": { "issues": "https://github.com/nextras/migrations/issues", - "source": "https://github.com/nextras/migrations/tree/v3.2.0" + "source": "https://github.com/nextras/migrations/tree/v3.5.0" }, - "time": "2022-06-14T19:31:05+00:00" + "time": "2026-01-12T15:58:57+00:00" }, { "name": "nextras/orm", @@ -4032,7 +4031,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { @@ -4043,9 +4042,9 @@ "ext-pdo": "*", "ext-simplexml": "*" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.6.0" }