Skip to content

Commit

Permalink
chore(sdk/php): bump deps to allows Symfony 7 (#7285)
Browse files Browse the repository at this point in the history
Changelogs summary:

 - symfony/deprecation-contracts updated from v3.4.0 to v3.5.0 minor
   See changes: symfony/deprecation-contracts@v3.4.0...v3.5.0
   Release notes: https://github.com/symfony/deprecation-contracts/releases/tag/v3.5.0

 - symfony/polyfill-mbstring updated from v1.28.0 to v1.29.0 minor
   See changes: symfony/polyfill-mbstring@v1.28.0...v1.29.0
   Release notes: https://github.com/symfony/polyfill-mbstring/releases/tag/v1.29.0

 - symfony/polyfill-intl-normalizer updated from v1.28.0 to v1.29.0 minor
   See changes: symfony/polyfill-intl-normalizer@v1.28.0...v1.29.0
   Release notes: https://github.com/symfony/polyfill-intl-normalizer/releases/tag/v1.29.0

 - symfony/polyfill-intl-grapheme updated from v1.28.0 to v1.29.0 minor
   See changes: symfony/polyfill-intl-grapheme@v1.28.0...v1.29.0
   Release notes: https://github.com/symfony/polyfill-intl-grapheme/releases/tag/v1.29.0

 - symfony/polyfill-ctype updated from v1.28.0 to v1.29.0 minor
   See changes: symfony/polyfill-ctype@v1.28.0...v1.29.0
   Release notes: https://github.com/symfony/polyfill-ctype/releases/tag/v1.29.0

 - symfony/string updated from v7.0.0 to v7.0.7 patch
   See changes: symfony/string@v7.0.0...v7.0.7
   Release notes: https://github.com/symfony/string/releases/tag/v7.0.7

 - symfony/service-contracts updated from v3.4.0 to v3.5.0 minor
   See changes: symfony/service-contracts@v3.4.0...v3.5.0
   Release notes: https://github.com/symfony/service-contracts/releases/tag/v3.5.0

 - symfony/console updated from v6.4.1 to v7.0.7 major
   See changes: symfony/console@v6.4.1...v7.0.7
   Release notes: https://github.com/symfony/console/releases/tag/v7.0.7

 - symfony/process updated from v6.4.0 to v7.0.7 major
   See changes: symfony/process@v6.4.0...v7.0.7
   Release notes: https://github.com/symfony/process/releases/tag/v7.0.7

Signed-off-by: Romain Gautier <mail@romain.sh>
  • Loading branch information
mykiwi committed May 7, 2024
1 parent de39db1 commit 257852e
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 89 deletions.
4 changes: 2 additions & 2 deletions sdk/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"require": {
"php": ">=8.2",
"symfony/process": "^6.3",
"symfony/process": "^6.3|^7.0",
"gmostafa/php-graphql-client": "^1.13",
"psr/log": "^3.0"
},
Expand All @@ -22,7 +22,7 @@
},
"require-dev": {
"phpunit/phpunit": "^10.4",
"symfony/console": "^6.3",
"symfony/console": "^6.3|^7.0",
"nette/php-generator": "^4.1",
"webonyx/graphql-php": "^15.8"
}
Expand Down
Loading

0 comments on commit 257852e

Please sign in to comment.