From 1582f3190578f0bc2a843ff4252622a5be33e873 Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Sun, 15 Oct 2023 18:53:11 +0300 Subject: [PATCH] Upgrade doctrine from 2.0@dev to 2.0 stable --- composer.json | 4 ++-- composer.lock | 22 ++++++++++------------ 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 360dbec..23af66b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "doctrine/inflector": "^2.0", "guzzlehttp/guzzle": "^7.7", "happyr/doctrine-specification": "^2.0", - "laravel-doctrine/orm": "^2.0@dev", + "laravel-doctrine/orm": "^2.0", "laravel/framework": "^10.10", "laravel/tinker": "^2.8", "local/content-renderer": "^1.0", @@ -116,6 +116,6 @@ "dev-main": "2.x-dev" } }, - "minimum-stability": "stable", + "minimum-stability": "dev", "prefer-stable": true } diff --git a/composer.lock b/composer.lock index 3d8856d..d6041a1 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": "542399b06115d495386af94cac85e0e2", + "content-hash": "b7699459d4e937cbf481d7e20608cbbd", "packages": [ { "name": "beberlei/doctrineextensions", @@ -4867,16 +4867,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.21", + "version": "v0.11.22", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "bcb22101107f3bf770523b65630c9d547f60c540" + "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540", - "reference": "bcb22101107f3bf770523b65630c9d547f60c540", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b", + "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b", "shasum": "" }, "require": { @@ -4905,7 +4905,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.11.x-dev" + "dev-0.11": "0.11.x-dev" }, "bamarni-bin": { "bin-links": false, @@ -4941,9 +4941,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.21" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.22" }, - "time": "2023-09-17T21:15:54+00:00" + "time": "2023-10-14T21:56:36+00:00" }, { "name": "ralouphie/getallheaders", @@ -13113,10 +13113,8 @@ } ], "aliases": [], - "minimum-stability": "stable", - "stability-flags": { - "laravel-doctrine/orm": 20 - }, + "minimum-stability": "dev", + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": {