From db01187a344d4b6cc88f3b416af24334e501a558 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 23 Mar 2024 10:36:45 -0400 Subject: [PATCH] Add Laravel 11 support --- composer.json | 12 ++++++------ phpunit.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 6d95779..bd2b244 100644 --- a/composer.json +++ b/composer.json @@ -15,17 +15,17 @@ } ], "require": { - "php": "^8.0.2 || ^8.1", + "php": "^8.0.2 || ^8.1 || ^8.2", "ext-dom": "*", "ext-libxml": "*", - "illuminate/mail": "^9.0 || ^10", - "illuminate/support": "^9.0 || ^10", + "illuminate/mail": "^9.0 || ^10 || ^11", + "illuminate/support": "^9.0 || ^10 || ^11", "tijsverkoyen/css-to-inline-styles": "~2.2" }, "require-dev": { - "enlightn/security-checker": "^1.10", - "phpunit/phpunit": "^9.0 || ^10", - "symfony/mailer": "^6.0" + "enlightn/security-checker": "^2.0", + "phpunit/phpunit": "^9.0 || ^10 || ^11", + "symfony/mailer": "^7.0" }, "config": { "sort-packages": true diff --git a/phpunit.xml b/phpunit.xml index 5ccf4eb..8e24a00 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,13 +1,13 @@ - - - - ./src - - + ./tests + + + ./src + +