|
51 | 51 | "league/oauth2-server": "^9.0",
|
52 | 52 | "mexitek/phpcolors": "^1.0",
|
53 | 53 | "monolog/monolog": "^3.7",
|
54 |
| - "paragonie/sodium_compat": "^2.0", |
| 54 | + "paragonie/sodium_compat": "^2.1", |
55 | 55 | "phpdocumentor/reflection-docblock": "^5.4",
|
56 | 56 | "phpoffice/phpspreadsheet": "^2.2",
|
57 | 57 | "psr/cache": "^3.0",
|
|
99 | 99 | },
|
100 | 100 | "require-dev": {
|
101 | 101 | "ext-xml": "*",
|
102 |
| - "atoum/atoum": "^4.2", |
103 |
| - "atoum/stubs": "^2.6", |
| 102 | + "atoum/atoum": "dev-main#e43a6a84809635cf5dcdf80bf3c773e7cf1d5a04", |
| 103 | + "atoum/stubs": "dev-master#fb8890f347a7ecf1e3cf2b5a139a8b038359a6ab", |
104 | 104 | "friendsoftwig/twigcs": "^6.4",
|
105 | 105 | "glpi-project/tools": "^0.7",
|
106 | 106 | "mikey179/vfsstream": "^1.6",
|
|
182 | 182 | "post-install-cmd": [
|
183 | 183 | "@php -r \"file_put_contents('.composer.hash', sha1_file('composer.lock'));\"",
|
184 | 184 | "@php -f vendor/bin/build_hw_jsons",
|
185 |
| - "patch -f -p1 -d vendor/laminas/laminas-mail/ < tools/patches/laminas-mail-invalid-header-ignore.patch || true", |
186 |
| - "patch -f -p1 -d vendor/laminas/laminas-mail/ < tools/patches/laminas-mail-address-no-length-check.patch || true", |
187 |
| - "patch -f -p1 -d vendor/guzzlehttp/guzzle/ < tools/patches/guzzle-http-client-restrict-http-methods.patch || true" |
| 185 | + "@patch" |
188 | 186 | ],
|
189 | 187 | "post-update-cmd": [
|
190 | 188 | "@php -r \"file_put_contents('.composer.hash', sha1_file('composer.lock'));\"",
|
191 | 189 | "@php -f vendor/bin/build_hw_jsons",
|
192 |
| - "patch -f -p1 -d vendor/laminas/laminas-mail/ < tools/patches/laminas-mail-invalid-header-ignore.patch || true", |
193 |
| - "patch -f -p1 -d vendor/laminas/laminas-mail/ < tools/patches/laminas-mail-address-no-length-check.patch || true", |
194 |
| - "patch -f -p1 -d vendor/guzzlehttp/guzzle/ < tools/patches/guzzle-http-client-restrict-http-methods.patch || true" |
| 190 | + "@patch" |
195 | 191 | ],
|
196 | 192 | "build": [
|
197 | 193 | "bin/console dependencies install && bin/console locales:compile"
|
| 194 | + ], |
| 195 | + "patch": [ |
| 196 | + "patch -f -p1 -d vendor/laminas/laminas-mail/ < tools/patches/laminas-mail-invalid-header-ignore.patch || true", |
| 197 | + "patch -f -p1 -d vendor/laminas/laminas-mail/ < tools/patches/laminas-mail-address-no-length-check.patch || true", |
| 198 | + "patch -f -p1 -d vendor/guzzlehttp/guzzle/ < tools/patches/guzzle-http-client-restrict-http-methods.patch || true", |
| 199 | + "patch -f -p1 -d vendor/apereo/phpcas/ < tools/patches/apereo-phpcas-php84.patch || true", |
| 200 | + "patch -f -p1 -d vendor/friendsoftwig/twigcs/ < tools/patches/friendsoftwig-twigcs-php84.patch || true", |
| 201 | + "patch -f -p1 -d vendor/league/event/ < tools/patches/league-event-php84.patch || true", |
| 202 | + "patch -f -p1 -d vendor/league/oauth2-client/ < tools/patches/league-oauth2-client-php84.patch || true", |
| 203 | + "patch -f -p1 -d vendor/league/oauth2-server/ < tools/patches/league-oauth2-server-php84.patch || true", |
| 204 | + "patch -f -p1 -d vendor/sabre/dav/ < tools/patches/sabre-dav-php84.patch || true", |
| 205 | + "patch -f -p1 -d vendor/sabre/vobject/ < tools/patches/sabre-vobject-php84.patch || true", |
| 206 | + "patch -f -p1 -d vendor/swaggest/json-diff/ < tools/patches/swaggest-json-diff-php84.patch || true", |
| 207 | + "patch -f -p1 -d vendor/swaggest/json-schema/ < tools/patches/swaggest-json-schema-php84.patch || true", |
| 208 | + "patch -f -p1 -d vendor/symfony/cache/ < tools/patches/symfony-cache-php84.patch || true", |
| 209 | + "patch -f -p1 -d vendor/wapmorgan/unified-archive/ < tools/patches/wapmorgan-unified-archive-php84.patch || true" |
198 | 210 | ]
|
199 | 211 | }
|
200 | 212 | }
|
0 commit comments