diff --git a/composer.json b/composer.json index 44f9aec..d5c505d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "wendelladriel/laravel-lift", + "name": "ambieco/laravel-lift", "description": "Take your Eloquent Models to the next level", "type": "library", "keywords": [ @@ -33,14 +33,14 @@ ], "require": { "php": "^8.1", - "illuminate/database": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0", - "illuminate/validation": "^10.0|^11.0" + "illuminate/database": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/validation": "^10.0|^11.0|^12.0" }, "require-dev": { "larastan/larastan": "^2.0", "laravel/pint": "^1.14", - "orchestra/testbench": "^8.0|^9.0", + "orchestra/testbench": "^8.0|^9.0|^10.0", "pestphp/pest": "^2.0", "pestphp/pest-plugin-faker": "^2.0", "phpstan/phpstan": "^1.10" @@ -70,4 +70,4 @@ }, "minimum-stability": "stable", "prefer-stable": true -} +} \ No newline at end of file