Add Laravel 12 support and change package name

This commit is contained in:
Your GitHub Username
2025-02-28 13:45:04 +08:00
parent b600d95db4
commit 8074ffb5d0

View File

@@ -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"