From 7807734c40ac72a3fec858f3932393beb6a85caa Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 30 Jan 2023 23:52:14 +0000 Subject: [PATCH 1/3] Bump dependencies for Laravel 10 --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 12a5b7eeb..e3c58d032 100644 --- a/composer.json +++ b/composer.json @@ -19,17 +19,17 @@ ], "license": "MIT", "require": { - "illuminate/support": "^9.0", - "illuminate/container": "^9.0", - "illuminate/database": "^9.0", - "illuminate/events": "^9.0", - "mongodb/mongodb": "^1.11" + "illuminate/support": "^10.0", + "illuminate/container": "^10.0", + "illuminate/database": "^10.0", + "illuminate/events": "^10.0", + "mongodb/mongodb": "^1.15" }, "require-dev": { - "phpunit/phpunit": "^9.5.8", - "orchestra/testbench": "^7.0", - "mockery/mockery": "^1.3.1", - "doctrine/dbal": "^2.13.3|^3.1.4" + "phpunit/phpunit": "^9.5.10", + "orchestra/testbench": "^8.0", + "mockery/mockery": "^1.4.4", + "doctrine/dbal": "^3.5" }, "autoload": { "psr-4": { From 37236c08b103731d8ae4c70e87531fcececdbd8f Mon Sep 17 00:00:00 2001 From: Divine <48183131+divine@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:36:45 +0300 Subject: [PATCH 2/3] chore: update minimum stability --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e3c58d032..24fb26658 100644 --- a/composer.json +++ b/composer.json @@ -54,5 +54,6 @@ "Jenssegers\\Mongodb\\MongodbQueueServiceProvider" ] } - } + }, + "minimum-stability": "dev" } From 452a0bbb7f6e15cd3301508bc3e54b433059ac08 Mon Sep 17 00:00:00 2001 From: Divine <48183131+divine@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:39:19 +0300 Subject: [PATCH 3/3] chore: disable php 8.0 in gh builds --- .github/workflows/build-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index f081e3273..905c4d2de 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -41,7 +41,6 @@ jobs: - '4.4' - '5.0' php: - - '8.0' - '8.1' services: mysql: