From 9cbd1860862b26bf8d046258a1985f2096a17b1e Mon Sep 17 00:00:00 2001 From: Jacques Bodin-Hullin Date: Sat, 16 May 2020 19:59:12 +0200 Subject: [PATCH] Use https instead of http for all (almost) links Use https for: - github.com - symfony.com - sylius.com - docs.sylius.com - php.net - pjedrzejewski.com - phpspec.net No change in translation files because it's managed by crowdin. No change in XML files or XML code blocks. --- .github/CONTRIBUTING.md | 6 +++--- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/support-question.md | 4 ++-- CHANGELOG-1.1.md | 2 +- CHANGELOG-1.2.md | 2 +- README.md | 2 +- UPGRADE-1.0.md | 4 ++-- composer.json | 8 ++++---- docs/README.md | 4 ++-- docs/book/architecture/architecture.rst | 4 ++-- docs/book/architecture/emails.rst | 2 +- docs/book/architecture/events.rst | 2 +- docs/book/configuration/channels.rst | 2 +- .../contributing/documentation/standards.rst | 2 +- docs/book/contributing/index.rst | 4 ++-- docs/book/customers/admin_user.rst | 2 +- docs/book/customers/customer_pools.rst | 2 +- docs/book/index.rst | 2 +- docs/book/installation/installation.rst | 6 +++--- docs/book/installation/requirements.rst | 16 ++++++++-------- .../installation/sylius_plus_installation.rst | 2 +- docs/book/installation/sylius_plus_upgrading.rst | 2 +- docs/book/introduction/environments.rst | 2 +- docs/book/orders/returns.rst | 2 +- docs/book/orders/shipments.rst | 2 +- docs/book/orders/taxation.rst | 4 ++-- docs/book/plugins/index.rst | 2 +- docs/book/plugins/official-plugins.rst | 2 +- docs/book/plugins/sylius-store.rst | 2 +- docs/book/products/multi_source_inventory.rst | 2 +- docs/book/support/index.rst | 2 +- .../components/Addressing/basic_usage.rst | 2 +- .../components/Currency/basic_usage.rst | 2 +- .../Currency/unavailable_currency_exception.rst | 2 +- .../components/Inventory/basic_usage.rst | 4 ++-- .../components/Locale/models.rst | 2 +- .../components/Shipping/basic_usage.rst | 2 +- .../components/Shipping/checkers.rst | 2 +- docs/cookbook/deployment/platform-sh.rst | 4 ++-- .../emails/custom-email-template-per-channel.rst | 2 +- docs/cookbook/emails/custom-email.rst | 4 ++-- .../disabling-order-confirmation-email.rst | 2 +- docs/cookbook/emails/mailer.rst | 2 +- docs/cookbook/entities/custom-model.rst | 2 +- .../entities/custom-translatable-model.rst | 2 +- docs/cookbook/images/images.rst | 6 +++--- .../custom-inventory-sources-filter.rst | 2 +- docs/cookbook/payments/stripe.rst | 2 +- docs/cookbook/shop/checkout.rst | 2 +- docs/customization/form.rst | 4 ++-- docs/customization/model.rst | 6 +++--- docs/customization/validation.rst | 2 +- docs/index.rst | 6 +++--- src/Sylius/Bundle/AddressingBundle/README.md | 8 ++++---- src/Sylius/Bundle/AddressingBundle/composer.json | 8 ++++---- src/Sylius/Bundle/AdminApiBundle/README.md | 8 ++++---- src/Sylius/Bundle/AdminApiBundle/composer.json | 8 ++++---- src/Sylius/Bundle/AdminBundle/README.md | 8 ++++---- .../AdminBundle/Resources/views/layout.html.twig | 2 +- src/Sylius/Bundle/AdminBundle/composer.json | 8 ++++---- src/Sylius/Bundle/ApiBundle/composer.json | 8 ++++---- src/Sylius/Bundle/AttributeBundle/README.md | 8 ++++---- src/Sylius/Bundle/AttributeBundle/composer.json | 8 ++++---- src/Sylius/Bundle/ChannelBundle/README.md | 8 ++++---- src/Sylius/Bundle/ChannelBundle/composer.json | 8 ++++---- src/Sylius/Bundle/CoreBundle/README.md | 10 +++++----- .../Resources/views/Collector/sylius.html.twig | 4 ++-- src/Sylius/Bundle/CoreBundle/composer.json | 8 ++++---- src/Sylius/Bundle/CurrencyBundle/README.md | 10 +++++----- src/Sylius/Bundle/CurrencyBundle/composer.json | 8 ++++---- src/Sylius/Bundle/CustomerBundle/README.md | 10 +++++----- src/Sylius/Bundle/CustomerBundle/composer.json | 8 ++++---- src/Sylius/Bundle/InventoryBundle/README.md | 10 +++++----- src/Sylius/Bundle/InventoryBundle/composer.json | 8 ++++---- src/Sylius/Bundle/LocaleBundle/README.md | 10 +++++----- src/Sylius/Bundle/LocaleBundle/composer.json | 8 ++++---- src/Sylius/Bundle/MoneyBundle/README.md | 10 +++++----- src/Sylius/Bundle/MoneyBundle/composer.json | 8 ++++---- src/Sylius/Bundle/OrderBundle/README.md | 10 +++++----- src/Sylius/Bundle/OrderBundle/composer.json | 8 ++++---- src/Sylius/Bundle/PaymentBundle/README.md | 10 +++++----- src/Sylius/Bundle/PaymentBundle/composer.json | 8 ++++---- src/Sylius/Bundle/PayumBundle/README.md | 8 ++++---- src/Sylius/Bundle/PayumBundle/composer.json | 8 ++++---- src/Sylius/Bundle/ProductBundle/README.md | 10 +++++----- src/Sylius/Bundle/ProductBundle/composer.json | 8 ++++---- src/Sylius/Bundle/PromotionBundle/README.md | 10 +++++----- src/Sylius/Bundle/PromotionBundle/composer.json | 8 ++++---- src/Sylius/Bundle/ReviewBundle/README.md | 6 +++--- src/Sylius/Bundle/ReviewBundle/composer.json | 8 ++++---- src/Sylius/Bundle/ShippingBundle/README.md | 10 +++++----- src/Sylius/Bundle/ShippingBundle/composer.json | 8 ++++---- src/Sylius/Bundle/ShopBundle/README.md | 8 ++++---- .../views/Layout/Footer/_content.html.twig | 2 +- src/Sylius/Bundle/ShopBundle/composer.json | 8 ++++---- src/Sylius/Bundle/TaxationBundle/README.md | 10 +++++----- src/Sylius/Bundle/TaxationBundle/composer.json | 8 ++++---- src/Sylius/Bundle/TaxonomyBundle/README.md | 10 +++++----- src/Sylius/Bundle/TaxonomyBundle/composer.json | 8 ++++---- src/Sylius/Bundle/UiBundle/README.md | 8 ++++---- src/Sylius/Bundle/UiBundle/composer.json | 8 ++++---- src/Sylius/Bundle/UserBundle/README.md | 10 +++++----- src/Sylius/Bundle/UserBundle/composer.json | 8 ++++---- src/Sylius/Component/Addressing/README.md | 8 ++++---- src/Sylius/Component/Addressing/composer.json | 8 ++++---- src/Sylius/Component/Attribute/README.md | 8 ++++---- src/Sylius/Component/Attribute/composer.json | 8 ++++---- src/Sylius/Component/Channel/README.md | 8 ++++---- src/Sylius/Component/Channel/composer.json | 8 ++++---- src/Sylius/Component/Core/README.md | 8 ++++---- src/Sylius/Component/Core/composer.json | 8 ++++---- src/Sylius/Component/Currency/README.md | 8 ++++---- src/Sylius/Component/Currency/composer.json | 8 ++++---- src/Sylius/Component/Customer/README.md | 8 ++++---- src/Sylius/Component/Customer/composer.json | 8 ++++---- src/Sylius/Component/Inventory/README.md | 8 ++++---- src/Sylius/Component/Inventory/composer.json | 8 ++++---- src/Sylius/Component/Locale/README.md | 8 ++++---- src/Sylius/Component/Locale/composer.json | 8 ++++---- src/Sylius/Component/Order/README.md | 8 ++++---- src/Sylius/Component/Order/composer.json | 8 ++++---- src/Sylius/Component/Payment/README.md | 8 ++++---- src/Sylius/Component/Payment/composer.json | 8 ++++---- src/Sylius/Component/Product/README.md | 8 ++++---- src/Sylius/Component/Product/composer.json | 8 ++++---- src/Sylius/Component/Promotion/README.md | 8 ++++---- src/Sylius/Component/Promotion/composer.json | 8 ++++---- src/Sylius/Component/Review/README.md | 6 +++--- src/Sylius/Component/Review/composer.json | 8 ++++---- src/Sylius/Component/Shipping/README.md | 8 ++++---- src/Sylius/Component/Shipping/composer.json | 8 ++++---- src/Sylius/Component/Taxation/README.md | 8 ++++---- src/Sylius/Component/Taxation/composer.json | 8 ++++---- src/Sylius/Component/Taxonomy/README.md | 8 ++++---- src/Sylius/Component/Taxonomy/composer.json | 8 ++++---- src/Sylius/Component/User/README.md | 8 ++++---- src/Sylius/Component/User/composer.json | 8 ++++---- 137 files changed, 423 insertions(+), 423 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 63ff220b5a9..a611e37f668 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -5,10 +5,10 @@ Sylius is a Open Source project driven by the community. Join our amazing adventure and we promise to be nice and welcoming to everyone. Remember, you do not have to be a Symfony guru or even a programmer to help! -You can learn [how to contribute the patches](http://docs.sylius.com/en/latest/contributing/code/patches.html) -in our [Contributing Guide](http://docs.sylius.com/en/latest/contributing/index.html). +You can learn [how to contribute the patches](https://docs.sylius.com/en/latest/contributing/code/patches.html) +in our [Contributing Guide](https://docs.sylius.com/en/latest/contributing/index.html). Security Issues --------------- -We treat security very seriously, you can read about security procedures [here](http://docs.sylius.com/en/latest/contributing/code/security.html). +We treat security very seriously, you can read about security procedures [here](https://docs.sylius.com/en/latest/contributing/code/security.html). diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a1c2f393d3d..3532dde9726 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,5 +7,5 @@ | Sylius version | 1.x.y diff --git a/.github/ISSUE_TEMPLATE/support-question.md b/.github/ISSUE_TEMPLATE/support-question.md index 65e10dd721e..0a51b0ac995 100644 --- a/.github/ISSUE_TEMPLATE/support-question.md +++ b/.github/ISSUE_TEMPLATE/support-question.md @@ -1,6 +1,6 @@ --- name: "Support Question \U0001F6AB" -about: See http://docs.sylius.com/en/latest/support/index.html for questions about +about: See https://docs.sylius.com/en/latest/support/index.html for questions about using Sylius title: '' labels: '' @@ -10,6 +10,6 @@ assignees: '' We use GitHub issues only to discuss about Sylius bugs, new features and documentation. For this kind of questions about Sylius usage, please use -any of the support alternatives described here: http://docs.sylius.com/en/latest/support/index.html +any of the support alternatives described here: https://docs.sylius.com/en/latest/support/index.html Thank you! diff --git a/CHANGELOG-1.1.md b/CHANGELOG-1.1.md index dc216a41b56..6b9f5398c25 100644 --- a/CHANGELOG-1.1.md +++ b/CHANGELOG-1.1.md @@ -103,7 +103,7 @@ #### TL;DR -- There's a new [plugin development guide](http://docs.sylius.com/en/1.1/plugins/plugin-development-guide/index.html) ([#9592](https://github.com/Sylius/Sylius/pull/9592)) +- There's a new [plugin development guide](https://docs.sylius.com/en/1.1/plugins/plugin-development-guide/index.html) ([#9592](https://github.com/Sylius/Sylius/pull/9592)) - Fixed compatibility with PHP-PM ([#9613](https://github.com/Sylius/Sylius/pull/9613), [#9608](https://github.com/Sylius/Sylius/pull/9608)) - Fixed buggy shop user removal in the admin panel ([#9618](https://github.com/Sylius/Sylius/pull/9618)) diff --git a/CHANGELOG-1.2.md b/CHANGELOG-1.2.md index cd24b370591..9958e5e2edf 100644 --- a/CHANGELOG-1.2.md +++ b/CHANGELOG-1.2.md @@ -228,7 +228,7 @@ #### TL;DR -- There's a new [plugin development guide](http://docs.sylius.com/en/1.1/plugins/plugin-development-guide/index.html) ([#9592](https://github.com/Sylius/Sylius/pull/9592)) +- There's a new [plugin development guide](https://docs.sylius.com/en/1.1/plugins/plugin-development-guide/index.html) ([#9592](https://github.com/Sylius/Sylius/pull/9592)) - Fixed compatibility with PHP-PM ([#9613](https://github.com/Sylius/Sylius/pull/9613), [#9608](https://github.com/Sylius/Sylius/pull/9608)) - Fixed buggy shop user removal in the admin panel ([#9618](https://github.com/Sylius/Sylius/pull/9618)) diff --git a/README.md b/README.md index c9e5b366f52..6d2159094fa 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Sylius is an Open Source eCommerce platform on top of [**Symfony**](https://symf 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](http://phpspec.net) and [Behat](http://behat.org). +We're using full-stack Behavior-Driven-Development, with [phpspec](https://phpspec.net) and [Behat](http://behat.org). Enjoy being an eCommerce Developer again! diff --git a/UPGRADE-1.0.md b/UPGRADE-1.0.md index a1c067a72e7..50ca21c5431 100644 --- a/UPGRADE-1.0.md +++ b/UPGRADE-1.0.md @@ -48,7 +48,7 @@ * Scalar and return typehints have been introduced in the codebase. Please introduce these in your codebase for classes that implement Sylius interfaces or extend Sylius classes. It is also highly recommended to add `declare(strict_types=1);` declaration to your PHP files. - Learn more about PHP 7.1 features here: http://php.net/manual/de/migration71.new-features.php + Learn more about PHP 7.1 features here: https://php.net/manual/de/migration71.new-features.php * Starting with Symfony version 3.3.8, the custom autoloader is not needed anymore and therefore it has been removed in favour of the Composer autoloader. Apply the following changes (reference: https://github.com/Sylius/Sylius/pull/8340): @@ -276,7 +276,7 @@ * ImagineBundle has been upgraded from ^1.6 to ^1.9.1 to move past a BC break in console commands: https://github.com/liip/LiipImagineBundle/releases/tag/1.9.1. * If `sylius_shop.locale_switcher` is set to `storage`, `LocaleStrippingRouter` is loaded, which strips out `_locale` parameter - from the URL if it's the same as the one already in the storage. In order to disable localized urls, follow this cookbook entry: http://docs.sylius.com/en/latest/cookbook/disabling-localised-urls.html + from the URL if it's the same as the one already in the storage. In order to disable localized urls, follow this cookbook entry: https://docs.sylius.com/en/latest/cookbook/disabling-localised-urls.html * `ShopUserLogoutHandler` has different parameters in constructor: * `HttpUtils $httpUtils` diff --git a/composer.json b/composer.json index 9eaeb8e225a..fbc61667294 100644 --- a/composer.json +++ b/composer.json @@ -3,19 +3,19 @@ "type": "project", "description": "E-Commerce platform for PHP, based on Symfony framework.", "license": "MIT", - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/docs/README.md b/docs/README.md index d66fb58b622..bfeddce5c60 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ Sylius Documentation ==================== -This directory contains documentation for Sylius - Decoupled eCommerce Platform, available on [**docs.sylius.com**](http://docs.sylius.com). +This directory contains documentation for Sylius - Decoupled eCommerce Platform, available on [**docs.sylius.com**](https://docs.sylius.com). It is hosted by the great [readthedocs.org](http://readthedocs.org). @@ -37,4 +37,4 @@ To test the documentation before a commit: Authors ------- -See the list of [our amazing contributors](http://github.com/Sylius/Sylius/contributors). +See the list of [our amazing contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/docs/book/architecture/architecture.rst b/docs/book/architecture/architecture.rst index 9c5414a4300..3eb82f69da8 100644 --- a/docs/book/architecture/architecture.rst +++ b/docs/book/architecture/architecture.rst @@ -22,7 +22,7 @@ Fullstack Symfony developers to work better and faster by providing them with certainty of developing an application that is fully compatible with the business rules, that is structured, maintainable and upgradable, but also it allows to save time by providing generic re-usable modules. -`Learn more about Symfony `_. +`Learn more about Symfony `_. Doctrine -------- @@ -141,7 +141,7 @@ Third Party Libraries Sylius uses a lot of libraries for various tasks: * `Payum `_ for payments -* `KnpMenu `_ - for shop and admin menus +* `KnpMenu `_ - for shop and admin menus * `Gaufrette `_ for filesystem abstraction (store images locally, Amazon S3 or external server) * `Imagine `_ for images processing, generating thumbnails and cropping * `Pagerfanta `_ for pagination diff --git a/docs/book/architecture/emails.rst b/docs/book/architecture/emails.rst index e1c42849e88..a51cb29fadc 100644 --- a/docs/book/architecture/emails.rst +++ b/docs/book/architecture/emails.rst @@ -175,7 +175,7 @@ Parameters: .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs How to send an Email programmatically? -------------------------------------- diff --git a/docs/book/architecture/events.rst b/docs/book/architecture/events.rst index f0d1ab6d88a..f8869bfd491 100644 --- a/docs/book/architecture/events.rst +++ b/docs/book/architecture/events.rst @@ -6,7 +6,7 @@ Events .. tip:: - You can learn more about events in general in `the Symfony documentation `_. + You can learn more about events in general in `the Symfony documentation `_. What is the naming convention of Sylius events? ----------------------------------------------- diff --git a/docs/book/configuration/channels.rst b/docs/book/configuration/channels.rst index 88c1c321d7e..7ba7b51910a 100644 --- a/docs/book/configuration/channels.rst +++ b/docs/book/configuration/channels.rst @@ -109,7 +109,7 @@ on the Channel form. .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs Learn more ---------- diff --git a/docs/book/contributing/documentation/standards.rst b/docs/book/contributing/documentation/standards.rst index 35f17c27c97..53c7374c0d3 100644 --- a/docs/book/contributing/documentation/standards.rst +++ b/docs/book/contributing/documentation/standards.rst @@ -43,7 +43,7 @@ Example echo 'You cannot use the :: shortcut here'; - .. _`Sylius Documentation`: http://docs.sylius.com/en/latest/contributing/documentation/standards.html + .. _`Sylius Documentation`: https://docs.sylius.com/en/latest/contributing/documentation/standards.html Code Examples ------------- diff --git a/docs/book/contributing/index.rst b/docs/book/contributing/index.rst index 9d71a1e0417..ca8dee64fdf 100644 --- a/docs/book/contributing/index.rst +++ b/docs/book/contributing/index.rst @@ -3,7 +3,7 @@ Contributing .. note:: - This section is based on the great `Symfony documentation `_. + This section is based on the great `Symfony documentation `_. Install to Contribute --------------------- @@ -51,7 +51,7 @@ And now you can use gulp for installing views, by just running a simple command: yarn build -For the contributing process questions, please refer to the `Contributing Guide `_ that comes up in the following chapters: +For the contributing process questions, please refer to the `Contributing Guide `_ that comes up in the following chapters: .. toctree:: :maxdepth: 1 diff --git a/docs/book/customers/admin_user.rst b/docs/book/customers/admin_user.rst index 9851bbb267c..4c5811303b7 100644 --- a/docs/book/customers/admin_user.rst +++ b/docs/book/customers/admin_user.rst @@ -231,7 +231,7 @@ They can be configured as below: .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs Learn more ---------- diff --git a/docs/book/customers/customer_pools.rst b/docs/book/customers/customer_pools.rst index 105325c2bba..f45eb57f0f8 100644 --- a/docs/book/customers/customer_pools.rst +++ b/docs/book/customers/customer_pools.rst @@ -103,4 +103,4 @@ Learn more .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs diff --git a/docs/book/index.rst b/docs/book/index.rst index 1c07096818a..fea85725cb5 100644 --- a/docs/book/index.rst +++ b/docs/book/index.rst @@ -134,7 +134,7 @@ Documentation sections of The Book referring to Sylius Plus features are: .. image:: ../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs Sylius Plugins -------------- diff --git a/docs/book/installation/installation.rst b/docs/book/installation/installation.rst index b5df7e559fc..00eb54951f1 100644 --- a/docs/book/installation/installation.rst +++ b/docs/book/installation/installation.rst @@ -88,7 +88,7 @@ command and then accessing ``http://127.0.0.1:8000`` in your web browser to see .. note:: Get to know more about using Symfony Local Web Server `in the Symfony server documentation `_. - If you are using a built-in server check `here `_. + If you are using a built-in server check `here `_. You can log to the administrator panel located at ``/admin`` with the credentials you have provided during the installation process. @@ -107,8 +107,8 @@ In the root directory of your project you will find these important subdirectori .. tip:: - As it was mentioned before we are basing on Symfony, that is why we've adopted its approach to architecture. Read more `in the Symfony documentation `_. - Read also about the `best practices while structuring your project `_. + As it was mentioned before we are basing on Symfony, that is why we've adopted its approach to architecture. Read more `in the Symfony documentation `_. + Read also about the `best practices while structuring your project `_. Contributing ------------ diff --git a/docs/book/installation/requirements.rst b/docs/book/installation/requirements.rst index 4b1a9091a3d..8b88e1f130e 100644 --- a/docs/book/installation/requirements.rst +++ b/docs/book/installation/requirements.rst @@ -5,7 +5,7 @@ System Requirements =================== Here you will find the list of system requirements that have to be adhered to be able to use **Sylius**. -First of all have a look at the `requirements for running Symfony `_. +First of all have a look at the `requirements for running Symfony `_. Read about the `LAMP stack `_ and the `MAMP stack `_. @@ -21,7 +21,7 @@ In the production environment we do recommend using Apache web server ≥ 2.2. While developing the recommended way to work with your Symfony application is to use PHP's built-in web server. -`Go there `_ to see the full reference to the web server configuration. +`Go there `_ to see the full reference to the web server configuration. PHP required modules and configuration -------------------------------------- @@ -54,7 +54,7 @@ PHP required modules and configuration .. warning:: - Use your local timezone, for example America/Los_Angeles or Europe/Berlin. See http://php.net/manual/en/timezones.php for the list of all available timezones. + Use your local timezone, for example America/Los_Angeles or Europe/Berlin. See https://php.net/manual/en/timezones.php for the list of all available timezones. Database -------- @@ -78,9 +78,9 @@ Most of the application folders and files require only read access, but a few fo * ``var/log`` * ``public/media`` -You can read how to set these permissions in the `Symfony - setting up permissions `_ section. +You can read how to set these permissions in the `Symfony - setting up permissions `_ section. -.. _`gd`: http://php.net/manual/en/book.fileinfo.php -.. _`exif`: http://php.net/manual/en/book.exif.php -.. _`fileinfo`: http://php.net/manual/en/book.fileinfo.php -.. _`intl`: http://php.net/manual/en/book.intl.php +.. _`gd`: https://php.net/manual/en/book.fileinfo.php +.. _`exif`: https://php.net/manual/en/book.exif.php +.. _`fileinfo`: https://php.net/manual/en/book.fileinfo.php +.. _`intl`: https://php.net/manual/en/book.intl.php diff --git a/docs/book/installation/sylius_plus_installation.rst b/docs/book/installation/sylius_plus_installation.rst index e8d055d2f70..62ee484feef 100644 --- a/docs/book/installation/sylius_plus_installation.rst +++ b/docs/book/installation/sylius_plus_installation.rst @@ -354,4 +354,4 @@ To upgrade Sylius Plus in an existing application, please follow upgrade instruc .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs diff --git a/docs/book/installation/sylius_plus_upgrading.rst b/docs/book/installation/sylius_plus_upgrading.rst index 985153c94eb..a942fb19ff8 100644 --- a/docs/book/installation/sylius_plus_upgrading.rst +++ b/docs/book/installation/sylius_plus_upgrading.rst @@ -36,4 +36,4 @@ Each release comes with an ``UPGRADE.md`` file, which is meant to help in the up .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs diff --git a/docs/book/introduction/environments.rst b/docs/book/introduction/environments.rst index 4977c985b01..669e08ae24a 100644 --- a/docs/book/introduction/environments.rst +++ b/docs/book/introduction/environments.rst @@ -41,4 +41,4 @@ To run Sylius console in ``test`` environment, add the following parameters to e Final Thoughts -------------- -You can read more about Symfony environments in `this cookbook article `_. +You can read more about Symfony environments in `this cookbook article `_. diff --git a/docs/book/orders/returns.rst b/docs/book/orders/returns.rst index 602694f396f..eb015f23a38 100644 --- a/docs/book/orders/returns.rst +++ b/docs/book/orders/returns.rst @@ -182,4 +182,4 @@ Learn more .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs diff --git a/docs/book/orders/shipments.rst b/docs/book/orders/shipments.rst index 5d59072af98..bdbe81cfff2 100644 --- a/docs/book/orders/shipments.rst +++ b/docs/book/orders/shipments.rst @@ -28,7 +28,7 @@ there remains one shipment in state ``ready``. .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs The Shipment State Machine -------------------------- diff --git a/docs/book/orders/taxation.rst b/docs/book/orders/taxation.rst index 259988f8a67..76690540538 100644 --- a/docs/book/orders/taxation.rst +++ b/docs/book/orders/taxation.rst @@ -93,7 +93,7 @@ How to create a TaxRate programmatically? .. note:: Before creating a tax rate you need to know that you can have different tax zones, in order to apply correct taxes for customers coming from any country in the world. - To understand how zones work, please refer to the `Zones `_ chapter of this book. + To understand how zones work, please refer to the `Zones `_ chapter of this book. Use a factory to create a new, empty TaxRate. Provide a ``code``, a ``name``. Set the amount of charge in float. Then choose a calculator and zone (retrieved from the repository beforehand). @@ -134,7 +134,7 @@ Since we are using the concept of :doc:`Channels ` .. note:: - To understand how zones work, please refer to the `Zones `_ chapter of this book. + To understand how zones work, please refer to the `Zones `_ chapter of this book. Applying Taxes -------------- diff --git a/docs/book/plugins/index.rst b/docs/book/plugins/index.rst index 8b10fbb5f8a..ecd214086f6 100644 --- a/docs/book/plugins/index.rst +++ b/docs/book/plugins/index.rst @@ -14,7 +14,7 @@ Exemplary features may be: Social media buttons, newsletter, wishlists, payment .. tip:: - **The list of all Sylius Plugins (official and approved) is available on the Sylius website** `here `_. + **The list of all Sylius Plugins (official and approved) is available on the Sylius website** `here `_. .. toctree:: :hidden: diff --git a/docs/book/plugins/official-plugins.rst b/docs/book/plugins/official-plugins.rst index c728babe840..cf0e7a2673a 100644 --- a/docs/book/plugins/official-plugins.rst +++ b/docs/book/plugins/official-plugins.rst @@ -2,7 +2,7 @@ Official Sylius Plugins ======================= Sylius as an organization is providing some of its own plugins in the open source model. All the official plugins -developed by Sylius can be found in the `github organization `_ (just like the main repository). +developed by Sylius can be found in the `github organization `_ (just like the main repository). You can recognize a Sylius official plugin by this badge in its readme: diff --git a/docs/book/plugins/sylius-store.rst b/docs/book/plugins/sylius-store.rst index 34edeb04b6b..5ab6e063b9d 100644 --- a/docs/book/plugins/sylius-store.rst +++ b/docs/book/plugins/sylius-store.rst @@ -24,7 +24,7 @@ Since Sylius is an open-source platform, there is a precise flow for the plugin **4.** One of our Plugin Curators will contact you with the feedback regarding your plugin's code quality, test suite, and general feeling. They will also ask you to provide some changes in the code (if needed) to make this plugin visible in the Sylius Store. -**5.** Wait for your Plugin to be featured in `the list of plugins `_ on the Sylius website. +**5.** Wait for your Plugin to be featured in `the list of plugins `_ on the Sylius website. .. _book_plugins_technical_requirements: diff --git a/docs/book/products/multi_source_inventory.rst b/docs/book/products/multi_source_inventory.rst index c424fdff6cd..63cd8ce9fc8 100644 --- a/docs/book/products/multi_source_inventory.rst +++ b/docs/book/products/multi_source_inventory.rst @@ -174,4 +174,4 @@ Learn more .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs diff --git a/docs/book/support/index.rst b/docs/book/support/index.rst index 45b42b393ff..8efb722fda3 100644 --- a/docs/book/support/index.rst +++ b/docs/book/support/index.rst @@ -22,7 +22,7 @@ The most important rooms for newcomers are: But there are many more specific channels also. If you have any suggestions regarding its organization, please let us know on Slack! -Slack requires inviting new members, but this can be done automatically, just go to `sylius.com/slack `_, +Slack requires inviting new members, but this can be done automatically, just go to `sylius.com/slack `_, enter your email and you will get an invitation. If possible, please use your GitHub username - it will help us to recognize each other easily! diff --git a/docs/components_and_bundles/components/Addressing/basic_usage.rst b/docs/components_and_bundles/components/Addressing/basic_usage.rst index 76ba0f7c149..42739b6a636 100644 --- a/docs/components_and_bundles/components/Addressing/basic_usage.rst +++ b/docs/components_and_bundles/components/Addressing/basic_usage.rst @@ -90,4 +90,4 @@ narrow the search only to zones with same corresponding property. .. caution:: Throws `\\InvalidArgumentException`_. -.. _\\InvalidArgumentException: http://php.net/manual/en/class.invalidargumentexception.php +.. _\\InvalidArgumentException: https://php.net/manual/en/class.invalidargumentexception.php diff --git a/docs/components_and_bundles/components/Currency/basic_usage.rst b/docs/components_and_bundles/components/Currency/basic_usage.rst index 71fd460242d..d962e0f03bc 100644 --- a/docs/components_and_bundles/components/Currency/basic_usage.rst +++ b/docs/components_and_bundles/components/Currency/basic_usage.rst @@ -11,7 +11,7 @@ Basic Usage Getting a Currency name ----------------------- -.. _Intl: http://symfony.com/doc/current/components/intl.html +.. _Intl: https://symfony.com/doc/current/components/intl.html .. code-block:: php diff --git a/docs/components_and_bundles/components/Currency/unavailable_currency_exception.rst b/docs/components_and_bundles/components/Currency/unavailable_currency_exception.rst index 88a436aff80..ba5623e99ed 100644 --- a/docs/components_and_bundles/components/Currency/unavailable_currency_exception.rst +++ b/docs/components_and_bundles/components/Currency/unavailable_currency_exception.rst @@ -10,4 +10,4 @@ to a currency which is not present in the provided repository. .. note:: This exception extends the `\\InvalidArgumentException`_. -.. _\\InvalidArgumentException: http://php.net/manual/en/class.invalidargumentexception.php +.. _\\InvalidArgumentException: https://php.net/manual/en/class.invalidargumentexception.php diff --git a/docs/components_and_bundles/components/Inventory/basic_usage.rst b/docs/components_and_bundles/components/Inventory/basic_usage.rst index 50c310b3dd4..98b12545735 100644 --- a/docs/components_and_bundles/components/Inventory/basic_usage.rst +++ b/docs/components_and_bundles/components/Inventory/basic_usage.rst @@ -167,7 +167,7 @@ Decrease .. _InsufficientStockException: http://api.sylius.com/Sylius/Component/Inventory/Operator/InsufficientStockException.html -.. _InvalidArgumentException: http://php.net/manual/en/class.invalidargumentexception.php +.. _InvalidArgumentException: https://php.net/manual/en/class.invalidargumentexception.php .. note:: For more detailed information go to `Sylius API InventoryOperator`_. @@ -177,7 +177,7 @@ Decrease .. hint:: To understand how events work check `Symfony EventDispatcher`_. -.. _Symfony EventDispatcher: http://symfony.com/doc/current/components/event_dispatcher/introduction.html +.. _Symfony EventDispatcher: https://symfony.com/doc/current/components/event_dispatcher/introduction.html .. _component_inventory_operator_noop-inventory-operator: diff --git a/docs/components_and_bundles/components/Locale/models.rst b/docs/components_and_bundles/components/Locale/models.rst index 9b587568e66..0eaa2400f1f 100644 --- a/docs/components_and_bundles/components/Locale/models.rst +++ b/docs/components_and_bundles/components/Locale/models.rst @@ -38,4 +38,4 @@ Locale has the following properties: .. _Sylius API Locale: http://api.sylius.com/Sylius/Component/Locale/Model/Locale.html -.. _Symfony Intl component: http://symfony.com/doc/current/components/intl.html +.. _Symfony Intl component: https://symfony.com/doc/current/components/intl.html diff --git a/docs/components_and_bundles/components/Shipping/basic_usage.rst b/docs/components_and_bundles/components/Shipping/basic_usage.rst index b5c14a44c9b..75dc618fb1d 100644 --- a/docs/components_and_bundles/components/Shipping/basic_usage.rst +++ b/docs/components_and_bundles/components/Shipping/basic_usage.rst @@ -373,7 +373,7 @@ container. The calculators are retrieved by name. .. hint:: You can read more about each of the available calculators in the :doc:`calculators` chapter. -.. _InvalidArgumentException: http://php.net/manual/en/class.invalidargumentexception.php +.. _InvalidArgumentException: https://php.net/manual/en/class.invalidargumentexception.php .. _UndefinedShippingMethodException: http://api.sylius.com/Sylius/Component/Shipping/Calculator/UndefinedShippingMethodException.html Resolvers diff --git a/docs/components_and_bundles/components/Shipping/checkers.rst b/docs/components_and_bundles/components/Shipping/checkers.rst index 87113df56f8..11d05e2ff92 100644 --- a/docs/components_and_bundles/components/Shipping/checkers.rst +++ b/docs/components_and_bundles/components/Shipping/checkers.rst @@ -93,4 +93,4 @@ This class checks if shipping method rules are capable of shipping given subject For more detailed information go to `Sylius API ShippingMethodEligibilityChecker`_. .. _Sylius API ShippingMethodEligibilityChecker: http://api.sylius.com/Sylius/Component/Shipping/Checker/ShippingMethodEligibilityChecker.html -.. _InvalidArgumentException: http://php.net/manual/en/class.invalidargumentexception.php +.. _InvalidArgumentException: https://php.net/manual/en/class.invalidargumentexception.php diff --git a/docs/cookbook/deployment/platform-sh.rst b/docs/cookbook/deployment/platform-sh.rst index c4ee7d17f88..6804294f50c 100644 --- a/docs/cookbook/deployment/platform-sh.rst +++ b/docs/cookbook/deployment/platform-sh.rst @@ -4,7 +4,7 @@ How to deploy Sylius to Platform.sh? .. tip:: Start with reading `Platform.sh documentation `_. - Also Symfony provides `a guide on deploying projects to Platform.sh `_. + Also Symfony provides `a guide on deploying projects to Platform.sh `_. The process of deploying Sylius to Platform.sh is based on the guidelines prepared for Symfony projects in general. In this guide you will find sufficient instructions to have your application up and running on Platform.sh. @@ -235,5 +235,5 @@ Learn more ---------- * Platform.sh documentation: `Configuring Symfony projects for Platform.sh `_ -* Symfony documentation: `Deploying Symfony to Platform.sh `_ +* Symfony documentation: `Deploying Symfony to Platform.sh `_ * :doc:`Installation Guide ` diff --git a/docs/cookbook/emails/custom-email-template-per-channel.rst b/docs/cookbook/emails/custom-email-template-per-channel.rst index a67fedc48ae..cbca894201e 100644 --- a/docs/cookbook/emails/custom-email-template-per-channel.rst +++ b/docs/cookbook/emails/custom-email-template-per-channel.rst @@ -5,7 +5,7 @@ How to customize email templates per channel? This cookbook is suitable for a clean :doc:`sylius-standard installation `. For more general tips, while using `SyliusMailerBundle `_ - go to `Sending configurable e-mails in Symfony Blogpost `_. + go to `Sending configurable e-mails in Symfony Blogpost `_. It is a common use-case to customize email templates depending on a channel in which an action was performed. diff --git a/docs/cookbook/emails/custom-email.rst b/docs/cookbook/emails/custom-email.rst index ba7b6771b41..7dd1a3c079e 100644 --- a/docs/cookbook/emails/custom-email.rst +++ b/docs/cookbook/emails/custom-email.rst @@ -5,7 +5,7 @@ How to send a custom e-mail? This cookbook is suitable for a clean :doc:`sylius-standard installation `. For more general tips, while using `SyliusMailerBundle `_ - go to `Sending configurable e-mails in Symfony Blogpost `_. + go to `Sending configurable e-mails in Symfony Blogpost `_. Currently **Sylius** is sending e-mails only in a few "must-have" cases - see :doc:`E-mails documentation `. Of course these cases may not be sufficient for your business needs. If so, you will need to create your own custom e-mails inside the system. @@ -147,4 +147,4 @@ Learn More * :doc:`Emails Concept ` * :doc:`State Machine Concept ` * :doc:`Customization Guide - State Machine ` -* `Sending configurable e-mails in Symfony Blogpost `_ +* `Sending configurable e-mails in Symfony Blogpost `_ diff --git a/docs/cookbook/emails/disabling-order-confirmation-email.rst b/docs/cookbook/emails/disabling-order-confirmation-email.rst index 6b4225643e0..c54028df87d 100644 --- a/docs/cookbook/emails/disabling-order-confirmation-email.rst +++ b/docs/cookbook/emails/disabling-order-confirmation-email.rst @@ -76,4 +76,4 @@ That's it, we have removed the definition of the listener that is responsible fo Learn more ---------- -* `Compiler passes in the Symfony documentation `_ +* `Compiler passes in the Symfony documentation `_ diff --git a/docs/cookbook/emails/mailer.rst b/docs/cookbook/emails/mailer.rst index ae6b7081edf..f6e1a075acc 100644 --- a/docs/cookbook/emails/mailer.rst +++ b/docs/cookbook/emails/mailer.rst @@ -29,4 +29,4 @@ Learn More ---------- * :doc:`Emails Concept ` -* `Sending configurable e-mails in Symfony Blogpost `_ +* `Sending configurable e-mails in Symfony Blogpost `_ diff --git a/docs/cookbook/entities/custom-model.rst b/docs/cookbook/entities/custom-model.rst index fe71337dc4e..ebbef87ec20 100644 --- a/docs/cookbook/entities/custom-model.rst +++ b/docs/cookbook/entities/custom-model.rst @@ -14,7 +14,7 @@ A Supplier needs three essential fields: ``name``, ``description`` and ``enabled 2. Generate the entity ---------------------- -Symfony, the framework Sylius uses, provides the `SensioGeneratorBundle `_, +Symfony, the framework Sylius uses, provides the `SensioGeneratorBundle `_, that simplifies the process of adding a model, or the `SymfonyMakerBundle `_ for Symfony 4. .. warning:: diff --git a/docs/cookbook/entities/custom-translatable-model.rst b/docs/cookbook/entities/custom-translatable-model.rst index 8273d76d5e5..c2eac9bb350 100644 --- a/docs/cookbook/entities/custom-translatable-model.rst +++ b/docs/cookbook/entities/custom-translatable-model.rst @@ -15,7 +15,7 @@ The **name and description** fields need to be translatable. 2. Generate the SupplierTranslation entity ------------------------------------------ -Symfony, the framework Sylius uses, provides the `SensioGeneratorBundle `_, +Symfony, the framework Sylius uses, provides the `SensioGeneratorBundle `_, that simplifies the process of adding a model. .. warning:: diff --git a/docs/cookbook/images/images.rst b/docs/cookbook/images/images.rst index f3924f71d2c..21036fb1fcc 100644 --- a/docs/cookbook/images/images.rst +++ b/docs/cookbook/images/images.rst @@ -1,12 +1,12 @@ How to resize images? ===================== -In Sylius we are using the `LiipImagineBundle `_ +In Sylius we are using the `LiipImagineBundle `_ for handling images. .. tip:: - You will find a reference to the types of filters in the LiipImagineBundle `in their documentation `_. + You will find a reference to the types of filters in the LiipImagineBundle `in their documentation `_. There are three places in the Sylius platform where the configuration for images can be found: @@ -88,4 +88,4 @@ For example you can create a filter for advertisement banners: Learn more ---------- -* `The LiipImagineBundle documentation `_ +* `The LiipImagineBundle documentation `_ diff --git a/docs/cookbook/inventory/custom-inventory-sources-filter.rst b/docs/cookbook/inventory/custom-inventory-sources-filter.rst index 301960b935e..d7e2ab9839c 100644 --- a/docs/cookbook/inventory/custom-inventory-sources-filter.rst +++ b/docs/cookbook/inventory/custom-inventory-sources-filter.rst @@ -98,4 +98,4 @@ Learn more .. image:: ../../_images/sylius_plus/banner.png :align: center - :target: http://sylius.com/plus/?utm_source=docs + :target: https://sylius.com/plus/?utm_source=docs diff --git a/docs/cookbook/payments/stripe.rst b/docs/cookbook/payments/stripe.rst index 3b2cc234815..25f55e7ff21 100644 --- a/docs/cookbook/payments/stripe.rst +++ b/docs/cookbook/payments/stripe.rst @@ -45,7 +45,7 @@ Go to the ``http://localhost:8000/admin/payment-methods/new/stripe_checkout`` ur .. warning:: - When your project is behind a loadbalancer and uses https you probably need to configure `trusted proxies `_. Otherwise the payment will not succeed and the user will endlessly loopback to the payment page without any notice. + When your project is behind a loadbalancer and uses https you probably need to configure `trusted proxies `_. Otherwise the payment will not succeed and the user will endlessly loopback to the payment page without any notice. Choosing Stripe Credit Card method in Checkout ---------------------------------------------- diff --git a/docs/cookbook/shop/checkout.rst b/docs/cookbook/shop/checkout.rst index 157d84f8b00..67621a622d1 100644 --- a/docs/cookbook/shop/checkout.rst +++ b/docs/cookbook/shop/checkout.rst @@ -33,7 +33,7 @@ Overwrite the state machine of Checkout Open the `CoreBundle/Resources/config/app/state_machine/sylius_order_checkout.yml `_ and place its content in the ``src/Resources/SyliusCoreBundle/config/app/state_machine/sylius_order_checkout.yml`` -which is a `standard procedure of overriding configs in Symfony `_. +which is a `standard procedure of overriding configs in Symfony `_. Remove the ``shipping_selected`` and ``shipping_skipped`` states, ``select_shipping`` and ``skip_shipping`` transitions. Remove the ``select_shipping`` and ``skip_shipping`` transition from the ``sylius_process_cart`` callback. diff --git a/docs/customization/form.rst b/docs/customization/form.rst index 4a792403bd4..b74abe2b799 100644 --- a/docs/customization/form.rst +++ b/docs/customization/form.rst @@ -124,7 +124,7 @@ Need more information? .. warning:: - Some of the forms already have extensions in Sylius. Learn more about Extensions `here `_. + Some of the forms already have extensions in Sylius. Learn more about Extensions `here `_. For instance the ``ProductVariant`` admin form is defined under ``Sylius/Bundle/ProductBundle/Form/Type/ProductVariantType.php`` and later extended in ``Sylius/Bundle/CoreBundle/Form/Extension/ProductVariantTypeExtension.php``. If you again extend the base type form like this: @@ -269,6 +269,6 @@ Overriding forms completely .. tip:: If you need to create a new form type on top of an existing one - create this new alternative form type and define `getParent()` - to the old one. `See details in the Symfony docs `_. + to the old one. `See details in the Symfony docs `_. .. include:: /customization/plugins.rst.inc diff --git a/docs/customization/model.rst b/docs/customization/model.rst index ea0c0338802..c6795e251c6 100644 --- a/docs/customization/model.rst +++ b/docs/customization/model.rst @@ -137,7 +137,7 @@ Which we strongly recommend over updating the schema. .. tip:: - Read more about the database modifications and migrations in the `Symfony documentation here `_. + Read more about the database modifications and migrations in the `Symfony documentation here `_. **4.** Additionally if you want to give the administrator an ability to add the ``flag`` to any of countries, you'll need to update its form type. Check how to do it :doc:`here `. @@ -253,7 +253,7 @@ Which we strongly recommend over updating the schema. .. tip:: - Read more about the database modifications and migrations in the `Symfony documentation here `_. + Read more about the database modifications and migrations in the `Symfony documentation here `_. **4.** Additionally if you need to add the ``estimatedDeliveryTime`` to any of your shipping methods in the admin panel, you'll need to update its form type. Check how to do it :doc:`here `. @@ -395,7 +395,7 @@ Which we strongly recommend over updating the schema. .. tip:: - Read more about the database modifications and migrations in the `Symfony documentation here `_. + Read more about the database modifications and migrations in the `Symfony documentation here `_. **5.** If you need to add delivery conditions to your shipping methods in the admin panel, you'll need to update its form type. Check how to do it :doc:`here `. diff --git a/docs/customization/validation.rst b/docs/customization/validation.rst index c324b7645ff..432966f411e 100644 --- a/docs/customization/validation.rst +++ b/docs/customization/validation.rst @@ -40,7 +40,7 @@ Give it a new, custom validation group - ``[app_product]``. .. tip:: - When using custom validation messages see `here how to add them `_. + When using custom validation messages see `here how to add them `_. **2.** Configure the new validation group in the ``config/services.yaml``. diff --git a/docs/index.rst b/docs/index.rst index 67c7cc32adb..6df7f7fb914 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -107,6 +107,6 @@ Components & Bundles .. include:: /components_and_bundles/map.rst.inc -.. _Sylius: http://sylius.com -.. _`Symfony Framework`: http://symfony.com -.. _`Quick Tour`: http://symfony.com/doc/current/quick_tour +.. _Sylius: https://sylius.com +.. _`Symfony Framework`: https://symfony.com +.. _`Quick Tour`: https://symfony.com/doc/current/quick_tour diff --git a/src/Sylius/Bundle/AddressingBundle/README.md b/src/Sylius/Bundle/AddressingBundle/README.md index fb69f04854a..6ce36714a9b 100644 --- a/src/Sylius/Bundle/AddressingBundle/README.md +++ b/src/Sylius/Bundle/AddressingBundle/README.md @@ -17,17 +17,17 @@ Sylius ![Sylius](http://demo.sylius.com/assets/admin/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusAddressingBundle/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusAddressingBundle/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -52,5 +52,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index 28f0d8d9b3e..7eeacaf05b3 100644 --- a/src/Sylius/Bundle/AddressingBundle/composer.json +++ b/src/Sylius/Bundle/AddressingBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Addressing and zone management for Symfony applications.", "keywords": ["shop", "ecommerce", "address", "addressing", "zones"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/AdminApiBundle/README.md b/src/Sylius/Bundle/AdminApiBundle/README.md index faa39666171..bf0c235dc9b 100644 --- a/src/Sylius/Bundle/AdminApiBundle/README.md +++ b/src/Sylius/Bundle/AdminApiBundle/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/api/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/api/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/AdminApiBundle/composer.json b/src/Sylius/Bundle/AdminApiBundle/composer.json index d5783210c7a..45c5d0245a9 100644 --- a/src/Sylius/Bundle/AdminApiBundle/composer.json +++ b/src/Sylius/Bundle/AdminApiBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "APIs management for Symfony projects.", "keywords": ["api", "rest"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/AdminBundle/README.md b/src/Sylius/Bundle/AdminBundle/README.md index 80abecba2ed..4a7f38ff9ae 100644 --- a/src/Sylius/Bundle/AdminBundle/README.md +++ b/src/Sylius/Bundle/AdminBundle/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/AdminBundle/Resources/views/layout.html.twig b/src/Sylius/Bundle/AdminBundle/Resources/views/layout.html.twig index 6494a086261..c84cc4c0dc2 100644 --- a/src/Sylius/Bundle/AdminBundle/Resources/views/layout.html.twig +++ b/src/Sylius/Bundle/AdminBundle/Resources/views/layout.html.twig @@ -27,7 +27,7 @@ {% endblock %} {% block footer %} -{{ 'sylius.ui.powered_by'|trans }} Sylius v{{ sylius_meta.version }}. {{ 'sylius.ui.see_issue'|trans }}? {{ 'sylius.ui.report_it'|trans }}! +{{ 'sylius.ui.powered_by'|trans }} Sylius v{{ sylius_meta.version }}. {{ 'sylius.ui.see_issue'|trans }}? {{ 'sylius.ui.report_it'|trans }}! {% endblock %} {% block javascripts %} diff --git a/src/Sylius/Bundle/AdminBundle/composer.json b/src/Sylius/Bundle/AdminBundle/composer.json index c4d8504a18b..9d46888afed 100644 --- a/src/Sylius/Bundle/AdminBundle/composer.json +++ b/src/Sylius/Bundle/AdminBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Sylius eCommerce administration panel component.", "keywords": ["shop", "ecommerce", "store", "webshop", "sylius", "ui", "admin interface", "admin", "backend"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/ApiBundle/composer.json b/src/Sylius/Bundle/ApiBundle/composer.json index 7f5ddad9f78..c2d41cd7e6f 100644 --- a/src/Sylius/Bundle/ApiBundle/composer.json +++ b/src/Sylius/Bundle/ApiBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "APIs management for Symfony projects.", "keywords": ["api", "rest"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/AttributeBundle/README.md b/src/Sylius/Bundle/AttributeBundle/README.md index ecbf8bd397d..84592237a4f 100644 --- a/src/Sylius/Bundle/AttributeBundle/README.md +++ b/src/Sylius/Bundle/AttributeBundle/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusAttributeBundle/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusAttributeBundle/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index 72f9155d3fa..aa29188f790 100644 --- a/src/Sylius/Bundle/AttributeBundle/composer.json +++ b/src/Sylius/Bundle/AttributeBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Managing object attributes for Symfony applications.", "keywords": ["shop", "ecommerce", "products", "product", "assortment"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/ChannelBundle/README.md b/src/Sylius/Bundle/ChannelBundle/README.md index 0bd90cb60f8..27df12cbf49 100644 --- a/src/Sylius/Bundle/ChannelBundle/README.md +++ b/src/Sylius/Bundle/ChannelBundle/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/ChannelBundle/composer.json b/src/Sylius/Bundle/ChannelBundle/composer.json index a77f52f429f..f124004b450 100644 --- a/src/Sylius/Bundle/ChannelBundle/composer.json +++ b/src/Sylius/Bundle/ChannelBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Currencies and channel formatting engine bundle for Symfony.", "keywords": ["cash", "currency", "channel", "currencies"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/CoreBundle/README.md b/src/Sylius/Bundle/CoreBundle/README.md index 4ef8254230b..25450052395 100644 --- a/src/Sylius/Bundle/CoreBundle/README.md +++ b/src/Sylius/Bundle/CoreBundle/README.md @@ -1,24 +1,24 @@ SyliusCoreBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusCoreBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusCoreBundle) ================ -Sylius Core Bundle integrates all other bundles into complete eCommerce solution for [Symfony2](http://symfony.com). +Sylius Core Bundle integrates all other bundles into complete eCommerce solution for [Symfony2](https://symfony.com). Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/CoreBundle/Resources/views/Collector/sylius.html.twig b/src/Sylius/Bundle/CoreBundle/Resources/views/Collector/sylius.html.twig index bcaf029aca8..790d8568602 100644 --- a/src/Sylius/Bundle/CoreBundle/Resources/views/Collector/sylius.html.twig +++ b/src/Sylius/Bundle/CoreBundle/Resources/views/Collector/sylius.html.twig @@ -9,7 +9,7 @@
Extensions @@ -55,7 +55,7 @@ {% endset %} diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index 842eb633e43..8fe78576592 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Sylius core bundle. It integrates all other bundles into full stack Symfony ecommerce solution.", "keywords": ["shop", "ecommerce", "store", "webshop", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/CurrencyBundle/README.md b/src/Sylius/Bundle/CurrencyBundle/README.md index 0b08dcf1b1f..444eaa4b938 100644 --- a/src/Sylius/Bundle/CurrencyBundle/README.md +++ b/src/Sylius/Bundle/CurrencyBundle/README.md @@ -1,24 +1,24 @@ SyliusCurrencyBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusCurrencyBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusCurrencyBundle) ==================== -[**Symfony2**](http://symfony.com) integration of Sylius Currency processing component. +[**Symfony2**](https://symfony.com) integration of Sylius Currency processing component. Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/CurrencyBundle/composer.json b/src/Sylius/Bundle/CurrencyBundle/composer.json index 652d4c80e4c..1cfd9c521dc 100644 --- a/src/Sylius/Bundle/CurrencyBundle/composer.json +++ b/src/Sylius/Bundle/CurrencyBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Currencies processing for Symfony.", "keywords": ["cash", "currency", "money", "currencies"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/CustomerBundle/README.md b/src/Sylius/Bundle/CustomerBundle/README.md index 3f06fe99449..eaff023962f 100644 --- a/src/Sylius/Bundle/CustomerBundle/README.md +++ b/src/Sylius/Bundle/CustomerBundle/README.md @@ -1,24 +1,24 @@ SyliusCustomerBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusCustomerBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusCustomerBundle) ================== -[**Symfony2**](http://symfony.com) integration of Sylius Customer management component. +[**Symfony2**](https://symfony.com) integration of Sylius Customer management component. Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/CustomerBundle/composer.json b/src/Sylius/Bundle/CustomerBundle/composer.json index 434037e8527..16c7bff18de 100644 --- a/src/Sylius/Bundle/CustomerBundle/composer.json +++ b/src/Sylius/Bundle/CustomerBundle/composer.json @@ -3,12 +3,12 @@ "type": "symfony-bundle", "description": "Customers management for Symfony projects.", "keywords": ["customer", "groups"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Michał Marcinkowski", @@ -24,11 +24,11 @@ }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/InventoryBundle/README.md b/src/Sylius/Bundle/InventoryBundle/README.md index fc0f8817f3d..f7676e79cb3 100644 --- a/src/Sylius/Bundle/InventoryBundle/README.md +++ b/src/Sylius/Bundle/InventoryBundle/README.md @@ -1,7 +1,7 @@ SyliusInventoryBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusInventoryBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusInventoryBundle) ===================== -Flexible inventory management for [**Symfony2**](http://symfony.com) eCommerce applications. +Flexible inventory management for [**Symfony2**](https://symfony.com) eCommerce applications. It was heavily inspired by [Spree inventory system](http://guides.spreecommerce.org/developer/inventory.html). @@ -10,17 +10,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusInventoryBundle/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusInventoryBundle/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -45,5 +45,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/InventoryBundle/composer.json b/src/Sylius/Bundle/InventoryBundle/composer.json index ee96d318384..f586f06e3b4 100644 --- a/src/Sylius/Bundle/InventoryBundle/composer.json +++ b/src/Sylius/Bundle/InventoryBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Flexible inventory management for Symfony applications.", "keywords": ["shop", "ecommerce", "stock", "inventory", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/LocaleBundle/README.md b/src/Sylius/Bundle/LocaleBundle/README.md index cafb2093540..82e74cfc891 100644 --- a/src/Sylius/Bundle/LocaleBundle/README.md +++ b/src/Sylius/Bundle/LocaleBundle/README.md @@ -1,24 +1,24 @@ SyliusLocaleBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusLocaleBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusLocaleBundle) ================== -[**Symfony2**](http://symfony.com) integration of Sylius Locale management component. +[**Symfony2**](https://symfony.com) integration of Sylius Locale management component. Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/LocaleBundle/composer.json b/src/Sylius/Bundle/LocaleBundle/composer.json index b9e3d00893b..0a8d6751157 100644 --- a/src/Sylius/Bundle/LocaleBundle/composer.json +++ b/src/Sylius/Bundle/LocaleBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Locales management for Symfony projects.", "keywords": ["language", "localization", "locale", "i18n", "internationalization"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/MoneyBundle/README.md b/src/Sylius/Bundle/MoneyBundle/README.md index 364bc81b604..ced4e10a6f9 100644 --- a/src/Sylius/Bundle/MoneyBundle/README.md +++ b/src/Sylius/Bundle/MoneyBundle/README.md @@ -1,24 +1,24 @@ SyliusMoneyBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusMoneyBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusMoneyBundle) ================= -[**Symfony2**](http://symfony.com) integration with PHP Money library. +[**Symfony2**](https://symfony.com) integration with PHP Money library. Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/MoneyBundle/composer.json b/src/Sylius/Bundle/MoneyBundle/composer.json index a01bb3c16e9..8fde7c686bf 100644 --- a/src/Sylius/Bundle/MoneyBundle/composer.json +++ b/src/Sylius/Bundle/MoneyBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Currencies and money formatting engine bundle for Symfony.", "keywords": ["cash", "currency", "money", "currencies"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/OrderBundle/README.md b/src/Sylius/Bundle/OrderBundle/README.md index cc87864e764..95fd76decb0 100644 --- a/src/Sylius/Bundle/OrderBundle/README.md +++ b/src/Sylius/Bundle/OrderBundle/README.md @@ -1,7 +1,7 @@ SyliusOrderBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusOrderBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusOrderBundle) ================= -Sales order bundle for [**Symfony2**](http://symfony.com) ecommerce applications. It allows you to start building you application with sensible and flexible models. +Sales order bundle for [**Symfony2**](https://symfony.com) ecommerce applications. It allows you to start building you application with sensible and flexible models. Provides default forms, controllers, entities, mappings and everything that can help you building your perfect solution. Includes order and order item total value adjustments system based on ideas from [Spree adjustments](http://guides.spreecommerce.org/developer/adjustments.html). @@ -11,17 +11,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusOrderBundle/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusOrderBundle/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -46,5 +46,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/OrderBundle/composer.json b/src/Sylius/Bundle/OrderBundle/composer.json index 43e38f53eaf..dd774f91fc2 100644 --- a/src/Sylius/Bundle/OrderBundle/composer.json +++ b/src/Sylius/Bundle/OrderBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Sales order management for Symfony applications.", "keywords": ["shop", "ecommerce", "sales", "orders", "order", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/PaymentBundle/README.md b/src/Sylius/Bundle/PaymentBundle/README.md index 99cb631c66d..2c12c9e1c5a 100644 --- a/src/Sylius/Bundle/PaymentBundle/README.md +++ b/src/Sylius/Bundle/PaymentBundle/README.md @@ -1,24 +1,24 @@ SyliusPaymentBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusPaymentBundle.png)](http://travis-ci.org/Sylius/SyliusPaymentBundle) ==================== -Payments component integration for [**Symfony2**](http://symfony.com) eCommerce applications. +Payments component integration for [**Symfony2**](https://symfony.com) eCommerce applications. Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/PaymentBundle/composer.json b/src/Sylius/Bundle/PaymentBundle/composer.json index e57a0d7537c..2c592074d8e 100644 --- a/src/Sylius/Bundle/PaymentBundle/composer.json +++ b/src/Sylius/Bundle/PaymentBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Flexible payments system for Symfony e-commerce applications.", "keywords": ["payments", "payment", "shop", "webshop", "ecommerce"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/PayumBundle/README.md b/src/Sylius/Bundle/PayumBundle/README.md index 0297bd85b59..7096d009a2b 100644 --- a/src/Sylius/Bundle/PayumBundle/README.md +++ b/src/Sylius/Bundle/PayumBundle/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/PayumBundle/composer.json b/src/Sylius/Bundle/PayumBundle/composer.json index fe348e410ed..dd0dc49d04b 100644 --- a/src/Sylius/Bundle/PayumBundle/composer.json +++ b/src/Sylius/Bundle/PayumBundle/composer.json @@ -3,12 +3,12 @@ "type": "symfony-bundle", "description": "Payum integration for Symfony e-commerce applications.", "keywords": ["payments", "payment", "payum"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Kotlyar Maksim", @@ -16,11 +16,11 @@ }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/ProductBundle/README.md b/src/Sylius/Bundle/ProductBundle/README.md index 0cf23cb6734..45300cefa38 100644 --- a/src/Sylius/Bundle/ProductBundle/README.md +++ b/src/Sylius/Bundle/ProductBundle/README.md @@ -1,7 +1,7 @@ SyliusProductBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusProductBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusProductBundle) =================== -Products system for [**Symfony2**](http://symfony.com) applications. +Products system for [**Symfony2**](https://symfony.com) applications. It supports simple product catalogs, as well as stores with requirement for fully customizable variants, options and properties. Its initial version was inspired by [Spree product and variants system](http://guides.spreecommerce.org/developer/products.html). @@ -11,17 +11,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusProductBundle/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusProductBundle/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -46,5 +46,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/ProductBundle/composer.json b/src/Sylius/Bundle/ProductBundle/composer.json index b304d3a5793..b848acbd468 100644 --- a/src/Sylius/Bundle/ProductBundle/composer.json +++ b/src/Sylius/Bundle/ProductBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Product catalog for your Symfony applications.", "keywords": ["shop", "ecommerce", "products", "product", "assortment"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/PromotionBundle/README.md b/src/Sylius/Bundle/PromotionBundle/README.md index 8bc4a9e5972..f171fa0ed7a 100644 --- a/src/Sylius/Bundle/PromotionBundle/README.md +++ b/src/Sylius/Bundle/PromotionBundle/README.md @@ -1,24 +1,24 @@ SyliusPromotionBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusPromotionBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusPromotionBundle) =================== -Promotions engine for [**Symfony2**](http://symfony.com) eCommerce applications. +Promotions engine for [**Symfony2**](https://symfony.com) eCommerce applications. Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusPromotionBundle/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusPromotionBundle/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Sylius/contributors). diff --git a/src/Sylius/Bundle/PromotionBundle/composer.json b/src/Sylius/Bundle/PromotionBundle/composer.json index 8e46de8dc4a..129b3345e20 100644 --- a/src/Sylius/Bundle/PromotionBundle/composer.json +++ b/src/Sylius/Bundle/PromotionBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Manage ecommerce promotions system in your Symfony application.", "keywords": ["shop", "ecommerce", "promotions", "coupons", "discounts", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/ReviewBundle/README.md b/src/Sylius/Bundle/ReviewBundle/README.md index e1bc7e4255b..ed7ee99aeed 100644 --- a/src/Sylius/Bundle/ReviewBundle/README.md +++ b/src/Sylius/Bundle/ReviewBundle/README.md @@ -6,17 +6,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- diff --git a/src/Sylius/Bundle/ReviewBundle/composer.json b/src/Sylius/Bundle/ReviewBundle/composer.json index 67fae2d817c..4ea5b15906c 100644 --- a/src/Sylius/Bundle/ReviewBundle/composer.json +++ b/src/Sylius/Bundle/ReviewBundle/composer.json @@ -3,12 +3,12 @@ "type": "symfony-bundle", "description": "Review system for Symfony ecommerce applications.", "keywords": ["review", "shop", "webshop", "ecommerce", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Mateusz Zalewski", @@ -24,11 +24,11 @@ }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/ShippingBundle/README.md b/src/Sylius/Bundle/ShippingBundle/README.md index 0c5b6defc72..af62c8691ff 100644 --- a/src/Sylius/Bundle/ShippingBundle/README.md +++ b/src/Sylius/Bundle/ShippingBundle/README.md @@ -1,7 +1,7 @@ SyliusShippingBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusShippingBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusShippingBundle) ==================== -Shipping component integration for [**Symfony2**](http://symfony.com) eCommerce applications. +Shipping component integration for [**Symfony2**](https://symfony.com) eCommerce applications. It provides architecture for shipment management system. It includes flexible calculators engine, which already contains default @@ -18,17 +18,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusShippingBundle/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusShippingBundle/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -53,5 +53,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/SyliusShippingBundle/contributors). diff --git a/src/Sylius/Bundle/ShippingBundle/composer.json b/src/Sylius/Bundle/ShippingBundle/composer.json index 557298a1cb2..0c272322876 100644 --- a/src/Sylius/Bundle/ShippingBundle/composer.json +++ b/src/Sylius/Bundle/ShippingBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Flexible shipping system for Symfony ecommerce applications.", "keywords": ["shipping", "delivery", "shipments", "shop", "webshop", "ecommerce", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/ShopBundle/README.md b/src/Sylius/Bundle/ShopBundle/README.md index b5bc679e0f3..7e40278f31e 100644 --- a/src/Sylius/Bundle/ShopBundle/README.md +++ b/src/Sylius/Bundle/ShopBundle/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/SyliusShopBundle/contributors). diff --git a/src/Sylius/Bundle/ShopBundle/Resources/views/Layout/Footer/_content.html.twig b/src/Sylius/Bundle/ShopBundle/Resources/views/Layout/Footer/_content.html.twig index 318f77f6a8e..d51801aecca 100644 --- a/src/Sylius/Bundle/ShopBundle/Resources/views/Layout/Footer/_content.html.twig +++ b/src/Sylius/Bundle/ShopBundle/Resources/views/Layout/Footer/_content.html.twig @@ -1,5 +1,5 @@
-

© {{ 'sylius.ui.your_store'|trans }}, {{ 'sylius.ui.powered_by'|trans }} Sylius.

+

© {{ 'sylius.ui.your_store'|trans }}, {{ 'sylius.ui.powered_by'|trans }} Sylius.

diff --git a/src/Sylius/Bundle/ShopBundle/composer.json b/src/Sylius/Bundle/ShopBundle/composer.json index 684851bca87..a8ac3e109ee 100644 --- a/src/Sylius/Bundle/ShopBundle/composer.json +++ b/src/Sylius/Bundle/ShopBundle/composer.json @@ -9,20 +9,20 @@ "webshop", "sylius" ], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/TaxationBundle/README.md b/src/Sylius/Bundle/TaxationBundle/README.md index accecd4d0b8..1e936904f5d 100644 --- a/src/Sylius/Bundle/TaxationBundle/README.md +++ b/src/Sylius/Bundle/TaxationBundle/README.md @@ -1,24 +1,24 @@ SyliusTaxationBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusTaxationBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusTaxationBundle) ==================== -Customizable taxation system for [**Symfony2**](http://symfony.com) e-commerce applications. +Customizable taxation system for [**Symfony2**](https://symfony.com) e-commerce applications. Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusTaxationBundle/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusTaxationBundle/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/SyliusTaxationBundle/contributors). diff --git a/src/Sylius/Bundle/TaxationBundle/composer.json b/src/Sylius/Bundle/TaxationBundle/composer.json index 5705018840e..467952261ae 100644 --- a/src/Sylius/Bundle/TaxationBundle/composer.json +++ b/src/Sylius/Bundle/TaxationBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Flexible taxation system for Symfony ecommerce applications.", "keywords": ["tax", "taxes", "taxation", "shop", "webshop", "ecommerce"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/TaxonomyBundle/README.md b/src/Sylius/Bundle/TaxonomyBundle/README.md index 07974c36e83..8671dac21db 100644 --- a/src/Sylius/Bundle/TaxonomyBundle/README.md +++ b/src/Sylius/Bundle/TaxonomyBundle/README.md @@ -1,24 +1,24 @@ SyliusTaxonomyBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusTaxonomyBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusTaxonomyBundle) ====================== -Flexible categorization system based on [Spree Taxonomies system](http://guides.spreecommerce.org/user/configuring_taxonomies.html) for [**Symfony2**](http://symfony.com) eCommerce applications. +Flexible categorization system based on [Spree Taxonomies system](http://guides.spreecommerce.org/user/configuring_taxonomies.html) for [**Symfony2**](https://symfony.com) eCommerce applications. Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusTaxonomyBundle/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusTaxonomyBundle/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/SyliusTaxonomyBundle/contributors). diff --git a/src/Sylius/Bundle/TaxonomyBundle/composer.json b/src/Sylius/Bundle/TaxonomyBundle/composer.json index 5569d5e695e..914e835a59d 100644 --- a/src/Sylius/Bundle/TaxonomyBundle/composer.json +++ b/src/Sylius/Bundle/TaxonomyBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Flexible categorization system for Symfony.", "keywords": ["shop", "ecommerce", "taxonomies", "taxonomy", "category", "categorization", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/UiBundle/README.md b/src/Sylius/Bundle/UiBundle/README.md index 374b479fa9b..544484531c3 100644 --- a/src/Sylius/Bundle/UiBundle/README.md +++ b/src/Sylius/Bundle/UiBundle/README.md @@ -6,17 +6,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -41,5 +41,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/SyliusUiBundle/contributors). diff --git a/src/Sylius/Bundle/UiBundle/composer.json b/src/Sylius/Bundle/UiBundle/composer.json index 8da1f7bc40c..25fe5e30364 100644 --- a/src/Sylius/Bundle/UiBundle/composer.json +++ b/src/Sylius/Bundle/UiBundle/composer.json @@ -3,20 +3,20 @@ "type": "symfony-bundle", "description": "Generic UI bundle for Sylius eCommerce components.", "keywords": ["shop", "ecommerce", "store", "webshop", "sylius", "ui", "user interface"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Bundle/UserBundle/README.md b/src/Sylius/Bundle/UserBundle/README.md index e758119c107..035faa09d2a 100644 --- a/src/Sylius/Bundle/UserBundle/README.md +++ b/src/Sylius/Bundle/UserBundle/README.md @@ -1,24 +1,24 @@ SyliusUserBundle [![Build status...](https://secure.travis-ci.org/Sylius/SyliusUserBundle.png?branch=master)](http://travis-ci.org/Sylius/SyliusUserBundle) ================== -[**Symfony2**](http://symfony.com) integration of Sylius User management component. +[**Symfony2**](https://symfony.com) integration of Sylius User management component. Sylius ------ ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The bundle was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/SyliusUserBundle/contributors). diff --git a/src/Sylius/Bundle/UserBundle/composer.json b/src/Sylius/Bundle/UserBundle/composer.json index cc7dd2f8c83..8e81be2c442 100644 --- a/src/Sylius/Bundle/UserBundle/composer.json +++ b/src/Sylius/Bundle/UserBundle/composer.json @@ -3,12 +3,12 @@ "type": "symfony-bundle", "description": "Users management for Symfony projects.", "keywords": ["user", "registration", "login", "groups"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Michał Marcinkowski", @@ -24,11 +24,11 @@ }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Addressing/README.md b/src/Sylius/Component/Addressing/README.md index 2a0983f7193..ec6a38778a1 100644 --- a/src/Sylius/Component/Addressing/README.md +++ b/src/Sylius/Component/Addressing/README.md @@ -15,17 +15,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Addressing/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Addressing/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -50,5 +50,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Addressing/contributors). diff --git a/src/Sylius/Component/Addressing/composer.json b/src/Sylius/Component/Addressing/composer.json index 38e1ac007e3..ee1b573c190 100644 --- a/src/Sylius/Component/Addressing/composer.json +++ b/src/Sylius/Component/Addressing/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Addressing and zone management for PHP applications.", "keywords": ["shop", "ecommerce", "address", "addressing", "zones"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Attribute/README.md b/src/Sylius/Component/Attribute/README.md index 0067baade52..e43dfed7a49 100644 --- a/src/Sylius/Component/Attribute/README.md +++ b/src/Sylius/Component/Attribute/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Attribute/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Attribute/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Attribute/contributors). diff --git a/src/Sylius/Component/Attribute/composer.json b/src/Sylius/Component/Attribute/composer.json index ab4b8af9ac1..463194c44f0 100644 --- a/src/Sylius/Component/Attribute/composer.json +++ b/src/Sylius/Component/Attribute/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Component for handling object attributes in PHP projects.", "keywords": ["shop", "ecommerce", "attribute", "feature"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Channel/README.md b/src/Sylius/Component/Channel/README.md index 40f5e4f64bd..7eb5f278034 100644 --- a/src/Sylius/Component/Channel/README.md +++ b/src/Sylius/Component/Channel/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Channel/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Channel/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Channel/contributors). diff --git a/src/Sylius/Component/Channel/composer.json b/src/Sylius/Component/Channel/composer.json index 573b41ccda9..2e8f7c6afe8 100644 --- a/src/Sylius/Component/Channel/composer.json +++ b/src/Sylius/Component/Channel/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "E-Commerce PHP component for managing different sales channels.", "keywords": ["channel", "multichannel", "multistore", "stores", "ecommerce", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Core/README.md b/src/Sylius/Component/Core/README.md index f554d96c2d9..3b4fdf0122e 100644 --- a/src/Sylius/Component/Core/README.md +++ b/src/Sylius/Component/Core/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Core/contributors). diff --git a/src/Sylius/Component/Core/composer.json b/src/Sylius/Component/Core/composer.json index 2229eb366b4..b90eeda930d 100644 --- a/src/Sylius/Component/Core/composer.json +++ b/src/Sylius/Component/Core/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Sylius e-commerce core. It integrates all components.", "keywords": ["shop", "ecommerce", "core", "store", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Currency/README.md b/src/Sylius/Component/Currency/README.md index 20376bec5fa..affdccf18ca 100644 --- a/src/Sylius/Component/Currency/README.md +++ b/src/Sylius/Component/Currency/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Currency/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Currency/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Currency/contributors). diff --git a/src/Sylius/Component/Currency/composer.json b/src/Sylius/Component/Currency/composer.json index 0e635d8ffbb..d811d1d99cd 100644 --- a/src/Sylius/Component/Currency/composer.json +++ b/src/Sylius/Component/Currency/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Currency handling for PHP applications.", "keywords": ["cash", "currency", "money", "currencies"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Customer/README.md b/src/Sylius/Component/Customer/README.md index 55b785b28d5..ac7f5c1150b 100644 --- a/src/Sylius/Component/Customer/README.md +++ b/src/Sylius/Component/Customer/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Customer/contributors). diff --git a/src/Sylius/Component/Customer/composer.json b/src/Sylius/Component/Customer/composer.json index 06ad07b1533..edfd37cec2a 100644 --- a/src/Sylius/Component/Customer/composer.json +++ b/src/Sylius/Component/Customer/composer.json @@ -3,12 +3,12 @@ "type": "library", "description": "Customer handling for PHP applications.", "keywords": ["customer", "groups"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Michał Marcinkowski", @@ -20,11 +20,11 @@ }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Inventory/README.md b/src/Sylius/Component/Inventory/README.md index 959d5d65d4f..057de5ae9be 100644 --- a/src/Sylius/Component/Inventory/README.md +++ b/src/Sylius/Component/Inventory/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Inventory/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Inventory/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Inventory/contributors). diff --git a/src/Sylius/Component/Inventory/composer.json b/src/Sylius/Component/Inventory/composer.json index fb1c1924eaa..607f5d33067 100644 --- a/src/Sylius/Component/Inventory/composer.json +++ b/src/Sylius/Component/Inventory/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Flexible inventory management for PHP applications.", "keywords": ["shop", "ecommerce", "stock", "inventory", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Locale/README.md b/src/Sylius/Component/Locale/README.md index 9d24fe69ad9..cf506c27a30 100644 --- a/src/Sylius/Component/Locale/README.md +++ b/src/Sylius/Component/Locale/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Locale/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Locale/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Locale/contributors). diff --git a/src/Sylius/Component/Locale/composer.json b/src/Sylius/Component/Locale/composer.json index f7850fa7ad7..fe09fd7c6d3 100644 --- a/src/Sylius/Component/Locale/composer.json +++ b/src/Sylius/Component/Locale/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Locale handling for PHP applications.", "keywords": ["language", "localization", "locale", "i18n", "internationalization"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Order/README.md b/src/Sylius/Component/Order/README.md index b10f410aa44..c148363f5ec 100644 --- a/src/Sylius/Component/Order/README.md +++ b/src/Sylius/Component/Order/README.md @@ -12,17 +12,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Order/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Order/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -47,5 +47,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Order/contributors). diff --git a/src/Sylius/Component/Order/composer.json b/src/Sylius/Component/Order/composer.json index 84a1c2ac29a..c15ff1a8958 100644 --- a/src/Sylius/Component/Order/composer.json +++ b/src/Sylius/Component/Order/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Orders management library for PHP.", "keywords": ["order", "sales", "shop", "webshop", "ecommerce"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Payment/README.md b/src/Sylius/Component/Payment/README.md index ad725dff6b8..a8e9bdab23e 100644 --- a/src/Sylius/Component/Payment/README.md +++ b/src/Sylius/Component/Payment/README.md @@ -10,17 +10,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Payment/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Payment/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -45,5 +45,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Payment/contributors). diff --git a/src/Sylius/Component/Payment/composer.json b/src/Sylius/Component/Payment/composer.json index 31a3e51c113..19f0a052c9e 100644 --- a/src/Sylius/Component/Payment/composer.json +++ b/src/Sylius/Component/Payment/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Flexible payments system for PHP e-commerce applications.", "keywords": ["payments", "payment", "shop", "webshop", "ecommerce"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Product/README.md b/src/Sylius/Component/Product/README.md index 76f62ee2db1..f534764d8f9 100644 --- a/src/Sylius/Component/Product/README.md +++ b/src/Sylius/Component/Product/README.md @@ -12,17 +12,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Product/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Product/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -47,5 +47,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Product/contributors). diff --git a/src/Sylius/Component/Product/composer.json b/src/Sylius/Component/Product/composer.json index 6afd9691233..5a0dd264db0 100644 --- a/src/Sylius/Component/Product/composer.json +++ b/src/Sylius/Component/Product/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Product catalog system with support for product options and variants.", "keywords": ["shop", "ecommerce", "products", "product", "assortment", "options", "variants"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Promotion/README.md b/src/Sylius/Component/Promotion/README.md index b4c2d8b55a4..47b0c1e8e39 100644 --- a/src/Sylius/Component/Promotion/README.md +++ b/src/Sylius/Component/Promotion/README.md @@ -16,17 +16,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Promotion/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Promotion/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -51,5 +51,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Promotion/contributors). diff --git a/src/Sylius/Component/Promotion/composer.json b/src/Sylius/Component/Promotion/composer.json index 4a6d1784271..02378b1f6ea 100644 --- a/src/Sylius/Component/Promotion/composer.json +++ b/src/Sylius/Component/Promotion/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Flexible promotion management for PHP applications.", "keywords": ["shop", "ecommerce", "promotion", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Review/README.md b/src/Sylius/Component/Review/README.md index d228e835492..09c1b445b09 100644 --- a/src/Sylius/Component/Review/README.md +++ b/src/Sylius/Component/Review/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- diff --git a/src/Sylius/Component/Review/composer.json b/src/Sylius/Component/Review/composer.json index d07c6535f55..82b65455777 100644 --- a/src/Sylius/Component/Review/composer.json +++ b/src/Sylius/Component/Review/composer.json @@ -3,12 +3,12 @@ "type": "library", "description": "Review system, for commenting and rating shop components.", "keywords": ["shop", "ecommerce", "review", "rating"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Mateusz Zalewski", @@ -24,11 +24,11 @@ }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Shipping/README.md b/src/Sylius/Component/Shipping/README.md index 301a55d587a..a988193f6e7 100644 --- a/src/Sylius/Component/Shipping/README.md +++ b/src/Sylius/Component/Shipping/README.md @@ -17,17 +17,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Shipping/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Shipping/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -52,5 +52,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Shipping/contributors). diff --git a/src/Sylius/Component/Shipping/composer.json b/src/Sylius/Component/Shipping/composer.json index 27e738375c6..8c3a8f581b7 100644 --- a/src/Sylius/Component/Shipping/composer.json +++ b/src/Sylius/Component/Shipping/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Flexible shipping component for PHP e-commerce projects.", "keywords": ["shipping", "delivery", "shipments", "shop", "webshop", "ecommerce", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Taxation/README.md b/src/Sylius/Component/Taxation/README.md index d7c21d25abe..964ed0a8e92 100644 --- a/src/Sylius/Component/Taxation/README.md +++ b/src/Sylius/Component/Taxation/README.md @@ -10,17 +10,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Taxation/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Taxation/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -45,5 +45,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Taxation/contributors). diff --git a/src/Sylius/Component/Taxation/composer.json b/src/Sylius/Component/Taxation/composer.json index aff1fd6d0aa..2fdc0d9a369 100644 --- a/src/Sylius/Component/Taxation/composer.json +++ b/src/Sylius/Component/Taxation/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Flexible taxation system for PHP ecommerce applications.", "keywords": ["shop", "ecommerce", "tax", "taxes", "taxation", "vat", "sylius"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/Taxonomy/README.md b/src/Sylius/Component/Taxonomy/README.md index 6d100fab464..4e6e7a8624f 100644 --- a/src/Sylius/Component/Taxonomy/README.md +++ b/src/Sylius/Component/Taxonomy/README.md @@ -29,17 +29,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/Taxonomy/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/Taxonomy/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -64,5 +64,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/Taxonomy/contributors). diff --git a/src/Sylius/Component/Taxonomy/composer.json b/src/Sylius/Component/Taxonomy/composer.json index b997e300cc0..c63460e779b 100644 --- a/src/Sylius/Component/Taxonomy/composer.json +++ b/src/Sylius/Component/Taxonomy/composer.json @@ -3,20 +3,20 @@ "type": "library", "description": "Taxonomies - categorization of domain models in PHP projects.", "keywords": ["taxonomy", "ecommerce", "categorization", "taxon", "classification"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": { diff --git a/src/Sylius/Component/User/README.md b/src/Sylius/Component/User/README.md index 22e82c1fe33..36a7ccf9d54 100644 --- a/src/Sylius/Component/User/README.md +++ b/src/Sylius/Component/User/README.md @@ -8,17 +8,17 @@ Sylius ![Sylius](https://demo.sylius.com/assets/shop/img/logo.png) -Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com). +Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](https://sylius.com). Documentation ------------- -Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/components/User/index.html). +Documentation is available on [**docs.sylius.com**](https://docs.sylius.com/en/latest/components_and_bundles/components/User/index.html). Contributing ------------ -[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. +[This page](https://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius. Follow Sylius' Development -------------------------- @@ -43,5 +43,5 @@ License can be found [here](https://github.com/Sylius/Sylius/blob/master/LICENSE Authors ------- -The component was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). +The component was originally created by [Paweł Jędrzejewski](https://pjedrzejewski.com). See the list of [contributors](https://github.com/Sylius/User/contributors). diff --git a/src/Sylius/Component/User/composer.json b/src/Sylius/Component/User/composer.json index ea399947e37..5168bdbdc13 100644 --- a/src/Sylius/Component/User/composer.json +++ b/src/Sylius/Component/User/composer.json @@ -3,12 +3,12 @@ "type": "library", "description": "User handling for PHP applications.", "keywords": ["user", "registration", "login", "groups"], - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "license": "MIT", "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Michał Marcinkowski", @@ -20,11 +20,11 @@ }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "require": {