From c490b94165b7137f6b92d0befe819a3e4262adb0 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Thu, 2 Mar 2023 21:43:13 +0100 Subject: [PATCH] Prepare the develop branch --- .github/workflows/run-tests.yml | 2 +- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2c9ade1..5843ec7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2] + php: [8.2] dependency-version: [prefer-lowest, prefer-stable] name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index 31f5808..e30de93 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ "license": "MIT", "require": { "php": "^8.1", - "illuminate/contracts": "^10.0", - "illuminate/support": "^10.0" + "illuminate/contracts": "^11.0", + "illuminate/support": "^11.0" }, "require-dev": { - "laravel/framework": "^10.0", - "orchestra/testbench-core": "^8.0", + "laravel/framework": "^11.0", + "orchestra/testbench-core": "^9.0", "phpunit/phpunit": "^10.0" }, "autoload": { @@ -40,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-develop": "10.x-dev" + "dev-develop": "11.x-dev" } }, "config": {