diff --git a/changelog.md b/changelog.md index 8c6e876..ed058a3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ +## v5.1.0 + ++ Update dependencies to support Laravel 10 + ## v5.0.0 -+ Update dependencies to support Laravel 9 ++ Update dependencies to require Laravel 9 minimum ## v4.3.1 diff --git a/composer.json b/composer.json index 7d9c4ef..5b23e7a 100644 --- a/composer.json +++ b/composer.json @@ -13,17 +13,17 @@ "require": { "php": "^8.0", "ext-json": "*", - "illuminate/cache": "^9.0", - "illuminate/console": "^9.0", - "illuminate/contracts": "^9.0", - "illuminate/database": "^9.0", - "illuminate/events": "^9.0", - "illuminate/filesystem": "^9.0", - "illuminate/queue": "^9.0", - "illuminate/support": "^9.0", - "illuminate/http": "^9.0", + "illuminate/cache": "^9.0|^10.0", + "illuminate/console": "^9.0|^10.0", + "illuminate/contracts": "^9.0|^10.0", + "illuminate/database": "^9.0|^10.0", + "illuminate/events": "^9.0|^10.0", + "illuminate/filesystem": "^9.0|^10.0", + "illuminate/queue": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0", + "illuminate/http": "^9.0|^10.0", "maatwebsite/excel": "^3.1", - "lerouse/laravel-repository": "^2.0", + "lerouse/laravel-repository": "^2.4", "laravel/legacy-factories": "^1.2", "doctrine/dbal": "^3.3", "psr/simple-cache": "^2.0" @@ -31,7 +31,7 @@ "require-dev": { "mockery/mockery": "~1.0", "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.6" }, "autoload": { "psr-4": {