Skip to content

Commit

Permalink
Symfony 7.0.0-BETA2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanediondev committed Nov 4, 2023
1 parent acf9343 commit 77c45db
Show file tree
Hide file tree
Showing 4 changed files with 776 additions and 801 deletions.
51 changes: 25 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,37 @@
"homepage": "https://github.com/stephanediondev/elasticsearch-admin",
"type": "project",
"license": "MIT",
"minimum-stability": "beta",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.0.2",
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"composer-runtime-api": ">=2.1",
"matomo/device-detector": "^6.0",
"minishlink/web-push": "^8.0.0",
"phpoffice/phpspreadsheet": "^1.29",
"symfony/asset": "6.4.*",
"symfony/console": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/expression-language": "6.4.*",
"symfony/flex": "^2.0.1",
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/http-client": "6.4.*",
"symfony/intl": "6.4.*",
"symfony/mailer": "6.4.*",
"symfony/monolog-bundle": "^3.1",
"symfony/process": "6.4.*",
"symfony/rate-limiter": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/security-bundle": "6.4.*",
"symfony/serializer": "6.4.*",
"symfony/string": "6.4.*",
"symfony/translation": "6.4.*",
"symfony/twig-bundle": "^6.0",
"symfony/validator": "6.4.*",
"symfony/webpack-encore-bundle": "^2.0.1",
"symfony/yaml": "6.4.*",
"symfony/asset": "7.0.*",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/expression-language": "7.0.*",
"symfony/flex": "^2",
"symfony/form": "7.0.*",
"symfony/framework-bundle": "7.0.*",
"symfony/http-client": "7.0.*",
"symfony/intl": "7.0.*",
"symfony/mailer": "7.0.*",
"symfony/monolog-bundle": "^3.0",
"symfony/process": "7.0.*",
"symfony/rate-limiter": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/security-bundle": "7.0.*",
"symfony/serializer": "7.0.*",
"symfony/string": "7.0.*",
"symfony/translation": "7.0.*",
"symfony/twig-bundle": "7.0.*",
"symfony/validator": "7.0.*",
"symfony/webpack-encore-bundle": "^2.1",
"symfony/yaml": "7.0.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
},
Expand Down Expand Up @@ -95,7 +94,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.4.*"
"require": "7.0.*"
}
}
}
Loading

0 comments on commit 77c45db

Please sign in to comment.