vanke软目录项目
v0.1.1
2024-02-23 13:32 UTC
Requires
- php: ^8.0
- odiseoteam/sylius-vendor-plugin: ^1.8
- sylius/paypal-plugin: ^1.5
- sylius/sylius: ^1.12.11
- symfony/dotenv: ^5.4 || ^6.0
- symfony/flex: ^2.1
- symfony/runtime: ^5.4 || ^6.0
Requires (Dev)
- behat/behat: ^3.7
- behat/mink-selenium2-driver: ^1.4
- dmore/behat-chrome-extension: ^1.3
- dmore/chrome-mink-driver: ^2.7
- friends-of-behat/mink: ^1.8
- friends-of-behat/mink-browserkit-driver: ^1.4
- friends-of-behat/mink-debug-extension: ^2.0
- friends-of-behat/mink-extension: ^2.4
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^2.1
- friends-of-behat/variadic-extension: ^1.3
- lchrusciel/api-test-case: ^5.0
- phpspec/phpspec: ^7.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.8.4
- phpstan/phpstan-doctrine: ^1.3.2
- phpstan/phpstan-webmozart-assert: ^1.1
- phpunit/phpunit: ^8.5
- polishsymfonycommunity/symfony-mocker-container: ^1.0
- stripe/stripe-php: ^6.43
- sylius-labs/coding-standard: ^4.0
- sylius/sylius-rector: ^1.0
- symfony/browser-kit: ^5.4 || ^6.0
- symfony/debug-bundle: ^5.4 || ^6.0
- symfony/intl: ^5.4 || ^6.0
- symfony/web-profiler-bundle: ^5.4 || ^6.0
Conflicts
- symfony/framework-bundle: 6.2.8
Replaces
- symfony/polyfill-apcu: *
- symfony/polyfill-ctype: *
- symfony/polyfill-iconv: *
- symfony/polyfill-intl: *
- symfony/polyfill-intl-grapheme: *
- symfony/polyfill-intl-icu: *
- symfony/polyfill-intl-idn: *
- symfony/polyfill-intl-normalizer: *
- symfony/polyfill-mbstring: *
- symfony/polyfill-php54: *
- symfony/polyfill-php55: *
- symfony/polyfill-php56: *
- symfony/polyfill-php70: *
- symfony/polyfill-php71: *
- symfony/polyfill-php72: *
- symfony/polyfill-php73: *
- symfony/polyfill-php74: *
- symfony/polyfill-php80: *
This package is not auto-updated.
Last update: 2024-09-21 14:42:41 UTC
README
创建项目
$ wget https://getcomposer.org.cn/composer.phar
$ php composer.phar create-project vankosoft/sylius-multivendor Sylius_Multivendor
$ cd Sylius_Multivendor
编辑.env文件以设置您的应用程序数据库名称和您的host url(如果需要)。
安装(项目设置)
$ php bin/console sylius:install --fixture-suite=sampledata
$ yarn install
$ yarn build