mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
* 1.13: (77 commits) Resolve comments Update upgrade file Fix serialization groups config formatting Move all the contract tests to parent catalog Responses and remove expected catalog [Shop][Taxon] unify contract tests catalog [Shop][Product] unify contract tests catalog [Shop][ShippingMethods] unify contract tests catalog [Shop][Channel] unify contract tests catalog [Shop][Order] unify contract tests catalog [Shop][Country] unify contract tests catalog [Shop][ExchangeRate] unify contract tests catalog [Shop][Locale] unify contract tests catalog [Shop][Payment] unify contract tests catalog [Admin][ShopBillingData] unify contract tests catalog [Admin][Payment] unify contract tests catalog [Admin][Locale] unify contract tests catalog [Admin][Order] unify contract tests catalog [Admin][PriceHistory] unify contract tests catalog [Admin][AdminUser] unify contact tests catalog Update upgrade api file ...
103 lines
1.9 KiB
JSON
103 lines
1.9 KiB
JSON
{
|
|
"minimal": {
|
|
"static-checks": {
|
|
"include": [
|
|
{
|
|
"php": "8.2",
|
|
"symfony": "^6.4",
|
|
"api-platform": "^2.7.10"
|
|
}
|
|
]
|
|
},
|
|
"e2e-mariadb": {
|
|
"include": [
|
|
{
|
|
"php": "8.2",
|
|
"symfony": "^6.4",
|
|
"mariadb": "10.4.10",
|
|
"dbal": "^3.0",
|
|
"state_machine_adapter": "symfony_workflow"
|
|
}
|
|
]
|
|
},
|
|
"e2e-mysql": {
|
|
"include": [
|
|
{
|
|
"php": "8.2",
|
|
"symfony": "^6.4",
|
|
"api-platform": "^2.7.10",
|
|
"mysql": "8.0",
|
|
"twig": "^3.3"
|
|
}
|
|
]
|
|
},
|
|
"e2e-pgsql": {
|
|
"include": [
|
|
{
|
|
"php": "8.2",
|
|
"symfony": "^6.4",
|
|
"postgres": "14.6"
|
|
}
|
|
]
|
|
},
|
|
"frontend": {
|
|
"include": [
|
|
{
|
|
"node": "20.x"
|
|
}
|
|
]
|
|
},
|
|
"packages": {
|
|
"include": [
|
|
{
|
|
"php": "8.2",
|
|
"symfony": "^6.4"
|
|
}
|
|
]
|
|
},
|
|
"packages-swiftmailer": {
|
|
"include": [
|
|
{
|
|
"php": "8.1",
|
|
"symfony": "^5.4"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"full": {
|
|
"static-checks": {
|
|
"php": [ "8.2" ],
|
|
"symfony": [ "^6.4" ],
|
|
"api-platform": [ "^2.7.10" ]
|
|
},
|
|
"e2e-mariadb": {
|
|
"php": [ "8.2" ],
|
|
"symfony": [ "^6.4" ],
|
|
"mariadb": [ "10.4.10" ],
|
|
"state_machine_adapter": [ "winzou_state_machine", "symfony_workflow" ]
|
|
},
|
|
"e2e-mysql": {
|
|
"php": [ "8.2" ],
|
|
"symfony": [ "^6.4" ],
|
|
"api-platform": [ "^2.7.10" ],
|
|
"mysql": [ "5.7", "8.0" ],
|
|
"twig": [ "^3.3" ]
|
|
},
|
|
"e2e-pgsql": {
|
|
"php": [ "8.2" ],
|
|
"symfony": [ "^6.4" ],
|
|
"postgres": [ "13.9", "14.6" ]
|
|
},
|
|
"frontend": {
|
|
"include": [
|
|
{
|
|
"node": "20.x"
|
|
}
|
|
]
|
|
},
|
|
"packages": {
|
|
"php": [ "8.2" ],
|
|
"symfony": [ "^6.4" ]
|
|
}
|
|
}
|
|
}
|