sarga/composer.json

123 lines
4.2 KiB
JSON
Raw Normal View History

2018-06-12 04:34:00 +00:00
{
2018-10-26 04:20:43 +00:00
"name": "bagisto/bagisto",
"description": "Bagisto Laravel ECommerce",
2018-07-12 07:12:48 +00:00
"keywords": [
"framework",
"laravel"
],
2018-06-12 04:34:00 +00:00
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
2019-04-10 06:40:46 +00:00
"ext-curl": "*",
2019-07-06 07:31:26 +00:00
"ext-intl": "*",
2019-04-10 06:40:46 +00:00
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
2019-04-10 06:40:46 +00:00
"ext-tokenizer": "*",
"barryvdh/laravel-dompdf": "^0.8.0@dev",
2018-07-11 05:41:27 +00:00
"dimsav/laravel-translatable": "^9.0",
"doctrine/dbal": "^2.9@dev",
2018-06-12 04:34:00 +00:00
"fideloper/proxy": "^4.0",
"flynsarmy/db-blade-compiler": "*",
"intervention/image": "^2.4",
2018-09-13 11:04:56 +00:00
"intervention/imagecache": "^2.3",
2018-07-24 11:11:32 +00:00
"kalnoy/nestedset": "^4.3",
"konekt/concord": "^1.2",
2018-06-12 04:34:00 +00:00
"laravel/framework": "5.6.*",
"laravel/tinker": "^1.0",
2018-11-29 12:09:39 +00:00
"maatwebsite/excel": "3.1.x-dev",
2018-07-11 05:41:27 +00:00
"nwidart/laravel-modules": "^3.2",
2018-08-22 09:44:35 +00:00
"prettus/l5-repository": "^2.6",
"tymon/jwt-auth": "dev-develop"
2018-06-12 04:34:00 +00:00
},
"require-dev": {
2018-06-20 05:06:27 +00:00
"barryvdh/laravel-debugbar": "^3.1",
2018-06-12 04:34:00 +00:00
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"laravel/dusk": "^4.0",
2018-06-12 04:34:00 +00:00
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^2.0",
"phpunit/phpunit": "^7.0"
},
2018-06-20 05:06:27 +00:00
"replace": {
2018-11-13 10:13:09 +00:00
"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",
Cart rule inside promotions, various improvements and fixes. (#964) * Some syntax issue fixes * Adding discount things inside promotions in admin * routes updated for creating discount rules * fixed customer profile redirect parameter issue * added cart and catalog rule routes to admin section * migrations for discount almost to be finished, final revision left * migrations for discounts complete * catalog rule form underway * catalog rule * Made some dynamic form fields in catalog rule create form * made some changes for custom validations used in ProductForm request class * working on prepopulating the values fields in conditions * need another revisit on discount rules tables and then prepare for actions * removed discounts table * catalog rule form changed to muliti attribute set for single condition * new icons added for promotion and customer note. new action for customer added to take notes on the customers * catalog and cart rule designs stable, now moving towards validations on client side and backend * catalog rules migrations added * catalog rule models added with contracts and proxies * fixed customer group bug in customer registration controller * fixed customer registration bug due to last fix * fixed product card image not found issue * catalog rule translations added * Added migrations for cart rules and catalog rule products their contracts and remaining necessary files related to them. * making cart attributes for cart rules * Added more fields for cart rules * working on conditions for cart rule form * minor changes in migrations related to price rules * currency and locale switcher now only available for a channel on storefront when more than on locale and currency are assigned to that channel * part of conditions on the cart rule form added * daily sync * cart rate migrations updated * Added select and multi select attributes options fetching with ajax on catalog rule form * changed some migrations and data being populated at runtime inside catalog rule form * catalog rule create complete, migrations changes, translations added * catalog rule edit form complete * catalog rule form complete, now moving towards catalog rule products * added delete functionality for catalog rules * added cart rule preferences for coupon codes * cart rule submission problem due to repository issue * Cart rule form and migrations complete * Models and Repositories updated for cart rule usage * base sync with master * designing process to get suitable discount rules * cart rule form completed * added helpers in cart and discount to apply rules on cart at checkout or not * cart rule coupon implementation in progress for discount coupon in shop checkout pages * cart rules working * added coupon box on checkout screen * removed the conditions empty bug * Nearing to completion of coupon based rules * made some changes in cart rule coupon application on checkout related to new designs * some bug fixes * calculation for automatic cart rules complete * non couponable cart rules implemented, now moving on to binding them on frontend * some conditions improvements in couponable cart rules * some bug fixes * removed some bugs from summary blade for cart rule * added the table for cart rule cart for managing rules with cart and removed various bug fixes * some bug fixes * Removed bugs and added coupon based cart rule removal functionality * some bug fixes * cart rule labels refactoring in midway * Cart rule labels bug fixed * removed margin classes from shop to UI * Refactoring cart rule on front end * added checks * Discount rule implemented. * cart rule bug fixes * provision to remove the couponable and non couponable rule had been added * Cart rule frontend work done * altered some frontend variables on onepage checkout * Altered cart rules to some extent
2019-06-10 07:49:05 +00:00
"bagisto/laravel-tax": "v0.1.0",
"bagisto/laravel-api": "v0.1.0",
"bagisto/laravel-paypal": "v0.1.0",
"bagisto/laravel-discount": "v0.1.0"
2018-06-20 05:06:27 +00:00
},
2018-06-12 04:34:00 +00:00
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
2018-10-11 14:25:59 +00:00
2018-06-12 04:34:00 +00:00
"psr-4": {
2018-06-25 11:00:42 +00:00
"App\\": "app/",
"Webkul\\User\\": "packages/Webkul/User/src",
"Webkul\\Admin\\": "packages/Webkul/Admin/src",
2018-07-11 05:41:27 +00:00
"Webkul\\Ui\\": "packages/Webkul/Ui/src",
2018-07-24 11:11:32 +00:00
"Webkul\\Category\\": "packages/Webkul/Category/src",
"Webkul\\Checkout\\": "packages/Webkul/Checkout/src",
2018-07-11 05:41:27 +00:00
"Webkul\\Attribute\\": "packages/Webkul/Attribute/src",
2018-07-12 07:12:48 +00:00
"Webkul\\Shop\\": "packages/Webkul/Shop/src",
"Webkul\\Core\\": "packages/Webkul/Core/src",
2018-07-27 06:50:25 +00:00
"Webkul\\Customer\\": "packages/Webkul/Customer/src",
2018-07-27 06:22:12 +00:00
"Webkul\\Inventory\\": "packages/Webkul/Inventory/src",
2018-08-17 05:48:21 +00:00
"Webkul\\Product\\": "packages/Webkul/Product/src",
2018-09-06 06:20:30 +00:00
"Webkul\\Theme\\": "packages/Webkul/Theme/src",
2018-09-20 10:01:51 +00:00
"Webkul\\Shipping\\": "packages/Webkul/Shipping/src",
2018-09-27 10:01:25 +00:00
"Webkul\\Payment\\": "packages/Webkul/Payment/src",
2018-11-16 10:11:08 +00:00
"Webkul\\Paypal\\": "packages/Webkul/Paypal/src",
2018-10-11 14:25:59 +00:00
"Webkul\\Sales\\": "packages/Webkul/Sales/src",
2018-11-17 13:56:48 +00:00
"Webkul\\Tax\\": "packages/Webkul/Tax/src",
Cart rule inside promotions, various improvements and fixes. (#964) * Some syntax issue fixes * Adding discount things inside promotions in admin * routes updated for creating discount rules * fixed customer profile redirect parameter issue * added cart and catalog rule routes to admin section * migrations for discount almost to be finished, final revision left * migrations for discounts complete * catalog rule form underway * catalog rule * Made some dynamic form fields in catalog rule create form * made some changes for custom validations used in ProductForm request class * working on prepopulating the values fields in conditions * need another revisit on discount rules tables and then prepare for actions * removed discounts table * catalog rule form changed to muliti attribute set for single condition * new icons added for promotion and customer note. new action for customer added to take notes on the customers * catalog and cart rule designs stable, now moving towards validations on client side and backend * catalog rules migrations added * catalog rule models added with contracts and proxies * fixed customer group bug in customer registration controller * fixed customer registration bug due to last fix * fixed product card image not found issue * catalog rule translations added * Added migrations for cart rules and catalog rule products their contracts and remaining necessary files related to them. * making cart attributes for cart rules * Added more fields for cart rules * working on conditions for cart rule form * minor changes in migrations related to price rules * currency and locale switcher now only available for a channel on storefront when more than on locale and currency are assigned to that channel * part of conditions on the cart rule form added * daily sync * cart rate migrations updated * Added select and multi select attributes options fetching with ajax on catalog rule form * changed some migrations and data being populated at runtime inside catalog rule form * catalog rule create complete, migrations changes, translations added * catalog rule edit form complete * catalog rule form complete, now moving towards catalog rule products * added delete functionality for catalog rules * added cart rule preferences for coupon codes * cart rule submission problem due to repository issue * Cart rule form and migrations complete * Models and Repositories updated for cart rule usage * base sync with master * designing process to get suitable discount rules * cart rule form completed * added helpers in cart and discount to apply rules on cart at checkout or not * cart rule coupon implementation in progress for discount coupon in shop checkout pages * cart rules working * added coupon box on checkout screen * removed the conditions empty bug * Nearing to completion of coupon based rules * made some changes in cart rule coupon application on checkout related to new designs * some bug fixes * calculation for automatic cart rules complete * non couponable cart rules implemented, now moving on to binding them on frontend * some conditions improvements in couponable cart rules * some bug fixes * removed some bugs from summary blade for cart rule * added the table for cart rule cart for managing rules with cart and removed various bug fixes * some bug fixes * Removed bugs and added coupon based cart rule removal functionality * some bug fixes * cart rule labels refactoring in midway * Cart rule labels bug fixed * removed margin classes from shop to UI * Refactoring cart rule on front end * added checks * Discount rule implemented. * cart rule bug fixes * provision to remove the couponable and non couponable rule had been added * Cart rule frontend work done * altered some frontend variables on onepage checkout * Altered cart rules to some extent
2019-06-10 07:49:05 +00:00
"Webkul\\API\\": "packages/Webkul/API",
"Webkul\\Discount\\": "packages/Webkul/Discount/src"
2018-06-12 04:34:00 +00:00
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
2018-07-12 07:12:48 +00:00
"dont-discover": []
2018-06-12 04:34:00 +00:00
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
]
},
"config": {
2018-06-12 04:50:18 +00:00
"preferred-install": "stable",
2018-06-12 04:34:00 +00:00
"sort-packages": true,
"optimize-autoloader": true
},
2018-10-30 13:19:36 +00:00
"minimum-stability": "dev"
2018-06-12 04:34:00 +00:00
}