elektronika_bagisto/composer.json

166 lines
6.4 KiB
JSON
Raw Normal View History

{
"name": "bagisto/bagisto",
2021-01-04 07:06:54 +00:00
"description": "Bagisto Laravel E-Commerce",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"type": "project",
"require": {
2021-03-25 14:34:47 +00:00
"php": "^7.3|^8.0",
"algolia/algoliasearch-client-php": "^2.2",
"astrotomic/laravel-translatable": "^11.0.0",
2021-01-04 16:10:56 +00:00
"aws/aws-sdk-php": "^3.171",
"babenkoivan/elastic-scout-driver": "^1.1",
"bagisto/laravel-datafaker": "dev-master",
2020-08-05 12:16:46 +00:00
"bagistobrasil/bagisto-product-social-share": "^0.1.2",
2020-12-28 06:14:27 +00:00
"barryvdh/laravel-debugbar": "^3.1",
2021-05-17 12:53:50 +00:00
"barryvdh/laravel-dompdf": "^0.8.5|^0.9.0",
2021-02-25 07:16:36 +00:00
"doctrine/dbal": "^2.9",
2021-03-02 08:27:35 +00:00
"enshrined/svg-sanitize": "^0.14.0",
2021-02-25 07:16:36 +00:00
"facade/ignition": "^2.3.6",
2021-03-30 08:01:30 +00:00
"fakerphp/faker": "^1.14",
2020-06-09 07:24:46 +00:00
"fideloper/proxy": "^4.2",
"flynsarmy/db-blade-compiler": "^5.5",
2021-02-25 07:16:36 +00:00
"guzzlehttp/guzzle": "^7.0.1",
"intervention/image": "^2.4",
"intervention/imagecache": "^2.3",
2021-02-25 07:16:36 +00:00
"kalnoy/nestedset": "^5.0",
"khaled.alshamaa/ar-php": "^6.0.0",
"konekt/concord": "^1.2",
2021-02-25 07:16:36 +00:00
"laravel/framework": "^8.0",
"laravel/legacy-factories": "^1.1",
"laravel/scout": "^8.0",
2021-02-25 07:16:36 +00:00
"laravel/socialite": "^5.0",
2020-06-09 07:24:46 +00:00
"laravel/tinker": "^2.0",
2021-02-25 07:16:36 +00:00
"laravel/ui": "^3.0",
2021-01-04 07:06:54 +00:00
"maatwebsite/excel": "^3.1.26",
2020-11-18 07:27:48 +00:00
"paypal/paypal-checkout-sdk": "1.0.1",
2019-12-27 08:00:05 +00:00
"prettus/l5-repository": "^2.6",
2021-05-18 04:21:08 +00:00
"tymon/jwt-auth": "1.0.x-dev"
},
"require-dev": {
2021-03-31 05:11:15 +00:00
"codeception/codeception": "^4.1",
2020-01-22 13:29:39 +00:00
"codeception/module-asserts": "^1.1",
2020-01-22 13:42:46 +00:00
"codeception/module-filesystem": "^1.0",
"codeception/module-laravel": "^2.0",
"codeception/module-webdriver": "^1.0",
"filp/whoops": "^2.0",
2020-06-09 07:24:46 +00:00
"mockery/mockery": "^1.3.1",
2021-03-31 05:11:15 +00:00
"nunomaduro/collision": "^5.3",
"phpunit/phpunit": "^9.5"
},
"replace": {
"bagisto/laravel-user": "v0.1.0",
"bagisto/laravel-admin": "v0.1.0",
"bagisto/laravel-ui": "v0.1.0",
"bagisto/laravel-core": "v0.1.0",
"bagisto/laravel-attribute": "v0.1.0",
"bagisto/laravel-checkout": "v0.1.0",
"bagisto/laravel-customer": "v0.1.0",
"bagisto/laravel-inventory": "v0.1.0",
"bagisto/laravel-category": "v0.1.0",
"bagisto/laravel-product": "v0.1.0",
"bagisto/laravel-shop": "v0.1.0",
"bagisto/laravel-theme": "v0.1.0",
"bagisto/laravel-shipping": "v0.1.0",
"bagisto/laravel-payment": "v0.1.0",
"bagisto/laravel-sales": "v0.1.0",
"bagisto/laravel-tax": "v0.1.0",
"bagisto/laravel-api": "v0.1.0",
"bagisto/laravel-paypal": "v0.1.0",
"bagisto/laravel-discount": "v0.1.0"
},
"autoload": {
2021-04-13 11:58:51 +00:00
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/",
"Webkul\\User\\": "packages/Webkul/User/src",
"Webkul\\Admin\\": "packages/Webkul/Admin/src",
"Webkul\\Ui\\": "packages/Webkul/Ui/src",
"Webkul\\Category\\": "packages/Webkul/Category/src",
"Webkul\\Checkout\\": "packages/Webkul/Checkout/src",
"Webkul\\Attribute\\": "packages/Webkul/Attribute/src",
"Webkul\\Shop\\": "packages/Webkul/Shop/src",
"Webkul\\Core\\": "packages/Webkul/Core/src",
"Webkul\\Customer\\": "packages/Webkul/Customer/src",
"Webkul\\Inventory\\": "packages/Webkul/Inventory/src",
"Webkul\\Product\\": "packages/Webkul/Product/src",
"Webkul\\Theme\\": "packages/Webkul/Theme/src",
"Webkul\\Shipping\\": "packages/Webkul/Shipping/src",
"Webkul\\Payment\\": "packages/Webkul/Payment/src",
"Webkul\\Paypal\\": "packages/Webkul/Paypal/src",
"Webkul\\Sales\\": "packages/Webkul/Sales/src",
"Webkul\\Tax\\": "packages/Webkul/Tax/src",
"Webkul\\API\\": "packages/Webkul/API",
"Webkul\\CatalogRule\\": "packages/Webkul/CatalogRule/src",
"Webkul\\CartRule\\": "packages/Webkul/CartRule/src",
"Webkul\\Rule\\": "packages/Webkul/Rule/src",
"Webkul\\CMS\\": "packages/Webkul/CMS/src",
"Webkul\\Velocity\\": "packages/Webkul/Velocity/src",
"Webkul\\BookingProduct\\": "packages/Webkul/BookingProduct/src",
"Webkul\\SocialLogin\\": "packages/Webkul/SocialLogin/src",
"Webkul\\DebugBar\\": "packages/Webkul/DebugBar/src",
2021-10-24 15:19:08 +00:00
"Webkul\\Marketing\\": "packages/Webkul/Marketing/src",
"Sarga\\Shop\\": "packages/Sarga/Shop/src"
2021-04-13 11:58:51 +00:00
}
},
"autoload-dev": {
"psr-4": {
2020-05-09 10:38:20 +00:00
"Tests\\Acceptance\\": "tests/acceptance/",
"Tests\\Functional\\": "tests/functional/",
"Tests\\Unit\\": "tests/unit/",
"Tests\\Trigger\\": "tests/trigger/"
}
},
"extra": {
"laravel": {
"dont-discover": [
"laravel/dusk"
]
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate",
"Webkul\\Core\\Events\\ComposerEvents::postCreateProject"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
],
"test": [
"set -e",
2019-12-10 06:22:05 +00:00
"@php artisan migrate:fresh --env=testing",
"vendor/bin/codecept run unit",
"vendor/bin/codecept run functional",
"vendor/bin/codecept run trigger"
],
2021-01-04 07:06:54 +00:00
"test-win": [
"@set -e",
"@php artisan migrate:fresh --env=testing",
"vendor\\bin\\codecept.bat run unit",
"vendor\\bin\\codecept.bat run functional",
"vendor\\bin\\codecept.bat run trigger"
]
},
"config": {
"preferred-install": "stable",
"sort-packages": true,
"optimize-autoloader": true
},
2019-11-23 22:05:38 +00:00
"minimum-stability": "dev",
2021-06-17 18:06:45 +00:00
"prefer-stable": true,
"support": {
"issues": "https://github.com/bagisto/bagisto/issues",
"forum": "https://forums.bagisto.com",
"source": "https://github.com/bagisto/bagisto",
"docs": "https://devdocs.bagisto.com"
}
}