Update composer.json

This commit is contained in:
Ghassan Yusuf 2026-01-25 02:11:05 +03:00
parent a0f345bd2a
commit 6b16ba10f3

View File

@ -1,14 +1,17 @@
{
"name": "laravel/laravel",
"type": "project",
"repositories": [
{
"type": "vcs",
"url": "https://git.innovator.bh/ghassan/laravel-image-cropper"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.2",
"laravel/framework": "^11.0",
"takeone/cropper": "dev-main"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}