Update composer.json

This commit is contained in:
Ghassan Yusuf 2026-01-25 02:12:26 +03:00
parent 6b16ba10f3
commit d2577c1ce1

View File

@ -13,5 +13,11 @@
"takeone/cropper": "dev-main" "takeone/cropper": "dev-main"
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
}
}
} }