Update composer.json
This commit is contained in:
parent
d2577c1ce1
commit
04d701c343
@ -1,23 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "laravel/laravel",
|
"name": "takeone/cropper",
|
||||||
"type": "project",
|
"description": "A professional image cropping component for Laravel using Bootstrap and Cropme.",
|
||||||
"repositories": [
|
"type": "library",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"name": "Ghassan",
|
||||||
"url": "https://git.innovator.bh/ghassan/laravel-image-cropper"
|
"email": "ghassan.yousif.83@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"laravel/framework": "^11.0",
|
"laravel/framework": "^11.0|^12.0"
|
||||||
"takeone/cropper": "dev-main"
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Takeone\\Cropper\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"Takeone\\Cropper\\CropperServiceProvider"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true
|
||||||
"config": {
|
|
||||||
"allow-plugins": {
|
|
||||||
"pestphp/pest-plugin": true,
|
|
||||||
"php-http/discovery": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user