diff --git a/composer.json b/composer.json index af63ccd4bd..b158dbd78d 100644 --- a/composer.json +++ b/composer.json @@ -100,6 +100,12 @@ "provide": { "ext-phpiredis": "*" }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/utopia-php/migration.git" + } + ], "config": { "platform": { "php": "8.3" diff --git a/composer.lock b/composer.lock index 66352a66b8..9409786ee0 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": "2c199847e810b281ec2368c4c93481ea", + "content-hash": "6943e0da7b0675c8941b1dfffc3c41fc", "packages": [ { "name": "adhocore/jwt", @@ -4550,7 +4550,25 @@ "Utopia\\Migration\\": "src/Migration" } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "Utopia\\Tests\\": "tests/Migration" + } + }, + "scripts": { + "test": [ + "./vendor/bin/phpunit" + ], + "lint": [ + "./vendor/bin/pint --test" + ], + "format": [ + "./vendor/bin/pint" + ], + "check": [ + "./vendor/bin/phpstan analyse --level 3 src tests --memory-limit 2G" + ] + }, "license": [ "MIT" ], @@ -4563,8 +4581,8 @@ "utopia" ], "support": { - "issues": "https://github.com/utopia-php/migration/issues", - "source": "https://github.com/utopia-php/migration/tree/1.3.5" + "source": "https://github.com/utopia-php/migration/tree/1.3.5", + "issues": "https://github.com/utopia-php/migration/issues" }, "time": "2025-11-25T11:18:29+00:00" },