Skip to content

Commit

Permalink
Upgrade SF6
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Apr 4, 2024
1 parent fac6ca6 commit b58eddb
Show file tree
Hide file tree
Showing 3 changed files with 2,822 additions and 2,506 deletions.
66 changes: 33 additions & 33 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,48 +12,48 @@
},
"require": {
"ext-json": "*",
"php": "^7.2",
"beberlei/assert": "^2.4",
"doctrine/annotations": "^1.13",
"guzzlehttp/guzzle": "^6.1",
"incenteev/composer-parameter-handler": "~2.0",
"jms/translation-bundle": "^1.1",
"php": "^8.2",
"beberlei/assert": "^2.4 || ^3.0",
"doctrine/annotations": "^1.13 || ^2.0",
"guzzlehttp/guzzle": "^6.1 || ^7.0",
"incenteev/composer-parameter-handler": "^2.2",
"jms/translation-bundle": "^1.1 || ^2.0",
"nelmio/security-bundle": "^2.10",
"openconext/monitor-bundle": "^3.1",
"sensio/framework-extra-bundle": "^5.5",
"surfnet/stepup-saml-bundle": "4.4.*",
"symfony/expression-language": "4.4.*",
"symfony/flex": "^1.18",
"symfony/form": "4.4.*",
"symfony/mailer": "4.4.*",
"openconext/monitor-bundle": "^3.1 || ^4.0",
"sensio/framework-extra-bundle": "^5.5 || ^6.0",
"surfnet/stepup-saml-bundle": "4.4.* || 6.0.*",
"symfony/expression-language": "4.4.* || 6.4.*",
"symfony/flex": "^1.18 || ^2",
"symfony/form": "4.4.* || 6.4.*",
"symfony/mailer": "4.4.* || 6.4.*",
"symfony/monolog-bundle": "^3.7",
"symfony/security-bundle": "4.4.*",
"symfony/translation": "4.4.*",
"symfony/twig-bundle": "4.4.*",
"symfony/web-profiler-bundle": "4.4.*",
"symfony/webpack-encore-bundle": "^1.17",
"twig/extensions": "^1.5",
"twig/extra-bundle": "^2",
"twig/twig": "^2"
"symfony/security-bundle": "4.4.* || 6.4.*",
"symfony/translation": "4.4.* || 6.4.*",
"symfony/twig-bundle": "4.4.* || 6.4.*",
"symfony/web-profiler-bundle": "4.4.* || 6.4.*",
"symfony/webpack-encore-bundle": "^1.17 || ^2.0",
"twig/extensions": "^1.5 || ^2 || ^3",
"twig/extra-bundle": "^2 || ^3",
"twig/twig": "^2 || ^3"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0.9.2",
"malukenho/docheader": "^0.1.6",
"matthiasnoback/symfony-config-test": "^4.2",
"jakub-onderka/php-parallel-lint": "^0.9.2 || ^1.0",
"malukenho/docheader": "^0.1.6 || ^1.0",
"matthiasnoback/symfony-config-test": "^4.2 || ^5.0",
"mockery/mockery": "^1.0.0",
"overtrue/phplint": "^2.0",
"phpdocumentor/reflection-docblock": "3.3.*",
"overtrue/phplint": "^9.1.2",
"phpdocumentor/reflection-docblock": "^5.2",
"phpmd/phpmd": "^2.8",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^8.5",
"sebastian/phpcpd": "^4.1",
"phpunit/phpunit": "^9.5",
"sebastian/phpcpd": "^6.0.3",
"squizlabs/php_codesniffer": "^3.1",
"symfony/debug-bundle": "4.4.*",
"symfony/debug-bundle": "4.4.* || 6.4.*",
"symfony/phpunit-bridge": "^7.0",
"symfony/stopwatch": "4.4.*",
"symfony/var-dumper": "4.4.*"
"symfony/stopwatch": "4.4.* || 6.4.*",
"symfony/var-dumper": "4.4.* || 6.4.*"
},
"conflict": {
"symfony/symfony": "*"
Expand Down Expand Up @@ -85,7 +85,7 @@
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.2.20"
"php": "8.2.17"
},
"sort-packages": true,
"allow-plugins": {
Expand All @@ -95,7 +95,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "4.4.*"
"require": "4.4.* || 6.4.*"
},
"symfony-assets-install": "relative",
"incenteev-parameters": [
Expand Down
Loading

0 comments on commit b58eddb

Please sign in to comment.