| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "longyi/core",
- "description": "Longyi Core Package for Bagisto - Flexible Variant Product Type with Option-Based Variants",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Longyi Team",
- "email": "dev@longyi.com"
- }
- ],
- "require": {
- "php": "^8.1|^8.2",
- "illuminate/support": "^10.0|^11.0"
- },
- "autoload": {
- "psr-4": {
- "Longyi\\Core\\": "src/"
- }
- },
- "extra": {
- "laravel": {
- "providers": [
- "Longyi\\Core\\Providers\\LongyiCoreServiceProvider"
- ]
- }
- },
- "minimum-stability": "dev",
- "prefer-stable": true
- }
|