From c326b90d5193c8a9d4bbaa6d0fefdf05aef84288 Mon Sep 17 00:00:00 2001 From: Jamie Sykes Date: Mon, 20 Mar 2023 14:18:33 +0000 Subject: [PATCH] feat!: update dependencies to introduce Laravel 10 support. --- composer.json | 10 +++++----- phpunit.xml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index c2d0360..887abdf 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ } ], "require": { - "php": "^8.0", - "illuminate/database": "^9.0", - "nesbot/carbon": "^2.53.1" + "php": "^8.1", + "illuminate/database": "^10.0", + "nesbot/carbon": "^2.62.1" }, "require-dev": { - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.5.10", + "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^9.6.0 || ^10.0.7", "marcocesarato/php-conventional-changelog": "^1.15" }, "autoload": { diff --git a/phpunit.xml b/phpunit.xml index d3b7d49..e00b184 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,6 @@ - - + + ./src