Skip to content

Commit

Permalink
build: require 5.25.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei committed Dec 18, 2024
1 parent 4d467ad commit fa77677
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion EMS/admin-ui-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.1",
"elasticms/core-bundle": "5.24.*"
"elasticms/core-bundle": "5.25.*"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion EMS/client-helper-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^8.1",
"composer/ca-bundle": "^1.1",
"elasticms/common-bundle": "5.24.*",
"elasticms/common-bundle": "5.25.*",
"onelogin/php-saml": "^4.1",
"stevenmaguire/oauth2-keycloak": "^5.1",
"symfony-cmf/routing": "^2.3",
Expand Down
2 changes: 1 addition & 1 deletion EMS/common-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"doctrine/doctrine-bundle": "^2.8",
"doctrine/orm": "^2.6",
"dompdf/dompdf": "^v2.0",
"elasticms/helpers": "5.24.*",
"elasticms/helpers": "5.25.*",
"guzzlehttp/guzzle": "^6.3",
"maennchen/zipstream-php": "^2.4",
"phpoffice/phpspreadsheet": "^1.16",
Expand Down
4 changes: 2 additions & 2 deletions EMS/core-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"doctrine/doctrine-bundle": "^2.8",
"doctrine/doctrine-migrations-bundle": "^3.2",
"dragonmantank/cron-expression": "^3.1",
"elasticms/submission-bundle": "5.24.*",
"elasticms/xliff": "5.24.*",
"elasticms/submission-bundle": "5.25.*",
"elasticms/xliff": "5.25.*",
"guzzlehttp/guzzle": "^6.3",
"maennchen/zipstream-php": "^2.4",
"ocramius/doctrine-batch-utils": "^2.5",
Expand Down
2 changes: 1 addition & 1 deletion EMS/form-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": "^8.1",
"elasticms/client-helper-bundle": "5.24.*",
"elasticms/client-helper-bundle": "5.25.*",
"giggsey/libphonenumber-for-php": "^8.12",
"symfony/form": "^5.4",
"symfony/intl": "^5.4",
Expand Down
2 changes: 1 addition & 1 deletion EMS/submission-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": "^8.1",
"elasticms/form-bundle": "5.24.*",
"elasticms/form-bundle": "5.25.*",
"league/flysystem-memory": "^2.0",
"league/flysystem-sftp-v3": "^2.0",
"symfony/console": "^5.4",
Expand Down
2 changes: 1 addition & 1 deletion EMS/xliff/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.1",
"ext-dom": "*",
"elasticms/helpers": "5.24.*",
"elasticms/helpers": "5.25.*",
"symfony/dom-crawler": "^5.4",
"symfony/property-access": "^5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions elasticms-admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"doctrine/doctrine-bundle": "^2.8",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.6",
"elasticms/core-bundle": "5.24.*",
"elasticms/admin-ui-bundle": "5.24.*",
"elasticms/core-bundle": "5.25.*",
"elasticms/admin-ui-bundle": "5.25.*",
"symfony/console": "^5.4",
"symfony/dotenv": "^5.4",
"symfony/expression-language": "^6.2",
Expand Down
2 changes: 1 addition & 1 deletion elasticms-cli/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ext-json": "*",
"ext-sqlite3": "*",
"doctrine/doctrine-migrations-bundle": "^3.2",
"elasticms/common-bundle": "5.24.*",
"elasticms/common-bundle": "5.25.*",
"kevinrob/guzzle-cache-middleware": "^4.0",
"symfony/console": "^5.4",
"symfony/css-selector": "^5.4",
Expand Down
6 changes: 3 additions & 3 deletions elasticms-web/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"doctrine/doctrine-bundle": "^2.8",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.6",
"elasticms/client-helper-bundle": "5.24.*",
"elasticms/form-bundle": "5.24.*",
"elasticms/submission-bundle": "5.24.*",
"elasticms/client-helper-bundle": "5.25.*",
"elasticms/form-bundle": "5.25.*",
"elasticms/submission-bundle": "5.25.*",
"endroid/qr-code-bundle": "^4.0",
"sensio/framework-extra-bundle": "^6.2",
"symfony/console": "^5.4",
Expand Down

0 comments on commit fa77677

Please sign in to comment.