Skip to content

Commit 195745a

Browse files
committed
chore[internal-api-php-client]: Allow Symfony 7.x in
1 parent 3f63abb commit 195745a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"keboola/permission-checker": "^2.0",
3636
"keboola/storage-api-client": "^15.2",
3737
"keboola/storage-api-php-client-branch-wrapper": "^6.0",
38-
"monolog/monolog": "^2.6",
38+
"monolog/monolog": "^2.6|^3.0",
3939
"psr/log": "^1.1|^2.0|^3.0",
40-
"symfony/config": "^5.4|^6.0",
41-
"symfony/uid": "^5.4|^6.2",
42-
"symfony/validator": "^5.4|^6.0"
40+
"symfony/config": "^5.4|^6.0|^7.0",
41+
"symfony/uid": "^5.4|^6.2|^7.0",
42+
"symfony/validator": "^5.4|^6.0|^7.0"
4343
},
4444
"require-dev": {
4545
"infection/infection": "^0.27",

0 commit comments

Comments
 (0)