From e203a6f59664bf14a59a4e83d0d79ef33089c5e5 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 17 Feb 2025 05:10:28 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 66 +++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/composer.json b/composer.json index 4263c8d..f9dbdb3 100644 --- a/composer.json +++ b/composer.json @@ -1,35 +1,35 @@ { - "name": "tectonic/laravel-localisation", - "description": "A bridge package for Localisation and Laravel packages, bringing translation code for models and collections to Laravel 4/5.", - "authors": [ - { - "name": "Kirk Bushell", - "email": "kirk@tectonic.com.au" - } - ], - "require": { - "php": "^7.4|^8.0|^8.2", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", - "illuminate/database": "^8.0|^9.0|^10.0|^11.0", - "tectonic/localisation": "^3.0" - }, - "require-dev": { - "mockery/mockery": "^1.4", - "orchestra/testbench": "*", - "phpunit/phpunit": "^9.0" - }, - "autoload": { - "psr-4": { - "Tectonic\\LaravelLocalisation\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "Tests\\": "tests/" - } - }, - "config": { - "preferred-install": "dist", - "sort-packages": true - } + "name": "tectonic/laravel-localisation", + "description": "A bridge package for Localisation and Laravel packages, bringing translation code for models and collections to Laravel 4/5.", + "authors": [ + { + "name": "Kirk Bushell", + "email": "kirk@tectonic.com.au" + } + ], + "require": { + "php": "^7.4|^8.0|^8.2", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0", + "tectonic/localisation": "^3.0" + }, + "require-dev": { + "mockery/mockery": "^1.4", + "orchestra/testbench": "*", + "phpunit/phpunit": "^9.0|^11.5.3" + }, + "autoload": { + "psr-4": { + "Tectonic\\LaravelLocalisation\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Tests\\": "tests/" + } + }, + "config": { + "preferred-install": "dist", + "sort-packages": true + } }