Skip to content

Commit 2c06a22

Browse files
authored
fix(validation): moving dependency from require-dev to require (#7296)
1 parent d1e6772 commit 2c06a22

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"symfony/serializer": "^6.4 || ^7.0",
117117
"symfony/translation-contracts": "^3.3",
118118
"symfony/type-info": "^7.2",
119+
"symfony/validator": "^6.4 || ^7.1",
119120
"symfony/web-link": "^6.4 || ^7.1",
120121
"willdurand/negotiation": "^3.1"
121122
},

src/Validator/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"require": {
2525
"php": ">=8.2",
2626
"api-platform/metadata": "^4.1.11",
27+
"symfony/http-kernel": "^6.4 || ^7.1",
28+
"symfony/serializer": "^6.4 || ^7.1",
2729
"symfony/type-info": "^7.2",
30+
"symfony/validator": "^6.4 || ^7.1",
2831
"symfony/web-link": "^6.4 || ^7.1"
2932
},
3033
"require-dev": {
3134
"phpspec/prophecy-phpunit": "^2.2",
32-
"symfony/serializer": "^6.4 || ^7.0",
33-
"phpunit/phpunit": "11.5.x-dev",
34-
"symfony/validator": "^6.4 || ^7.0",
35-
"symfony/http-kernel": "^6.4 || ^7.0"
35+
"phpunit/phpunit": "11.5.x-dev"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)