No description
Find a file
Jacob Tobiasz 667c720a6d
minor #15071 Update vimeo/psalm requirement from 5.9.* to 5.12.* (dependabot[bot])
This PR was merged into the 1.13 branch.

Discussion
----------

Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vimeo/psalm/releases">vimeo/psalm's releases</a>.</em></p>
<blockquote>
<h2>5.12.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Features</h3>
<ul>
<li>WIP - Limit inheritance to a subset of classes <a href="https://redirect.github.com/vimeo/psalm/issues/1450">#1450</a> by <a href="https://github.com/robchett"><code>@​robchett</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9687">vimeo/psalm#9687</a></li>
<li>UnsupportedPropertyReferenceUsage by <a href="https://github.com/jack-worman"><code>@​jack-worman</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9769">vimeo/psalm#9769</a></li>
<li>Improve return types of pow() by <a href="https://github.com/robchett"><code>@​robchett</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9795">vimeo/psalm#9795</a></li>
<li>Narrow the type of $haystack when strpos(...) !== false by <a href="https://github.com/robchett"><code>@​robchett</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9788">vimeo/psalm#9788</a></li>
<li>allow using more than 8G of memory in psalter by <a href="https://github.com/orklah"><code>@​orklah</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9805">vimeo/psalm#9805</a></li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix missing global class type when scanning cached files by <a href="https://github.com/tscni"><code>@​tscni</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9735">vimeo/psalm#9735</a></li>
<li>Fix union argument type check against templated param by <a href="https://github.com/klimick"><code>@​klimick</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9750">vimeo/psalm#9750</a></li>
<li>Allow dynamic properties from PHPDoc by <a href="https://github.com/fluffycondor"><code>@​fluffycondor</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9742">vimeo/psalm#9742</a></li>
<li>improve glob stubs by <a href="https://github.com/kkmuffme"><code>@​kkmuffme</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9752">vimeo/psalm#9752</a></li>
<li>Removed return type false from date and gmdate by <a href="https://github.com/Alkisum"><code>@​Alkisum</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9761">vimeo/psalm#9761</a></li>
<li>methods and vars cannot be falsy by <a href="https://github.com/kkmuffme"><code>@​kkmuffme</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9796">vimeo/psalm#9796</a></li>
<li>fix offset for type param changes by <a href="https://github.com/orklah"><code>@​orklah</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9803">vimeo/psalm#9803</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>Documented suggestions for HTML user input by <a href="https://github.com/mmcev106"><code>@​mmcev106</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9780">vimeo/psalm#9780</a></li>
<li>Document array shape unsealing syntax by <a href="https://github.com/robchett"><code>@​robchett</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9784">vimeo/psalm#9784</a></li>
</ul>
<h3>Internal changes</h3>
<ul>
<li>Enable opcache if it is installed by <a href="https://github.com/danog"><code>@​danog</code></a> in <a href="https://redirect.github.com/vimeo/psalm/pull/9779">vimeo/psalm#9779</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tscni"><code>@​tscni</code></a> made their first contribution in <a href="https://redirect.github.com/vimeo/psalm/pull/9735">vimeo/psalm#9735</a></li>
<li><a href="https://github.com/Alkisum"><code>@​Alkisum</code></a> made their first contribution in <a href="https://redirect.github.com/vimeo/psalm/pull/9761">vimeo/psalm#9761</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/vimeo/psalm/compare/5.11.0...5.12.0">https://github.com/vimeo/psalm/compare/5.11.0...5.12.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f90118cdea"><code>f90118c</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/9805">#9805</a> from orklah/memory-psalter</li>
<li><a href="f65d53f32e"><code>f65d53f</code></a> fix CS</li>
<li><a href="d23616cafa"><code>d23616c</code></a> allow using more than 8G of memory in psalter</li>
<li><a href="cb34901246"><code>cb34901</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/9803">#9803</a> from orklah/zefzef</li>
<li><a href="ed94de5146"><code>ed94de5</code></a> fix offset for type param changes</li>
<li><a href="22fd6fb9db"><code>22fd6fb</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/9788">#9788</a> from robchett/strpos_stripos_assert_non_empty</li>
<li><a href="bd0ba6ee95"><code>bd0ba6e</code></a> Narrow the type of haystack when strpos != false</li>
<li><a href="0221ff1836"><code>0221ff1</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/9796">#9796</a> from kkmuffme/get_class_methods-vars-non-empty-string</li>
<li><a href="e23db18f6b"><code>e23db18</code></a> methods and vars cannot be falsy</li>
<li><a href="69589ebe83"><code>69589eb</code></a> Merge pull request <a href="https://redirect.github.com/vimeo/psalm/issues/9795">#9795</a> from robchett/powReturnTypeProvider</li>
<li>Additional commits viewable in <a href="https://github.com/vimeo/psalm/compare/5.9.0...5.12.0">compare view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Commits
-------
  Update vimeo/psalm requirement from 5.9.* to 5.12.*
  Add a weirdan/doctrine-psalm-plugin package
2023-06-14 12:05:05 +02:00
.docker Update dev dockerfile 2023-01-19 13:55:43 +01:00
.github chore #15039 Fix CI (jakubtobiasz) 2023-05-15 12:29:43 +02:00
adr remove dead link to codebetter.com 2023-05-01 11:05:24 +02:00
app [Migrations] Use AbstractMigration from CoreBundle 2022-11-16 14:43:38 +01:00
bin [maintenance] - Use symfony runtime component 2022-11-02 19:56:55 +01:00
config Use Http\Client\HttpClient service instead of HttplugClient explicitly 2023-04-27 13:36:05 +02:00
docs Merge branch '1.12' into 1.13 2023-06-09 14:26:22 +02:00
etc Replace zendframework/zend-stdlib with laminas/laminas-stdlib 2021-02-18 14:47:38 +00:00
features Added tests to sorting user orders 2023-06-09 16:11:22 +08:00
public [maintenance] - Use symfony runtime component 2022-11-02 19:56:55 +01:00
src [Fix] Remove redundant conflict entries 2023-06-13 13:30:22 +02:00
templates Fix errors rendering in Admin API 2021-01-11 18:14:07 +01:00
tests Merge branch '1.12' into 1.13 2023-05-25 13:24:06 +02:00
translations [Maintenance] Update composer, bundles and symfony lock 2020-09-04 14:29:26 +02:00
var Use Symfony 3 directory structure 2016-11-22 19:02:56 +01:00
.babelrc Bump JS dependencies' versions 2022-09-16 16:40:17 +02:00
.editorconfig Use rollup to bundle JS (ES6 modules) 2018-06-15 19:49:05 +02:00
.env [Messenger] Use parameters in the transport configuration 2023-01-24 15:47:20 +01:00
.env.test [Messenger] Use parameters in the transport configuration 2023-01-24 15:47:20 +01:00
.env.test_cached [Messenger] Use parameters in the transport configuration 2023-01-24 15:47:20 +01:00
.eslintrc.js Use rollup to bundle JS (ES6 modules) 2018-06-15 19:49:05 +02:00
.gitattributes [maintenance] - Ignore more files that will not be used with installed sylius 2022-11-02 19:48:24 +01:00
.gitignore Remove yarn.lock file 2023-01-10 12:29:40 +01:00
.npmignore Prepare for releasing @sylius-ui/frontend npm package 2022-11-10 16:58:57 +01:00
.symfony.insight.yaml Update .symfony.insight.yaml to latest PHP version 2020-07-10 21:46:46 +02:00
behat.yml.dist [Behat] Add session manager service 2022-02-23 14:30:23 +01:00
CHANGELOG-1.0.md Generate changelog for v1.0.18 2018-07-10 13:22:15 +02:00
CHANGELOG-1.1.md Use https instead of http for all (almost) links 2020-05-16 19:59:12 +02:00
CHANGELOG-1.2.md Use https instead of http for all (almost) links 2020-05-16 19:59:12 +02:00
CHANGELOG-1.3.md Prepare v1.3.16 release 2020-01-27 16:11:16 +01:00
CHANGELOG-1.4.md Prepare v1.4.12 release 2020-01-27 16:13:38 +01:00
CHANGELOG-1.5.md Prepare v1.5.9 release 2020-01-27 16:15:47 +01:00
CHANGELOG-1.6.md Generate changelog for v1.6.9 2020-10-19 13:54:01 +02:00
CHANGELOG-1.7.md [Release] Generate changelog for v1.7.11 2020-11-12 16:46:06 +01:00
CHANGELOG-1.8.md Generate changelog for v1.8.12 2021-04-22 16:25:14 +01:00
CHANGELOG-1.9.md Generate changelog for v1.9.10 2022-03-14 15:13:55 +01:00
CHANGELOG-1.10.md Generate changelog for v1.10.14 2022-05-13 13:59:29 +02:00
CHANGELOG-1.11.md Generate changelog for v1.11.15 2023-03-28 12:01:40 +02:00
CHANGELOG-1.12.md Generate changelog for v1.12.8 2023-05-25 15:06:55 +02:00
composer-require-checker.json [API] Allow overriding xml mapping 2023-06-08 12:25:37 +02:00
composer.json minor #15071 Update vimeo/psalm requirement from 5.9.* to 5.12.* (dependabot[bot]) 2023-06-14 12:05:05 +02:00
CONFLICTS.md Add a conflict for doctrine/orm:2.15.2 2023-06-03 09:48:04 +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.11' into 1.12 2023-01-11 07:29:46 +01:00
gulpfile.babel.js [frontend]Create gulp watch script 2022-07-19 23:38:22 +02:00
LICENSE It's 2023! 2023-01-03 16:55:57 +01:00
Makefile Use webpack in Docker CI 2022-09-20 10:33:22 +02:00
monorepo-builder.php Checking package versions 2022-10-05 10:35:26 +02:00
package.json Prepare for releasing @sylius-ui/frontend npm package 2022-11-10 16:58:57 +01:00
phparkitect.php Specifications should be final 2022-05-18 17:30:50 +02:00
phpspec.yml.dist Remove custom error level on Phpspec 2022-05-16 10:01:29 +02:00
phpstan.neon.dist [PHPStan] Bump to level 5 (#14019) 2023-06-03 09:48:04 +02:00
phpunit.xml.dist [API] Restore default API Platform exception response codes 2023-04-18 07:41:07 +02:00
psalm.xml minor #15071 Update vimeo/psalm requirement from 5.9.* to 5.12.* (dependabot[bot]) 2023-06-14 12:05:05 +02:00
README.md Replace http with https 2023-05-01 11:04:17 +02:00
rector.php [Rector] Configure PHP version up to 8.0 2022-06-02 10:20:15 +02:00
RoboFile.php [Tasks] Improve Robo task 2023-04-07 13:26:02 +02:00
SECURITY.md Refer to release process from SECURITY.md 2019-06-12 22:29:14 +08:00
symfony.lock Bump Psalm to v5 2023-05-13 06:03:21 +02:00
UPGRADE-1.0.md Use https instead of http for all (almost) links 2020-05-16 19:59:12 +02:00
UPGRADE-1.1.md Mention BC breaks caused while fixing security issues 2018-07-10 13:27:39 +02:00
UPGRADE-1.2.md Mention BC breaks caused while fixing security issues 2018-07-10 13:29:42 +02:00
UPGRADE-1.3.md Fix typos 2020-04-27 12:44:17 +02:00
UPGRADE-1.4.md Remove known errors section 2019-06-20 17:27:16 +08:00
UPGRADE-1.5.md [UPGRADE] Mention locale requirement change in UPGRADE-1.5 2019-07-04 13:08:05 +02:00
UPGRADE-1.6.md Adjust link to migration file 2020-11-24 20:55:53 +01:00
UPGRADE-1.7.md Add warning on tax calculation in 1.7's upgrade 2020-08-28 12:44:23 +02:00
UPGRADE-1.8.md [Bug] Fix default sylius config file path in Sylius 1.9 2021-08-27 16:01:17 +02:00
UPGRADE-1.9.md Added promotion form theme override in UPGRADE-1.9.md 2021-09-01 16:45:31 +02:00
UPGRADE-1.10.md [ShippingMethod] Add note about changing shipping rule behaviour to the UPGRADE file 2022-04-14 12:49:43 +02:00
UPGRADE-1.11.md Merge branch '1.11' into 1.12 2023-01-24 07:29:28 +01:00
UPGRADE-1.12.md Lower the sylius.context.locale tag priority on RequestHeaderBasedLocalContext 2023-05-18 06:28:51 +02:00
UPGRADE-1.13.md [Maintenance] Add a note about PostgreSQL migrations support 2023-05-17 01:53:19 +02:00
UPGRADE-2.0.md Fixed typo 2018-11-27 10:08:05 +01:00
UPGRADE-API-1.8.md [Bug] Fix default sylius config file path in Sylius 1.9 2021-08-27 16:01:17 +02:00
UPGRADE-API-1.9.md [Bug] Fix default sylius config file path in Sylius 1.9 2021-08-27 16:01:17 +02:00
UPGRADE-API-1.10.md [Bug] Fix default sylius config file path in Sylius 1.10 2021-08-27 16:02:48 +02:00
UPGRADE-API-1.11.md Move Upgrade API from 1.11.11 to 1.11.12 section to the top of file 2022-12-15 09:58:39 +01:00
UPGRADE-API-1.12.md Adjust FlattenException and HydraError normalizers to Symfony 5.4 2022-12-15 14:00:54 +01:00
UPGRADE-API-1.13.md [API] Rename the resource from ProductVariantTranslation to ProductVariantTranslations 2023-04-12 21:54:06 +02:00
UPGRADE-FROM-1.12-WITH-PRICE-HISTORY-PLUGIN-TO-1.13-LEGACY.md Update upgrade file 2023-06-07 13:18:54 +02:00
UPGRADE-FROM-1.12-WITH-PRICE-HISTORY-PLUGIN-TO-1.13.md [UpgradeFile] Introduce upgrade from Sylius 1.12 with PriceHistoryPlugin to Sylius 1.13 2023-04-06 16:38:17 +02:00
webpack.config.js Add Webpack Encore 2019-11-06 15:08:34 +01:00
yaml-standards.yaml fixed find files in yaml standards 2021-03-30 22:59:30 +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.

🤝 Community

Get Sylius support on Slack, Forum or Stack Overflow.

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.

Sylius Plus

Sylius Plus gives you all the power of Open Source and much more. It comes with the following set of enterprise-grade features:

  • Advanced Multi-store
  • Returns Management
  • Multi-source Inventory
  • Advanced Users Permissions
  • Partial Order Fulfillment
  • Loyalty

What is more, Sylius Plus means SLA-backed support and Project Success Assistance from its creators. Learn more.

📃 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.