Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixathon: Add image alt text #567

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
33 changes: 29 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
"spryker-shop/cms-content-widget-product-connector": "^1.3.0",
"spryker-shop/cms-content-widget-product-set-connector": "^1.4.0",
"spryker-shop/date-time-configurator-page-example": "^0.5.1",
"spryker-shop/product-image-widget": "dev-add_image_alt_text as 1.0.x-dev",
"spryker-shop/shop-ui": "dev-add_image_alt_text as 1.76.0",
"spryker/agent-auth-rest-api": "^1.1.0",
"spryker/alternative-products-rest-api": "^1.1.2",
"spryker/api-key-authorization-connector": "^1.1.0",
Expand Down Expand Up @@ -177,11 +179,14 @@
"spryker/product-discontinued-rest-api": "^1.0.1",
"spryker/product-discount-connector": "^5.2.0",
"spryker/product-dynamic-entity-connector": "1.0.0",
"spryker/product-image": "dev-add_image_alt_text as 3.18.0",
"spryker/product-image-cart-connector": "^1.3.0",
"spryker/product-image-sets-backend-api": "^1.0.0",
"spryker/product-image-sets-rest-api": "^1.0.5",
"spryker/product-image-storage": "dev-add_image_alt_text as 1.17.2",
"spryker/product-label-discount-connector": "^3.1.0",
"spryker/product-labels-rest-api": "^1.3.0",
"spryker/product-management": "dev-add_image_alt_text as 0.19.42",
"spryker/product-option-cart-connector": "^7.1.3",
"spryker/product-options-rest-api": "^1.3.0",
"spryker/product-prices-rest-api": "^1.8.0",
Expand Down Expand Up @@ -296,16 +301,36 @@
"symfony/runtime": true
}
},
"repositories": [
{
"repositories": {
"spryker-shop-shop-ui": {
"type": "vcs",
"url": "https://github.com/spryker-projects/spryker-shop-shop-ui"
},
"product-image-widget": {
"type": "vcs",
"url": "https://github.com/spryker-projects/product-image-widget"
},
"product-management": {
"type": "vcs",
"url": "https://github.com/spryker-projects/product-management"
},
"product-image-storage": {
"type": "vcs",
"url": "https://github.com/spryker-projects/product-image-storage"
},
"product-image": {
"type": "vcs",
"url": "https://github.com/spryker-projects/product-image"
},
"0": {
"type": "git",
"url": "https://github.com/spryker/robotframework-suite-tests.git"
},
{
"1": {
"type": "git",
"url": "https://github.com/spryker/cypress-tests.git"
}
],
},
"scripts": {
"compile": [
"mkdir -p ./data/DE/logs/ZED",
Expand Down
Loading
Loading