Skip to content

Commit ffdbdcb

Browse files
committed
Bump dependencies including Symfony 7.3 > 7.4
1 parent 82fb931 commit ffdbdcb

2 files changed

Lines changed: 532 additions & 524 deletions

File tree

composer.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -62,52 +62,52 @@
6262
"ext-xml": "*",
6363
"ext-zlib": "*",
6464

65-
"beste/clock": "~3.0.0",
66-
"gettext/gettext": "~5.7.3",
67-
"gettext/translator": "~1.2.1",
68-
"phpmailer/phpmailer": "~6.12.0",
69-
"psr/event-dispatcher": "~1.0.0",
70-
"psr/log": "~3.0.2",
71-
"robrichards/xmlseclibs": "~3.1.3",
72-
"simplesamlphp/assert": "^1.9",
73-
"simplesamlphp/composer-module-installer": "~1.5.0",
74-
"simplesamlphp/saml2": "^5.1.0-rc1",
75-
"simplesamlphp/saml2-legacy": "~4.19.0",
76-
"simplesamlphp/simplesamlphp-assets-base": "~2.5.7",
77-
"simplesamlphp/xml-common": "^2.0.3",
78-
"simplesamlphp/xml-security": "^2.0.3",
79-
"symfony/cache": "~7.3.0",
80-
"symfony/config": "~7.3.0",
81-
"symfony/console": "~7.3.0",
82-
"symfony/dependency-injection": "~7.3.0",
83-
"symfony/event-dispatcher": "~7.3.0",
84-
"symfony/expression-language": "~7.3.0",
85-
"symfony/filesystem": "~7.3.0",
86-
"symfony/finder": "~7.3.0",
87-
"symfony/framework-bundle": "~7.3.0",
88-
"symfony/http-foundation": "~7.3.0",
89-
"symfony/http-kernel": "~7.3.0",
90-
"symfony/intl": "~7.3.0",
91-
"symfony/password-hasher": "~7.3.0",
92-
"symfony/polyfill-intl-icu": "~1.33.0",
93-
"symfony/psr-http-message-bridge": "~7.3.0",
94-
"symfony/routing": "~7.3.0",
95-
"symfony/translation-contracts": "~3.6.0",
96-
"symfony/twig-bridge": "~7.3.0",
97-
"symfony/var-exporter": "~7.3.0",
98-
"symfony/yaml": "~7.3.0",
99-
"twig/intl-extra": "~3.22.0",
100-
"twig/twig": "~3.22.0"
65+
"beste/clock": "~3.0",
66+
"gettext/gettext": "~5.7",
67+
"gettext/translator": "~1.2",
68+
"phpmailer/phpmailer": "~6.12",
69+
"psr/event-dispatcher": "~1.0",
70+
"psr/log": "~3.0",
71+
"robrichards/xmlseclibs": "~3.1",
72+
"simplesamlphp/assert": "~1.9",
73+
"simplesamlphp/composer-module-installer": "~1.5",
74+
"simplesamlphp/saml2": "~6.0",
75+
"simplesamlphp/saml2-legacy": "~4.19",
76+
"simplesamlphp/simplesamlphp-assets-base": "~2.5",
77+
"simplesamlphp/xml-common": "~2.4",
78+
"simplesamlphp/xml-security": "~2.0",
79+
"symfony/cache": "~7.4",
80+
"symfony/config": "~7.4",
81+
"symfony/console": "~7.4",
82+
"symfony/dependency-injection": "~7.4",
83+
"symfony/event-dispatcher": "~7.4",
84+
"symfony/expression-language": "~7.4",
85+
"symfony/filesystem": "~7.4",
86+
"symfony/finder": "~7.4",
87+
"symfony/framework-bundle": "~7.4",
88+
"symfony/http-foundation": "~7.4",
89+
"symfony/http-kernel": "~7.4",
90+
"symfony/intl": "~7.4",
91+
"symfony/password-hasher": "~7.4",
92+
"symfony/polyfill-intl-icu": "~1.33",
93+
"symfony/psr-http-message-bridge": "~7.4",
94+
"symfony/routing": "~7.4",
95+
"symfony/translation-contracts": "~3.6",
96+
"symfony/twig-bridge": "~7.4",
97+
"symfony/var-exporter": "~7.4",
98+
"symfony/yaml": "~7.4",
99+
"twig/intl-extra": "~3.22",
100+
"twig/twig": "~3.22"
101101
},
102102
"require-dev": {
103103
"ext-curl": "*",
104104
"ext-pdo_sqlite": "*",
105105

106-
"gettext/php-scanner": "~2.0.1",
107-
"mikey179/vfsstream": "~1.6.12",
108-
"predis/predis": "~3.2.0",
109-
"simplesamlphp/simplesamlphp-test-framework": "~1.10.3",
110-
"symfony/translation": "~7.3.0"
106+
"gettext/php-scanner": "~2.0",
107+
"mikey179/vfsstream": "~1.6",
108+
"predis/predis": "~3.2",
109+
"simplesamlphp/simplesamlphp-test-framework": "~1.10",
110+
"symfony/translation": "~7.4"
111111
},
112112
"suggest": {
113113
"predis/predis": "Needed if a Redis server is used to store session information",

0 commit comments

Comments
 (0)