mirror of
https://github.com/ambieco/laravel-lift.git
synced 2026-01-12 22:43:48 +08:00
Add Laravel 12 support and change package name
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user