| @@ -1,30 +1,78 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "packages": [ |
| 3 | 3 | { |
| 4 | + "name": "enshrined\/svg-sanitize", | |
| 5 | + "version": "0.22.0", | |
| 6 | + "version_normalized": "0.22.0.0", | |
| 7 | + "source": { | |
| 8 | + "type": "git", | |
| 9 | + "url": "https:\/\/github.com\/darylldoyle\/svg-sanitizer.git", | |
| 10 | + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500" | |
| 11 | + }, | |
| 12 | + "dist": { | |
| 13 | + "type": "zip", | |
| 14 | + "url": "https:\/\/api.github.com\/repos\/darylldoyle\/svg-sanitizer\/zipball\/0afa95ea74be155a7bcd6c6fb60c276c39984500", | |
| 15 | + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500", | |
| 16 | + "shasum": "" | |
| 17 | + }, | |
| 18 | + "require": { | |
| 19 | + "ext-dom": "*", | |
| 20 | + "ext-libxml": "*", | |
| 21 | + "php": "^7.1 || ^8.0" | |
| 22 | + }, | |
| 23 | + "require-dev": { | |
| 24 | + "phpunit\/phpunit": "^6.5 || ^8.5" | |
| 25 | + }, | |
| 26 | + "time": "2025-08-12T10:13:48+00:00", | |
| 27 | + "type": "library", | |
| 28 | + "installation-source": "dist", | |
| 29 | + "autoload": { | |
| 30 | + "psr-4": { | |
| 31 | + "WindPressDeps\\enshrined\\svgSanitize\\": "src" | |
| 32 | + } | |
| 33 | + }, | |
| 34 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 35 | + "license": [ | |
| 36 | + "GPL-2.0-or-later" | |
| 37 | + ], | |
| 38 | + "authors": [ | |
| 39 | + { | |
| 40 | + "name": "Daryll Doyle", | |
| 41 | + "email": "daryll@enshrined.co.uk" | |
| 42 | + } | |
| 43 | + ], | |
| 44 | + "description": "An SVG sanitizer for PHP", | |
| 45 | + "support": { | |
| 46 | + "issues": "https:\/\/github.com\/darylldoyle\/svg-sanitizer\/issues", | |
| 47 | + "source": "https:\/\/github.com\/darylldoyle\/svg-sanitizer\/tree\/0.22.0" | |
| 48 | + }, | |
| 49 | + "install-path": "..\/enshrined\/svg-sanitize" | |
| 50 | + }, | |
| 51 | + { | |
| 4 | 52 | "name": "hidehalo\/nanoid-php", |
| 5 | - "version": "1.1.13", | |
| 6 | - "version_normalized": "1.1.13.0", | |
| 53 | + "version": "2.0", | |
| 54 | + "version_normalized": "2.0.0.0", | |
| 7 | 55 | "source": { |
| 8 | 56 | "type": "git", |
| 9 | 57 | "url": "https:\/\/github.com\/hidehalo\/nanoid-php.git", |
| 10 | - "reference": "3fc7c949f4e655939cc30e7110d658af3dbb0e30" | |
| 58 | + "reference": "3aa4f874d36e2368a57b2ad4c9ca1abe13514e66" | |
| 11 | 59 | }, |
| 12 | 60 | "dist": { |
| 13 | 61 | "type": "zip", |
| 14 | - "url": "https:\/\/api.github.com\/repos\/hidehalo\/nanoid-php\/zipball\/3fc7c949f4e655939cc30e7110d658af3dbb0e30", | |
| 15 | - "reference": "3fc7c949f4e655939cc30e7110d658af3dbb0e30", | |
| 62 | + "url": "https:\/\/api.github.com\/repos\/hidehalo\/nanoid-php\/zipball\/3aa4f874d36e2368a57b2ad4c9ca1abe13514e66", | |
| 63 | + "reference": "3aa4f874d36e2368a57b2ad4c9ca1abe13514e66", | |
| 16 | 64 | "shasum": "" |
| 17 | 65 | }, |
| 18 | 66 | "require": { |
| 19 | 67 | "paragonie\/random_compat": ">=2.0", |
| 20 | - "php": "~5.6|~7.0|~8.0" | |
| 68 | + "php": "~7.1|~8.0" | |
| 21 | 69 | }, |
| 22 | 70 | "require-dev": { |
| 23 | 71 | "phpunit\/phpunit": ">=5.6", |
| 24 | 72 | "squizlabs\/php_codesniffer": "^2.3" |
| 25 | 73 | }, |
| 26 | - "time": "2022-08-04T12:07:12+00:00", | |
| 74 | + "time": "2024-11-04T03:00:05+00:00", | |
| 27 | 75 | "type": "library", |
| 28 | 76 | "extra": { |
| 29 | 77 | "branch-alias": { |
| 30 | 78 | "dev-master": "1.0-dev" |
| @@ -32,9 +80,9 @@ | ||
| 32 | 80 | }, |
| 33 | 81 | "installation-source": "dist", |
| 34 | 82 | "autoload": { |
| 35 | 83 | "psr-4": { |
| 36 | - "WindPressPackages\\Hidehalo\\Nanoid\\": "src" | |
| 84 | + "WindPressDeps\\Hidehalo\\Nanoid\\": "src" | |
| 37 | 85 | } |
| 38 | 86 | }, |
| 39 | 87 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 40 | 88 | "license": [ |
| @@ -55,35 +103,35 @@ | ||
| 55 | 103 | "nanoid-php" |
| 56 | 104 | ], |
| 57 | 105 | "support": { |
| 58 | 106 | "issues": "https:\/\/github.com\/hidehalo\/nanoid-php\/issues", |
| 59 | - "source": "https:\/\/github.com\/hidehalo\/nanoid-php\/tree\/1.1.13" | |
| 107 | + "source": "https:\/\/github.com\/hidehalo\/nanoid-php\/tree\/2.0" | |
| 60 | 108 | }, |
| 61 | 109 | "install-path": "..\/hidehalo\/nanoid-php" |
| 62 | 110 | }, |
| 63 | 111 | { |
| 64 | 112 | "name": "masterminds\/html5", |
| 65 | - "version": "2.9.0", | |
| 66 | - "version_normalized": "2.9.0.0", | |
| 113 | + "version": "2.11.0", | |
| 114 | + "version_normalized": "2.11.0.0", | |
| 67 | 115 | "source": { |
| 68 | 116 | "type": "git", |
| 69 | 117 | "url": "https:\/\/github.com\/Masterminds\/html5-php.git", |
| 70 | - "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6" | |
| 118 | + "reference": "a1e7a2f88ee13635d86fc61cfbdf2306a76ddfc7" | |
| 71 | 119 | }, |
| 72 | 120 | "dist": { |
| 73 | 121 | "type": "zip", |
| 74 | - "url": "https:\/\/api.github.com\/repos\/Masterminds\/html5-php\/zipball\/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", | |
| 75 | - "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", | |
| 122 | + "url": "https:\/\/api.github.com\/repos\/Masterminds\/html5-php\/zipball\/a1e7a2f88ee13635d86fc61cfbdf2306a76ddfc7", | |
| 123 | + "reference": "a1e7a2f88ee13635d86fc61cfbdf2306a76ddfc7", | |
| 76 | 124 | "shasum": "" |
| 77 | 125 | }, |
| 78 | 126 | "require": { |
| 79 | 127 | "ext-dom": "*", |
| 80 | - "php": ">=5.3.0" | |
| 128 | + "php": ">=7.4" | |
| 81 | 129 | }, |
| 82 | 130 | "require-dev": { |
| 83 | - "phpunit\/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" | |
| 131 | + "phpunit\/phpunit": "^6 || ^7 || ^8 || ^9 || ^10" | |
| 84 | 132 | }, |
| 85 | - "time": "2024-03-31T07:05:07+00:00", | |
| 133 | + "time": "2026-08-18T06:18:41+00:00", | |
| 86 | 134 | "type": "library", |
| 87 | 135 | "extra": { |
| 88 | 136 | "branch-alias": { |
| 89 | 137 | "dev-master": "2.7-dev" |
| @@ -91,9 +139,9 @@ | ||
| 91 | 139 | }, |
| 92 | 140 | "installation-source": "dist", |
| 93 | 141 | "autoload": { |
| 94 | 142 | "psr-4": { |
| 95 | - "WindPressPackages\\Masterminds\\": "src" | |
| 143 | + "WindPressDeps\\Masterminds\\": "src" | |
| 96 | 144 | } |
| 97 | 145 | }, |
| 98 | 146 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 99 | 147 | "license": [ |
| @@ -125,13 +173,56 @@ | ||
| 125 | 173 | "xml" |
| 126 | 174 | ], |
| 127 | 175 | "support": { |
| 128 | 176 | "issues": "https:\/\/github.com\/Masterminds\/html5-php\/issues", |
| 129 | - "source": "https:\/\/github.com\/Masterminds\/html5-php\/tree\/2.9.0" | |
| 177 | + "source": "https:\/\/github.com\/Masterminds\/html5-php\/tree\/2.11.0" | |
| 130 | 178 | }, |
| 131 | 179 | "install-path": "..\/masterminds\/html5" |
| 132 | 180 | }, |
| 133 | 181 | { |
| 182 | + "name": "nabasa\/vp-wp", | |
| 183 | + "version": "v0.3.2", | |
| 184 | + "version_normalized": "0.3.2.0", | |
| 185 | + "source": { | |
| 186 | + "type": "git", | |
| 187 | + "url": "https:\/\/github.com\/nabasa-dev\/vp-wp.git", | |
| 188 | + "reference": "6bac3a284c43206075c0c833e35f35d2aeda3e92" | |
| 189 | + }, | |
| 190 | + "dist": { | |
| 191 | + "type": "zip", | |
| 192 | + "url": "https:\/\/api.github.com\/repos\/nabasa-dev\/vp-wp\/zipball\/6bac3a284c43206075c0c833e35f35d2aeda3e92", | |
| 193 | + "reference": "6bac3a284c43206075c0c833e35f35d2aeda3e92", | |
| 194 | + "shasum": "" | |
| 195 | + }, | |
| 196 | + "require": { | |
| 197 | + "php": ">=7.4" | |
| 198 | + }, | |
| 199 | + "time": "2026-06-05T16:36:35+00:00", | |
| 200 | + "type": "library", | |
| 201 | + "installation-source": "dist", | |
| 202 | + "autoload": { | |
| 203 | + "files": [ | |
| 204 | + "vp-wp.php" | |
| 205 | + ] | |
| 206 | + }, | |
| 207 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 208 | + "license": [ | |
| 209 | + "MIT" | |
| 210 | + ], | |
| 211 | + "description": "WordPress integration for Vite+.", | |
| 212 | + "homepage": "https:\/\/github.com\/nabasa-dev\/vp-wp", | |
| 213 | + "keywords": [ | |
| 214 | + "vite", | |
| 215 | + "vite-plus", | |
| 216 | + "wordpress" | |
| 217 | + ], | |
| 218 | + "support": { | |
| 219 | + "issues": "https:\/\/github.com\/nabasa-dev\/vp-wp\/issues", | |
| 220 | + "source": "https:\/\/github.com\/nabasa-dev\/vp-wp" | |
| 221 | + }, | |
| 222 | + "install-path": "..\/nabasa\/vp-wp" | |
| 223 | + }, | |
| 224 | + { | |
| 134 | 225 | "name": "paragonie\/random_compat", |
| 135 | 226 | "version": "v9.99.100", |
| 136 | 227 | "version_normalized": "9.99.100.0", |
| 137 | 228 | "source": { |
| @@ -205,9 +296,9 @@ | ||
| 205 | 296 | "type": "library", |
| 206 | 297 | "installation-source": "dist", |
| 207 | 298 | "autoload": { |
| 208 | 299 | "psr-4": { |
| 209 | - "WindPressPackages\\Psr\\Container\\": "src\/" | |
| 300 | + "WindPressDeps\\Psr\\Container\\": "src\/" | |
| 210 | 301 | } |
| 211 | 302 | }, |
| 212 | 303 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 213 | 304 | "license": [ |
| @@ -234,37 +325,41 @@ | ||
| 234 | 325 | }, |
| 235 | 326 | "install-path": "..\/psr\/container" |
| 236 | 327 | }, |
| 237 | 328 | { |
| 238 | - "name": "rosua\/leak", | |
| 239 | - "version": "dev-master", | |
| 240 | - "version_normalized": "dev-master", | |
| 329 | + "name": "symfony\/deprecation-contracts", | |
| 330 | + "version": "v2.5.4", | |
| 331 | + "version_normalized": "2.5.4.0", | |
| 241 | 332 | "source": { |
| 242 | 333 | "type": "git", |
| 243 | - "url": "https:\/\/github.com\/orgrosua\/leak.git", | |
| 244 | - "reference": "9c51100104576803a9ee90e90876a1144a926006" | |
| 334 | + "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git", | |
| 335 | + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" | |
| 245 | 336 | }, |
| 246 | 337 | "dist": { |
| 247 | 338 | "type": "zip", |
| 248 | - "url": "https:\/\/api.github.com\/repos\/orgrosua\/leak\/zipball\/9c51100104576803a9ee90e90876a1144a926006", | |
| 249 | - "reference": "9c51100104576803a9ee90e90876a1144a926006", | |
| 339 | + "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/605389f2a7e5625f273b53960dc46aeaf9c62918", | |
| 340 | + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", | |
| 250 | 341 | "shasum": "" |
| 251 | 342 | }, |
| 252 | - "require-dev": { | |
| 253 | - "rector\/rector": "^0.14.5", | |
| 254 | - "symplify\/easy-coding-standard": "^11.1" | |
| 343 | + "require": { | |
| 344 | + "php": ">=7.1" | |
| 255 | 345 | }, |
| 256 | - "time": "2022-12-23T03:11:22+00:00", | |
| 257 | - "default-branch": true, | |
| 346 | + "time": "2024-09-25T14:11:13+00:00", | |
| 258 | 347 | "type": "library", |
| 259 | - "installation-source": "source", | |
| 348 | + "extra": { | |
| 349 | + "thanks": { | |
| 350 | + "url": "https:\/\/github.com\/symfony\/contracts", | |
| 351 | + "name": "symfony\/contracts" | |
| 352 | + }, | |
| 353 | + "branch-alias": { | |
| 354 | + "dev-main": "2.5-dev" | |
| 355 | + } | |
| 356 | + }, | |
| 357 | + "installation-source": "dist", | |
| 260 | 358 | "autoload": { |
| 261 | 359 | "files": [ |
| 262 | - "src\/functions.php" | |
| 263 | - ], | |
| 264 | - "psr-4": { | |
| 265 | - "WindPressPackages\\Rosua\\Leak\\": "src\/" | |
| 266 | - } | |
| 360 | + "function.php" | |
| 361 | + ] | |
| 267 | 362 | }, |
| 268 | 363 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 269 | 364 | "license": [ |
| 270 | 365 | "MIT" |
| @@ -270,52 +365,70 @@ | ||
| 270 | 365 | "MIT" |
| 271 | 366 | ], |
| 272 | 367 | "authors": [ |
| 273 | 368 | { |
| 274 | - "name": "Rosua", | |
| 275 | - "email": "id@rosua.org" | |
| 369 | + "name": "Nicolas Grekas", | |
| 370 | + "email": "p@tchwork.com" | |
| 371 | + }, | |
| 372 | + { | |
| 373 | + "name": "Symfony Community", | |
| 374 | + "homepage": "https:\/\/symfony.com\/contributors" | |
| 276 | 375 | } |
| 277 | 376 | ], |
| 278 | - "description": "a ReflectionClass wrapper to leak an encapsulated class", | |
| 377 | + "description": "A generic function and convention to trigger deprecation notices", | |
| 378 | + "homepage": "https:\/\/symfony.com", | |
| 279 | 379 | "support": { |
| 280 | - "issues": "https:\/\/github.com\/orgrosua\/leak\/issues", | |
| 281 | - "source": "https:\/\/github.com\/orgrosua\/leak\/tree\/master" | |
| 380 | + "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v2.5.4" | |
| 282 | 381 | }, |
| 283 | - "install-path": "..\/rosua\/leak" | |
| 382 | + "funding": [ | |
| 383 | + { | |
| 384 | + "url": "https:\/\/symfony.com\/sponsor", | |
| 385 | + "type": "custom" | |
| 386 | + }, | |
| 387 | + { | |
| 388 | + "url": "https:\/\/github.com\/fabpot", | |
| 389 | + "type": "github" | |
| 390 | + }, | |
| 391 | + { | |
| 392 | + "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", | |
| 393 | + "type": "tidelift" | |
| 394 | + } | |
| 395 | + ], | |
| 396 | + "install-path": "..\/symfony\/deprecation-contracts" | |
| 284 | 397 | }, |
| 285 | 398 | { |
| 286 | - "name": "symfony\/deprecation-contracts", | |
| 287 | - "version": "v2.5.3", | |
| 288 | - "version_normalized": "2.5.3.0", | |
| 399 | + "name": "symfony\/filesystem", | |
| 400 | + "version": "v5.4.45", | |
| 401 | + "version_normalized": "5.4.45.0", | |
| 289 | 402 | "source": { |
| 290 | 403 | "type": "git", |
| 291 | - "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git", | |
| 292 | - "reference": "80d075412b557d41002320b96a096ca65aa2c98d" | |
| 404 | + "url": "https:\/\/github.com\/symfony\/filesystem.git", | |
| 405 | + "reference": "57c8294ed37d4a055b77057827c67f9558c95c54" | |
| 293 | 406 | }, |
| 294 | 407 | "dist": { |
| 295 | 408 | "type": "zip", |
| 296 | - "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/80d075412b557d41002320b96a096ca65aa2c98d", | |
| 297 | - "reference": "80d075412b557d41002320b96a096ca65aa2c98d", | |
| 409 | + "url": "https:\/\/api.github.com\/repos\/symfony\/filesystem\/zipball\/57c8294ed37d4a055b77057827c67f9558c95c54", | |
| 410 | + "reference": "57c8294ed37d4a055b77057827c67f9558c95c54", | |
| 298 | 411 | "shasum": "" |
| 299 | 412 | }, |
| 300 | 413 | "require": { |
| 301 | - "php": ">=7.1" | |
| 414 | + "php": ">=7.2.5", | |
| 415 | + "symfony\/polyfill-ctype": "~1.8", | |
| 416 | + "symfony\/polyfill-mbstring": "~1.8", | |
| 417 | + "symfony\/polyfill-php80": "^1.16" | |
| 302 | 418 | }, |
| 303 | - "time": "2023-01-24T14:02:46+00:00", | |
| 419 | + "require-dev": { | |
| 420 | + "symfony\/process": "^5.4|^6.4" | |
| 421 | + }, | |
| 422 | + "time": "2024-10-22T13:05:35+00:00", | |
| 304 | 423 | "type": "library", |
| 305 | - "extra": { | |
| 306 | - "branch-alias": { | |
| 307 | - "dev-main": "2.5-dev" | |
| 308 | - }, | |
| 309 | - "thanks": { | |
| 310 | - "name": "symfony\/contracts", | |
| 311 | - "url": "https:\/\/github.com\/symfony\/contracts" | |
| 312 | - } | |
| 313 | - }, | |
| 314 | 424 | "installation-source": "dist", |
| 315 | 425 | "autoload": { |
| 316 | - "files": [ | |
| 317 | - "function.php" | |
| 426 | + "psr-4": { | |
| 427 | + "WindPressDeps\\Symfony\\Component\\Filesystem\\": "" | |
| 428 | + }, | |
| 429 | + "exclude-from-classmap": [ | |
| 430 | + "\/Tests\/" | |
| 318 | 431 | ] |
| 319 | 432 | }, |
| 320 | 433 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 321 | 434 | "license": [ |
| @@ -322,10 +435,10 @@ | ||
| 322 | 435 | "MIT" |
| 323 | 436 | ], |
| 324 | 437 | "authors": [ |
| 325 | 438 | { |
| 326 | - "name": "Nicolas Grekas", | |
| 327 | - "email": "p@tchwork.com" | |
| 439 | + "name": "Fabien Potencier", | |
| 440 | + "email": "fabien@symfony.com" | |
| 328 | 441 | }, |
| 329 | 442 | { |
| 330 | 443 | "name": "Symfony Community", |
| 331 | 444 | "homepage": "https:\/\/symfony.com\/contributors" |
| @@ -330,12 +443,12 @@ | ||
| 330 | 443 | "name": "Symfony Community", |
| 331 | 444 | "homepage": "https:\/\/symfony.com\/contributors" |
| 332 | 445 | } |
| 333 | 446 | ], |
| 334 | - "description": "A generic function and convention to trigger deprecation notices", | |
| 447 | + "description": "Provides basic utilities for the filesystem", | |
| 335 | 448 | "homepage": "https:\/\/symfony.com", |
| 336 | 449 | "support": { |
| 337 | - "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v2.5.3" | |
| 450 | + "source": "https:\/\/github.com\/symfony\/filesystem\/tree\/v5.4.45" | |
| 338 | 451 | }, |
| 339 | 452 | "funding": [ |
| 340 | 453 | { |
| 341 | 454 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -349,23 +462,23 @@ | ||
| 349 | 462 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 350 | 463 | "type": "tidelift" |
| 351 | 464 | } |
| 352 | 465 | ], |
| 353 | - "install-path": "..\/symfony\/deprecation-contracts" | |
| 466 | + "install-path": "..\/symfony\/filesystem" | |
| 354 | 467 | }, |
| 355 | 468 | { |
| 356 | 469 | "name": "symfony\/finder", |
| 357 | - "version": "v5.4.42", | |
| 358 | - "version_normalized": "5.4.42.0", | |
| 470 | + "version": "v5.4.45", | |
| 471 | + "version_normalized": "5.4.45.0", | |
| 359 | 472 | "source": { |
| 360 | 473 | "type": "git", |
| 361 | 474 | "url": "https:\/\/github.com\/symfony\/finder.git", |
| 362 | - "reference": "0724c51fa067b198e36506d2864e09a52180998a" | |
| 475 | + "reference": "63741784cd7b9967975eec610b256eed3ede022b" | |
| 363 | 476 | }, |
| 364 | 477 | "dist": { |
| 365 | 478 | "type": "zip", |
| 366 | - "url": "https:\/\/api.github.com\/repos\/symfony\/finder\/zipball\/0724c51fa067b198e36506d2864e09a52180998a", | |
| 367 | - "reference": "0724c51fa067b198e36506d2864e09a52180998a", | |
| 479 | + "url": "https:\/\/api.github.com\/repos\/symfony\/finder\/zipball\/63741784cd7b9967975eec610b256eed3ede022b", | |
| 480 | + "reference": "63741784cd7b9967975eec610b256eed3ede022b", | |
| 368 | 481 | "shasum": "" |
| 369 | 482 | }, |
| 370 | 483 | "require": { |
| 371 | 484 | "php": ">=7.2.5", |
| @@ -371,14 +484,14 @@ | ||
| 371 | 484 | "php": ">=7.2.5", |
| 372 | 485 | "symfony\/deprecation-contracts": "^2.1|^3", |
| 373 | 486 | "symfony\/polyfill-php80": "^1.16" |
| 374 | 487 | }, |
| 375 | - "time": "2024-07-22T08:53:29+00:00", | |
| 488 | + "time": "2024-09-28T13:32:08+00:00", | |
| 376 | 489 | "type": "library", |
| 377 | 490 | "installation-source": "dist", |
| 378 | 491 | "autoload": { |
| 379 | 492 | "psr-4": { |
| 380 | - "WindPressPackages\\Symfony\\Component\\Finder\\": "" | |
| 493 | + "WindPressDeps\\Symfony\\Component\\Finder\\": "" | |
| 381 | 494 | }, |
| 382 | 495 | "exclude-from-classmap": [ |
| 383 | 496 | "\/Tests\/" |
| 384 | 497 | ] |
| @@ -399,9 +512,9 @@ | ||
| 399 | 512 | ], |
| 400 | 513 | "description": "Finds files and directories via an intuitive fluent interface", |
| 401 | 514 | "homepage": "https:\/\/symfony.com", |
| 402 | 515 | "support": { |
| 403 | - "source": "https:\/\/github.com\/symfony\/finder\/tree\/v5.4.42" | |
| 516 | + "source": "https:\/\/github.com\/symfony\/finder\/tree\/v5.4.45" | |
| 404 | 517 | }, |
| 405 | 518 | "funding": [ |
| 406 | 519 | { |
| 407 | 520 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -419,23 +532,23 @@ | ||
| 419 | 532 | "install-path": "..\/symfony\/finder" |
| 420 | 533 | }, |
| 421 | 534 | { |
| 422 | 535 | "name": "symfony\/polyfill-ctype", |
| 423 | - "version": "v1.30.0", | |
| 424 | - "version_normalized": "1.30.0.0", | |
| 536 | + "version": "v1.37.0", | |
| 537 | + "version_normalized": "1.37.0.0", | |
| 425 | 538 | "source": { |
| 426 | 539 | "type": "git", |
| 427 | 540 | "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git", |
| 428 | - "reference": "0424dff1c58f028c451efff2045f5d92410bd540" | |
| 541 | + "reference": "141046a8f9477948ff284fa65be2095baafb94f2" | |
| 429 | 542 | }, |
| 430 | 543 | "dist": { |
| 431 | 544 | "type": "zip", |
| 432 | - "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/0424dff1c58f028c451efff2045f5d92410bd540", | |
| 433 | - "reference": "0424dff1c58f028c451efff2045f5d92410bd540", | |
| 545 | + "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/141046a8f9477948ff284fa65be2095baafb94f2", | |
| 546 | + "reference": "141046a8f9477948ff284fa65be2095baafb94f2", | |
| 434 | 547 | "shasum": "" |
| 435 | 548 | }, |
| 436 | 549 | "require": { |
| 437 | - "php": ">=7.1" | |
| 550 | + "php": ">=7.2" | |
| 438 | 551 | }, |
| 439 | 552 | "provide": { |
| 440 | 553 | "ext-ctype": "*" |
| 441 | 554 | }, |
| @@ -441,14 +554,14 @@ | ||
| 441 | 554 | }, |
| 442 | 555 | "suggest": { |
| 443 | 556 | "ext-ctype": "For best performance" |
| 444 | 557 | }, |
| 445 | - "time": "2024-05-31T15:07:36+00:00", | |
| 558 | + "time": "2026-04-10T16:19:22+00:00", | |
| 446 | 559 | "type": "library", |
| 447 | 560 | "extra": { |
| 448 | 561 | "thanks": { |
| 449 | - "name": "symfony\/polyfill", | |
| 450 | - "url": "https:\/\/github.com\/symfony\/polyfill" | |
| 562 | + "url": "https:\/\/github.com\/symfony\/polyfill", | |
| 563 | + "name": "symfony\/polyfill" | |
| 451 | 564 | } |
| 452 | 565 | }, |
| 453 | 566 | "installation-source": "dist", |
| 454 | 567 | "autoload": { |
| @@ -481,9 +594,9 @@ | ||
| 481 | 594 | "polyfill", |
| 482 | 595 | "portable" |
| 483 | 596 | ], |
| 484 | 597 | "support": { |
| 485 | - "source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.30.0" | |
| 598 | + "source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.37.0" | |
| 486 | 599 | }, |
| 487 | 600 | "funding": [ |
| 488 | 601 | { |
| 489 | 602 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -493,8 +606,12 @@ | ||
| 493 | 606 | "url": "https:\/\/github.com\/fabpot", |
| 494 | 607 | "type": "github" |
| 495 | 608 | }, |
| 496 | 609 | { |
| 610 | + "url": "https:\/\/github.com\/nicolas-grekas", | |
| 611 | + "type": "github" | |
| 612 | + }, | |
| 613 | + { | |
| 497 | 614 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 498 | 615 | "type": "tidelift" |
| 499 | 616 | } |
| 500 | 617 | ], |
| @@ -501,33 +618,33 @@ | ||
| 501 | 618 | "install-path": "..\/symfony\/polyfill-ctype" |
| 502 | 619 | }, |
| 503 | 620 | { |
| 504 | 621 | "name": "symfony\/polyfill-intl-grapheme", |
| 505 | - "version": "v1.30.0", | |
| 506 | - "version_normalized": "1.30.0.0", | |
| 622 | + "version": "v1.41.0", | |
| 623 | + "version_normalized": "1.41.0.0", | |
| 507 | 624 | "source": { |
| 508 | 625 | "type": "git", |
| 509 | 626 | "url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git", |
| 510 | - "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a" | |
| 627 | + "reference": "bb899c1db0aa8127dc3afe8cda4a67eb24915f8d" | |
| 511 | 628 | }, |
| 512 | 629 | "dist": { |
| 513 | 630 | "type": "zip", |
| 514 | - "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/64647a7c30b2283f5d49b874d84a18fc22054b7a", | |
| 515 | - "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a", | |
| 631 | + "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/bb899c1db0aa8127dc3afe8cda4a67eb24915f8d", | |
| 632 | + "reference": "bb899c1db0aa8127dc3afe8cda4a67eb24915f8d", | |
| 516 | 633 | "shasum": "" |
| 517 | 634 | }, |
| 518 | 635 | "require": { |
| 519 | - "php": ">=7.1" | |
| 636 | + "php": ">=7.2" | |
| 520 | 637 | }, |
| 521 | 638 | "suggest": { |
| 522 | 639 | "ext-intl": "For best performance" |
| 523 | 640 | }, |
| 524 | - "time": "2024-05-31T15:07:36+00:00", | |
| 641 | + "time": "2026-07-28T08:25:59+00:00", | |
| 525 | 642 | "type": "library", |
| 526 | 643 | "extra": { |
| 527 | 644 | "thanks": { |
| 528 | - "name": "symfony\/polyfill", | |
| 529 | - "url": "https:\/\/github.com\/symfony\/polyfill" | |
| 645 | + "url": "https:\/\/github.com\/symfony\/polyfill", | |
| 646 | + "name": "symfony\/polyfill" | |
| 530 | 647 | } |
| 531 | 648 | }, |
| 532 | 649 | "installation-source": "dist", |
| 533 | 650 | "autoload": { |
| @@ -562,9 +679,9 @@ | ||
| 562 | 679 | "portable", |
| 563 | 680 | "shim" |
| 564 | 681 | ], |
| 565 | 682 | "support": { |
| 566 | - "source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.30.0" | |
| 683 | + "source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.41.0" | |
| 567 | 684 | }, |
| 568 | 685 | "funding": [ |
| 569 | 686 | { |
| 570 | 687 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -574,8 +691,12 @@ | ||
| 574 | 691 | "url": "https:\/\/github.com\/fabpot", |
| 575 | 692 | "type": "github" |
| 576 | 693 | }, |
| 577 | 694 | { |
| 695 | + "url": "https:\/\/github.com\/nicolas-grekas", | |
| 696 | + "type": "github" | |
| 697 | + }, | |
| 698 | + { | |
| 578 | 699 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 579 | 700 | "type": "tidelift" |
| 580 | 701 | } |
| 581 | 702 | ], |
| @@ -582,33 +703,33 @@ | ||
| 582 | 703 | "install-path": "..\/symfony\/polyfill-intl-grapheme" |
| 583 | 704 | }, |
| 584 | 705 | { |
| 585 | 706 | "name": "symfony\/polyfill-intl-normalizer", |
| 586 | - "version": "v1.30.0", | |
| 587 | - "version_normalized": "1.30.0.0", | |
| 707 | + "version": "v1.42.0", | |
| 708 | + "version_normalized": "1.42.0.0", | |
| 588 | 709 | "source": { |
| 589 | 710 | "type": "git", |
| 590 | 711 | "url": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer.git", |
| 591 | - "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" | |
| 712 | + "reference": "aa20edea75bd9c48cfecc8360922e5a6e5c44502" | |
| 592 | 713 | }, |
| 593 | 714 | "dist": { |
| 594 | 715 | "type": "zip", |
| 595 | - "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-normalizer\/zipball\/a95281b0be0d9ab48050ebd988b967875cdb9fdb", | |
| 596 | - "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", | |
| 716 | + "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-normalizer\/zipball\/aa20edea75bd9c48cfecc8360922e5a6e5c44502", | |
| 717 | + "reference": "aa20edea75bd9c48cfecc8360922e5a6e5c44502", | |
| 597 | 718 | "shasum": "" |
| 598 | 719 | }, |
| 599 | 720 | "require": { |
| 600 | - "php": ">=7.1" | |
| 721 | + "php": ">=7.2" | |
| 601 | 722 | }, |
| 602 | 723 | "suggest": { |
| 603 | 724 | "ext-intl": "For best performance" |
| 604 | 725 | }, |
| 605 | - "time": "2024-05-31T15:07:36+00:00", | |
| 726 | + "time": "2026-08-07T06:33:24+00:00", | |
| 606 | 727 | "type": "library", |
| 607 | 728 | "extra": { |
| 608 | 729 | "thanks": { |
| 609 | - "name": "symfony\/polyfill", | |
| 610 | - "url": "https:\/\/github.com\/symfony\/polyfill" | |
| 730 | + "url": "https:\/\/github.com\/symfony\/polyfill", | |
| 731 | + "name": "symfony\/polyfill" | |
| 611 | 732 | } |
| 612 | 733 | }, |
| 613 | 734 | "installation-source": "dist", |
| 614 | 735 | "autoload": { |
| @@ -646,9 +767,9 @@ | ||
| 646 | 767 | "portable", |
| 647 | 768 | "shim" |
| 648 | 769 | ], |
| 649 | 770 | "support": { |
| 650 | - "source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.30.0" | |
| 771 | + "source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.42.0" | |
| 651 | 772 | }, |
| 652 | 773 | "funding": [ |
| 653 | 774 | { |
| 654 | 775 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -658,8 +779,12 @@ | ||
| 658 | 779 | "url": "https:\/\/github.com\/fabpot", |
| 659 | 780 | "type": "github" |
| 660 | 781 | }, |
| 661 | 782 | { |
| 783 | + "url": "https:\/\/github.com\/nicolas-grekas", | |
| 784 | + "type": "github" | |
| 785 | + }, | |
| 786 | + { | |
| 662 | 787 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 663 | 788 | "type": "tidelift" |
| 664 | 789 | } |
| 665 | 790 | ], |
| @@ -666,23 +791,24 @@ | ||
| 666 | 791 | "install-path": "..\/symfony\/polyfill-intl-normalizer" |
| 667 | 792 | }, |
| 668 | 793 | { |
| 669 | 794 | "name": "symfony\/polyfill-mbstring", |
| 670 | - "version": "v1.30.0", | |
| 671 | - "version_normalized": "1.30.0.0", | |
| 795 | + "version": "v1.38.2", | |
| 796 | + "version_normalized": "1.38.2.0", | |
| 672 | 797 | "source": { |
| 673 | 798 | "type": "git", |
| 674 | 799 | "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git", |
| 675 | - "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" | |
| 800 | + "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6" | |
| 676 | 801 | }, |
| 677 | 802 | "dist": { |
| 678 | 803 | "type": "zip", |
| 679 | - "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/fd22ab50000ef01661e2a31d850ebaa297f8e03c", | |
| 680 | - "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", | |
| 804 | + "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6", | |
| 805 | + "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6", | |
| 681 | 806 | "shasum": "" |
| 682 | 807 | }, |
| 683 | 808 | "require": { |
| 684 | - "php": ">=7.1" | |
| 809 | + "ext-iconv": "*", | |
| 810 | + "php": ">=7.2" | |
| 685 | 811 | }, |
| 686 | 812 | "provide": { |
| 687 | 813 | "ext-mbstring": "*" |
| 688 | 814 | }, |
| @@ -688,14 +814,14 @@ | ||
| 688 | 814 | }, |
| 689 | 815 | "suggest": { |
| 690 | 816 | "ext-mbstring": "For best performance" |
| 691 | 817 | }, |
| 692 | - "time": "2024-06-19T12:30:46+00:00", | |
| 818 | + "time": "2026-05-27T06:59:30+00:00", | |
| 693 | 819 | "type": "library", |
| 694 | 820 | "extra": { |
| 695 | 821 | "thanks": { |
| 696 | - "name": "symfony\/polyfill", | |
| 697 | - "url": "https:\/\/github.com\/symfony\/polyfill" | |
| 822 | + "url": "https:\/\/github.com\/symfony\/polyfill", | |
| 823 | + "name": "symfony\/polyfill" | |
| 698 | 824 | } |
| 699 | 825 | }, |
| 700 | 826 | "installation-source": "dist", |
| 701 | 827 | "autoload": { |
| @@ -729,9 +855,9 @@ | ||
| 729 | 855 | "portable", |
| 730 | 856 | "shim" |
| 731 | 857 | ], |
| 732 | 858 | "support": { |
| 733 | - "source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.30.0" | |
| 859 | + "source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.38.2" | |
| 734 | 860 | }, |
| 735 | 861 | "funding": [ |
| 736 | 862 | { |
| 737 | 863 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -741,8 +867,12 @@ | ||
| 741 | 867 | "url": "https:\/\/github.com\/fabpot", |
| 742 | 868 | "type": "github" |
| 743 | 869 | }, |
| 744 | 870 | { |
| 871 | + "url": "https:\/\/github.com\/nicolas-grekas", | |
| 872 | + "type": "github" | |
| 873 | + }, | |
| 874 | + { | |
| 745 | 875 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 746 | 876 | "type": "tidelift" |
| 747 | 877 | } |
| 748 | 878 | ], |
| @@ -749,30 +879,30 @@ | ||
| 749 | 879 | "install-path": "..\/symfony\/polyfill-mbstring" |
| 750 | 880 | }, |
| 751 | 881 | { |
| 752 | 882 | "name": "symfony\/polyfill-php80", |
| 753 | - "version": "v1.30.0", | |
| 754 | - "version_normalized": "1.30.0.0", | |
| 883 | + "version": "v1.37.0", | |
| 884 | + "version_normalized": "1.37.0.0", | |
| 755 | 885 | "source": { |
| 756 | 886 | "type": "git", |
| 757 | 887 | "url": "https:\/\/github.com\/symfony\/polyfill-php80.git", |
| 758 | - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" | |
| 888 | + "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411" | |
| 759 | 889 | }, |
| 760 | 890 | "dist": { |
| 761 | 891 | "type": "zip", |
| 762 | - "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/77fa7995ac1b21ab60769b7323d600a991a90433", | |
| 763 | - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", | |
| 892 | + "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/dfb55726c3a76ea3b6459fcfda1ec2d80a682411", | |
| 893 | + "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411", | |
| 764 | 894 | "shasum": "" |
| 765 | 895 | }, |
| 766 | 896 | "require": { |
| 767 | - "php": ">=7.1" | |
| 897 | + "php": ">=7.2" | |
| 768 | 898 | }, |
| 769 | - "time": "2024-05-31T15:07:36+00:00", | |
| 899 | + "time": "2026-04-10T16:19:22+00:00", | |
| 770 | 900 | "type": "library", |
| 771 | 901 | "extra": { |
| 772 | 902 | "thanks": { |
| 773 | - "name": "symfony\/polyfill", | |
| 774 | - "url": "https:\/\/github.com\/symfony\/polyfill" | |
| 903 | + "url": "https:\/\/github.com\/symfony\/polyfill", | |
| 904 | + "name": "symfony\/polyfill" | |
| 775 | 905 | } |
| 776 | 906 | }, |
| 777 | 907 | "installation-source": "dist", |
| 778 | 908 | "autoload": { |
| @@ -812,9 +942,9 @@ | ||
| 812 | 942 | "portable", |
| 813 | 943 | "shim" |
| 814 | 944 | ], |
| 815 | 945 | "support": { |
| 816 | - "source": "https:\/\/github.com\/symfony\/polyfill-php80\/tree\/v1.30.0" | |
| 946 | + "source": "https:\/\/github.com\/symfony\/polyfill-php80\/tree\/v1.37.0" | |
| 817 | 947 | }, |
| 818 | 948 | "funding": [ |
| 819 | 949 | { |
| 820 | 950 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -824,8 +954,12 @@ | ||
| 824 | 954 | "url": "https:\/\/github.com\/fabpot", |
| 825 | 955 | "type": "github" |
| 826 | 956 | }, |
| 827 | 957 | { |
| 958 | + "url": "https:\/\/github.com\/nicolas-grekas", | |
| 959 | + "type": "github" | |
| 960 | + }, | |
| 961 | + { | |
| 828 | 962 | "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", |
| 829 | 963 | "type": "tidelift" |
| 830 | 964 | } |
| 831 | 965 | ], |
| @@ -832,19 +966,19 @@ | ||
| 832 | 966 | "install-path": "..\/symfony\/polyfill-php80" |
| 833 | 967 | }, |
| 834 | 968 | { |
| 835 | 969 | "name": "symfony\/property-access", |
| 836 | - "version": "v5.4.40", | |
| 837 | - "version_normalized": "5.4.40.0", | |
| 970 | + "version": "v5.4.45", | |
| 971 | + "version_normalized": "5.4.45.0", | |
| 838 | 972 | "source": { |
| 839 | 973 | "type": "git", |
| 840 | 974 | "url": "https:\/\/github.com\/symfony\/property-access.git", |
| 841 | - "reference": "6e4834145c2231b34eafabe440aaac478a95b456" | |
| 975 | + "reference": "111e7ed617509f1a9139686055d234aad6e388e0" | |
| 842 | 976 | }, |
| 843 | 977 | "dist": { |
| 844 | 978 | "type": "zip", |
| 845 | - "url": "https:\/\/api.github.com\/repos\/symfony\/property-access\/zipball\/6e4834145c2231b34eafabe440aaac478a95b456", | |
| 846 | - "reference": "6e4834145c2231b34eafabe440aaac478a95b456", | |
| 979 | + "url": "https:\/\/api.github.com\/repos\/symfony\/property-access\/zipball\/111e7ed617509f1a9139686055d234aad6e388e0", | |
| 980 | + "reference": "111e7ed617509f1a9139686055d234aad6e388e0", | |
| 847 | 981 | "shasum": "" |
| 848 | 982 | }, |
| 849 | 983 | "require": { |
| 850 | 984 | "php": ">=7.2.5", |
| @@ -857,14 +991,14 @@ | ||
| 857 | 991 | }, |
| 858 | 992 | "suggest": { |
| 859 | 993 | "psr\/cache-implementation": "To cache access methods." |
| 860 | 994 | }, |
| 861 | - "time": "2024-05-31T14:33:22+00:00", | |
| 995 | + "time": "2024-09-25T14:11:13+00:00", | |
| 862 | 996 | "type": "library", |
| 863 | 997 | "installation-source": "dist", |
| 864 | 998 | "autoload": { |
| 865 | 999 | "psr-4": { |
| 866 | - "WindPressPackages\\Symfony\\Component\\PropertyAccess\\": "" | |
| 1000 | + "WindPressDeps\\Symfony\\Component\\PropertyAccess\\": "" | |
| 867 | 1001 | }, |
| 868 | 1002 | "exclude-from-classmap": [ |
| 869 | 1003 | "\/Tests\/" |
| 870 | 1004 | ] |
| @@ -896,9 +1030,9 @@ | ||
| 896 | 1030 | "property-path", |
| 897 | 1031 | "reflection" |
| 898 | 1032 | ], |
| 899 | 1033 | "support": { |
| 900 | - "source": "https:\/\/github.com\/symfony\/property-access\/tree\/v5.4.40" | |
| 1034 | + "source": "https:\/\/github.com\/symfony\/property-access\/tree\/v5.4.45" | |
| 901 | 1035 | }, |
| 902 | 1036 | "funding": [ |
| 903 | 1037 | { |
| 904 | 1038 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -916,19 +1050,19 @@ | ||
| 916 | 1050 | "install-path": "..\/symfony\/property-access" |
| 917 | 1051 | }, |
| 918 | 1052 | { |
| 919 | 1053 | "name": "symfony\/property-info", |
| 920 | - "version": "v5.4.42", | |
| 921 | - "version_normalized": "5.4.42.0", | |
| 1054 | + "version": "v5.4.48", | |
| 1055 | + "version_normalized": "5.4.48.0", | |
| 922 | 1056 | "source": { |
| 923 | 1057 | "type": "git", |
| 924 | 1058 | "url": "https:\/\/github.com\/symfony\/property-info.git", |
| 925 | - "reference": "825aa937f6e8cd63dcc118d0af84d7d4979cddf4" | |
| 1059 | + "reference": "a0396295ad585f95fccd690bc6a281e5bd303902" | |
| 926 | 1060 | }, |
| 927 | 1061 | "dist": { |
| 928 | 1062 | "type": "zip", |
| 929 | - "url": "https:\/\/api.github.com\/repos\/symfony\/property-info\/zipball\/825aa937f6e8cd63dcc118d0af84d7d4979cddf4", | |
| 930 | - "reference": "825aa937f6e8cd63dcc118d0af84d7d4979cddf4", | |
| 1063 | + "url": "https:\/\/api.github.com\/repos\/symfony\/property-info\/zipball\/a0396295ad585f95fccd690bc6a281e5bd303902", | |
| 1064 | + "reference": "a0396295ad585f95fccd690bc6a281e5bd303902", | |
| 931 | 1065 | "shasum": "" |
| 932 | 1066 | }, |
| 933 | 1067 | "require": { |
| 934 | 1068 | "php": ">=7.2.5", |
| @@ -943,9 +1077,9 @@ | ||
| 943 | 1077 | }, |
| 944 | 1078 | "require-dev": { |
| 945 | 1079 | "doctrine\/annotations": "^1.10.4|^2", |
| 946 | 1080 | "phpdocumentor\/reflection-docblock": "^3.0|^4.0|^5.0", |
| 947 | - "phpstan\/phpdoc-parser": "^1.0", | |
| 1081 | + "phpstan\/phpdoc-parser": "^1.0|^2.0", | |
| 948 | 1082 | "symfony\/cache": "^4.4|^5.0|^6.0", |
| 949 | 1083 | "symfony\/dependency-injection": "^4.4|^5.0|^6.0", |
| 950 | 1084 | "symfony\/serializer": "^4.4|^5.0|^6.0" |
| 951 | 1085 | }, |
| @@ -954,14 +1088,14 @@ | ||
| 954 | 1088 | "psr\/cache-implementation": "To cache results", |
| 955 | 1089 | "symfony\/doctrine-bridge": "To use Doctrine metadata", |
| 956 | 1090 | "symfony\/serializer": "To use Serializer metadata" |
| 957 | 1091 | }, |
| 958 | - "time": "2024-07-22T18:03:36+00:00", | |
| 1092 | + "time": "2024-11-25T16:14:41+00:00", | |
| 959 | 1093 | "type": "library", |
| 960 | 1094 | "installation-source": "dist", |
| 961 | 1095 | "autoload": { |
| 962 | 1096 | "psr-4": { |
| 963 | - "WindPressPackages\\Symfony\\Component\\PropertyInfo\\": "" | |
| 1097 | + "WindPressDeps\\Symfony\\Component\\PropertyInfo\\": "" | |
| 964 | 1098 | }, |
| 965 | 1099 | "exclude-from-classmap": [ |
| 966 | 1100 | "\/Tests\/" |
| 967 | 1101 | ] |
| @@ -990,9 +1124,9 @@ | ||
| 990 | 1124 | "type", |
| 991 | 1125 | "validator" |
| 992 | 1126 | ], |
| 993 | 1127 | "support": { |
| 994 | - "source": "https:\/\/github.com\/symfony\/property-info\/tree\/v5.4.42" | |
| 1128 | + "source": "https:\/\/github.com\/symfony\/property-info\/tree\/v5.4.48" | |
| 995 | 1129 | }, |
| 996 | 1130 | "funding": [ |
| 997 | 1131 | { |
| 998 | 1132 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -1010,19 +1144,19 @@ | ||
| 1010 | 1144 | "install-path": "..\/symfony\/property-info" |
| 1011 | 1145 | }, |
| 1012 | 1146 | { |
| 1013 | 1147 | "name": "symfony\/service-contracts", |
| 1014 | - "version": "v2.5.3", | |
| 1015 | - "version_normalized": "2.5.3.0", | |
| 1148 | + "version": "v2.5.4", | |
| 1149 | + "version_normalized": "2.5.4.0", | |
| 1016 | 1150 | "source": { |
| 1017 | 1151 | "type": "git", |
| 1018 | 1152 | "url": "https:\/\/github.com\/symfony\/service-contracts.git", |
| 1019 | - "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3" | |
| 1153 | + "reference": "f37b419f7aea2e9abf10abd261832cace12e3300" | |
| 1020 | 1154 | }, |
| 1021 | 1155 | "dist": { |
| 1022 | 1156 | "type": "zip", |
| 1023 | - "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/a2329596ddc8fd568900e3fc76cba42489ecc7f3", | |
| 1024 | - "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3", | |
| 1157 | + "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/f37b419f7aea2e9abf10abd261832cace12e3300", | |
| 1158 | + "reference": "f37b419f7aea2e9abf10abd261832cace12e3300", | |
| 1025 | 1159 | "shasum": "" |
| 1026 | 1160 | }, |
| 1027 | 1161 | "require": { |
| 1028 | 1162 | "php": ">=7.2.5", |
| @@ -1034,23 +1168,23 @@ | ||
| 1034 | 1168 | }, |
| 1035 | 1169 | "suggest": { |
| 1036 | 1170 | "symfony\/service-implementation": "" |
| 1037 | 1171 | }, |
| 1038 | - "time": "2023-04-21T15:04:16+00:00", | |
| 1172 | + "time": "2024-09-25T14:11:13+00:00", | |
| 1039 | 1173 | "type": "library", |
| 1040 | 1174 | "extra": { |
| 1175 | + "thanks": { | |
| 1176 | + "url": "https:\/\/github.com\/symfony\/contracts", | |
| 1177 | + "name": "symfony\/contracts" | |
| 1178 | + }, | |
| 1041 | 1179 | "branch-alias": { |
| 1042 | 1180 | "dev-main": "2.5-dev" |
| 1043 | - }, | |
| 1044 | - "thanks": { | |
| 1045 | - "name": "symfony\/contracts", | |
| 1046 | - "url": "https:\/\/github.com\/symfony\/contracts" | |
| 1047 | 1181 | } |
| 1048 | 1182 | }, |
| 1049 | 1183 | "installation-source": "dist", |
| 1050 | 1184 | "autoload": { |
| 1051 | 1185 | "psr-4": { |
| 1052 | - "WindPressPackages\\Symfony\\Contracts\\Service\\": "" | |
| 1186 | + "WindPressDeps\\Symfony\\Contracts\\Service\\": "" | |
| 1053 | 1187 | } |
| 1054 | 1188 | }, |
| 1055 | 1189 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 1056 | 1190 | "license": [ |
| @@ -1076,9 +1210,9 @@ | ||
| 1076 | 1210 | "interoperability", |
| 1077 | 1211 | "standards" |
| 1078 | 1212 | ], |
| 1079 | 1213 | "support": { |
| 1080 | - "source": "https:\/\/github.com\/symfony\/service-contracts\/tree\/v2.5.3" | |
| 1214 | + "source": "https:\/\/github.com\/symfony\/service-contracts\/tree\/v2.5.4" | |
| 1081 | 1215 | }, |
| 1082 | 1216 | "funding": [ |
| 1083 | 1217 | { |
| 1084 | 1218 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -1096,19 +1230,19 @@ | ||
| 1096 | 1230 | "install-path": "..\/symfony\/service-contracts" |
| 1097 | 1231 | }, |
| 1098 | 1232 | { |
| 1099 | 1233 | "name": "symfony\/stopwatch", |
| 1100 | - "version": "v5.4.40", | |
| 1101 | - "version_normalized": "5.4.40.0", | |
| 1234 | + "version": "v5.4.45", | |
| 1235 | + "version_normalized": "5.4.45.0", | |
| 1102 | 1236 | "source": { |
| 1103 | 1237 | "type": "git", |
| 1104 | 1238 | "url": "https:\/\/github.com\/symfony\/stopwatch.git", |
| 1105 | - "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625" | |
| 1239 | + "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004" | |
| 1106 | 1240 | }, |
| 1107 | 1241 | "dist": { |
| 1108 | 1242 | "type": "zip", |
| 1109 | - "url": "https:\/\/api.github.com\/repos\/symfony\/stopwatch\/zipball\/0e9daf3b7c805c747638b2cc48f1649e594f9625", | |
| 1110 | - "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625", | |
| 1243 | + "url": "https:\/\/api.github.com\/repos\/symfony\/stopwatch\/zipball\/fb2c199cf302eb207f8c23e7ee174c1c31a5c004", | |
| 1244 | + "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004", | |
| 1111 | 1245 | "shasum": "" |
| 1112 | 1246 | }, |
| 1113 | 1247 | "require": { |
| 1114 | 1248 | "php": ">=7.2.5", |
| @@ -1113,14 +1247,14 @@ | ||
| 1113 | 1247 | "require": { |
| 1114 | 1248 | "php": ">=7.2.5", |
| 1115 | 1249 | "symfony\/service-contracts": "^1|^2|^3" |
| 1116 | 1250 | }, |
| 1117 | - "time": "2024-05-31T14:33:22+00:00", | |
| 1251 | + "time": "2024-09-25T14:11:13+00:00", | |
| 1118 | 1252 | "type": "library", |
| 1119 | 1253 | "installation-source": "dist", |
| 1120 | 1254 | "autoload": { |
| 1121 | 1255 | "psr-4": { |
| 1122 | - "WindPressPackages\\Symfony\\Component\\Stopwatch\\": "" | |
| 1256 | + "WindPressDeps\\Symfony\\Component\\Stopwatch\\": "" | |
| 1123 | 1257 | }, |
| 1124 | 1258 | "exclude-from-classmap": [ |
| 1125 | 1259 | "\/Tests\/" |
| 1126 | 1260 | ] |
| @@ -1141,9 +1275,9 @@ | ||
| 1141 | 1275 | ], |
| 1142 | 1276 | "description": "Provides a way to profile code", |
| 1143 | 1277 | "homepage": "https:\/\/symfony.com", |
| 1144 | 1278 | "support": { |
| 1145 | - "source": "https:\/\/github.com\/symfony\/stopwatch\/tree\/v5.4.40" | |
| 1279 | + "source": "https:\/\/github.com\/symfony\/stopwatch\/tree\/v5.4.45" | |
| 1146 | 1280 | }, |
| 1147 | 1281 | "funding": [ |
| 1148 | 1282 | { |
| 1149 | 1283 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -1161,19 +1295,19 @@ | ||
| 1161 | 1295 | "install-path": "..\/symfony\/stopwatch" |
| 1162 | 1296 | }, |
| 1163 | 1297 | { |
| 1164 | 1298 | "name": "symfony\/string", |
| 1165 | - "version": "v5.4.42", | |
| 1166 | - "version_normalized": "5.4.42.0", | |
| 1299 | + "version": "v5.4.47", | |
| 1300 | + "version_normalized": "5.4.47.0", | |
| 1167 | 1301 | "source": { |
| 1168 | 1302 | "type": "git", |
| 1169 | 1303 | "url": "https:\/\/github.com\/symfony\/string.git", |
| 1170 | - "reference": "909cec913edea162a3b2836788228ad45fcab337" | |
| 1304 | + "reference": "136ca7d72f72b599f2631aca474a4f8e26719799" | |
| 1171 | 1305 | }, |
| 1172 | 1306 | "dist": { |
| 1173 | 1307 | "type": "zip", |
| 1174 | - "url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/909cec913edea162a3b2836788228ad45fcab337", | |
| 1175 | - "reference": "909cec913edea162a3b2836788228ad45fcab337", | |
| 1308 | + "url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/136ca7d72f72b599f2631aca474a4f8e26719799", | |
| 1309 | + "reference": "136ca7d72f72b599f2631aca474a4f8e26719799", | |
| 1176 | 1310 | "shasum": "" |
| 1177 | 1311 | }, |
| 1178 | 1312 | "require": { |
| 1179 | 1313 | "php": ">=7.2.5", |
| @@ -1191,9 +1325,9 @@ | ||
| 1191 | 1325 | "symfony\/http-client": "^4.4|^5.0|^6.0", |
| 1192 | 1326 | "symfony\/translation-contracts": "^1.1|^2", |
| 1193 | 1327 | "symfony\/var-exporter": "^4.4|^5.0|^6.0" |
| 1194 | 1328 | }, |
| 1195 | - "time": "2024-07-20T18:38:32+00:00", | |
| 1329 | + "time": "2024-11-10T20:33:58+00:00", | |
| 1196 | 1330 | "type": "library", |
| 1197 | 1331 | "installation-source": "dist", |
| 1198 | 1332 | "autoload": { |
| 1199 | 1333 | "files": [ |
| @@ -1199,9 +1333,9 @@ | ||
| 1199 | 1333 | "files": [ |
| 1200 | 1334 | "Resources\/functions.php" |
| 1201 | 1335 | ], |
| 1202 | 1336 | "psr-4": { |
| 1203 | - "WindPressPackages\\Symfony\\Component\\String\\": "" | |
| 1337 | + "WindPressDeps\\Symfony\\Component\\String\\": "" | |
| 1204 | 1338 | }, |
| 1205 | 1339 | "exclude-from-classmap": [ |
| 1206 | 1340 | "\/Tests\/" |
| 1207 | 1341 | ] |
| @@ -1230,9 +1364,9 @@ | ||
| 1230 | 1364 | "utf-8", |
| 1231 | 1365 | "utf8" |
| 1232 | 1366 | ], |
| 1233 | 1367 | "support": { |
| 1234 | - "source": "https:\/\/github.com\/symfony\/string\/tree\/v5.4.42" | |
| 1368 | + "source": "https:\/\/github.com\/symfony\/string\/tree\/v5.4.47" | |
| 1235 | 1369 | }, |
| 1236 | 1370 | "funding": [ |
| 1237 | 1371 | { |
| 1238 | 1372 | "url": "https:\/\/symfony.com\/sponsor", |
| @@ -1247,9 +1381,168 @@ | ||
| 1247 | 1381 | "type": "tidelift" |
| 1248 | 1382 | } |
| 1249 | 1383 | ], |
| 1250 | 1384 | "install-path": "..\/symfony\/string" |
| 1385 | + }, | |
| 1386 | + { | |
| 1387 | + "name": "symfony\/yaml", | |
| 1388 | + "version": "v5.4.53", | |
| 1389 | + "version_normalized": "5.4.53.0", | |
| 1390 | + "source": { | |
| 1391 | + "type": "git", | |
| 1392 | + "url": "https:\/\/github.com\/symfony\/yaml.git", | |
| 1393 | + "reference": "ae0bbb46f77ff56591d0a0259c7f458f4b3e1f77" | |
| 1394 | + }, | |
| 1395 | + "dist": { | |
| 1396 | + "type": "zip", | |
| 1397 | + "url": "https:\/\/api.github.com\/repos\/symfony\/yaml\/zipball\/ae0bbb46f77ff56591d0a0259c7f458f4b3e1f77", | |
| 1398 | + "reference": "ae0bbb46f77ff56591d0a0259c7f458f4b3e1f77", | |
| 1399 | + "shasum": "" | |
| 1400 | + }, | |
| 1401 | + "require": { | |
| 1402 | + "php": ">=7.2.5", | |
| 1403 | + "symfony\/deprecation-contracts": "^2.1|^3", | |
| 1404 | + "symfony\/polyfill-ctype": "^1.8" | |
| 1405 | + }, | |
| 1406 | + "conflict": { | |
| 1407 | + "symfony\/console": "<5.3" | |
| 1408 | + }, | |
| 1409 | + "require-dev": { | |
| 1410 | + "symfony\/console": "^5.3|^6.0" | |
| 1411 | + }, | |
| 1412 | + "suggest": { | |
| 1413 | + "symfony\/console": "For validating YAML files using the lint command" | |
| 1414 | + }, | |
| 1415 | + "time": "2026-05-20T17:13:41+00:00", | |
| 1416 | + "bin": [ | |
| 1417 | + "Resources\/bin\/yaml-lint" | |
| 1418 | + ], | |
| 1419 | + "type": "library", | |
| 1420 | + "installation-source": "dist", | |
| 1421 | + "autoload": { | |
| 1422 | + "psr-4": { | |
| 1423 | + "WindPressDeps\\Symfony\\Component\\Yaml\\": "" | |
| 1424 | + }, | |
| 1425 | + "exclude-from-classmap": [ | |
| 1426 | + "\/Tests\/" | |
| 1427 | + ] | |
| 1428 | + }, | |
| 1429 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1430 | + "license": [ | |
| 1431 | + "MIT" | |
| 1432 | + ], | |
| 1433 | + "authors": [ | |
| 1434 | + { | |
| 1435 | + "name": "Fabien Potencier", | |
| 1436 | + "email": "fabien@symfony.com" | |
| 1437 | + }, | |
| 1438 | + { | |
| 1439 | + "name": "Symfony Community", | |
| 1440 | + "homepage": "https:\/\/symfony.com\/contributors" | |
| 1441 | + } | |
| 1442 | + ], | |
| 1443 | + "description": "Loads and dumps YAML files", | |
| 1444 | + "homepage": "https:\/\/symfony.com", | |
| 1445 | + "support": { | |
| 1446 | + "source": "https:\/\/github.com\/symfony\/yaml\/tree\/v5.4.53" | |
| 1447 | + }, | |
| 1448 | + "funding": [ | |
| 1449 | + { | |
| 1450 | + "url": "https:\/\/symfony.com\/sponsor", | |
| 1451 | + "type": "custom" | |
| 1452 | + }, | |
| 1453 | + { | |
| 1454 | + "url": "https:\/\/github.com\/fabpot", | |
| 1455 | + "type": "github" | |
| 1456 | + }, | |
| 1457 | + { | |
| 1458 | + "url": "https:\/\/github.com\/nicolas-grekas", | |
| 1459 | + "type": "github" | |
| 1460 | + }, | |
| 1461 | + { | |
| 1462 | + "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", | |
| 1463 | + "type": "tidelift" | |
| 1464 | + } | |
| 1465 | + ], | |
| 1466 | + "install-path": "..\/symfony\/yaml" | |
| 1467 | + }, | |
| 1468 | + { | |
| 1469 | + "name": "wordpress\/abilities-api", | |
| 1470 | + "version": "v0.4.0", | |
| 1471 | + "version_normalized": "0.4.0.0", | |
| 1472 | + "source": { | |
| 1473 | + "type": "git", | |
| 1474 | + "url": "https:\/\/github.com\/WordPress\/abilities-api.git", | |
| 1475 | + "reference": "0759075aed37c4247adbf273bdebec096d52e825" | |
| 1476 | + }, | |
| 1477 | + "dist": { | |
| 1478 | + "type": "zip", | |
| 1479 | + "url": "https:\/\/api.github.com\/repos\/WordPress\/abilities-api\/zipball\/0759075aed37c4247adbf273bdebec096d52e825", | |
| 1480 | + "reference": "0759075aed37c4247adbf273bdebec096d52e825", | |
| 1481 | + "shasum": "" | |
| 1482 | + }, | |
| 1483 | + "require": { | |
| 1484 | + "php": "^7.4 | ^8" | |
| 1485 | + }, | |
| 1486 | + "require-dev": { | |
| 1487 | + "automattic\/vipwpcs": "^3.0", | |
| 1488 | + "dealerdirect\/phpcodesniffer-composer-installer": "^1.0", | |
| 1489 | + "phpcompatibility\/php-compatibility": "10.x-dev as 9.99.99", | |
| 1490 | + "phpcompatibility\/phpcompatibility-wp": "^2.1", | |
| 1491 | + "phpstan\/extension-installer": "^1.3", | |
| 1492 | + "phpstan\/phpstan": "^2.1.22", | |
| 1493 | + "phpstan\/phpstan-deprecation-rules": "^2.0.3", | |
| 1494 | + "phpstan\/phpstan-phpunit": "^2.0.3", | |
| 1495 | + "phpunit\/phpunit": "^8.5|^9.6", | |
| 1496 | + "slevomat\/coding-standard": "^8.0", | |
| 1497 | + "squizlabs\/php_codesniffer": "^3.9", | |
| 1498 | + "szepeviktor\/phpstan-wordpress": "^2.0.2", | |
| 1499 | + "wp-coding-standards\/wpcs": "^3.1", | |
| 1500 | + "wp-phpunit\/wp-phpunit": "^6.5", | |
| 1501 | + "wpackagist-plugin\/plugin-check": "^1.6", | |
| 1502 | + "yoast\/phpunit-polyfills": "^4.0" | |
| 1503 | + }, | |
| 1504 | + "time": "2025-10-29T05:35:31+00:00", | |
| 1505 | + "type": "library", | |
| 1506 | + "extra": { | |
| 1507 | + "installer-paths": { | |
| 1508 | + "vendor\/{$vendor}\/{$name}\/": [ | |
| 1509 | + "wpackagist-plugin\/plugin-check" | |
| 1510 | + ] | |
| 1511 | + } | |
| 1512 | + }, | |
| 1513 | + "installation-source": "dist", | |
| 1514 | + "autoload": { | |
| 1515 | + "files": [ | |
| 1516 | + "includes\/bootstrap.php" | |
| 1517 | + ] | |
| 1518 | + }, | |
| 1519 | + "notification-url": "https:\/\/packagist.org\/downloads\/", | |
| 1520 | + "license": [ | |
| 1521 | + "GPL-2.0-or-later" | |
| 1522 | + ], | |
| 1523 | + "authors": [ | |
| 1524 | + { | |
| 1525 | + "name": "WordPress AI Team", | |
| 1526 | + "homepage": "https:\/\/make.wordpress.org\/ai\/" | |
| 1527 | + } | |
| 1528 | + ], | |
| 1529 | + "description": "AI Abilities for WordPress.", | |
| 1530 | + "homepage": "https:\/\/github.com\/WordPress\/abilities-api", | |
| 1531 | + "keywords": [ | |
| 1532 | + "abilities", | |
| 1533 | + "ai", | |
| 1534 | + "api", | |
| 1535 | + "llm", | |
| 1536 | + "wordpress" | |
| 1537 | + ], | |
| 1538 | + "support": { | |
| 1539 | + "issues": "https:\/\/github.com\/WordPress\/abilities-api\/issues", | |
| 1540 | + "source": "https:\/\/github.com\/WordPress\/abilities-api" | |
| 1541 | + }, | |
| 1542 | + "abandoned": true, | |
| 1543 | + "install-path": "..\/wordpress\/abilities-api" | |
| 1251 | 1544 | } |
| 1252 | 1545 | ], |
| 1253 | 1546 | "dev": false, |
| 1254 | 1547 | "dev-package-names": [] |
| 1255 | 1548 | } |