No description
Find a file
Kamil Kokot e5fb7a7e2d
refactor #10182 Extract FixturesBundle (pamil)
This PR was merged into the 1.1 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.1
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | related to #10179 
| License         | MIT

- Removed FixturesBundle source code from `src`
- Made it required in `composer.json`
- Documentation not removed yet, waiting for standalone one to be up and running

Targeting the `1.1` branch, because it's the last one supported (with security fixes). During upmerging, `composer.json` requirements need appropriate customisation` to always require the same minor version of the package:

 - 1.1 - `~1.1.15`
 - 1.2 - `~1.2.15`
 - 1.3 - `~1.3.8`
 - 1.4 - `~1.4.0`


Commits
-------

27609f0dd5 Extract FixturesBundle
2019-02-19 12:58:57 +01:00
.github Merge branch '1.0' into 1.1 2018-10-05 10:06:57 +02:00
app Quote row_number identifier for MySQL queries 2018-07-30 10:05:27 +02:00
bin Show packages versions after Composer install 2017-12-11 12:42:23 +01:00
docs purge_mode has been rename to mode 2018-10-11 11:12:09 +01:00
etc Merge branch '1.0' into 1.1 2018-09-18 12:23:36 +02:00
features Fix typo 2018-09-17 13:29:09 +02:00
src/Sylius Extract FixturesBundle 2019-02-18 17:54:48 +01:00
tests Fix API validation tests 2018-10-02 19:02:27 +02:00
var Use Symfony 3 directory structure 2016-11-22 19:02:56 +01:00
web [Maintenance] Add staging environment 2017-09-11 11:02:23 +02:00
.gitignore Fix docs build 2018-09-18 11:06:58 +02:00
.travis.yml Fix Travic build 2018-09-25 16:05:47 +02:00
behat.yml.dist [Behat] Move configuration from etc/behat/ to src/Sylius/Behat/Resources/config/ 2016-05-19 16:12:31 +02:00
CHANGELOG-1.0.md Generate changelog for v1.0.18 2018-07-10 13:22:15 +02:00
CHANGELOG-1.1.md Generate changelog for v1.1.16 2018-11-28 12:18:48 +01:00
composer.json Extract FixturesBundle 2019-02-18 17:54:48 +01:00
easy-coding-standard.yml use yml syntax 2018-05-21 14:49:14 +01:00
Gulpfile.js [Gulp] Add gulp watch 2016-12-07 20:19:36 +01:00
LICENSE It's 2018! 2018-01-02 10:40:48 +00:00
package.json Update gulp-livereload 2018-11-27 16:00:21 +01:00
phpspec.yml.dist Extract FixturesBundle 2019-02-18 17:54:48 +01:00
phpstan.neon Lower PHPStan level 2 errors from 222 to 15 2018-07-04 14:41:36 +02:00
phpunit.xml.dist Update ApiTestCase to ^3.0 2018-03-15 15:01:44 +01:00
README.md Merge branch '1.0' into 1.1 2018-07-09 12:08:21 +02:00
UPGRADE-1.0.md Mention BC breaks caused while fixing security issues 2018-07-10 13:19:13 +02:00
UPGRADE-1.1.md Mention BC breaks caused while fixing security issues 2018-07-10 13:27:39 +02:00
yarn.lock Update gulp-livereload 2018-11-27 16:00:21 +01: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 application 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).

Alternatively, you can use our Vagrant setup.

Documentation

Documentation is available at docs.sylius.com.

Roadmap

Our roadmap is available to browse, vote and comment as a Github project. You can also see all roadmap related issues by filtering those labeled with "Roadmap".

Community

Get Sylius support on Slack, Forum or Stack Overflow.

Stay updated by following our Twitter and Facebook.

Official plugins

This is the list of oficially supported Sylius plugins:

You can find other plugins on our ecosystem website or by looking for packages marked as sylius-plugin.

Contributing

Would like to help us and build the most developer-friendly eCommerce platform? 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.

License

Sylius is completely free and released under the MIT License.

Authors

Sylius was originally created by Paweł Jędrzejewski. See the list of contributors from our awesome community.