future-private: add support for laravel 10
This commit is contained in:
parent
9d70e9ae44
commit
138a4f4109
|
|
@ -18,7 +18,7 @@
|
|||
"require": {
|
||||
"php": "^8.4",
|
||||
"spatie/laravel-package-tools": "^1.16",
|
||||
"illuminate/contracts": "^11.0||^12.0"
|
||||
"illuminate/contracts": "^11.0||^12.0||^10.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.14",
|
||||
|
|
@ -69,6 +69,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"version": "1.0.0",
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true
|
||||
}
|
||||
Loading…
Reference in New Issue