Skip to content

Commit f9e2246

Browse files
committed
Bump dependencies including Symfony 7.3 > 7.4
1 parent 33ee3ae commit f9e2246

2 files changed

Lines changed: 456 additions & 450 deletions

File tree

composer.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -56,49 +56,49 @@
5656
"ext-simplexml": "*",
5757
"ext-SPL": "*",
5858
"ext-zlib": "*",
59-
"gettext/gettext": "^5.7",
60-
"gettext/translator": "^1.2",
61-
"phpmailer/phpmailer": "^6.10",
62-
"psr/event-dispatcher": "~1.0.0",
63-
"psr/log": "^3.0",
64-
"simplesamlphp/assert": "^1.9",
65-
"simplesamlphp/composer-module-installer": "^1.5",
59+
"gettext/gettext": "~5.7",
60+
"gettext/translator": "~1.2",
61+
"phpmailer/phpmailer": "~6.10",
62+
"psr/event-dispatcher": "~1.0",
63+
"psr/log": "~3.0",
64+
"simplesamlphp/assert": "~1.9",
65+
"simplesamlphp/composer-module-installer": "~1.5",
6666
"simplesamlphp/saml2": "~6.0",
67-
"simplesamlphp/saml2-legacy": "^4.19",
68-
"simplesamlphp/simplesamlphp-assets-base": "~2.5",
69-
"simplesamlphp/xml-common": "^2.0",
70-
"simplesamlphp/xml-security": "^2.0",
71-
"symfony/cache": "~7.3.0",
72-
"symfony/config": "~7.3.0",
73-
"symfony/console": "~7.3.0",
74-
"symfony/dependency-injection": "~7.3.0",
75-
"symfony/event-dispatcher": "~7.3.0",
76-
"symfony/expression-language": "~7.3.0",
77-
"symfony/filesystem": "~7.3.0",
78-
"symfony/finder": "~7.3.0",
79-
"symfony/framework-bundle": "~7.3.0",
80-
"symfony/http-foundation": "~7.3.0",
81-
"symfony/http-kernel": "~7.3.0",
82-
"symfony/intl": "~7.3.0",
83-
"symfony/password-hasher": "~7.3.0",
84-
"symfony/polyfill-intl-icu": "~1.33.0",
85-
"symfony/routing": "~7.3.0",
86-
"symfony/translation-contracts": "~3.6.0",
87-
"symfony/twig-bridge": "~7.3.0",
88-
"symfony/var-exporter": "~7.3.0",
89-
"symfony/yaml": "~7.3.0",
90-
"twig/intl-extra": "~3.21.0",
91-
"twig/twig": "^3.21.1"
67+
"simplesamlphp/saml2-legacy": "~4.19",
68+
"simplesamlphp/simplesamlphp-assets-base": "~2.5.0",
69+
"simplesamlphp/xml-common": "~2.4",
70+
"simplesamlphp/xml-security": "~2.0",
71+
"symfony/cache": "~7.4",
72+
"symfony/config": "~7.4",
73+
"symfony/console": "~7.4",
74+
"symfony/dependency-injection": "~7.4",
75+
"symfony/event-dispatcher": "~7.4",
76+
"symfony/expression-language": "~7.4",
77+
"symfony/filesystem": "~7.4",
78+
"symfony/finder": "~7.4",
79+
"symfony/framework-bundle": "~7.4",
80+
"symfony/http-foundation": "~7.4",
81+
"symfony/http-kernel": "~7.4",
82+
"symfony/intl": "~7.4",
83+
"symfony/password-hasher": "~7.4",
84+
"symfony/polyfill-intl-icu": "~1.33",
85+
"symfony/routing": "~7.4",
86+
"symfony/translation-contracts": "~3.6",
87+
"symfony/twig-bridge": "~7.4",
88+
"symfony/var-exporter": "~7.4",
89+
"symfony/yaml": "~7.4",
90+
"twig/intl-extra": "~3.21",
91+
"twig/twig": "~3.21"
9292
},
9393
"require-dev": {
9494
"ext-curl": "*",
9595
"ext-pdo_sqlite": "*",
9696

97-
"gettext/php-scanner": "~2.0.1",
97+
"gettext/php-scanner": "~2.0",
9898
"mikey179/vfsstream": "~1.6",
99-
"predis/predis": "~3.2.0",
100-
"simplesamlphp/simplesamlphp-test-framework": "~1.10.3",
101-
"symfony/translation": "~7.3.0"
99+
"predis/predis": "~3.3",
100+
"simplesamlphp/simplesamlphp-test-framework": "~1.10",
101+
"symfony/translation": "~7.4"
102102
},
103103
"suggest": {
104104
"predis/predis": "Needed if a Redis server is used to store session information",

0 commit comments

Comments
 (0)