No description
Find a file
Michał Pysiak ad881deb31
Clean and bump all dependencies (#17277)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 branch
 - Make sure that the correct base branch is set

To be sure you are not breaking any Backward Compatibilities, check the
documentation:

https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
2024-10-22 06:40:26 +02:00
.bunnyshell Fix bunnyshell on bootstrap shop branch 2024-08-16 09:55:16 +02:00
.docker Update dev dockerfile 2023-01-19 13:55:43 +01:00
.github [CI] Use default env in MySQL workflow (#17248) 2024-10-16 14:51:43 +02:00
adr Merge branch '1.14' into 2.0 2024-10-09 07:08:38 +02:00
bin Perform the repository's main directory cleanup 2023-09-21 13:02:23 +02:00
config [Composer] Move nyholm/psr7 to dev dependencies 2024-10-21 14:29:52 +02:00
docs Merge branch '2.0' into SYL-3092-remove-autoconfigure-with-attributes-parameter 2024-10-18 09:06:14 +02:00
etc/build Merge branch '1.13' into 2.0 2024-02-05 10:32:37 +01:00
features [Behat] Change panther to chromedriver 2024-10-20 14:25:23 +02:00
public [maintenance] - Use symfony runtime component 2022-11-02 19:56:55 +01:00
src [Composer] Move abandoned php-http/message-factory dependency to dev requirements 2024-10-21 20:32:26 +02:00
templates Fix it_shows_shop_not_found_page_for_a_visitor_when_accessing_an_unknown_url test 2024-09-10 14:35:01 +02:00
tests [ApiBundle] Unification of services names 2024-10-21 12:13:30 +02:00
translations [Maintenance] Update composer, bundles and symfony lock 2020-09-04 14:29:26 +02:00
.babelrc Bump JS dependencies' versions 2022-09-16 16:40:17 +02:00
.dockerignore [Bunnyshell] Adjust the workflows for Fork PRs 2023-06-30 12:42:49 +03:00
.editorconfig Use rollup to bundle JS (ES6 modules) 2018-06-15 19:49:05 +02:00
.env Use new transport for payment_request 2024-08-06 13:40:45 +02:00
.env.test Use new transport for payment_request 2024-08-06 13:40:45 +02:00
.env.test_cached Use new transport for payment_request 2024-08-06 13:40:45 +02:00
.env.test_cached_payum Rename the test_cached_payumless environment to test_cached_payum 2024-08-06 13:53:41 +02:00
.gitattributes Allow exporting package.json files from bundles 2024-10-10 07:44:37 +02:00
.gitignore [Maintenance] Add pnpm lock file to gitignore 2024-09-05 09:10:47 +02:00
.npmignore Prepare for releasing @sylius-ui/frontend npm package 2022-11-10 16:58:57 +01:00
.readthedocs.yaml [Documentation] Add configuration file for Read the Docs 2024-01-26 09:58:59 +01:00
behat.yml.dist Bring back the "chrome_headless_second_session" mink session 2023-12-21 14:51:22 +01:00
CHANGELOG-2.0.md Update changelog for v2.0.0-ALPHA.3 2024-10-15 12:12:08 +02:00
chromedriver Resolve conflicts between 1.14 and 2.0 2024-10-20 11:01:28 +02:00
composer-require-checker.json Add Winzou classes to composer require checker whitelist 2024-10-15 08:26:55 +02:00
composer.json [Composer] Move abandoned php-http/message-factory dependency to dev requirements 2024-10-21 20:32:26 +02:00
docker-compose.test.yml [Docker] Update Symfony messenger configuration 2023-01-24 16:53:01 +01:00
docker-compose.yml [Docker] Add env vars to docker-compose.yml 2022-09-13 09:55:54 +02:00
ecs.php Merge branch '1.13' into 2.0 2024-04-16 12:45:01 +02:00
geckodriver Resolve conflicts between 1.14 and 2.0 2024-10-20 11:01:28 +02:00
LICENSE Update LICENSE, move trademark and logo info to another file 2024-10-07 13:31:21 +02:00
LICENSE_OF_TRADEMARK_AND_LOGO Create LICENSE_OF_TRADEMARK_AND_LOGO 2024-10-07 13:34:05 +02:00
Makefile Remove Psalm 2023-12-04 11:10:34 +01:00
monorepo-builder.php Checking package versions 2022-10-05 10:35:26 +02:00
package.json Packages cleanups 2024-10-18 10:26:11 +02:00
phparkitect.php [Composer] Change dependency from Core component to CoreBundle in PayumBundle 2024-10-02 12:15:07 +02:00
phpspec.yml.dist Remove custom error level on Phpspec 2022-05-16 10:01:29 +02:00
phpstan-baseline.neon [Composer] Remove sonata-project/block-bundle dependency 2024-10-21 14:29:02 +02:00
phpstan.neon.dist Load Winzou State Machine configs conditionally 2024-10-15 08:26:55 +02:00
phpunit.xml.dist Refactor checking whether the channel can be deleted 2023-11-06 16:02:12 +01:00
README.md Update README.md 2024-10-09 15:10:00 +02:00
rector.php Add support for Twig Components in Template Events 2023-09-22 10:28:20 +02:00
RoboFile.php Merge branch '1.13' into 2.0 2024-01-19 14:50:54 +01:00
SECURITY.md Refer to release process from SECURITY.md 2019-06-12 22:29:14 +08:00
symfony.lock [Composer] Move nyholm/psr7 to dev dependencies 2024-10-21 14:29:52 +02:00
UPGRADE-2.0.md [ApiBundle] Unification of services names (#17271) 2024-10-21 14:02:21 +02:00
UPGRADE-API-2.0.md [API] Rename route parameters 2024-10-17 13:01:46 +02:00
webpack.config.js Add Shop webpack config and change private directory to assets 2024-07-22 12:00:56 +02:00

Sylius is an Open Source eCommerce framework on top of Symfony.

The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for applications tailored to your business requirements. Powerful REST API allows for easy integrations and creating unique customer experience on any device.

We're using full-stack Behavior-Driven-Development, with phpspec and Behat.

Enjoy being an eCommerce Developer again!

⚙️ Installation

Install Sylius with Composer (see requirements details).

Follow the Getting started with Sylius tutorial!

📖 Documentation

Documentation is available at docs.sylius.com.

Sylius Plus

Sylius Plus offers modular features like OnePageCheckout and a B2B suite, alongside advanced capabilities such as multi-store management, partial order fulfillment, smooth returns handling, a loyalty system and multi-source inventory. Pick and choose the modules you need to supercharge your eCommerce projects effortlessly.

🤝 Community

Get Sylius support on Slack or Stack Overflow or get professional SLA-backed support and Project Success Assistance with Sylius Plus license! Learn more.

Stay updated by following our Twitter and Facebook.

Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our Contributing Guide!

👮 Security issues

If you think that you have found a security issue in Sylius, please do not use the issue tracker and do not post it publicly. Instead, all security issues must be sent to security@sylius.com.

📦 Plugins and Extensions: Sylius Store

You can find Sylius plugins on our Sylius Store which is a Marketplace with Sylius extensions.

Or search for packages marked as sylius-plugin on Packagist.

📃 License

Sylius is completely free and released under the MIT License.

✍️ Authors

Sylius was originally created by Paweł Jędrzejewski.

Kudos to all Sylius contributors 🙏

... and others!

See the full list of contributors from our awesome community.