|
56 | 56 | "ext-simplexml": "*", |
57 | 57 | "ext-SPL": "*", |
58 | 58 | "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", |
66 | 66 | "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" |
92 | 92 | }, |
93 | 93 | "require-dev": { |
94 | 94 | "ext-curl": "*", |
95 | 95 | "ext-pdo_sqlite": "*", |
96 | 96 |
|
97 | | - "gettext/php-scanner": "~2.0.1", |
| 97 | + "gettext/php-scanner": "~2.0", |
98 | 98 | "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" |
102 | 102 | }, |
103 | 103 | "suggest": { |
104 | 104 | "predis/predis": "Needed if a Redis server is used to store session information", |
|
0 commit comments