Skip to content

Commit f97dbc8

Browse files
committed
[Studio] min requirements
1 parent f1333f5 commit f97dbc8

File tree

11 files changed

+35
-34
lines changed

11 files changed

+35
-34
lines changed

composer.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@
109109
"sebastian/diff": "^4.0 | ^5.0 | ^6.0",
110110
"stof/doctrine-extensions-bundle": "^1.14",
111111
"sylius/theme-bundle": "^2.2",
112-
"symfony/config": "^6.3 || ^7.4",
113-
"symfony/dotenv": "^6.3 || ^7.0",
114-
"symfony/form": "^6.3 || ^7.0",
115-
"symfony/http-client": "^6.3 || ^7.0",
116-
"symfony/intl": "^6.3 || ^7.0",
117-
"symfony/notifier": "^6.3 || ^7.0",
118-
"symfony/scheduler": "^6.4 || ^7.0",
119-
"symfony/serializer": "^6.3 || ^7.0",
120-
"symfony/twig-bundle": "^6.3 || ^7.0",
112+
"symfony/config": "^6.4.14 || ^7.4",
113+
"symfony/dotenv": "^6.4.14 || ^7.2",
114+
"symfony/form": "^6.4.14 || ^7.2",
115+
"symfony/http-client": "^6.4.14 || ^7.2",
116+
"symfony/intl": "^6.4.14 || ^7.2",
117+
"symfony/notifier": "^6.4.14 || ^7.2",
118+
"symfony/scheduler": "^6.4.14 || ^7.2",
119+
"symfony/serializer": "^6.4.14 || ^7.2",
120+
"symfony/twig-bundle": "^6.4.14 || ^7.2",
121121
"symfony/webpack-encore-bundle": "^2.4",
122122
"webmozart/assert": "^1.12"
123123
},
@@ -128,7 +128,8 @@
128128
"pimcore/studio-ui-bundle": "^1.0 - Modern React-based Studio UI for Pimcore (recommended)"
129129
},
130130
"conflict": {
131-
"ezimuel/ringphp": "<1.4"
131+
"ezimuel/ringphp": "<1.4",
132+
"symfony/error-handler": "<6.4.14"
132133
},
133134
"require-dev": {
134135
"behat/behat": "^3.27",
@@ -151,10 +152,10 @@
151152
"pimcore/studio-backend-bundle": "^0.12.18",
152153
"pimcore/studio-ui-bundle": "^0.12.18",
153154
"robertfausk/behat-panther-extension": "^1.2",
154-
"symfony/browser-kit": "^6.3 || ^7.0",
155-
"symfony/css-selector": "^6.4 || ^7.0",
155+
"symfony/browser-kit": "^6.4.14 || ^7.2",
156+
"symfony/css-selector": "^6.4.14 || ^7.2",
156157
"symfony/panther": "^2.3",
157-
"symfony/runtime": "^6.4 || ^7.0",
158+
"symfony/runtime": "^6.4.14 || ^7.2",
158159
"symplify/easy-coding-standard": "^11.1",
159160
"vimeo/psalm": "^6.10"
160161
},

src/CoreShop/Bundle/CoreBundle/Resources/config/services/studio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ services:
4444
CoreShop\Bundle\CoreBundle\StudioBackend\Grid\Filter\CreatedLastYearFilter:
4545
tags:
4646
- { name: pimcore.studio_backend.search_index.data_object.filter }
47-
- { name: coreshop.studio.grid.filter, type: coreshop_created_last_year }
47+
- { name: coreshop.studio.grid.filter, type: coreshop_created_last_year }

src/CoreShop/Bundle/CurrencyBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"coreshop/currency": "^5.0",
2828
"coreshop/resource-bundle": "^5.0",
2929
"pimcore/pimcore": "^12.0",
30-
"symfony/intl": "^6.3 || ^7.0"
30+
"symfony/intl": "^6.4.14 || ^7.2"
3131
},
3232
"require-dev": {
3333
"phpstan/phpstan": "^2.0",

src/CoreShop/Bundle/MoneyBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require": {
2727
"coreshop/currency": "^5.0",
2828
"coreshop/pimcore-bundle": "^5.0",
29-
"symfony/form": "^6.3 || ^7.0",
29+
"symfony/form": "^6.4.14 || ^7.2",
3030
"pimcore/pimcore": "^12.0"
3131
},
3232
"require-dev": {

src/CoreShop/Bundle/PayumBundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"payum/payum-bundle": "^2.5",
3232
"payum/payum": "^1.7",
3333
"php-http/message-factory": "^1.0",
34-
"symfony/notifier": "^6.3 || ^7.0",
35-
"symfony/serializer": "^6.3 || ^7.0",
34+
"symfony/notifier": "^6.4.14 || ^7.2",
35+
"symfony/serializer": "^6.4.14 || ^7.2",
3636
"php-http/guzzle7-adapter": "^1.0",
3737
"pimcore/pimcore": "^12.0"
3838
},

src/CoreShop/Bundle/ResourceBundle/composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"coreshop/optimistic-entity-lock-bundle": "^5.0",
3434
"coreshop/registry": "^5.0",
3535
"coreshop/resource": "^5.0",
36-
"symfony/config": "^6.3 || ^7.0",
37-
"symfony/expression-language": "^6.3 || ^7.0",
38-
"symfony/form": "^6.3 || ^7.0",
39-
"symfony/framework-bundle": "^6.3 || ^7.0",
40-
"symfony/security-csrf": "^6.3 || ^7.0",
41-
"symfony/templating": "^6.3 || ^7.0",
42-
"symfony/twig-bundle": "^6.3 || ^7.0",
43-
"symfony/validator": "^6.3 || ^7.0",
44-
"symfony/yaml": "^6.3 || ^7.0",
36+
"symfony/config": "^6.4.14 || ^7.2",
37+
"symfony/expression-language": "^6.4.14 || ^7.2",
38+
"symfony/form": "^6.4.14 || ^7.2",
39+
"symfony/framework-bundle": "^6.4.14 || ^7.2",
40+
"symfony/security-csrf": "^6.4.14 || ^7.2",
41+
"symfony/templating": "^6.4.14 || ^7.2",
42+
"symfony/twig-bundle": "^6.4.14 || ^7.2",
43+
"symfony/validator": "^6.4.14 || ^7.2",
44+
"symfony/yaml": "^6.4.14 || ^7.2",
4545
"gedmo/doctrine-extensions": "^3.11.0",
4646
"pimcore/pimcore": "^12.0"
4747
},

src/CoreShop/Bundle/WorkflowBundle/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"require": {
3333
"coreshop/pimcore": "^5.0",
3434
"coreshop/registry": "^5.0",
35-
"symfony/config": "^6.3 || ^7.0",
36-
"symfony/workflow": "^6.3 || ^7.0",
37-
"symfony/yaml": "^6.3 || ^7.0",
35+
"symfony/config": "^6.4.14 || ^7.2",
36+
"symfony/workflow": "^6.4.14 || ^7.2",
37+
"symfony/yaml": "^6.4.14 || ^7.2",
3838
"pimcore/pimcore": "^12.0"
3939
},
4040
"require-dev": {

src/CoreShop/Component/PayumPayment/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php": "^8.0",
2828
"coreshop/payment": "^5.0",
2929
"payum/payum": "^1.7",
30-
"symfony/http-client": "^6.3 || ^7.0"
30+
"symfony/http-client": "^6.4.14 || ^7.2"
3131
},
3232
"require-dev": {
3333
"phpstan/phpstan": "^2.0",

src/CoreShop/Component/Registry/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"symfony/dependency-injection": "^6.3 || ^7.0"
27+
"symfony/dependency-injection": "^6.4.14 || ^7.2"
2828
},
2929
"require-dev": {
3030
"phpstan/phpstan": "^2.0",

src/CoreShop/Component/Resource/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"doctrine/orm": "^3.0",
3232
"webmozart/assert": "^1.10",
3333
"pimcore/pimcore": "^12.0",
34-
"symfony/finder": "^6.4 || ^7.0"
34+
"symfony/finder": "^6.4.14 || ^7.2"
3535
},
3636
"require-dev": {
3737
"phpstan/phpstan": "^2.0",

0 commit comments

Comments
 (0)