From 68917370e633dfe758d87ce26f95a4a8c56f25b6 Mon Sep 17 00:00:00 2001 From: Viacheslav Ostrovskii Date: Fri, 15 Mar 2024 12:22:50 +0200 Subject: [PATCH] Laravel 11 --- .github/workflows/tests.yml | 2 +- composer.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 39f10a4..5612cec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2] + php: [8.2, 8.3] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - S${{ matrix.stability }} diff --git a/composer.json b/composer.json index 3fb0c2c..1797685 100755 --- a/composer.json +++ b/composer.json @@ -16,15 +16,15 @@ } ], "require": { - "php": "^8.1", - "illuminate/container": "^10.0", - "illuminate/database": "^10.0", - "illuminate/events": "^10.0", - "illuminate/support": "^10.0" + "php": "^8.2", + "illuminate/container": "^11.0", + "illuminate/database": "^11.0", + "illuminate/events": "^11.0", + "illuminate/support": "^11.0" }, "require-dev": { - "phpunit/phpunit": "^9.6.0 || ^10.0.7", - "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^10.5|^11.0", + "orchestra/testbench": "^9.0", "friendsofphp/php-cs-fixer": "^3.14" }, "scripts": {