diff --git a/composer.json b/composer.json index daa7e7a..eb3a32b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-eventmanager": "^3.4", "laminas/laminas-router": "^3.5", - "slm/queue": "dev-feature/php8.3", + "slm/queue": "^3.1", "doctrine/dbal": "^3.1.2", "doctrine/annotations": "^1.8", "laminas/laminas-config": "^3.7" @@ -47,15 +47,8 @@ "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.6.2" }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/eivydas/SlmQueue", - "canonical": true - } - ], "conflict": { - "doctrine/cache": ">2.0" + "doctrine/cache": ">=2.0" }, "suggest": { "doctrine/doctrine-orm-module": "If you use Doctrine in combination with Laminas", @@ -63,7 +56,7 @@ }, "extra": { "branch-alias": { - "dev-feature/php8.3": "3.1.x-dev" + "dev-master": "3.1.x-dev" }, "laminas": { "module": "SlmQueueDoctrine\\Module", diff --git a/tests/laminas-runner/composer.json b/tests/laminas-runner/composer.json index c7fca33..89dc4b6 100644 --- a/tests/laminas-runner/composer.json +++ b/tests/laminas-runner/composer.json @@ -14,11 +14,6 @@ "laminas/laminas-cache-storage-adapter-zend-server": "*" }, "repositories": [ - { - "type": "git", - "url": "https://github.com/eivydas/SlmQueue", - "canonical": true - }, { "type": "path", "url": "../.." diff --git a/tests/mezzio-runner/composer.json b/tests/mezzio-runner/composer.json index 684f598..788e567 100644 --- a/tests/mezzio-runner/composer.json +++ b/tests/mezzio-runner/composer.json @@ -17,11 +17,6 @@ "laminas/laminas-cache-storage-adapter-zend-server": "*" }, "repositories": [ - { - "type": "git", - "url": "https://github.com/eivydas/SlmQueue", - "canonical": true - }, { "type": "path", "url": "../.."