Changeset 3260228
- Timestamp:
- 03/23/2025 09:55:53 AM (9 months ago)
- Location:
- smntcs-wapuu-widget
- Files:
-
- 8 added
- 4 deleted
- 12 edited
- 1 copied
-
tags/2.0 (copied) (copied from smntcs-wapuu-widget/trunk)
-
tags/2.0/.phplint copy.yml (deleted)
-
tags/2.0/.prettierrc.js (modified) (1 diff)
-
tags/2.0/README.md (modified) (2 diffs)
-
tags/2.0/README.txt (modified) (3 diffs)
-
tags/2.0/composer.json (modified) (1 diff)
-
tags/2.0/composer.lock (modified) (86 diffs)
-
tags/2.0/includes (added)
-
tags/2.0/includes/class-smntcs-wapuu-manager.php (added)
-
tags/2.0/includes/class-smntcs-wapuu-widget.php (added)
-
tags/2.0/package-lock.json (deleted)
-
tags/2.0/pnpm-lock.yaml (added)
-
tags/2.0/smntcs-wapuu-widget.php (modified) (2 diffs)
-
trunk/.phplint copy.yml (deleted)
-
trunk/.prettierrc.js (modified) (1 diff)
-
trunk/README.md (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/composer.lock (modified) (86 diffs)
-
trunk/includes (added)
-
trunk/includes/class-smntcs-wapuu-manager.php (added)
-
trunk/includes/class-smntcs-wapuu-widget.php (added)
-
trunk/package-lock.json (deleted)
-
trunk/pnpm-lock.yaml (added)
-
trunk/smntcs-wapuu-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smntcs-wapuu-widget/tags/2.0/.prettierrc.js
r2654769 r3260228 1 // Import the default config file and expose it in the project root. 2 // Useful for editor integrations. 1 const defaultConfig = require( '@wordpress/prettier-config' ); 2 3 3 module.exports = { 4 ...require( '@wordpress/prettier-config' ), 5 tabWidth: 2, 4 ...defaultConfig, 5 6 overrides: [ 7 { 8 files: '*.yml', 9 options: { 10 tabWidth: 2, 11 }, 12 }, 13 { 14 files: '*.md', 15 options: { 16 tabWidth: 2, 17 listItemIndent: 'one', 18 }, 19 }, 20 ], 6 21 }; -
smntcs-wapuu-widget/tags/2.0/README.md
r3066338 r3260228 25 25 ## Changelog 26 26 27 ### 2.0 (2025.0.3.23) 28 29 - Tested up to WordPress 6.8 30 27 31 ### 1.9 (2024.04.07) = 28 32 29 - Test up to WP6.533 - Tested up to WordPress 6.5 30 34 31 35 ### 1.8 (2022.12.03) 32 36 33 - Test up to WP6.137 - Tested up to WordPress 6.1 34 38 35 39 ### 1.7 (2022.01.09) 36 40 37 - Test up to WP5.841 - Tested up to WordPress 5.8 38 42 39 43 ### 1.6 (2020.03.19) 40 44 41 - Test up to WP5.445 - Tested up to WordPress 5.4 42 46 43 47 ### 1.5 (2019.06.30) 44 48 45 - Test up to WP5.249 - Tested up to WordPress 5.2 46 50 47 51 ### 1.4 (2019.03.01) … … 51 55 ### 1.3 (2019.02.19) 52 56 53 - Test up to WP5.157 - Tested up to WordPress 5.1 54 58 55 59 ### 1.2 (2019.02.19) 56 60 57 61 - Add README.md 58 - Test up to WP5.062 - Tested up to WordPress 5.0 59 63 60 64 ### 1.1 (2019.02.19) -
smntcs-wapuu-widget/tags/2.0/README.txt
r3066338 r3260228 3 3 Contributors: nielslange 4 4 Tags: Wapuu, Widget, Sidebar 5 Stable tag: 1.96 Tested up to: 6. 57 Requires PHP: 5.65 Stable tag: 2.0 6 Tested up to: 6.8 7 Requires PHP: 7.4 8 8 Requires at least: 3.4 9 9 License: GPL v2 or later … … 33 33 == Changelog == 34 34 35 = 2.0 (2025.0.3.23) = 36 37 - Tested up to WordPress 6.8 38 35 39 = 1.9 (2024.04.07) = 36 40 37 - Test up to WP6.541 - Tested up to WordPress 6.5 38 42 39 43 = 1.8 (2022.12.03) = 40 44 41 - Test up to WP6.145 - Tested up to WordPress 6.1 42 46 43 47 = 1.7 (2022.01.09) = 44 48 45 - Test up to WP5.849 - Tested up to WordPress 5.8 46 50 47 51 = 1.6 (2020.03.19) = 48 52 49 - Test up to WP5.453 - Tested up to WordPress 5.4 50 54 51 55 = 1.5 (2019.06.30) = 52 56 53 - Test up to WP5.257 - Tested up to WordPress 5.2 54 58 55 59 = 1.4 (2019.03.01) = … … 59 63 = 1.3 (2019.02.19) = 60 64 61 - Test up to WP5.165 - Tested up to WordPress 5.1 62 66 63 67 = 1.2 (2019.02.19) = 64 68 65 69 - Add README.md 66 - Test up to WP5.070 - Tested up to WordPress 5.0 67 71 68 72 = 1.1 (2019.02.19) = -
smntcs-wapuu-widget/tags/2.0/composer.json
r2654769 r3260228 20 20 }, 21 21 "require-dev": { 22 "dealerdirect/phpcodesniffer-composer-installer": " ^0.7.1",23 "overtrue/phplint": " ^3.0",24 "phpcompatibility/phpcompatibility-wp": " ^2.1",25 "squizlabs/php_codesniffer": " ^3.6",26 "vimeo/psalm": " ^4.7",27 "wp-coding-standards/wpcs": " ^2.3"22 "dealerdirect/phpcodesniffer-composer-installer": "1.0.0", 23 "overtrue/phplint": "9.5.6", 24 "phpcompatibility/phpcompatibility-wp": "2.1", 25 "squizlabs/php_codesniffer": "3.12.0", 26 "vimeo/psalm": "5.15.0", 27 "wp-coding-standards/wpcs": "3.1.0" 28 28 }, 29 29 "scripts": { -
smntcs-wapuu-widget/tags/2.0/composer.lock
r2654769 r3260228 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 0851e9376065244b3686b8ee89ba3857",7 "content-hash": "ae9e11f807bec3a160fd3551c47eaace", 8 8 "packages": [], 9 9 "packages-dev": [ 10 10 { 11 11 "name": "amphp/amp", 12 "version": "v2.6. 1",12 "version": "v2.6.4", 13 13 "source": { 14 14 "type": "git", 15 15 "url": "https://github.com/amphp/amp.git", 16 "reference": " c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae"17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/amphp/amp/zipball/ c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",21 "reference": " c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",16 "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d" 17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d", 21 "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d", 22 22 "shasum": "" 23 23 }, … … 31 31 "jetbrains/phpstorm-stubs": "^2019.3", 32 32 "phpunit/phpunit": "^7 | ^8 | ^9", 33 " psalm/phar": "^3.11@dev",34 " react/promise": "^2"33 "react/promise": "^2", 34 "vimeo/psalm": "^3.12" 35 35 }, 36 36 "type": "library", … … 41 41 }, 42 42 "autoload": { 43 "psr-4": {44 "Amp\\": "lib"45 },46 43 "files": [ 47 44 "lib/functions.php", 48 45 "lib/Internal/functions.php" 49 ] 46 ], 47 "psr-4": { 48 "Amp\\": "lib" 49 } 50 50 }, 51 51 "notification-url": "https://packagist.org/downloads/", … … 72 72 ], 73 73 "description": "A non-blocking concurrency framework for PHP applications.", 74 "homepage": "http ://amphp.org/amp",74 "homepage": "https://amphp.org/amp", 75 75 "keywords": [ 76 76 "async", … … 87 87 "irc": "irc://irc.freenode.org/amphp", 88 88 "issues": "https://github.com/amphp/amp/issues", 89 "source": "https://github.com/amphp/amp/tree/v2.6. 1"89 "source": "https://github.com/amphp/amp/tree/v2.6.4" 90 90 }, 91 91 "funding": [ … … 95 95 } 96 96 ], 97 "time": "202 1-09-23T18:43:08+00:00"97 "time": "2024-03-21T18:52:26+00:00" 98 98 }, 99 99 { 100 100 "name": "amphp/byte-stream", 101 "version": "v1.8. 1",101 "version": "v1.8.2", 102 102 "source": { 103 103 "type": "git", 104 104 "url": "https://github.com/amphp/byte-stream.git", 105 "reference": " acbd8002b3536485c997c4e019206b3f10ca15bd"106 }, 107 "dist": { 108 "type": "zip", 109 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/ acbd8002b3536485c997c4e019206b3f10ca15bd",110 "reference": " acbd8002b3536485c997c4e019206b3f10ca15bd",105 "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc" 106 }, 107 "dist": { 108 "type": "zip", 109 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc", 110 "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc", 111 111 "shasum": "" 112 112 }, … … 124 124 }, 125 125 "type": "library", 126 "extra": { 127 "branch-alias": { 128 "dev-master": "1.x-dev" 129 } 130 }, 131 "autoload": { 132 "psr-4": { 133 "Amp\\ByteStream\\": "lib" 134 }, 126 "autoload": { 135 127 "files": [ 136 128 "lib/functions.php" 137 ] 129 ], 130 "psr-4": { 131 "Amp\\ByteStream\\": "lib" 132 } 138 133 }, 139 134 "notification-url": "https://packagist.org/downloads/", … … 152 147 ], 153 148 "description": "A stream abstraction to make working with non-blocking I/O simple.", 154 "homepage": "http ://amphp.org/byte-stream",149 "homepage": "https://amphp.org/byte-stream", 155 150 "keywords": [ 156 151 "amp", … … 162 157 ], 163 158 "support": { 164 "irc": "irc://irc.freenode.org/amphp",165 159 "issues": "https://github.com/amphp/byte-stream/issues", 166 "source": "https://github.com/amphp/byte-stream/tree/v1.8. 1"160 "source": "https://github.com/amphp/byte-stream/tree/v1.8.2" 167 161 }, 168 162 "funding": [ … … 172 166 } 173 167 ], 174 "time": "2021-03-30T17:13:30+00:00" 175 }, 176 { 177 "name": "composer/package-versions-deprecated", 178 "version": "1.11.99.4", 179 "source": { 180 "type": "git", 181 "url": "https://github.com/composer/package-versions-deprecated.git", 182 "reference": "b174585d1fe49ceed21928a945138948cb394600" 183 }, 184 "dist": { 185 "type": "zip", 186 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600", 187 "reference": "b174585d1fe49ceed21928a945138948cb394600", 188 "shasum": "" 189 }, 190 "require": { 191 "composer-plugin-api": "^1.1.0 || ^2.0", 192 "php": "^7 || ^8" 193 }, 194 "replace": { 195 "ocramius/package-versions": "1.11.99" 168 "time": "2024-04-13T18:00:56+00:00" 169 }, 170 { 171 "name": "composer/pcre", 172 "version": "3.3.2", 173 "source": { 174 "type": "git", 175 "url": "https://github.com/composer/pcre.git", 176 "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" 177 }, 178 "dist": { 179 "type": "zip", 180 "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", 181 "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", 182 "shasum": "" 183 }, 184 "require": { 185 "php": "^7.4 || ^8.0" 186 }, 187 "conflict": { 188 "phpstan/phpstan": "<1.11.10" 196 189 }, 197 190 "require-dev": { 198 " composer/composer": "^1.9.3 || ^2.0@dev",199 " ext-zip": "^1.13",200 "phpunit/phpunit": "^ 6.5 || ^7"201 }, 202 "type": " composer-plugin",191 "phpstan/phpstan": "^1.12 || ^2", 192 "phpstan/phpstan-strict-rules": "^1 || ^2", 193 "phpunit/phpunit": "^8 || ^9" 194 }, 195 "type": "library", 203 196 "extra": { 204 "class": "PackageVersions\\Installer", 197 "phpstan": { 198 "includes": [ 199 "extension.neon" 200 ] 201 }, 205 202 "branch-alias": { 206 "dev-master": "1.x-dev" 207 } 208 }, 209 "autoload": { 210 "psr-4": { 211 "PackageVersions\\": "src/PackageVersions" 212 } 213 }, 214 "notification-url": "https://packagist.org/downloads/", 215 "license": [ 216 "MIT" 217 ], 218 "authors": [ 219 { 220 "name": "Marco Pivetta", 221 "email": "[email protected]" 222 }, 223 { 224 "name": "Jordi Boggiano", 225 "email": "[email protected]" 226 } 227 ], 228 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", 229 "support": { 230 "issues": "https://github.com/composer/package-versions-deprecated/issues", 231 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4" 232 }, 233 "funding": [ 234 { 235 "url": "https://packagist.com", 236 "type": "custom" 237 }, 238 { 239 "url": "https://github.com/composer", 240 "type": "github" 241 }, 242 { 243 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 244 "type": "tidelift" 245 } 246 ], 247 "time": "2021-09-13T08:41:34+00:00" 248 }, 249 { 250 "name": "composer/pcre", 251 "version": "1.0.0", 252 "source": { 253 "type": "git", 254 "url": "https://github.com/composer/pcre.git", 255 "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2" 256 }, 257 "dist": { 258 "type": "zip", 259 "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2", 260 "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2", 261 "shasum": "" 262 }, 263 "require": { 264 "php": "^5.3.2 || ^7.0 || ^8.0" 265 }, 266 "require-dev": { 267 "phpstan/phpstan": "^1", 268 "phpstan/phpstan-strict-rules": "^1.1", 269 "symfony/phpunit-bridge": "^4.2 || ^5" 270 }, 271 "type": "library", 272 "extra": { 273 "branch-alias": { 274 "dev-main": "1.x-dev" 203 "dev-main": "3.x-dev" 275 204 } 276 205 }, … … 300 229 "support": { 301 230 "issues": "https://github.com/composer/pcre/issues", 302 "source": "https://github.com/composer/pcre/tree/ 1.0.0"231 "source": "https://github.com/composer/pcre/tree/3.3.2" 303 232 }, 304 233 "funding": [ … … 316 245 } 317 246 ], 318 "time": "202 1-12-06T15:17:27+00:00"247 "time": "2024-11-12T16:29:46+00:00" 319 248 }, 320 249 { 321 250 "name": "composer/semver", 322 "version": "3. 2.7",251 "version": "3.4.3", 323 252 "source": { 324 253 "type": "git", 325 254 "url": "https://github.com/composer/semver.git", 326 "reference": " deac27056b57e46faf136fae7b449eeaa71661ee"327 }, 328 "dist": { 329 "type": "zip", 330 "url": "https://api.github.com/repos/composer/semver/zipball/ deac27056b57e46faf136fae7b449eeaa71661ee",331 "reference": " deac27056b57e46faf136fae7b449eeaa71661ee",255 "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" 256 }, 257 "dist": { 258 "type": "zip", 259 "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", 260 "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", 332 261 "shasum": "" 333 262 }, … … 336 265 }, 337 266 "require-dev": { 338 "phpstan/phpstan": "^ 0.12.54",339 "symfony/phpunit-bridge": "^ 4.2 || ^5"267 "phpstan/phpstan": "^1.11", 268 "symfony/phpunit-bridge": "^3 || ^7" 340 269 }, 341 270 "type": "library", … … 379 308 ], 380 309 "support": { 381 "irc": "irc ://irc.freenode.org/composer",310 "irc": "ircs://irc.libera.chat:6697/composer", 382 311 "issues": "https://github.com/composer/semver/issues", 383 "source": "https://github.com/composer/semver/tree/3. 2.7"312 "source": "https://github.com/composer/semver/tree/3.4.3" 384 313 }, 385 314 "funding": [ … … 397 326 } 398 327 ], 399 "time": "202 2-01-04T09:57:54+00:00"328 "time": "2024-09-19T14:15:21+00:00" 400 329 }, 401 330 { 402 331 "name": "composer/xdebug-handler", 403 "version": "3.0. 1",332 "version": "3.0.5", 404 333 "source": { 405 334 "type": "git", 406 335 "url": "https://github.com/composer/xdebug-handler.git", 407 "reference": " 12f1b79476638a5615ed00ea6adbb269cec96fd8"408 }, 409 "dist": { 410 "type": "zip", 411 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ 12f1b79476638a5615ed00ea6adbb269cec96fd8",412 "reference": " 12f1b79476638a5615ed00ea6adbb269cec96fd8",413 "shasum": "" 414 }, 415 "require": { 416 "composer/pcre": "^1 ",336 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" 337 }, 338 "dist": { 339 "type": "zip", 340 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", 341 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", 342 "shasum": "" 343 }, 344 "require": { 345 "composer/pcre": "^1 || ^2 || ^3", 417 346 "php": "^7.2.5 || ^8.0", 418 347 "psr/log": "^1 || ^2 || ^3" … … 421 350 "phpstan/phpstan": "^1.0", 422 351 "phpstan/phpstan-strict-rules": "^1.1", 423 " symfony/phpunit-bridge": "^6.0"352 "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" 424 353 }, 425 354 "type": "library", … … 445 374 ], 446 375 "support": { 447 "irc": "irc ://irc.freenode.org/composer",376 "irc": "ircs://irc.libera.chat:6697/composer", 448 377 "issues": "https://github.com/composer/xdebug-handler/issues", 449 "source": "https://github.com/composer/xdebug-handler/tree/3.0. 1"378 "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" 450 379 }, 451 380 "funding": [ … … 463 392 } 464 393 ], 465 "time": "202 2-01-04T18:29:42+00:00"394 "time": "2024-05-06T16:37:16+00:00" 466 395 }, 467 396 { 468 397 "name": "dealerdirect/phpcodesniffer-composer-installer", 469 "version": "v 0.7.1",470 "source": { 471 "type": "git", 472 "url": "https://github.com/ Dealerdirect/phpcodesniffer-composer-installer.git",473 "reference": " fe390591e0241955f22eb9ba327d137e501c771c"474 }, 475 "dist": { 476 "type": "zip", 477 "url": "https://api.github.com/repos/ Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",478 "reference": " fe390591e0241955f22eb9ba327d137e501c771c",398 "version": "v1.0.0", 399 "source": { 400 "type": "git", 401 "url": "https://github.com/PHPCSStandards/composer-installer.git", 402 "reference": "4be43904336affa5c2f70744a348312336afd0da" 403 }, 404 "dist": { 405 "type": "zip", 406 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", 407 "reference": "4be43904336affa5c2f70744a348312336afd0da", 479 408 "shasum": "" 480 409 }, 481 410 "require": { 482 411 "composer-plugin-api": "^1.0 || ^2.0", 483 "php": ">=5. 3",484 "squizlabs/php_codesniffer": "^2.0 || ^3. 0 || ^4.0"412 "php": ">=5.4", 413 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" 485 414 }, 486 415 "require-dev": { 487 416 "composer/composer": "*", 417 "ext-json": "*", 418 "ext-zip": "*", 419 "php-parallel-lint/php-parallel-lint": "^1.3.1", 488 420 "phpcompatibility/php-compatibility": "^9.0", 489 " sensiolabs/security-checker": "^4.1.0"421 "yoast/phpunit-polyfills": "^1.0" 490 422 }, 491 423 "type": "composer-plugin", 492 424 "extra": { 493 "class": " Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"494 }, 495 "autoload": { 496 "psr-4": { 497 " Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"425 "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" 426 }, 427 "autoload": { 428 "psr-4": { 429 "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" 498 430 } 499 431 }, … … 508 440 "homepage": "http://www.frenck.nl", 509 441 "role": "Developer / IT Manager" 442 }, 443 { 444 "name": "Contributors", 445 "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" 510 446 } 511 447 ], … … 519 455 "composer", 520 456 "installer", 457 "phpcbf", 521 458 "phpcs", 522 459 "plugin", … … 530 467 ], 531 468 "support": { 532 "issues": "https://github.com/ dealerdirect/phpcodesniffer-composer-installer/issues",533 "source": "https://github.com/ dealerdirect/phpcodesniffer-composer-installer"534 }, 535 "time": "202 0-12-07T18:04:37+00:00"469 "issues": "https://github.com/PHPCSStandards/composer-installer/issues", 470 "source": "https://github.com/PHPCSStandards/composer-installer" 471 }, 472 "time": "2023-01-05T11:28:13+00:00" 536 473 }, 537 474 { … … 571 508 }, 572 509 "time": "2019-12-04T15:06:13+00:00" 510 }, 511 { 512 "name": "doctrine/deprecations", 513 "version": "1.1.4", 514 "source": { 515 "type": "git", 516 "url": "https://github.com/doctrine/deprecations.git", 517 "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" 518 }, 519 "dist": { 520 "type": "zip", 521 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9", 522 "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", 523 "shasum": "" 524 }, 525 "require": { 526 "php": "^7.1 || ^8.0" 527 }, 528 "require-dev": { 529 "doctrine/coding-standard": "^9 || ^12", 530 "phpstan/phpstan": "1.4.10 || 2.0.3", 531 "phpstan/phpstan-phpunit": "^1.0 || ^2", 532 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 533 "psr/log": "^1 || ^2 || ^3" 534 }, 535 "suggest": { 536 "psr/log": "Allows logging deprecations via PSR-3 logger implementation" 537 }, 538 "type": "library", 539 "autoload": { 540 "psr-4": { 541 "Doctrine\\Deprecations\\": "src" 542 } 543 }, 544 "notification-url": "https://packagist.org/downloads/", 545 "license": [ 546 "MIT" 547 ], 548 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", 549 "homepage": "https://www.doctrine-project.org/", 550 "support": { 551 "issues": "https://github.com/doctrine/deprecations/issues", 552 "source": "https://github.com/doctrine/deprecations/tree/1.1.4" 553 }, 554 "time": "2024-12-07T21:18:45+00:00" 573 555 }, 574 556 { … … 619 601 { 620 602 "name": "felixfbecker/language-server-protocol", 621 "version": " 1.5.1",603 "version": "v1.5.3", 622 604 "source": { 623 605 "type": "git", 624 606 "url": "https://github.com/felixfbecker/php-language-server-protocol.git", 625 "reference": " 9d846d1f5cf101deee7a61c8ba7caa0a975cd730"626 }, 627 "dist": { 628 "type": "zip", 629 "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/ 9d846d1f5cf101deee7a61c8ba7caa0a975cd730",630 "reference": " 9d846d1f5cf101deee7a61c8ba7caa0a975cd730",607 "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9" 608 }, 609 "dist": { 610 "type": "zip", 611 "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/a9e113dbc7d849e35b8776da39edaf4313b7b6c9", 612 "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9", 631 613 "shasum": "" 632 614 }, … … 669 651 "support": { 670 652 "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues", 671 "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/1.5.1" 672 }, 673 "time": "2021-02-22T14:02:09+00:00" 674 }, 675 { 676 "name": "n98/junit-xml", 677 "version": "1.1.0", 678 "source": { 679 "type": "git", 680 "url": "https://github.com/cmuench/junit-xml.git", 681 "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73" 682 }, 683 "dist": { 684 "type": "zip", 685 "url": "https://api.github.com/repos/cmuench/junit-xml/zipball/0017dd92ac8cb619f02e32f4cffd768cfe327c73", 686 "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73", 687 "shasum": "" 653 "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.3" 654 }, 655 "time": "2024-04-30T00:40:11+00:00" 656 }, 657 { 658 "name": "fidry/cpu-core-counter", 659 "version": "0.5.1", 660 "source": { 661 "type": "git", 662 "url": "https://github.com/theofidry/cpu-core-counter.git", 663 "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623" 664 }, 665 "dist": { 666 "type": "zip", 667 "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b58e5a3933e541dc286cc91fc4f3898bbc6f1623", 668 "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623", 669 "shasum": "" 670 }, 671 "require": { 672 "php": "^7.2 || ^8.0" 688 673 }, 689 674 "require-dev": { 690 "phpunit/phpunit": "^9.5.0" 691 }, 692 "type": "library", 693 "autoload": { 694 "psr-4": { 695 "N98\\JUnitXml\\": "src/N98/JUnitXml" 696 } 697 }, 698 "notification-url": "https://packagist.org/downloads/", 699 "license": [ 700 "MIT" 701 ], 702 "authors": [ 703 { 704 "name": "Christian Münch", 705 "email": "[email protected]" 706 } 707 ], 708 "description": "JUnit XML Document generation library", 709 "support": { 710 "issues": "https://github.com/cmuench/junit-xml/issues", 711 "source": "https://github.com/cmuench/junit-xml/tree/1.1.0" 712 }, 713 "time": "2020-12-25T09:08:58+00:00" 675 "fidry/makefile": "^0.2.0", 676 "phpstan/extension-installer": "^1.2.0", 677 "phpstan/phpstan": "^1.9.2", 678 "phpstan/phpstan-deprecation-rules": "^1.0.0", 679 "phpstan/phpstan-phpunit": "^1.2.2", 680 "phpstan/phpstan-strict-rules": "^1.4.4", 681 "phpunit/phpunit": "^9.5.26 || ^8.5.31", 682 "theofidry/php-cs-fixer-config": "^1.0", 683 "webmozarts/strict-phpunit": "^7.5" 684 }, 685 "type": "library", 686 "autoload": { 687 "psr-4": { 688 "Fidry\\CpuCoreCounter\\": "src/" 689 } 690 }, 691 "notification-url": "https://packagist.org/downloads/", 692 "license": [ 693 "MIT" 694 ], 695 "authors": [ 696 { 697 "name": "Théo FIDRY", 698 "email": "[email protected]" 699 } 700 ], 701 "description": "Tiny utility to get the number of CPU cores.", 702 "keywords": [ 703 "CPU", 704 "core" 705 ], 706 "support": { 707 "issues": "https://github.com/theofidry/cpu-core-counter/issues", 708 "source": "https://github.com/theofidry/cpu-core-counter/tree/0.5.1" 709 }, 710 "funding": [ 711 { 712 "url": "https://github.com/theofidry", 713 "type": "github" 714 } 715 ], 716 "time": "2022-12-24T12:35:10+00:00" 714 717 }, 715 718 { 716 719 "name": "netresearch/jsonmapper", 717 "version": "v4. 0.0",720 "version": "v4.5.0", 718 721 "source": { 719 722 "type": "git", 720 723 "url": "https://github.com/cweiske/jsonmapper.git", 721 "reference": "8 bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d"722 }, 723 "dist": { 724 "type": "zip", 725 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8 bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",726 "reference": "8 bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",724 "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5" 725 }, 726 "dist": { 727 "type": "zip", 728 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5", 729 "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5", 727 730 "shasum": "" 728 731 }, … … 735 738 }, 736 739 "require-dev": { 737 "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 ",740 "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0", 738 741 "squizlabs/php_codesniffer": "~3.5" 739 742 }, … … 760 763 "email": "[email protected]", 761 764 "issues": "https://github.com/cweiske/jsonmapper/issues", 762 "source": "https://github.com/cweiske/jsonmapper/tree/v4. 0.0"763 }, 764 "time": "202 0-12-01T19:48:11+00:00"765 "source": "https://github.com/cweiske/jsonmapper/tree/v4.5.0" 766 }, 767 "time": "2024-09-08T10:13:13+00:00" 765 768 }, 766 769 { 767 770 "name": "nikic/php-parser", 768 "version": "v4.1 3.2",771 "version": "v4.19.4", 769 772 "source": { 770 773 "type": "git", 771 774 "url": "https://github.com/nikic/PHP-Parser.git", 772 "reference": " 210577fe3cf7badcc5814d99455df46564f3c077"773 }, 774 "dist": { 775 "type": "zip", 776 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ 210577fe3cf7badcc5814d99455df46564f3c077",777 "reference": " 210577fe3cf7badcc5814d99455df46564f3c077",775 "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2" 776 }, 777 "dist": { 778 "type": "zip", 779 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2", 780 "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2", 778 781 "shasum": "" 779 782 }, 780 783 "require": { 781 784 "ext-tokenizer": "*", 782 "php": ">=7. 0"785 "php": ">=7.1" 783 786 }, 784 787 "require-dev": { 785 788 "ircmaxell/php-yacc": "^0.0.7", 786 "phpunit/phpunit": "^ 6.5 || ^7.0 || ^8.0 || ^9.0"789 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 787 790 }, 788 791 "bin": [ … … 816 819 "support": { 817 820 "issues": "https://github.com/nikic/PHP-Parser/issues", 818 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" 819 }, 820 "time": "2021-11-30T19:35:32+00:00" 821 }, 822 { 823 "name": "openlss/lib-array2xml", 824 "version": "1.0.0", 825 "source": { 826 "type": "git", 827 "url": "https://github.com/nullivex/lib-array2xml.git", 828 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90" 829 }, 830 "dist": { 831 "type": "zip", 832 "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", 833 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", 834 "shasum": "" 835 }, 836 "require": { 837 "php": ">=5.3.2" 838 }, 839 "type": "library", 840 "autoload": { 841 "psr-0": { 842 "LSS": "" 843 } 844 }, 845 "notification-url": "https://packagist.org/downloads/", 846 "license": [ 847 "Apache-2.0" 848 ], 849 "authors": [ 850 { 851 "name": "Bryan Tong", 852 "email": "[email protected]", 853 "homepage": "https://www.nullivex.com" 854 }, 855 { 856 "name": "Tony Butler", 857 "email": "[email protected]", 858 "homepage": "https://www.nullivex.com" 859 } 860 ], 861 "description": "Array2XML conversion library credit to lalit.org", 862 "homepage": "https://www.nullivex.com", 863 "keywords": [ 864 "array", 865 "array conversion", 866 "xml", 867 "xml conversion" 868 ], 869 "support": { 870 "issues": "https://github.com/nullivex/lib-array2xml/issues", 871 "source": "https://github.com/nullivex/lib-array2xml/tree/master" 872 }, 873 "time": "2019-03-29T20:06:56+00:00" 821 "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4" 822 }, 823 "time": "2024-09-29T15:01:53+00:00" 874 824 }, 875 825 { 876 826 "name": "overtrue/phplint", 877 "version": " 3.0.6",827 "version": "9.5.6", 878 828 "source": { 879 829 "type": "git", 880 830 "url": "https://github.com/overtrue/phplint.git", 881 "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241" 882 }, 883 "dist": { 884 "type": "zip", 885 "url": "https://api.github.com/repos/overtrue/phplint/zipball/b4212c2c65bf50f6c823ab8e7c13c9ead9433241", 886 "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241", 887 "shasum": "" 888 }, 889 "require": { 831 "reference": "3fdc395a816d1401091062c7a3bfb31252aed6c5" 832 }, 833 "dist": { 834 "type": "zip", 835 "url": "https://api.github.com/repos/overtrue/phplint/zipball/3fdc395a816d1401091062c7a3bfb31252aed6c5", 836 "reference": "3fdc395a816d1401091062c7a3bfb31252aed6c5", 837 "shasum": "" 838 }, 839 "require": { 840 "composer-runtime-api": "^2.0", 841 "ext-dom": "*", 890 842 "ext-json": "*", 891 "n98/junit-xml": "1.1.0", 892 "php": ">=5.5.9", 893 "symfony/console": "^3.2|^4.0|^5.0", 894 "symfony/finder": "^3.0|^4.0|^5.0", 895 "symfony/process": "^3.3|^4.0|^5.0", 896 "symfony/yaml": "^3.0|^4.0|^5.0" 843 "ext-mbstring": "*", 844 "php": "^8.1", 845 "symfony/cache": "^6.4 || ^7.0", 846 "symfony/console": "^6.4 || ^7.0", 847 "symfony/event-dispatcher": "^6.4 || ^7.0", 848 "symfony/finder": "^6.4 || ^7.0", 849 "symfony/options-resolver": "^6.4 || ^7.0", 850 "symfony/process": "^6.4 || ^7.0", 851 "symfony/yaml": "^6.4 || ^7.0" 897 852 }, 898 853 "require-dev": { 899 "brainmaestro/composer-git-hooks": "^2.7", 900 "friendsofphp/php-cs-fixer": "^2.16", 901 "jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4" 854 "bamarni/composer-bin-plugin": "^1.4", 855 "brainmaestro/composer-git-hooks": "^3.0.0", 856 "jetbrains/phpstorm-stubs": "^2024.1", 857 "php-parallel-lint/php-console-highlighter": "^1.0" 902 858 }, 903 859 "bin": [ … … 908 864 "hooks": { 909 865 "pre-commit": [ 910 "composer fix-style" 911 ], 912 "pre-push": [ 913 "composer check-style" 866 "composer style:fix", 867 "composer code:check" 914 868 ] 869 }, 870 "bamarni-bin": { 871 "bin-links": true, 872 "forward-command": true, 873 "target-directory": "vendor-bin" 874 }, 875 "branch-alias": { 876 "dev-main": "9.5.x-dev" 915 877 } 916 878 }, … … 928 890 "name": "overtrue", 929 891 "email": "[email protected]" 892 }, 893 { 894 "name": "Laurent Laville", 895 "homepage": "https://github.com/llaville" 930 896 } 931 897 ], … … 935 901 "lint", 936 902 "phplint", 903 "static analysis", 937 904 "syntax" 938 905 ], 939 906 "support": { 940 907 "issues": "https://github.com/overtrue/phplint/issues", 941 "source": "https://github.com/overtrue/phplint/tree/ 3.0.6"908 "source": "https://github.com/overtrue/phplint/tree/9.5.6" 942 909 }, 943 910 "funding": [ … … 947 914 } 948 915 ], 949 "time": "202 1-11-30T15:45:02+00:00"916 "time": "2025-01-15T05:41:15+00:00" 950 917 }, 951 918 { … … 1013 980 { 1014 981 "name": "phpcompatibility/phpcompatibility-paragonie", 1015 "version": "1.3. 1",982 "version": "1.3.3", 1016 983 "source": { 1017 984 "type": "git", 1018 985 "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", 1019 "reference": " ddabec839cc003651f2ce695c938686d1086cf43"1020 }, 1021 "dist": { 1022 "type": "zip", 1023 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ ddabec839cc003651f2ce695c938686d1086cf43",1024 "reference": " ddabec839cc003651f2ce695c938686d1086cf43",986 "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac" 987 }, 988 "dist": { 989 "type": "zip", 990 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/293975b465e0e709b571cbf0c957c6c0a7b9a2ac", 991 "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac", 1025 992 "shasum": "" 1026 993 }, … … 1029 996 }, 1030 997 "require-dev": { 1031 "dealerdirect/phpcodesniffer-composer-installer": "^ 0.7",998 "dealerdirect/phpcodesniffer-composer-installer": "^1.0", 1032 999 "paragonie/random_compat": "dev-master", 1033 1000 "paragonie/sodium_compat": "dev-master" 1034 1001 }, 1035 1002 "suggest": { 1036 "dealerdirect/phpcodesniffer-composer-installer": "^ 0.7|| This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",1003 "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", 1037 1004 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." 1038 1005 }, … … 1059 1026 "phpcs", 1060 1027 "polyfill", 1061 "standards" 1028 "standards", 1029 "static analysis" 1062 1030 ], 1063 1031 "support": { 1064 1032 "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues", 1033 "security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy", 1065 1034 "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie" 1066 1035 }, 1067 "time": "2021-02-15T10:24:51+00:00" 1036 "funding": [ 1037 { 1038 "url": "https://github.com/PHPCompatibility", 1039 "type": "github" 1040 }, 1041 { 1042 "url": "https://github.com/jrfnl", 1043 "type": "github" 1044 }, 1045 { 1046 "url": "https://opencollective.com/php_codesniffer", 1047 "type": "open_collective" 1048 } 1049 ], 1050 "time": "2024-04-24T21:30:46+00:00" 1068 1051 }, 1069 1052 { 1070 1053 "name": "phpcompatibility/phpcompatibility-wp", 1071 "version": "2.1. 3",1054 "version": "2.1.0", 1072 1055 "source": { 1073 1056 "type": "git", 1074 1057 "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", 1075 "reference": " d55de55f88697b9cdb94bccf04f14eb3b11cf308"1076 }, 1077 "dist": { 1078 "type": "zip", 1079 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/ d55de55f88697b9cdb94bccf04f14eb3b11cf308",1080 "reference": " d55de55f88697b9cdb94bccf04f14eb3b11cf308",1058 "reference": "41bef18ba688af638b7310666db28e1ea9158b2f" 1059 }, 1060 "dist": { 1061 "type": "zip", 1062 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f", 1063 "reference": "41bef18ba688af638b7310666db28e1ea9158b2f", 1081 1064 "shasum": "" 1082 1065 }, … … 1086 1069 }, 1087 1070 "require-dev": { 1088 "dealerdirect/phpcodesniffer-composer-installer": "^0. 7"1071 "dealerdirect/phpcodesniffer-composer-installer": "^0.5" 1089 1072 }, 1090 1073 "suggest": { 1091 "dealerdirect/phpcodesniffer-composer-installer": "^0. 7|| This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",1074 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", 1092 1075 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." 1093 1076 }, … … 1119 1102 "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP" 1120 1103 }, 1121 "time": "2021-12-30T16:37:40+00:00" 1104 "time": "2019-08-28T14:22:28+00:00" 1105 }, 1106 { 1107 "name": "phpcsstandards/phpcsextra", 1108 "version": "1.2.1", 1109 "source": { 1110 "type": "git", 1111 "url": "https://github.com/PHPCSStandards/PHPCSExtra.git", 1112 "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489" 1113 }, 1114 "dist": { 1115 "type": "zip", 1116 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489", 1117 "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489", 1118 "shasum": "" 1119 }, 1120 "require": { 1121 "php": ">=5.4", 1122 "phpcsstandards/phpcsutils": "^1.0.9", 1123 "squizlabs/php_codesniffer": "^3.8.0" 1124 }, 1125 "require-dev": { 1126 "php-parallel-lint/php-console-highlighter": "^1.0", 1127 "php-parallel-lint/php-parallel-lint": "^1.3.2", 1128 "phpcsstandards/phpcsdevcs": "^1.1.6", 1129 "phpcsstandards/phpcsdevtools": "^1.2.1", 1130 "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" 1131 }, 1132 "type": "phpcodesniffer-standard", 1133 "extra": { 1134 "branch-alias": { 1135 "dev-stable": "1.x-dev", 1136 "dev-develop": "1.x-dev" 1137 } 1138 }, 1139 "notification-url": "https://packagist.org/downloads/", 1140 "license": [ 1141 "LGPL-3.0-or-later" 1142 ], 1143 "authors": [ 1144 { 1145 "name": "Juliette Reinders Folmer", 1146 "homepage": "https://github.com/jrfnl", 1147 "role": "lead" 1148 }, 1149 { 1150 "name": "Contributors", 1151 "homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors" 1152 } 1153 ], 1154 "description": "A collection of sniffs and standards for use with PHP_CodeSniffer.", 1155 "keywords": [ 1156 "PHP_CodeSniffer", 1157 "phpcbf", 1158 "phpcodesniffer-standard", 1159 "phpcs", 1160 "standards", 1161 "static analysis" 1162 ], 1163 "support": { 1164 "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues", 1165 "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy", 1166 "source": "https://github.com/PHPCSStandards/PHPCSExtra" 1167 }, 1168 "funding": [ 1169 { 1170 "url": "https://github.com/PHPCSStandards", 1171 "type": "github" 1172 }, 1173 { 1174 "url": "https://github.com/jrfnl", 1175 "type": "github" 1176 }, 1177 { 1178 "url": "https://opencollective.com/php_codesniffer", 1179 "type": "open_collective" 1180 } 1181 ], 1182 "time": "2023-12-08T16:49:07+00:00" 1183 }, 1184 { 1185 "name": "phpcsstandards/phpcsutils", 1186 "version": "1.0.12", 1187 "source": { 1188 "type": "git", 1189 "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", 1190 "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c" 1191 }, 1192 "dist": { 1193 "type": "zip", 1194 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c", 1195 "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c", 1196 "shasum": "" 1197 }, 1198 "require": { 1199 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0", 1200 "php": ">=5.4", 1201 "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev" 1202 }, 1203 "require-dev": { 1204 "ext-filter": "*", 1205 "php-parallel-lint/php-console-highlighter": "^1.0", 1206 "php-parallel-lint/php-parallel-lint": "^1.3.2", 1207 "phpcsstandards/phpcsdevcs": "^1.1.6", 1208 "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0" 1209 }, 1210 "type": "phpcodesniffer-standard", 1211 "extra": { 1212 "branch-alias": { 1213 "dev-stable": "1.x-dev", 1214 "dev-develop": "1.x-dev" 1215 } 1216 }, 1217 "autoload": { 1218 "classmap": [ 1219 "PHPCSUtils/" 1220 ] 1221 }, 1222 "notification-url": "https://packagist.org/downloads/", 1223 "license": [ 1224 "LGPL-3.0-or-later" 1225 ], 1226 "authors": [ 1227 { 1228 "name": "Juliette Reinders Folmer", 1229 "homepage": "https://github.com/jrfnl", 1230 "role": "lead" 1231 }, 1232 { 1233 "name": "Contributors", 1234 "homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors" 1235 } 1236 ], 1237 "description": "A suite of utility functions for use with PHP_CodeSniffer", 1238 "homepage": "https://phpcsutils.com/", 1239 "keywords": [ 1240 "PHP_CodeSniffer", 1241 "phpcbf", 1242 "phpcodesniffer-standard", 1243 "phpcs", 1244 "phpcs3", 1245 "standards", 1246 "static analysis", 1247 "tokens", 1248 "utility" 1249 ], 1250 "support": { 1251 "docs": "https://phpcsutils.com/", 1252 "issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues", 1253 "security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy", 1254 "source": "https://github.com/PHPCSStandards/PHPCSUtils" 1255 }, 1256 "funding": [ 1257 { 1258 "url": "https://github.com/PHPCSStandards", 1259 "type": "github" 1260 }, 1261 { 1262 "url": "https://github.com/jrfnl", 1263 "type": "github" 1264 }, 1265 { 1266 "url": "https://opencollective.com/php_codesniffer", 1267 "type": "open_collective" 1268 } 1269 ], 1270 "time": "2024-05-20T13:34:27+00:00" 1122 1271 }, 1123 1272 { … … 1176 1325 { 1177 1326 "name": "phpdocumentor/reflection-docblock", 1178 "version": "5. 3.0",1327 "version": "5.6.1", 1179 1328 "source": { 1180 1329 "type": "git", 1181 1330 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 1182 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" 1183 }, 1184 "dist": { 1185 "type": "zip", 1186 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", 1187 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", 1188 "shasum": "" 1189 }, 1190 "require": { 1331 "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8" 1332 }, 1333 "dist": { 1334 "type": "zip", 1335 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", 1336 "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", 1337 "shasum": "" 1338 }, 1339 "require": { 1340 "doctrine/deprecations": "^1.1", 1191 1341 "ext-filter": "*", 1192 "php": "^7. 2|| ^8.0",1342 "php": "^7.4 || ^8.0", 1193 1343 "phpdocumentor/reflection-common": "^2.2", 1194 "phpdocumentor/type-resolver": "^1.3", 1344 "phpdocumentor/type-resolver": "^1.7", 1345 "phpstan/phpdoc-parser": "^1.7|^2.0", 1195 1346 "webmozart/assert": "^1.9.1" 1196 1347 }, 1197 1348 "require-dev": { 1198 "mockery/mockery": "~1.3.2", 1199 "psalm/phar": "^4.8" 1349 "mockery/mockery": "~1.3.5 || ~1.6.0", 1350 "phpstan/extension-installer": "^1.1", 1351 "phpstan/phpstan": "^1.8", 1352 "phpstan/phpstan-mockery": "^1.1", 1353 "phpstan/phpstan-webmozart-assert": "^1.2", 1354 "phpunit/phpunit": "^9.5", 1355 "psalm/phar": "^5.26" 1200 1356 }, 1201 1357 "type": "library", … … 1221 1377 { 1222 1378 "name": "Jaap van Otterdijk", 1223 "email": " account@ijaap.nl"1379 "email": "opensource@ijaap.nl" 1224 1380 } 1225 1381 ], … … 1227 1383 "support": { 1228 1384 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 1229 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5. 3.0"1230 }, 1231 "time": "202 1-10-19T17:43:47+00:00"1385 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1" 1386 }, 1387 "time": "2024-12-07T09:39:29+00:00" 1232 1388 }, 1233 1389 { 1234 1390 "name": "phpdocumentor/type-resolver", 1235 "version": "1. 6.0",1391 "version": "1.10.0", 1236 1392 "source": { 1237 1393 "type": "git", 1238 1394 "url": "https://github.com/phpDocumentor/TypeResolver.git", 1239 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706" 1240 }, 1241 "dist": { 1242 "type": "zip", 1243 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706", 1244 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706", 1245 "shasum": "" 1246 }, 1247 "require": { 1248 "php": "^7.2 || ^8.0", 1249 "phpdocumentor/reflection-common": "^2.0" 1395 "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a" 1396 }, 1397 "dist": { 1398 "type": "zip", 1399 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a", 1400 "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a", 1401 "shasum": "" 1402 }, 1403 "require": { 1404 "doctrine/deprecations": "^1.0", 1405 "php": "^7.3 || ^8.0", 1406 "phpdocumentor/reflection-common": "^2.0", 1407 "phpstan/phpdoc-parser": "^1.18|^2.0" 1250 1408 }, 1251 1409 "require-dev": { 1252 1410 "ext-tokenizer": "*", 1253 "psalm/phar": "^4.8" 1411 "phpbench/phpbench": "^1.2", 1412 "phpstan/extension-installer": "^1.1", 1413 "phpstan/phpstan": "^1.8", 1414 "phpstan/phpstan-phpunit": "^1.1", 1415 "phpunit/phpunit": "^9.5", 1416 "rector/rector": "^0.13.9", 1417 "vimeo/psalm": "^4.25" 1254 1418 }, 1255 1419 "type": "library", … … 1277 1441 "support": { 1278 1442 "issues": "https://github.com/phpDocumentor/TypeResolver/issues", 1279 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0" 1280 }, 1281 "time": "2022-01-04T19:58:01+00:00" 1443 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0" 1444 }, 1445 "time": "2024-11-09T15:12:26+00:00" 1446 }, 1447 { 1448 "name": "phpstan/phpdoc-parser", 1449 "version": "2.1.0", 1450 "source": { 1451 "type": "git", 1452 "url": "https://github.com/phpstan/phpdoc-parser.git", 1453 "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" 1454 }, 1455 "dist": { 1456 "type": "zip", 1457 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", 1458 "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", 1459 "shasum": "" 1460 }, 1461 "require": { 1462 "php": "^7.4 || ^8.0" 1463 }, 1464 "require-dev": { 1465 "doctrine/annotations": "^2.0", 1466 "nikic/php-parser": "^5.3.0", 1467 "php-parallel-lint/php-parallel-lint": "^1.2", 1468 "phpstan/extension-installer": "^1.0", 1469 "phpstan/phpstan": "^2.0", 1470 "phpstan/phpstan-phpunit": "^2.0", 1471 "phpstan/phpstan-strict-rules": "^2.0", 1472 "phpunit/phpunit": "^9.6", 1473 "symfony/process": "^5.2" 1474 }, 1475 "type": "library", 1476 "autoload": { 1477 "psr-4": { 1478 "PHPStan\\PhpDocParser\\": [ 1479 "src/" 1480 ] 1481 } 1482 }, 1483 "notification-url": "https://packagist.org/downloads/", 1484 "license": [ 1485 "MIT" 1486 ], 1487 "description": "PHPDoc parser with support for nullable, intersection and generic types", 1488 "support": { 1489 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 1490 "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0" 1491 }, 1492 "time": "2025-02-19T13:28:12+00:00" 1493 }, 1494 { 1495 "name": "psr/cache", 1496 "version": "3.0.0", 1497 "source": { 1498 "type": "git", 1499 "url": "https://github.com/php-fig/cache.git", 1500 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" 1501 }, 1502 "dist": { 1503 "type": "zip", 1504 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 1505 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 1506 "shasum": "" 1507 }, 1508 "require": { 1509 "php": ">=8.0.0" 1510 }, 1511 "type": "library", 1512 "extra": { 1513 "branch-alias": { 1514 "dev-master": "1.0.x-dev" 1515 } 1516 }, 1517 "autoload": { 1518 "psr-4": { 1519 "Psr\\Cache\\": "src/" 1520 } 1521 }, 1522 "notification-url": "https://packagist.org/downloads/", 1523 "license": [ 1524 "MIT" 1525 ], 1526 "authors": [ 1527 { 1528 "name": "PHP-FIG", 1529 "homepage": "https://www.php-fig.org/" 1530 } 1531 ], 1532 "description": "Common interface for caching libraries", 1533 "keywords": [ 1534 "cache", 1535 "psr", 1536 "psr-6" 1537 ], 1538 "support": { 1539 "source": "https://github.com/php-fig/cache/tree/3.0.0" 1540 }, 1541 "time": "2021-02-03T23:26:27+00:00" 1282 1542 }, 1283 1543 { 1284 1544 "name": "psr/container", 1285 "version": " 1.1.2",1545 "version": "2.0.2", 1286 1546 "source": { 1287 1547 "type": "git", 1288 1548 "url": "https://github.com/php-fig/container.git", 1289 "reference": " 513e0666f7216c7459170d56df27dfcefe1689ea"1290 }, 1291 "dist": { 1292 "type": "zip", 1293 "url": "https://api.github.com/repos/php-fig/container/zipball/ 513e0666f7216c7459170d56df27dfcefe1689ea",1294 "reference": " 513e0666f7216c7459170d56df27dfcefe1689ea",1549 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" 1550 }, 1551 "dist": { 1552 "type": "zip", 1553 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", 1554 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", 1295 1555 "shasum": "" 1296 1556 }, … … 1299 1559 }, 1300 1560 "type": "library", 1561 "extra": { 1562 "branch-alias": { 1563 "dev-master": "2.0.x-dev" 1564 } 1565 }, 1301 1566 "autoload": { 1302 1567 "psr-4": { … … 1325 1590 "support": { 1326 1591 "issues": "https://github.com/php-fig/container/issues", 1327 "source": "https://github.com/php-fig/container/tree/ 1.1.2"1328 }, 1329 "time": "2021-11-05T16: 50:12+00:00"1330 }, 1331 { 1332 "name": "psr/ log",1333 "version": "1. 1.4",1334 "source": { 1335 "type": "git", 1336 "url": "https://github.com/php-fig/ log.git",1337 "reference": "d 49695b909c3b7628b6289db5479a1c204601f11"1338 }, 1339 "dist": { 1340 "type": "zip", 1341 "url": "https://api.github.com/repos/php-fig/ log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",1342 "reference": "d 49695b909c3b7628b6289db5479a1c204601f11",1343 "shasum": "" 1344 }, 1345 "require": { 1346 "php": ">= 5.3.0"1592 "source": "https://github.com/php-fig/container/tree/2.0.2" 1593 }, 1594 "time": "2021-11-05T16:47:00+00:00" 1595 }, 1596 { 1597 "name": "psr/event-dispatcher", 1598 "version": "1.0.0", 1599 "source": { 1600 "type": "git", 1601 "url": "https://github.com/php-fig/event-dispatcher.git", 1602 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 1603 }, 1604 "dist": { 1605 "type": "zip", 1606 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 1607 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 1608 "shasum": "" 1609 }, 1610 "require": { 1611 "php": ">=7.2.0" 1347 1612 }, 1348 1613 "type": "library", 1349 1614 "extra": { 1350 1615 "branch-alias": { 1351 "dev-master": "1.1.x-dev" 1352 } 1353 }, 1354 "autoload": { 1355 "psr-4": { 1356 "Psr\\Log\\": "Psr/Log/" 1616 "dev-master": "1.0.x-dev" 1617 } 1618 }, 1619 "autoload": { 1620 "psr-4": { 1621 "Psr\\EventDispatcher\\": "src/" 1622 } 1623 }, 1624 "notification-url": "https://packagist.org/downloads/", 1625 "license": [ 1626 "MIT" 1627 ], 1628 "authors": [ 1629 { 1630 "name": "PHP-FIG", 1631 "homepage": "http://www.php-fig.org/" 1632 } 1633 ], 1634 "description": "Standard interfaces for event handling.", 1635 "keywords": [ 1636 "events", 1637 "psr", 1638 "psr-14" 1639 ], 1640 "support": { 1641 "issues": "https://github.com/php-fig/event-dispatcher/issues", 1642 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 1643 }, 1644 "time": "2019-01-08T18:20:26+00:00" 1645 }, 1646 { 1647 "name": "psr/log", 1648 "version": "3.0.2", 1649 "source": { 1650 "type": "git", 1651 "url": "https://github.com/php-fig/log.git", 1652 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" 1653 }, 1654 "dist": { 1655 "type": "zip", 1656 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 1657 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 1658 "shasum": "" 1659 }, 1660 "require": { 1661 "php": ">=8.0.0" 1662 }, 1663 "type": "library", 1664 "extra": { 1665 "branch-alias": { 1666 "dev-master": "3.x-dev" 1667 } 1668 }, 1669 "autoload": { 1670 "psr-4": { 1671 "Psr\\Log\\": "src" 1357 1672 } 1358 1673 }, … … 1375 1690 ], 1376 1691 "support": { 1377 "source": "https://github.com/php-fig/log/tree/ 1.1.4"1378 }, 1379 "time": "202 1-05-03T11:20:27+00:00"1692 "source": "https://github.com/php-fig/log/tree/3.0.2" 1693 }, 1694 "time": "2024-09-11T13:17:53+00:00" 1380 1695 }, 1381 1696 { 1382 1697 "name": "sebastian/diff", 1383 "version": " 4.0.4",1698 "version": "5.1.1", 1384 1699 "source": { 1385 1700 "type": "git", 1386 1701 "url": "https://github.com/sebastianbergmann/diff.git", 1387 "reference": " 3461e3fccc7cfdfc2720be910d3bd73c69be590d"1388 }, 1389 "dist": { 1390 "type": "zip", 1391 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ 3461e3fccc7cfdfc2720be910d3bd73c69be590d",1392 "reference": " 3461e3fccc7cfdfc2720be910d3bd73c69be590d",1393 "shasum": "" 1394 }, 1395 "require": { 1396 "php": ">= 7.3"1702 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e" 1703 }, 1704 "dist": { 1705 "type": "zip", 1706 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e", 1707 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e", 1708 "shasum": "" 1709 }, 1710 "require": { 1711 "php": ">=8.1" 1397 1712 }, 1398 1713 "require-dev": { 1399 "phpunit/phpunit": "^ 9.3",1400 "symfony/process": "^ 4.2 || ^5"1714 "phpunit/phpunit": "^10.0", 1715 "symfony/process": "^6.4" 1401 1716 }, 1402 1717 "type": "library", 1403 1718 "extra": { 1404 1719 "branch-alias": { 1405 "dev-ma ster": "4.0-dev"1720 "dev-main": "5.1-dev" 1406 1721 } 1407 1722 }, … … 1435 1750 "support": { 1436 1751 "issues": "https://github.com/sebastianbergmann/diff/issues", 1437 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" 1752 "security": "https://github.com/sebastianbergmann/diff/security/policy", 1753 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1" 1438 1754 }, 1439 1755 "funding": [ … … 1443 1759 } 1444 1760 ], 1445 "time": "2020-10-26T13:10:38+00:00" 1761 "time": "2024-03-02T07:15:17+00:00" 1762 }, 1763 { 1764 "name": "spatie/array-to-xml", 1765 "version": "3.4.0", 1766 "source": { 1767 "type": "git", 1768 "url": "https://github.com/spatie/array-to-xml.git", 1769 "reference": "7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67" 1770 }, 1771 "dist": { 1772 "type": "zip", 1773 "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67", 1774 "reference": "7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67", 1775 "shasum": "" 1776 }, 1777 "require": { 1778 "ext-dom": "*", 1779 "php": "^8.0" 1780 }, 1781 "require-dev": { 1782 "mockery/mockery": "^1.2", 1783 "pestphp/pest": "^1.21", 1784 "spatie/pest-plugin-snapshots": "^1.1" 1785 }, 1786 "type": "library", 1787 "extra": { 1788 "branch-alias": { 1789 "dev-main": "3.x-dev" 1790 } 1791 }, 1792 "autoload": { 1793 "psr-4": { 1794 "Spatie\\ArrayToXml\\": "src" 1795 } 1796 }, 1797 "notification-url": "https://packagist.org/downloads/", 1798 "license": [ 1799 "MIT" 1800 ], 1801 "authors": [ 1802 { 1803 "name": "Freek Van der Herten", 1804 "email": "[email protected]", 1805 "homepage": "https://freek.dev", 1806 "role": "Developer" 1807 } 1808 ], 1809 "description": "Convert an array to xml", 1810 "homepage": "https://github.com/spatie/array-to-xml", 1811 "keywords": [ 1812 "array", 1813 "convert", 1814 "xml" 1815 ], 1816 "support": { 1817 "source": "https://github.com/spatie/array-to-xml/tree/3.4.0" 1818 }, 1819 "funding": [ 1820 { 1821 "url": "https://spatie.be/open-source/support-us", 1822 "type": "custom" 1823 }, 1824 { 1825 "url": "https://github.com/spatie", 1826 "type": "github" 1827 } 1828 ], 1829 "time": "2024-12-16T12:45:15+00:00" 1446 1830 }, 1447 1831 { 1448 1832 "name": "squizlabs/php_codesniffer", 1449 "version": "3. 6.2",1450 "source": { 1451 "type": "git", 1452 "url": "https://github.com/ squizlabs/PHP_CodeSniffer.git",1453 "reference": " 5e4e71592f69da17871dba6e80dd51bce74a351a"1454 }, 1455 "dist": { 1456 "type": "zip", 1457 "url": "https://api.github.com/repos/ squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",1458 "reference": " 5e4e71592f69da17871dba6e80dd51bce74a351a",1833 "version": "3.12.0", 1834 "source": { 1835 "type": "git", 1836 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 1837 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630" 1838 }, 1839 "dist": { 1840 "type": "zip", 1841 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/2d1b63db139c3c6ea0c927698e5160f8b3b8d630", 1842 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630", 1459 1843 "shasum": "" 1460 1844 }, … … 1466 1850 }, 1467 1851 "require-dev": { 1468 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 "1852 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 1469 1853 }, 1470 1854 "bin": [ 1471 "bin/phpc s",1472 "bin/phpc bf"1855 "bin/phpcbf", 1856 "bin/phpcs" 1473 1857 ], 1474 1858 "type": "library", … … 1485 1869 { 1486 1870 "name": "Greg Sherwood", 1487 "role": "lead" 1871 "role": "Former lead" 1872 }, 1873 { 1874 "name": "Juliette Reinders Folmer", 1875 "role": "Current lead" 1876 }, 1877 { 1878 "name": "Contributors", 1879 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" 1488 1880 } 1489 1881 ], 1490 1882 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 1491 "homepage": "https://github.com/ squizlabs/PHP_CodeSniffer",1883 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 1492 1884 "keywords": [ 1493 1885 "phpcs", 1494 "standards" 1495 ], 1496 "support": { 1497 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", 1498 "source": "https://github.com/squizlabs/PHP_CodeSniffer", 1499 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 1500 }, 1501 "time": "2021-12-12T21:44:58+00:00" 1502 }, 1503 { 1504 "name": "symfony/console", 1505 "version": "v5.4.2", 1506 "source": { 1507 "type": "git", 1508 "url": "https://github.com/symfony/console.git", 1509 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e" 1510 }, 1511 "dist": { 1512 "type": "zip", 1513 "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e", 1514 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e", 1515 "shasum": "" 1516 }, 1517 "require": { 1518 "php": ">=7.2.5", 1519 "symfony/deprecation-contracts": "^2.1|^3", 1520 "symfony/polyfill-mbstring": "~1.0", 1521 "symfony/polyfill-php73": "^1.9", 1522 "symfony/polyfill-php80": "^1.16", 1523 "symfony/service-contracts": "^1.1|^2|^3", 1524 "symfony/string": "^5.1|^6.0" 1886 "standards", 1887 "static analysis" 1888 ], 1889 "support": { 1890 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", 1891 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", 1892 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 1893 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" 1894 }, 1895 "funding": [ 1896 { 1897 "url": "https://github.com/PHPCSStandards", 1898 "type": "github" 1899 }, 1900 { 1901 "url": "https://github.com/jrfnl", 1902 "type": "github" 1903 }, 1904 { 1905 "url": "https://opencollective.com/php_codesniffer", 1906 "type": "open_collective" 1907 }, 1908 { 1909 "url": "https://thanks.dev/u/gh/phpcsstandards", 1910 "type": "thanks_dev" 1911 } 1912 ], 1913 "time": "2025-03-18T05:04:51+00:00" 1914 }, 1915 { 1916 "name": "symfony/cache", 1917 "version": "v7.2.4", 1918 "source": { 1919 "type": "git", 1920 "url": "https://github.com/symfony/cache.git", 1921 "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7" 1922 }, 1923 "dist": { 1924 "type": "zip", 1925 "url": "https://api.github.com/repos/symfony/cache/zipball/d33cd9e14326e14a4145c21e600602eaf17cc9e7", 1926 "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7", 1927 "shasum": "" 1928 }, 1929 "require": { 1930 "php": ">=8.2", 1931 "psr/cache": "^2.0|^3.0", 1932 "psr/log": "^1.1|^2|^3", 1933 "symfony/cache-contracts": "^2.5|^3", 1934 "symfony/deprecation-contracts": "^2.5|^3.0", 1935 "symfony/service-contracts": "^2.5|^3", 1936 "symfony/var-exporter": "^6.4|^7.0" 1525 1937 }, 1526 1938 "conflict": { 1527 "psr/log": ">=3", 1528 "symfony/dependency-injection": "<4.4", 1529 "symfony/dotenv": "<5.1", 1530 "symfony/event-dispatcher": "<4.4", 1531 "symfony/lock": "<4.4", 1532 "symfony/process": "<4.4" 1939 "doctrine/dbal": "<3.6", 1940 "symfony/dependency-injection": "<6.4", 1941 "symfony/http-kernel": "<6.4", 1942 "symfony/var-dumper": "<6.4" 1533 1943 }, 1534 1944 "provide": { 1535 "psr/log-implementation": "1.0|2.0" 1945 "psr/cache-implementation": "2.0|3.0", 1946 "psr/simple-cache-implementation": "1.0|2.0|3.0", 1947 "symfony/cache-implementation": "1.1|2.0|3.0" 1536 1948 }, 1537 1949 "require-dev": { 1538 "psr/log": "^1|^2", 1539 "symfony/config": "^4.4|^5.0|^6.0", 1540 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 1541 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 1542 "symfony/lock": "^4.4|^5.0|^6.0", 1543 "symfony/process": "^4.4|^5.0|^6.0", 1544 "symfony/var-dumper": "^4.4|^5.0|^6.0" 1545 }, 1546 "suggest": { 1547 "psr/log": "For using the console logger", 1548 "symfony/event-dispatcher": "", 1549 "symfony/lock": "", 1550 "symfony/process": "" 1551 }, 1552 "type": "library", 1553 "autoload": { 1554 "psr-4": { 1555 "Symfony\\Component\\Console\\": "" 1556 }, 1950 "cache/integration-tests": "dev-master", 1951 "doctrine/dbal": "^3.6|^4", 1952 "predis/predis": "^1.1|^2.0", 1953 "psr/simple-cache": "^1.0|^2.0|^3.0", 1954 "symfony/clock": "^6.4|^7.0", 1955 "symfony/config": "^6.4|^7.0", 1956 "symfony/dependency-injection": "^6.4|^7.0", 1957 "symfony/filesystem": "^6.4|^7.0", 1958 "symfony/http-kernel": "^6.4|^7.0", 1959 "symfony/messenger": "^6.4|^7.0", 1960 "symfony/var-dumper": "^6.4|^7.0" 1961 }, 1962 "type": "library", 1963 "autoload": { 1964 "psr-4": { 1965 "Symfony\\Component\\Cache\\": "" 1966 }, 1967 "classmap": [ 1968 "Traits/ValueWrapper.php" 1969 ], 1557 1970 "exclude-from-classmap": [ 1558 1971 "/Tests/" … … 1565 1978 "authors": [ 1566 1979 { 1980 "name": "Nicolas Grekas", 1981 "email": "[email protected]" 1982 }, 1983 { 1984 "name": "Symfony Community", 1985 "homepage": "https://symfony.com/contributors" 1986 } 1987 ], 1988 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", 1989 "homepage": "https://symfony.com", 1990 "keywords": [ 1991 "caching", 1992 "psr6" 1993 ], 1994 "support": { 1995 "source": "https://github.com/symfony/cache/tree/v7.2.4" 1996 }, 1997 "funding": [ 1998 { 1999 "url": "https://symfony.com/sponsor", 2000 "type": "custom" 2001 }, 2002 { 2003 "url": "https://github.com/fabpot", 2004 "type": "github" 2005 }, 2006 { 2007 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2008 "type": "tidelift" 2009 } 2010 ], 2011 "time": "2025-02-26T09:57:54+00:00" 2012 }, 2013 { 2014 "name": "symfony/cache-contracts", 2015 "version": "v3.5.1", 2016 "source": { 2017 "type": "git", 2018 "url": "https://github.com/symfony/cache-contracts.git", 2019 "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b" 2020 }, 2021 "dist": { 2022 "type": "zip", 2023 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", 2024 "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", 2025 "shasum": "" 2026 }, 2027 "require": { 2028 "php": ">=8.1", 2029 "psr/cache": "^3.0" 2030 }, 2031 "type": "library", 2032 "extra": { 2033 "thanks": { 2034 "url": "https://github.com/symfony/contracts", 2035 "name": "symfony/contracts" 2036 }, 2037 "branch-alias": { 2038 "dev-main": "3.5-dev" 2039 } 2040 }, 2041 "autoload": { 2042 "psr-4": { 2043 "Symfony\\Contracts\\Cache\\": "" 2044 } 2045 }, 2046 "notification-url": "https://packagist.org/downloads/", 2047 "license": [ 2048 "MIT" 2049 ], 2050 "authors": [ 2051 { 2052 "name": "Nicolas Grekas", 2053 "email": "[email protected]" 2054 }, 2055 { 2056 "name": "Symfony Community", 2057 "homepage": "https://symfony.com/contributors" 2058 } 2059 ], 2060 "description": "Generic abstractions related to caching", 2061 "homepage": "https://symfony.com", 2062 "keywords": [ 2063 "abstractions", 2064 "contracts", 2065 "decoupling", 2066 "interfaces", 2067 "interoperability", 2068 "standards" 2069 ], 2070 "support": { 2071 "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1" 2072 }, 2073 "funding": [ 2074 { 2075 "url": "https://symfony.com/sponsor", 2076 "type": "custom" 2077 }, 2078 { 2079 "url": "https://github.com/fabpot", 2080 "type": "github" 2081 }, 2082 { 2083 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2084 "type": "tidelift" 2085 } 2086 ], 2087 "time": "2024-09-25T14:20:29+00:00" 2088 }, 2089 { 2090 "name": "symfony/console", 2091 "version": "v6.4.17", 2092 "source": { 2093 "type": "git", 2094 "url": "https://github.com/symfony/console.git", 2095 "reference": "799445db3f15768ecc382ac5699e6da0520a0a04" 2096 }, 2097 "dist": { 2098 "type": "zip", 2099 "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04", 2100 "reference": "799445db3f15768ecc382ac5699e6da0520a0a04", 2101 "shasum": "" 2102 }, 2103 "require": { 2104 "php": ">=8.1", 2105 "symfony/deprecation-contracts": "^2.5|^3", 2106 "symfony/polyfill-mbstring": "~1.0", 2107 "symfony/service-contracts": "^2.5|^3", 2108 "symfony/string": "^5.4|^6.0|^7.0" 2109 }, 2110 "conflict": { 2111 "symfony/dependency-injection": "<5.4", 2112 "symfony/dotenv": "<5.4", 2113 "symfony/event-dispatcher": "<5.4", 2114 "symfony/lock": "<5.4", 2115 "symfony/process": "<5.4" 2116 }, 2117 "provide": { 2118 "psr/log-implementation": "1.0|2.0|3.0" 2119 }, 2120 "require-dev": { 2121 "psr/log": "^1|^2|^3", 2122 "symfony/config": "^5.4|^6.0|^7.0", 2123 "symfony/dependency-injection": "^5.4|^6.0|^7.0", 2124 "symfony/event-dispatcher": "^5.4|^6.0|^7.0", 2125 "symfony/http-foundation": "^6.4|^7.0", 2126 "symfony/http-kernel": "^6.4|^7.0", 2127 "symfony/lock": "^5.4|^6.0|^7.0", 2128 "symfony/messenger": "^5.4|^6.0|^7.0", 2129 "symfony/process": "^5.4|^6.0|^7.0", 2130 "symfony/stopwatch": "^5.4|^6.0|^7.0", 2131 "symfony/var-dumper": "^5.4|^6.0|^7.0" 2132 }, 2133 "type": "library", 2134 "autoload": { 2135 "psr-4": { 2136 "Symfony\\Component\\Console\\": "" 2137 }, 2138 "exclude-from-classmap": [ 2139 "/Tests/" 2140 ] 2141 }, 2142 "notification-url": "https://packagist.org/downloads/", 2143 "license": [ 2144 "MIT" 2145 ], 2146 "authors": [ 2147 { 1567 2148 "name": "Fabien Potencier", 1568 2149 "email": "[email protected]" … … 1577 2158 "keywords": [ 1578 2159 "cli", 1579 "command line",2160 "command-line", 1580 2161 "console", 1581 2162 "terminal" 1582 2163 ], 1583 2164 "support": { 1584 "source": "https://github.com/symfony/console/tree/v 5.4.2"2165 "source": "https://github.com/symfony/console/tree/v6.4.17" 1585 2166 }, 1586 2167 "funding": [ … … 1598 2179 } 1599 2180 ], 1600 "time": "202 1-12-20T16:11:12+00:00"2181 "time": "2024-12-07T12:07:30+00:00" 1601 2182 }, 1602 2183 { 1603 2184 "name": "symfony/deprecation-contracts", 1604 "version": "v 2.5.0",2185 "version": "v3.5.1", 1605 2186 "source": { 1606 2187 "type": "git", 1607 2188 "url": "https://github.com/symfony/deprecation-contracts.git", 1608 "reference": " 6f981ee24cf69ee7ce9736146d1c57c2780598a8"1609 }, 1610 "dist": { 1611 "type": "zip", 1612 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ 6f981ee24cf69ee7ce9736146d1c57c2780598a8",1613 "reference": " 6f981ee24cf69ee7ce9736146d1c57c2780598a8",1614 "shasum": "" 1615 }, 1616 "require": { 1617 "php": ">= 7.1"2189 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" 2190 }, 2191 "dist": { 2192 "type": "zip", 2193 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", 2194 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", 2195 "shasum": "" 2196 }, 2197 "require": { 2198 "php": ">=8.1" 1618 2199 }, 1619 2200 "type": "library", 1620 2201 "extra": { 2202 "thanks": { 2203 "url": "https://github.com/symfony/contracts", 2204 "name": "symfony/contracts" 2205 }, 1621 2206 "branch-alias": { 1622 "dev-main": "2.5-dev" 1623 }, 1624 "thanks": { 1625 "name": "symfony/contracts", 1626 "url": "https://github.com/symfony/contracts" 2207 "dev-main": "3.5-dev" 1627 2208 } 1628 2209 }, … … 1649 2230 "homepage": "https://symfony.com", 1650 2231 "support": { 1651 "source": "https://github.com/symfony/deprecation-contracts/tree/v 2.5.0"2232 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" 1652 2233 }, 1653 2234 "funding": [ … … 1665 2246 } 1666 2247 ], 1667 "time": "2021-07-12T14:48:14+00:00" 1668 }, 1669 { 1670 "name": "symfony/finder", 1671 "version": "v5.4.2", 1672 "source": { 1673 "type": "git", 1674 "url": "https://github.com/symfony/finder.git", 1675 "reference": "e77046c252be48c48a40816187ed527703c8f76c" 1676 }, 1677 "dist": { 1678 "type": "zip", 1679 "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c", 1680 "reference": "e77046c252be48c48a40816187ed527703c8f76c", 1681 "shasum": "" 1682 }, 1683 "require": { 1684 "php": ">=7.2.5", 1685 "symfony/deprecation-contracts": "^2.1|^3", 1686 "symfony/polyfill-php80": "^1.16" 1687 }, 1688 "type": "library", 1689 "autoload": { 1690 "psr-4": { 1691 "Symfony\\Component\\Finder\\": "" 2248 "time": "2024-09-25T14:20:29+00:00" 2249 }, 2250 { 2251 "name": "symfony/event-dispatcher", 2252 "version": "v7.2.0", 2253 "source": { 2254 "type": "git", 2255 "url": "https://github.com/symfony/event-dispatcher.git", 2256 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1" 2257 }, 2258 "dist": { 2259 "type": "zip", 2260 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1", 2261 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1", 2262 "shasum": "" 2263 }, 2264 "require": { 2265 "php": ">=8.2", 2266 "symfony/event-dispatcher-contracts": "^2.5|^3" 2267 }, 2268 "conflict": { 2269 "symfony/dependency-injection": "<6.4", 2270 "symfony/service-contracts": "<2.5" 2271 }, 2272 "provide": { 2273 "psr/event-dispatcher-implementation": "1.0", 2274 "symfony/event-dispatcher-implementation": "2.0|3.0" 2275 }, 2276 "require-dev": { 2277 "psr/log": "^1|^2|^3", 2278 "symfony/config": "^6.4|^7.0", 2279 "symfony/dependency-injection": "^6.4|^7.0", 2280 "symfony/error-handler": "^6.4|^7.0", 2281 "symfony/expression-language": "^6.4|^7.0", 2282 "symfony/http-foundation": "^6.4|^7.0", 2283 "symfony/service-contracts": "^2.5|^3", 2284 "symfony/stopwatch": "^6.4|^7.0" 2285 }, 2286 "type": "library", 2287 "autoload": { 2288 "psr-4": { 2289 "Symfony\\Component\\EventDispatcher\\": "" 1692 2290 }, 1693 2291 "exclude-from-classmap": [ … … 1709 2307 } 1710 2308 ], 2309 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 2310 "homepage": "https://symfony.com", 2311 "support": { 2312 "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0" 2313 }, 2314 "funding": [ 2315 { 2316 "url": "https://symfony.com/sponsor", 2317 "type": "custom" 2318 }, 2319 { 2320 "url": "https://github.com/fabpot", 2321 "type": "github" 2322 }, 2323 { 2324 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2325 "type": "tidelift" 2326 } 2327 ], 2328 "time": "2024-09-25T14:21:43+00:00" 2329 }, 2330 { 2331 "name": "symfony/event-dispatcher-contracts", 2332 "version": "v3.5.1", 2333 "source": { 2334 "type": "git", 2335 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 2336 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" 2337 }, 2338 "dist": { 2339 "type": "zip", 2340 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", 2341 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", 2342 "shasum": "" 2343 }, 2344 "require": { 2345 "php": ">=8.1", 2346 "psr/event-dispatcher": "^1" 2347 }, 2348 "type": "library", 2349 "extra": { 2350 "thanks": { 2351 "url": "https://github.com/symfony/contracts", 2352 "name": "symfony/contracts" 2353 }, 2354 "branch-alias": { 2355 "dev-main": "3.5-dev" 2356 } 2357 }, 2358 "autoload": { 2359 "psr-4": { 2360 "Symfony\\Contracts\\EventDispatcher\\": "" 2361 } 2362 }, 2363 "notification-url": "https://packagist.org/downloads/", 2364 "license": [ 2365 "MIT" 2366 ], 2367 "authors": [ 2368 { 2369 "name": "Nicolas Grekas", 2370 "email": "[email protected]" 2371 }, 2372 { 2373 "name": "Symfony Community", 2374 "homepage": "https://symfony.com/contributors" 2375 } 2376 ], 2377 "description": "Generic abstractions related to dispatching event", 2378 "homepage": "https://symfony.com", 2379 "keywords": [ 2380 "abstractions", 2381 "contracts", 2382 "decoupling", 2383 "interfaces", 2384 "interoperability", 2385 "standards" 2386 ], 2387 "support": { 2388 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" 2389 }, 2390 "funding": [ 2391 { 2392 "url": "https://symfony.com/sponsor", 2393 "type": "custom" 2394 }, 2395 { 2396 "url": "https://github.com/fabpot", 2397 "type": "github" 2398 }, 2399 { 2400 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2401 "type": "tidelift" 2402 } 2403 ], 2404 "time": "2024-09-25T14:20:29+00:00" 2405 }, 2406 { 2407 "name": "symfony/filesystem", 2408 "version": "v6.4.13", 2409 "source": { 2410 "type": "git", 2411 "url": "https://github.com/symfony/filesystem.git", 2412 "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3" 2413 }, 2414 "dist": { 2415 "type": "zip", 2416 "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", 2417 "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", 2418 "shasum": "" 2419 }, 2420 "require": { 2421 "php": ">=8.1", 2422 "symfony/polyfill-ctype": "~1.8", 2423 "symfony/polyfill-mbstring": "~1.8" 2424 }, 2425 "require-dev": { 2426 "symfony/process": "^5.4|^6.4|^7.0" 2427 }, 2428 "type": "library", 2429 "autoload": { 2430 "psr-4": { 2431 "Symfony\\Component\\Filesystem\\": "" 2432 }, 2433 "exclude-from-classmap": [ 2434 "/Tests/" 2435 ] 2436 }, 2437 "notification-url": "https://packagist.org/downloads/", 2438 "license": [ 2439 "MIT" 2440 ], 2441 "authors": [ 2442 { 2443 "name": "Fabien Potencier", 2444 "email": "[email protected]" 2445 }, 2446 { 2447 "name": "Symfony Community", 2448 "homepage": "https://symfony.com/contributors" 2449 } 2450 ], 2451 "description": "Provides basic utilities for the filesystem", 2452 "homepage": "https://symfony.com", 2453 "support": { 2454 "source": "https://github.com/symfony/filesystem/tree/v6.4.13" 2455 }, 2456 "funding": [ 2457 { 2458 "url": "https://symfony.com/sponsor", 2459 "type": "custom" 2460 }, 2461 { 2462 "url": "https://github.com/fabpot", 2463 "type": "github" 2464 }, 2465 { 2466 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2467 "type": "tidelift" 2468 } 2469 ], 2470 "time": "2024-10-25T15:07:50+00:00" 2471 }, 2472 { 2473 "name": "symfony/finder", 2474 "version": "v7.2.2", 2475 "source": { 2476 "type": "git", 2477 "url": "https://github.com/symfony/finder.git", 2478 "reference": "87a71856f2f56e4100373e92529eed3171695cfb" 2479 }, 2480 "dist": { 2481 "type": "zip", 2482 "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb", 2483 "reference": "87a71856f2f56e4100373e92529eed3171695cfb", 2484 "shasum": "" 2485 }, 2486 "require": { 2487 "php": ">=8.2" 2488 }, 2489 "require-dev": { 2490 "symfony/filesystem": "^6.4|^7.0" 2491 }, 2492 "type": "library", 2493 "autoload": { 2494 "psr-4": { 2495 "Symfony\\Component\\Finder\\": "" 2496 }, 2497 "exclude-from-classmap": [ 2498 "/Tests/" 2499 ] 2500 }, 2501 "notification-url": "https://packagist.org/downloads/", 2502 "license": [ 2503 "MIT" 2504 ], 2505 "authors": [ 2506 { 2507 "name": "Fabien Potencier", 2508 "email": "[email protected]" 2509 }, 2510 { 2511 "name": "Symfony Community", 2512 "homepage": "https://symfony.com/contributors" 2513 } 2514 ], 1711 2515 "description": "Finds files and directories via an intuitive fluent interface", 1712 2516 "homepage": "https://symfony.com", 1713 2517 "support": { 1714 "source": "https://github.com/symfony/finder/tree/v 5.4.2"2518 "source": "https://github.com/symfony/finder/tree/v7.2.2" 1715 2519 }, 1716 2520 "funding": [ … … 1728 2532 } 1729 2533 ], 1730 "time": "2021-12-15T11:06:13+00:00" 2534 "time": "2024-12-30T19:00:17+00:00" 2535 }, 2536 { 2537 "name": "symfony/options-resolver", 2538 "version": "v7.2.0", 2539 "source": { 2540 "type": "git", 2541 "url": "https://github.com/symfony/options-resolver.git", 2542 "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50" 2543 }, 2544 "dist": { 2545 "type": "zip", 2546 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7da8fbac9dcfef75ffc212235d76b2754ce0cf50", 2547 "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50", 2548 "shasum": "" 2549 }, 2550 "require": { 2551 "php": ">=8.2", 2552 "symfony/deprecation-contracts": "^2.5|^3" 2553 }, 2554 "type": "library", 2555 "autoload": { 2556 "psr-4": { 2557 "Symfony\\Component\\OptionsResolver\\": "" 2558 }, 2559 "exclude-from-classmap": [ 2560 "/Tests/" 2561 ] 2562 }, 2563 "notification-url": "https://packagist.org/downloads/", 2564 "license": [ 2565 "MIT" 2566 ], 2567 "authors": [ 2568 { 2569 "name": "Fabien Potencier", 2570 "email": "[email protected]" 2571 }, 2572 { 2573 "name": "Symfony Community", 2574 "homepage": "https://symfony.com/contributors" 2575 } 2576 ], 2577 "description": "Provides an improved replacement for the array_replace PHP function", 2578 "homepage": "https://symfony.com", 2579 "keywords": [ 2580 "config", 2581 "configuration", 2582 "options" 2583 ], 2584 "support": { 2585 "source": "https://github.com/symfony/options-resolver/tree/v7.2.0" 2586 }, 2587 "funding": [ 2588 { 2589 "url": "https://symfony.com/sponsor", 2590 "type": "custom" 2591 }, 2592 { 2593 "url": "https://github.com/fabpot", 2594 "type": "github" 2595 }, 2596 { 2597 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2598 "type": "tidelift" 2599 } 2600 ], 2601 "time": "2024-11-20T11:17:29+00:00" 1731 2602 }, 1732 2603 { 1733 2604 "name": "symfony/polyfill-ctype", 1734 "version": "v1. 24.0",2605 "version": "v1.31.0", 1735 2606 "source": { 1736 2607 "type": "git", 1737 2608 "url": "https://github.com/symfony/polyfill-ctype.git", 1738 "reference": " 30885182c981ab175d4d034db0f6f469898070ab"1739 }, 1740 "dist": { 1741 "type": "zip", 1742 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ 30885182c981ab175d4d034db0f6f469898070ab",1743 "reference": " 30885182c981ab175d4d034db0f6f469898070ab",1744 "shasum": "" 1745 }, 1746 "require": { 1747 "php": ">=7. 1"2609 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" 2610 }, 2611 "dist": { 2612 "type": "zip", 2613 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", 2614 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", 2615 "shasum": "" 2616 }, 2617 "require": { 2618 "php": ">=7.2" 1748 2619 }, 1749 2620 "provide": { … … 1755 2626 "type": "library", 1756 2627 "extra": { 1757 "branch-alias": {1758 "dev-main": "1.23-dev"1759 },1760 2628 "thanks": { 1761 "name": "symfony/polyfill", 1762 "url": "https://github.com/symfony/polyfill" 1763 } 1764 }, 1765 "autoload": { 1766 "psr-4": { 1767 "Symfony\\Polyfill\\Ctype\\": "" 1768 }, 2629 "url": "https://github.com/symfony/polyfill", 2630 "name": "symfony/polyfill" 2631 } 2632 }, 2633 "autoload": { 1769 2634 "files": [ 1770 2635 "bootstrap.php" 1771 ] 2636 ], 2637 "psr-4": { 2638 "Symfony\\Polyfill\\Ctype\\": "" 2639 } 1772 2640 }, 1773 2641 "notification-url": "https://packagist.org/downloads/", … … 1794 2662 ], 1795 2663 "support": { 1796 "source": "https://github.com/symfony/polyfill-ctype/tree/v1. 24.0"2664 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" 1797 2665 }, 1798 2666 "funding": [ … … 1810 2678 } 1811 2679 ], 1812 "time": "202 1-10-20T20:35:02+00:00"2680 "time": "2024-09-09T11:45:10+00:00" 1813 2681 }, 1814 2682 { 1815 2683 "name": "symfony/polyfill-intl-grapheme", 1816 "version": "v1. 24.0",2684 "version": "v1.31.0", 1817 2685 "source": { 1818 2686 "type": "git", 1819 2687 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 1820 "reference": " 81b86b50cf841a64252b439e738e97f4a34e2783"1821 }, 1822 "dist": { 1823 "type": "zip", 1824 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ 81b86b50cf841a64252b439e738e97f4a34e2783",1825 "reference": " 81b86b50cf841a64252b439e738e97f4a34e2783",1826 "shasum": "" 1827 }, 1828 "require": { 1829 "php": ">=7. 1"2688 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" 2689 }, 2690 "dist": { 2691 "type": "zip", 2692 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", 2693 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", 2694 "shasum": "" 2695 }, 2696 "require": { 2697 "php": ">=7.2" 1830 2698 }, 1831 2699 "suggest": { … … 1834 2702 "type": "library", 1835 2703 "extra": { 1836 "branch-alias": {1837 "dev-main": "1.23-dev"1838 },1839 2704 "thanks": { 1840 "name": "symfony/polyfill", 1841 "url": "https://github.com/symfony/polyfill" 1842 } 1843 }, 1844 "autoload": { 1845 "psr-4": { 1846 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 1847 }, 2705 "url": "https://github.com/symfony/polyfill", 2706 "name": "symfony/polyfill" 2707 } 2708 }, 2709 "autoload": { 1848 2710 "files": [ 1849 2711 "bootstrap.php" 1850 ] 2712 ], 2713 "psr-4": { 2714 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 2715 } 1851 2716 }, 1852 2717 "notification-url": "https://packagist.org/downloads/", … … 1875 2740 ], 1876 2741 "support": { 1877 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1. 24.0"2742 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" 1878 2743 }, 1879 2744 "funding": [ … … 1891 2756 } 1892 2757 ], 1893 "time": "202 1-11-23T21:10:46+00:00"2758 "time": "2024-09-09T11:45:10+00:00" 1894 2759 }, 1895 2760 { 1896 2761 "name": "symfony/polyfill-intl-normalizer", 1897 "version": "v1. 24.0",2762 "version": "v1.31.0", 1898 2763 "source": { 1899 2764 "type": "git", 1900 2765 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 1901 "reference": " 8590a5f561694770bdcd3f9b5c69dde6945028e8"1902 }, 1903 "dist": { 1904 "type": "zip", 1905 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/ 8590a5f561694770bdcd3f9b5c69dde6945028e8",1906 "reference": " 8590a5f561694770bdcd3f9b5c69dde6945028e8",1907 "shasum": "" 1908 }, 1909 "require": { 1910 "php": ">=7. 1"2766 "reference": "3833d7255cc303546435cb650316bff708a1c75c" 2767 }, 2768 "dist": { 2769 "type": "zip", 2770 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", 2771 "reference": "3833d7255cc303546435cb650316bff708a1c75c", 2772 "shasum": "" 2773 }, 2774 "require": { 2775 "php": ">=7.2" 1911 2776 }, 1912 2777 "suggest": { … … 1915 2780 "type": "library", 1916 2781 "extra": { 1917 "branch-alias": {1918 "dev-main": "1.23-dev"1919 },1920 2782 "thanks": { 1921 "name": "symfony/polyfill", 1922 "url": "https://github.com/symfony/polyfill" 1923 } 1924 }, 1925 "autoload": { 1926 "psr-4": { 1927 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 1928 }, 2783 "url": "https://github.com/symfony/polyfill", 2784 "name": "symfony/polyfill" 2785 } 2786 }, 2787 "autoload": { 1929 2788 "files": [ 1930 2789 "bootstrap.php" 1931 2790 ], 2791 "psr-4": { 2792 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 2793 }, 1932 2794 "classmap": [ 1933 2795 "Resources/stubs" … … 1959 2821 ], 1960 2822 "support": { 1961 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1. 24.0"2823 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" 1962 2824 }, 1963 2825 "funding": [ … … 1975 2837 } 1976 2838 ], 1977 "time": "202 1-02-19T12:13:01+00:00"2839 "time": "2024-09-09T11:45:10+00:00" 1978 2840 }, 1979 2841 { 1980 2842 "name": "symfony/polyfill-mbstring", 1981 "version": "v1. 24.0",2843 "version": "v1.31.0", 1982 2844 "source": { 1983 2845 "type": "git", 1984 2846 "url": "https://github.com/symfony/polyfill-mbstring.git", 1985 "reference": " 0abb51d2f102e00a4eefcf46ba7fec406d245825"1986 }, 1987 "dist": { 1988 "type": "zip", 1989 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/ 0abb51d2f102e00a4eefcf46ba7fec406d245825",1990 "reference": " 0abb51d2f102e00a4eefcf46ba7fec406d245825",1991 "shasum": "" 1992 }, 1993 "require": { 1994 "php": ">=7. 1"2847 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" 2848 }, 2849 "dist": { 2850 "type": "zip", 2851 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", 2852 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", 2853 "shasum": "" 2854 }, 2855 "require": { 2856 "php": ">=7.2" 1995 2857 }, 1996 2858 "provide": { … … 2002 2864 "type": "library", 2003 2865 "extra": { 2004 "branch-alias": {2005 "dev-main": "1.23-dev"2006 },2007 2866 "thanks": { 2008 "name": "symfony/polyfill", 2009 "url": "https://github.com/symfony/polyfill" 2010 } 2011 }, 2012 "autoload": { 2013 "psr-4": { 2014 "Symfony\\Polyfill\\Mbstring\\": "" 2015 }, 2867 "url": "https://github.com/symfony/polyfill", 2868 "name": "symfony/polyfill" 2869 } 2870 }, 2871 "autoload": { 2016 2872 "files": [ 2017 2873 "bootstrap.php" 2018 ] 2874 ], 2875 "psr-4": { 2876 "Symfony\\Polyfill\\Mbstring\\": "" 2877 } 2019 2878 }, 2020 2879 "notification-url": "https://packagist.org/downloads/", … … 2042 2901 ], 2043 2902 "support": { 2044 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1. 24.0"2903 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" 2045 2904 }, 2046 2905 "funding": [ … … 2058 2917 } 2059 2918 ], 2060 "time": "2021-11-30T18:21:41+00:00" 2061 }, 2062 { 2063 "name": "symfony/polyfill-php73", 2064 "version": "v1.24.0", 2065 "source": { 2066 "type": "git", 2067 "url": "https://github.com/symfony/polyfill-php73.git", 2068 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" 2069 }, 2070 "dist": { 2071 "type": "zip", 2072 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", 2073 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", 2074 "shasum": "" 2075 }, 2076 "require": { 2077 "php": ">=7.1" 2078 }, 2079 "type": "library", 2080 "extra": { 2081 "branch-alias": { 2082 "dev-main": "1.23-dev" 2083 }, 2084 "thanks": { 2085 "name": "symfony/polyfill", 2086 "url": "https://github.com/symfony/polyfill" 2087 } 2088 }, 2089 "autoload": { 2090 "psr-4": { 2091 "Symfony\\Polyfill\\Php73\\": "" 2092 }, 2093 "files": [ 2094 "bootstrap.php" 2095 ], 2096 "classmap": [ 2097 "Resources/stubs" 2098 ] 2099 }, 2100 "notification-url": "https://packagist.org/downloads/", 2101 "license": [ 2102 "MIT" 2103 ], 2104 "authors": [ 2105 { 2106 "name": "Nicolas Grekas", 2107 "email": "[email protected]" 2108 }, 2109 { 2110 "name": "Symfony Community", 2111 "homepage": "https://symfony.com/contributors" 2112 } 2113 ], 2114 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 2115 "homepage": "https://symfony.com", 2116 "keywords": [ 2117 "compatibility", 2118 "polyfill", 2119 "portable", 2120 "shim" 2121 ], 2122 "support": { 2123 "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0" 2124 }, 2125 "funding": [ 2126 { 2127 "url": "https://symfony.com/sponsor", 2128 "type": "custom" 2129 }, 2130 { 2131 "url": "https://github.com/fabpot", 2132 "type": "github" 2133 }, 2134 { 2135 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2136 "type": "tidelift" 2137 } 2138 ], 2139 "time": "2021-06-05T21:20:04+00:00" 2140 }, 2141 { 2142 "name": "symfony/polyfill-php80", 2143 "version": "v1.24.0", 2144 "source": { 2145 "type": "git", 2146 "url": "https://github.com/symfony/polyfill-php80.git", 2147 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" 2148 }, 2149 "dist": { 2150 "type": "zip", 2151 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", 2152 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", 2153 "shasum": "" 2154 }, 2155 "require": { 2156 "php": ">=7.1" 2157 }, 2158 "type": "library", 2159 "extra": { 2160 "branch-alias": { 2161 "dev-main": "1.23-dev" 2162 }, 2163 "thanks": { 2164 "name": "symfony/polyfill", 2165 "url": "https://github.com/symfony/polyfill" 2166 } 2167 }, 2168 "autoload": { 2169 "psr-4": { 2170 "Symfony\\Polyfill\\Php80\\": "" 2171 }, 2172 "files": [ 2173 "bootstrap.php" 2174 ], 2175 "classmap": [ 2176 "Resources/stubs" 2177 ] 2178 }, 2179 "notification-url": "https://packagist.org/downloads/", 2180 "license": [ 2181 "MIT" 2182 ], 2183 "authors": [ 2184 { 2185 "name": "Ion Bazan", 2186 "email": "[email protected]" 2187 }, 2188 { 2189 "name": "Nicolas Grekas", 2190 "email": "[email protected]" 2191 }, 2192 { 2193 "name": "Symfony Community", 2194 "homepage": "https://symfony.com/contributors" 2195 } 2196 ], 2197 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 2198 "homepage": "https://symfony.com", 2199 "keywords": [ 2200 "compatibility", 2201 "polyfill", 2202 "portable", 2203 "shim" 2204 ], 2205 "support": { 2206 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" 2207 }, 2208 "funding": [ 2209 { 2210 "url": "https://symfony.com/sponsor", 2211 "type": "custom" 2212 }, 2213 { 2214 "url": "https://github.com/fabpot", 2215 "type": "github" 2216 }, 2217 { 2218 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2219 "type": "tidelift" 2220 } 2221 ], 2222 "time": "2021-09-13T13:58:33+00:00" 2919 "time": "2024-09-09T11:45:10+00:00" 2223 2920 }, 2224 2921 { 2225 2922 "name": "symfony/process", 2226 "version": "v 5.4.2",2923 "version": "v7.2.4", 2227 2924 "source": { 2228 2925 "type": "git", 2229 2926 "url": "https://github.com/symfony/process.git", 2230 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4" 2231 }, 2232 "dist": { 2233 "type": "zip", 2234 "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4", 2235 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4", 2236 "shasum": "" 2237 }, 2238 "require": { 2239 "php": ">=7.2.5", 2240 "symfony/polyfill-php80": "^1.16" 2927 "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf" 2928 }, 2929 "dist": { 2930 "type": "zip", 2931 "url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", 2932 "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", 2933 "shasum": "" 2934 }, 2935 "require": { 2936 "php": ">=8.2" 2241 2937 }, 2242 2938 "type": "library", … … 2266 2962 "homepage": "https://symfony.com", 2267 2963 "support": { 2268 "source": "https://github.com/symfony/process/tree/v 5.4.2"2964 "source": "https://github.com/symfony/process/tree/v7.2.4" 2269 2965 }, 2270 2966 "funding": [ … … 2282 2978 } 2283 2979 ], 2284 "time": "202 1-12-27T21:01:00+00:00"2980 "time": "2025-02-05T08:33:46+00:00" 2285 2981 }, 2286 2982 { 2287 2983 "name": "symfony/service-contracts", 2288 "version": "v 2.5.0",2984 "version": "v3.5.1", 2289 2985 "source": { 2290 2986 "type": "git", 2291 2987 "url": "https://github.com/symfony/service-contracts.git", 2292 "reference": " 1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"2293 }, 2294 "dist": { 2295 "type": "zip", 2296 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ 1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",2297 "reference": " 1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",2298 "shasum": "" 2299 }, 2300 "require": { 2301 "php": ">= 7.2.5",2302 "psr/container": "^1.1 ",2303 "symfony/deprecation-contracts": "^2. 1"2988 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" 2989 }, 2990 "dist": { 2991 "type": "zip", 2992 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", 2993 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", 2994 "shasum": "" 2995 }, 2996 "require": { 2997 "php": ">=8.1", 2998 "psr/container": "^1.1|^2.0", 2999 "symfony/deprecation-contracts": "^2.5|^3" 2304 3000 }, 2305 3001 "conflict": { 2306 3002 "ext-psr": "<1.1|>=2" 2307 3003 }, 2308 "suggest": {2309 "symfony/service-implementation": ""2310 },2311 3004 "type": "library", 2312 3005 "extra": { 3006 "thanks": { 3007 "url": "https://github.com/symfony/contracts", 3008 "name": "symfony/contracts" 3009 }, 2313 3010 "branch-alias": { 2314 "dev-main": "2.5-dev" 2315 }, 2316 "thanks": { 2317 "name": "symfony/contracts", 2318 "url": "https://github.com/symfony/contracts" 3011 "dev-main": "3.5-dev" 2319 3012 } 2320 3013 }, … … 2322 3015 "psr-4": { 2323 3016 "Symfony\\Contracts\\Service\\": "" 2324 } 3017 }, 3018 "exclude-from-classmap": [ 3019 "/Test/" 3020 ] 2325 3021 }, 2326 3022 "notification-url": "https://packagist.org/downloads/", … … 2349 3045 ], 2350 3046 "support": { 2351 "source": "https://github.com/symfony/service-contracts/tree/v 2.5.0"3047 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" 2352 3048 }, 2353 3049 "funding": [ … … 2365 3061 } 2366 3062 ], 2367 "time": "202 1-11-04T16:48:04+00:00"3063 "time": "2024-09-25T14:20:29+00:00" 2368 3064 }, 2369 3065 { 2370 3066 "name": "symfony/string", 2371 "version": "v 5.4.2",3067 "version": "v7.2.0", 2372 3068 "source": { 2373 3069 "type": "git", 2374 3070 "url": "https://github.com/symfony/string.git", 2375 "reference": " e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"2376 }, 2377 "dist": { 2378 "type": "zip", 2379 "url": "https://api.github.com/repos/symfony/string/zipball/ e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",2380 "reference": " e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",2381 "shasum": "" 2382 }, 2383 "require": { 2384 "php": ">= 7.2.5",3071 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82" 3072 }, 3073 "dist": { 3074 "type": "zip", 3075 "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82", 3076 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82", 3077 "shasum": "" 3078 }, 3079 "require": { 3080 "php": ">=8.2", 2385 3081 "symfony/polyfill-ctype": "~1.8", 2386 3082 "symfony/polyfill-intl-grapheme": "~1.0", 2387 3083 "symfony/polyfill-intl-normalizer": "~1.0", 2388 "symfony/polyfill-mbstring": "~1.0", 2389 "symfony/polyfill-php80": "~1.15" 3084 "symfony/polyfill-mbstring": "~1.0" 2390 3085 }, 2391 3086 "conflict": { 2392 "symfony/translation-contracts": " >=3.0"3087 "symfony/translation-contracts": "<2.5" 2393 3088 }, 2394 3089 "require-dev": { 2395 "symfony/error-handler": "^4.4|^5.0|^6.0", 2396 "symfony/http-client": "^4.4|^5.0|^6.0", 2397 "symfony/translation-contracts": "^1.1|^2", 2398 "symfony/var-exporter": "^4.4|^5.0|^6.0" 2399 }, 2400 "type": "library", 2401 "autoload": { 2402 "psr-4": { 2403 "Symfony\\Component\\String\\": "" 2404 }, 3090 "symfony/emoji": "^7.1", 3091 "symfony/error-handler": "^6.4|^7.0", 3092 "symfony/http-client": "^6.4|^7.0", 3093 "symfony/intl": "^6.4|^7.0", 3094 "symfony/translation-contracts": "^2.5|^3.0", 3095 "symfony/var-exporter": "^6.4|^7.0" 3096 }, 3097 "type": "library", 3098 "autoload": { 2405 3099 "files": [ 2406 3100 "Resources/functions.php" 2407 3101 ], 3102 "psr-4": { 3103 "Symfony\\Component\\String\\": "" 3104 }, 2408 3105 "exclude-from-classmap": [ 2409 3106 "/Tests/" … … 2435 3132 ], 2436 3133 "support": { 2437 "source": "https://github.com/symfony/string/tree/v 5.4.2"3134 "source": "https://github.com/symfony/string/tree/v7.2.0" 2438 3135 }, 2439 3136 "funding": [ … … 2451 3148 } 2452 3149 ], 2453 "time": "2021-12-16T21:52:00+00:00" 2454 }, 2455 { 2456 "name": "symfony/yaml", 2457 "version": "v5.4.2", 2458 "source": { 2459 "type": "git", 2460 "url": "https://github.com/symfony/yaml.git", 2461 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58" 2462 }, 2463 "dist": { 2464 "type": "zip", 2465 "url": "https://api.github.com/repos/symfony/yaml/zipball/b9eb163846a61bb32dfc147f7859e274fab38b58", 2466 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58", 2467 "shasum": "" 2468 }, 2469 "require": { 2470 "php": ">=7.2.5", 2471 "symfony/deprecation-contracts": "^2.1|^3", 2472 "symfony/polyfill-ctype": "^1.8" 2473 }, 2474 "conflict": { 2475 "symfony/console": "<5.3" 3150 "time": "2024-11-13T13:31:26+00:00" 3151 }, 3152 { 3153 "name": "symfony/var-exporter", 3154 "version": "v7.2.4", 3155 "source": { 3156 "type": "git", 3157 "url": "https://github.com/symfony/var-exporter.git", 3158 "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a" 3159 }, 3160 "dist": { 3161 "type": "zip", 3162 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4ede73aa7a73d81506002d2caadbbdad1ef5b69a", 3163 "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a", 3164 "shasum": "" 3165 }, 3166 "require": { 3167 "php": ">=8.2" 2476 3168 }, 2477 3169 "require-dev": { 2478 "symfony/console": "^5.3|^6.0" 2479 }, 2480 "suggest": { 2481 "symfony/console": "For validating YAML files using the lint command" 2482 }, 2483 "bin": [ 2484 "Resources/bin/yaml-lint" 2485 ], 2486 "type": "library", 2487 "autoload": { 2488 "psr-4": { 2489 "Symfony\\Component\\Yaml\\": "" 3170 "symfony/property-access": "^6.4|^7.0", 3171 "symfony/serializer": "^6.4|^7.0", 3172 "symfony/var-dumper": "^6.4|^7.0" 3173 }, 3174 "type": "library", 3175 "autoload": { 3176 "psr-4": { 3177 "Symfony\\Component\\VarExporter\\": "" 2490 3178 }, 2491 3179 "exclude-from-classmap": [ … … 2499 3187 "authors": [ 2500 3188 { 3189 "name": "Nicolas Grekas", 3190 "email": "[email protected]" 3191 }, 3192 { 3193 "name": "Symfony Community", 3194 "homepage": "https://symfony.com/contributors" 3195 } 3196 ], 3197 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 3198 "homepage": "https://symfony.com", 3199 "keywords": [ 3200 "clone", 3201 "construct", 3202 "export", 3203 "hydrate", 3204 "instantiate", 3205 "lazy-loading", 3206 "proxy", 3207 "serialize" 3208 ], 3209 "support": { 3210 "source": "https://github.com/symfony/var-exporter/tree/v7.2.4" 3211 }, 3212 "funding": [ 3213 { 3214 "url": "https://symfony.com/sponsor", 3215 "type": "custom" 3216 }, 3217 { 3218 "url": "https://github.com/fabpot", 3219 "type": "github" 3220 }, 3221 { 3222 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3223 "type": "tidelift" 3224 } 3225 ], 3226 "time": "2025-02-13T10:27:23+00:00" 3227 }, 3228 { 3229 "name": "symfony/yaml", 3230 "version": "v7.2.3", 3231 "source": { 3232 "type": "git", 3233 "url": "https://github.com/symfony/yaml.git", 3234 "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec" 3235 }, 3236 "dist": { 3237 "type": "zip", 3238 "url": "https://api.github.com/repos/symfony/yaml/zipball/ac238f173df0c9c1120f862d0f599e17535a87ec", 3239 "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec", 3240 "shasum": "" 3241 }, 3242 "require": { 3243 "php": ">=8.2", 3244 "symfony/deprecation-contracts": "^2.5|^3.0", 3245 "symfony/polyfill-ctype": "^1.8" 3246 }, 3247 "conflict": { 3248 "symfony/console": "<6.4" 3249 }, 3250 "require-dev": { 3251 "symfony/console": "^6.4|^7.0" 3252 }, 3253 "bin": [ 3254 "Resources/bin/yaml-lint" 3255 ], 3256 "type": "library", 3257 "autoload": { 3258 "psr-4": { 3259 "Symfony\\Component\\Yaml\\": "" 3260 }, 3261 "exclude-from-classmap": [ 3262 "/Tests/" 3263 ] 3264 }, 3265 "notification-url": "https://packagist.org/downloads/", 3266 "license": [ 3267 "MIT" 3268 ], 3269 "authors": [ 3270 { 2501 3271 "name": "Fabien Potencier", 2502 3272 "email": "[email protected]" … … 2510 3280 "homepage": "https://symfony.com", 2511 3281 "support": { 2512 "source": "https://github.com/symfony/yaml/tree/v 5.4.2"3282 "source": "https://github.com/symfony/yaml/tree/v7.2.3" 2513 3283 }, 2514 3284 "funding": [ … … 2526 3296 } 2527 3297 ], 2528 "time": "202 1-12-16T21:58:21+00:00"3298 "time": "2025-01-07T12:55:42+00:00" 2529 3299 }, 2530 3300 { 2531 3301 "name": "vimeo/psalm", 2532 "version": " 4.18.1",3302 "version": "5.15.0", 2533 3303 "source": { 2534 3304 "type": "git", 2535 3305 "url": "https://github.com/vimeo/psalm.git", 2536 "reference": " dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb"2537 }, 2538 "dist": { 2539 "type": "zip", 2540 "url": "https://api.github.com/repos/vimeo/psalm/zipball/ dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb",2541 "reference": " dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb",3306 "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352" 3307 }, 3308 "dist": { 3309 "type": "zip", 3310 "url": "https://api.github.com/repos/vimeo/psalm/zipball/5c774aca4746caf3d239d9c8cadb9f882ca29352", 3311 "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352", 2542 3312 "shasum": "" 2543 3313 }, … … 2545 3315 "amphp/amp": "^2.4.2", 2546 3316 "amphp/byte-stream": "^1.5", 2547 "composer /package-versions-deprecated": "^1.8.0",3317 "composer-runtime-api": "^2", 2548 3318 "composer/semver": "^1.4 || ^2.0 || ^3.0", 2549 "composer/xdebug-handler": "^ 1.1 || ^2.0 || ^3.0",3319 "composer/xdebug-handler": "^2.0 || ^3.0", 2550 3320 "dnoegel/php-xdg-base-dir": "^0.1.1", 2551 3321 "ext-ctype": "*", … … 2556 3326 "ext-simplexml": "*", 2557 3327 "ext-tokenizer": "*", 2558 "felixfbecker/advanced-json-rpc": "^3.0.3", 2559 "felixfbecker/language-server-protocol": "^1.5", 3328 "felixfbecker/advanced-json-rpc": "^3.1", 3329 "felixfbecker/language-server-protocol": "^1.5.2", 3330 "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1", 2560 3331 "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", 2561 "nikic/php-parser": "^4.13", 2562 "openlss/lib-array2xml": "^1.0", 2563 "php": "^7.1|^8", 2564 "sebastian/diff": "^3.0 || ^4.0", 2565 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0", 2566 "webmozart/path-util": "^2.3" 3332 "nikic/php-parser": "^4.16", 3333 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", 3334 "sebastian/diff": "^4.0 || ^5.0", 3335 "spatie/array-to-xml": "^2.17.0 || ^3.0", 3336 "symfony/console": "^4.1.6 || ^5.0 || ^6.0", 3337 "symfony/filesystem": "^5.4 || ^6.0" 3338 }, 3339 "conflict": { 3340 "nikic/php-parser": "4.17.0" 2567 3341 }, 2568 3342 "provide": { … … 2570 3344 }, 2571 3345 "require-dev": { 2572 "bamarni/composer-bin-plugin": "^1.2", 2573 "brianium/paratest": "^4.0||^6.0", 3346 "amphp/phpunit-util": "^2.0", 3347 "bamarni/composer-bin-plugin": "^1.4", 3348 "brianium/paratest": "^6.9", 2574 3349 "ext-curl": "*", 3350 "mockery/mockery": "^1.5", 3351 "nunomaduro/mock-final-classes": "^1.1", 2575 3352 "php-parallel-lint/php-parallel-lint": "^1.2", 2576 "phpdocumentor/reflection-docblock": "^5", 2577 "phpmyadmin/sql-parser": "5.1.0||dev-master", 2578 "phpspec/prophecy": ">=1.9.0", 2579 "phpunit/phpunit": "^9.0", 2580 "psalm/plugin-phpunit": "^0.16", 2581 "slevomat/coding-standard": "^7.0", 2582 "squizlabs/php_codesniffer": "^3.5", 2583 "symfony/process": "^4.3 || ^5.0 || ^6.0", 2584 "weirdan/prophecy-shim": "^1.0 || ^2.0" 3353 "phpstan/phpdoc-parser": "^1.6", 3354 "phpunit/phpunit": "^9.6", 3355 "psalm/plugin-mockery": "^1.1", 3356 "psalm/plugin-phpunit": "^0.18", 3357 "slevomat/coding-standard": "^8.4", 3358 "squizlabs/php_codesniffer": "^3.6", 3359 "symfony/process": "^4.4 || ^5.0 || ^6.0" 2585 3360 }, 2586 3361 "suggest": { … … 2598 3373 "extra": { 2599 3374 "branch-alias": { 2600 "dev-master": "4.x-dev", 3375 "dev-1.x": "1.x-dev", 3376 "dev-2.x": "2.x-dev", 2601 3377 "dev-3.x": "3.x-dev", 2602 "dev- 2.x": "2.x-dev",2603 "dev- 1.x": "1.x-dev"3378 "dev-4.x": "4.x-dev", 3379 "dev-master": "5.x-dev" 2604 3380 } 2605 3381 }, … … 2607 3383 "psr-4": { 2608 3384 "Psalm\\": "src/Psalm/" 2609 }, 2610 "files": [ 2611 "src/functions.php", 2612 "src/spl_object_id.php" 2613 ] 3385 } 2614 3386 }, 2615 3387 "notification-url": "https://packagist.org/downloads/", … … 2626 3398 "code", 2627 3399 "inspection", 2628 "php" 3400 "php", 3401 "static analysis" 2629 3402 ], 2630 3403 "support": { 2631 3404 "issues": "https://github.com/vimeo/psalm/issues", 2632 "source": "https://github.com/vimeo/psalm/tree/ 4.18.1"2633 }, 2634 "time": "202 2-01-08T21:21:26+00:00"3405 "source": "https://github.com/vimeo/psalm/tree/5.15.0" 3406 }, 3407 "time": "2023-08-20T23:07:30+00:00" 2635 3408 }, 2636 3409 { 2637 3410 "name": "webmozart/assert", 2638 "version": "1.1 0.0",3411 "version": "1.11.0", 2639 3412 "source": { 2640 3413 "type": "git", 2641 3414 "url": "https://github.com/webmozarts/assert.git", 2642 "reference": " 6964c76c7804814a842473e0c8fd15bab0f18e25"2643 }, 2644 "dist": { 2645 "type": "zip", 2646 "url": "https://api.github.com/repos/webmozarts/assert/zipball/ 6964c76c7804814a842473e0c8fd15bab0f18e25",2647 "reference": " 6964c76c7804814a842473e0c8fd15bab0f18e25",2648 "shasum": "" 2649 }, 2650 "require": { 2651 " php": "^7.2 || ^8.0",2652 " symfony/polyfill-ctype": "^1.8"3415 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" 3416 }, 3417 "dist": { 3418 "type": "zip", 3419 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", 3420 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", 3421 "shasum": "" 3422 }, 3423 "require": { 3424 "ext-ctype": "*", 3425 "php": "^7.2 || ^8.0" 2653 3426 }, 2654 3427 "conflict": { … … 2688 3461 "support": { 2689 3462 "issues": "https://github.com/webmozarts/assert/issues", 2690 "source": "https://github.com/webmozarts/assert/tree/1.10.0" 2691 }, 2692 "time": "2021-03-09T10:59:23+00:00" 2693 }, 2694 { 2695 "name": "webmozart/path-util", 2696 "version": "2.3.0", 2697 "source": { 2698 "type": "git", 2699 "url": "https://github.com/webmozart/path-util.git", 2700 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" 2701 }, 2702 "dist": { 2703 "type": "zip", 2704 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", 2705 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", 2706 "shasum": "" 2707 }, 2708 "require": { 2709 "php": ">=5.3.3", 2710 "webmozart/assert": "~1.0" 3463 "source": "https://github.com/webmozarts/assert/tree/1.11.0" 3464 }, 3465 "time": "2022-06-03T18:03:27+00:00" 3466 }, 3467 { 3468 "name": "wp-coding-standards/wpcs", 3469 "version": "3.1.0", 3470 "source": { 3471 "type": "git", 3472 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", 3473 "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7" 3474 }, 3475 "dist": { 3476 "type": "zip", 3477 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/9333efcbff231f10dfd9c56bb7b65818b4733ca7", 3478 "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7", 3479 "shasum": "" 3480 }, 3481 "require": { 3482 "ext-filter": "*", 3483 "ext-libxml": "*", 3484 "ext-tokenizer": "*", 3485 "ext-xmlreader": "*", 3486 "php": ">=5.4", 3487 "phpcsstandards/phpcsextra": "^1.2.1", 3488 "phpcsstandards/phpcsutils": "^1.0.10", 3489 "squizlabs/php_codesniffer": "^3.9.0" 2711 3490 }, 2712 3491 "require-dev": { 2713 "phpunit/phpunit": "^4.6", 2714 "sebastian/version": "^1.0.1" 2715 }, 2716 "type": "library", 2717 "extra": { 2718 "branch-alias": { 2719 "dev-master": "2.3-dev" 2720 } 2721 }, 2722 "autoload": { 2723 "psr-4": { 2724 "Webmozart\\PathUtil\\": "src/" 2725 } 2726 }, 2727 "notification-url": "https://packagist.org/downloads/", 2728 "license": [ 2729 "MIT" 2730 ], 2731 "authors": [ 2732 { 2733 "name": "Bernhard Schussek", 2734 "email": "[email protected]" 2735 } 2736 ], 2737 "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", 2738 "support": { 2739 "issues": "https://github.com/webmozart/path-util/issues", 2740 "source": "https://github.com/webmozart/path-util/tree/2.3.0" 2741 }, 2742 "abandoned": "symfony/filesystem", 2743 "time": "2015-12-17T08:42:14+00:00" 2744 }, 2745 { 2746 "name": "wp-coding-standards/wpcs", 2747 "version": "2.3.0", 2748 "source": { 2749 "type": "git", 2750 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", 2751 "reference": "7da1894633f168fe244afc6de00d141f27517b62" 2752 }, 2753 "dist": { 2754 "type": "zip", 2755 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62", 2756 "reference": "7da1894633f168fe244afc6de00d141f27517b62", 2757 "shasum": "" 2758 }, 2759 "require": { 2760 "php": ">=5.4", 2761 "squizlabs/php_codesniffer": "^3.3.1" 2762 }, 2763 "require-dev": { 2764 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", 3492 "php-parallel-lint/php-console-highlighter": "^1.0.0", 3493 "php-parallel-lint/php-parallel-lint": "^1.3.2", 2765 3494 "phpcompatibility/php-compatibility": "^9.0", 2766 "phpcsstandards/phpcsdevtools": "^1. 0",2767 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 "3495 "phpcsstandards/phpcsdevtools": "^1.2.0", 3496 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" 2768 3497 }, 2769 3498 "suggest": { 2770 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." 3499 "ext-iconv": "For improved results", 3500 "ext-mbstring": "For improved results" 2771 3501 }, 2772 3502 "type": "phpcodesniffer-standard", … … 2785 3515 "phpcs", 2786 3516 "standards", 3517 "static analysis", 2787 3518 "wordpress" 2788 3519 ], … … 2792 3523 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" 2793 3524 }, 2794 "time": "2020-05-13T23:57:56+00:00" 3525 "funding": [ 3526 { 3527 "url": "https://opencollective.com/php_codesniffer", 3528 "type": "custom" 3529 } 3530 ], 3531 "time": "2024-03-25T16:39:00+00:00" 2795 3532 } 2796 3533 ], 2797 3534 "aliases": [], 2798 3535 "minimum-stability": "stable", 2799 "stability-flags": [],3536 "stability-flags": {}, 2800 3537 "prefer-stable": false, 2801 3538 "prefer-lowest": false, … … 2803 3540 "php": ">=7.3" 2804 3541 }, 2805 "platform-dev": [],2806 "plugin-api-version": "2. 2.0"3542 "platform-dev": {}, 3543 "plugin-api-version": "2.6.0" 2807 3544 } -
smntcs-wapuu-widget/tags/2.0/smntcs-wapuu-widget.php
r3066338 r3260228 7 7 * Author URI: https://nielslange.de 8 8 * Text Domain: smntcs-wapuu-widget 9 * Version: 1.910 * Requires PHP: 5.69 * Version: 2.0 10 * Requires PHP: 7.4 11 11 * Requires at least: 3.4 12 12 * License: GPL v2 or later … … 18 18 defined( 'ABSPATH' ) || exit; 19 19 20 /** 21 * Fetch plugin version. 22 */ 23 $plugin_data = get_file_data( __FILE__, array( 'Version' => 'Version' ), false ); 24 $plugin_version = $plugin_data['Version']; 25 define( 'SMNTCS_WAPUU_WIDGET_CURRENT_VERSION', $plugin_version ); 26 27 /** 28 * Load plugin styles 29 */ 30 function smntcs_wapuu_widget_enqueue_scripts() { 31 wp_register_style( 'smntcs_wapuu_widget-style', plugins_url( 'style.css', __FILE__ ), array(), SMNTCS_WAPUU_WIDGET_CURRENT_VERSION ); 32 wp_enqueue_style( 'smntcs_wapuu_widget-style' ); 33 } 34 add_action( 'wp_enqueue_scripts', 'smntcs_wapuu_widget_enqueue_scripts' ); 35 36 /** 37 * Add settings link on plugin page 38 * 39 * @param string $links The original settings link on the plugin page. 40 * @return string $links The updated settings link on the plugin page. 41 */ 42 function smntcs_wapuu_widget_plugin_settings_link( $url ) { 43 $admin_url = admin_url( 'widgets.php' ); 44 $settings_link = sprintf( '<a href="%s">%s</a>', $admin_url, __( 'Settings', 'smntcs-wapuu-widget' ) ); 45 array_unshift( $url, $settings_link ); 46 47 return $url; 48 } 49 add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), 'smntcs_wapuu_widget_plugin_settings_link' ); 50 51 /** 52 * Register SMNTCS Wapuu Widget 53 */ 54 class SMNTCS_Wapuu_Widget extends WP_Widget { 55 56 /** 57 * Construct widget 58 */ 59 public function __construct() { 60 61 $widget_options = array( 62 'classname' => 'smntcs_wapuu_widget', 63 'description' => 'Displays Wapuu Widget', 64 ); 65 66 parent::__construct( 'smntcs_wapuu_widget', 'Wapuu Widget', $widget_options ); 67 68 } 69 70 /** 71 * Prepare widget 72 * 73 * @param array $args Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'. 74 * @param array $instance The settings for the particular instance of the widget. 75 */ 76 public function widget( $args, $instance ) { 77 $title = apply_filters( 'widget_title', $instance['title'] ); 78 $image = smntcs_get_random_image_url(); 79 80 printf( 81 '%s %s %s %s', 82 $args['before_widget'], // phpcs:ignore. 83 $args['before_title'], // phpcs:ignore. 84 esc_attr( $title ), 85 $args['after_title'] // phpcs:ignore. 86 ); 87 88 printf( 89 '<p><img src="%s" alt="" class="wapuu"></p>', 90 esc_html( plugin_dir_url( __FILE__ ) . 'images/' . $image ) 91 ); 92 93 printf( 94 '%s', 95 $args['after_widget'] // phpcs:ignore. 96 ); 97 98 } 99 100 /** 101 * Prepare form 102 * 103 * @param array $instance Current settings. 104 * @return void 105 */ 106 public function form( $instance ) { 107 108 $title = ! empty( $instance['title'] ) ? $instance['title'] : ''; ?> 109 <p> 110 <label for="<?php echo esc_html( $this->get_field_id( 'title' ) ); ?>">Title:</label> 111 <input type="text" id="<?php echo esc_html( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_html( $this->get_field_name( 'title' ) ); ?>" value="<?php echo esc_attr( $title ); ?>" /> 112 </p> 113 <?php 114 115 } 116 117 /** 118 * Update widget 119 * 120 * @param array $new_instance New settings for this instance as input by the user via WP_Widget::form(). 121 * @param array $old_instance Old settings for this instance. 122 * @since 1.0.0 123 */ 124 public function update( $new_instance, $old_instance ) { 125 126 $instance = $old_instance; 127 $instance['title'] = wp_strip_all_tags( $new_instance['title'] ); 128 129 return $instance; 130 131 } 132 133 } 134 135 /** 136 * Register widget 137 */ 138 function smntcs_register_wapuu_widget() { 139 register_widget( 'SMNTCS_Wapuu_Widget' ); 140 } 141 add_action( 'widgets_init', 'smntcs_register_wapuu_widget' ); 142 143 /** 144 * Get random image URL 145 * 146 * @return string 147 */ 148 function smntcs_get_random_image_url() { 149 $image = array( 150 '10uppu-230x230.png', 151 '8-bit-wapuu-large-230x288.png', 152 '80s-wapuu-230x212.png', 153 '930C06B1-D040-4D31-BF2C-D66930897495-230x196.png', 154 'Achilles1-230x330.png', 155 'BG_Wapuu-01-230x237.png', 156 'Colorado-Wapuu-230x257.png', 157 'CopernicusWapuu-230x230.png', 158 'DEVMan-1-230x288.png', 159 'Defender-1-230x288.png', 160 'Fayapuu-230x247.png', 161 'FishingWapuu-230x279.png', 162 'Habu-230x198.png', 163 'Hummingbird-1-230x288.png', 164 'Large_lobster_wapuu-230x320.png', 165 'Manapuu-230x386.png', 166 '[email protected]', 167 'Patheon-Waving-Wapuu-230x257.png', 168 'Permalink_1024-with-wp-230x370.png', 169 'Smush-1-230x288.png', 170 'Snapshot-1-230x288.png', 171 'Swag-Wapuu-Orlando-2016-230x237.png', 172 'WAPUU-ATI-230x362.png', 173 'WC-Biratnagar-Logo-n-Mascot-230x230.png', 174 'WC-Denpasar-2016-Wapuu-Garuda-e1548453921415-230x290.png', 175 'WC-Denpasar-2016-Wapuu-Wayan-230x293.png', 176 'WC-Jakarta-2017-Wapuu-Ondel-ondel-male-230x351.png', 177 'WC-Jakarta-2019-Wapuu-Ojol-230x266.png', 178 'WC-Jakarta-2019-Wapuu-Ondel-ondel-female-230x348.png', 179 'WC-Jakarta-2019-Wapuu-Si-Pitung-230x280.png', 180 'WC-Jakarta-2019-Wapuu-Wiro-Sableng-230x271.png', 181 'WC-Ubud-2017-Wapuu-Kelapa-Muda-230x304.png', 182 'WCATL_Wapuu_Web.png', 183 'WCEU-18-Astropuu-230x230.png', 184 'WCPHX-Wapuu-W-no-pants_preview-230x282.png', 185 'WCPHX-Wapuu-W_preview-230x282.png', 186 'WCPHX-Wapuu-plane-9-purple@3x_preview-230x230.png', 187 'WCUS2018-wapuu-blue-230x181.png', 188 'WPTD3-wapuu-800-230x230.png', 189 'Wabully_2048x2580-1-230x290.png', 190 'WapUshanka-230x286.png', 191 'Wapoutine-230x244.png', 192 'Wapuu-01-230x267.png', 193 'Wapuu-02-230x271.png', 194 'Wapuu-03-230x229.png', 195 'Wapuu-04-230x276.png', 196 'Wapuu-Salentinu-230x230.png', 197 'Wapuu-Sofia-2017-all-01-230x290.png', 198 'Wapuu-Sofia-2017-all-02-230x315.png', 199 'Wapuu-Thessaloniki-Alexander-230x253.png', 200 'Wapuu-sleepy-jacksonville-230x101.png', 201 'WapuuFinal-230x318.png', 202 'WapuuNashville-230x167.png', 203 'WapuuPepa-230x253.png', 204 'WapuuPepe-230x253.png', 205 'WapuuSticker-Die-curves-230x309.png', 206 'Wapuubble-230x135.png', 207 'WelshWapuuV2-2-230x212.png', 208 'WordSesh-Wapuu-230x199.png', 209 'ahmedabad-wordcamp2017-Wapuu2-230x282.png', 210 'ahmedabad-wordpress-Wapuu-150517-03-230x312.png', 211 'ammuappu-230x171.png', 212 'auguste-230x280.png', 213 'baap-wapuu.png', 214 'bapuu-wapuu-230x253.png', 215 'basile-wapuu-230x252.png', 216 'batpuu-230x276.png', 217 'benpuu-230x230.png', 218 'better-off-WordPress-230x148.png', 219 'bicycling-wapuu-230x245.png', 220 'birthday-wapuu-230x256.png', 221 'black-hat-230x271.png', 222 'brighton-wapuu-and-sid-2016-230x233.png', 223 '[email protected]', 224 'building-block-wapuu-orlando-2016-230x237.png', 225 'canvas-wapuu.png', 226 'captian-w-230x292.png', 227 'carole-community-wapuu-230x284.png', 228 'catering-wapuu.png', 229 'cheesesteak-wapuu-230x230.png', 230 'cossack-wapuula-230x253.png', 231 'cowboy-coder-230x269.png', 232 'cowboy-wapuu-230x321.png', 233 '[email protected]', 234 'crab_wapuu-230x230.png', 235 'cropped-wapuu-brno-512-512-230x230.png', 236 'cubby-wapuu-230x232.png', 237 'david-bowie-wapuu-230x203.png', 238 'delhi-wapuu-2017-230x316.png', 239 'dokuganryu-wapuu-230x253.png', 240 'dracuu-230x215.png', 241 'duerer-wapuu-230x230.png', 242 'edinburgh-wapuu-230x247.png', 243 'eduwapuu-230x253.png', 244 'eight-ball-wapuu-230x254.png', 245 'exercisering-wapuu-230x255.png', 246 'fes-wapuu-230x253.png', 247 'football_wapuu-230x254.png', 248 'frankenpuu-230x230.png', 249 'frapuu-01-768x750-230x225.png', 250 'fujisan-wapuu-230x229.png', 251 '[email protected]', 252 'ghost-costume-wapuu-230x233.png', 253 'ghostbuster_wapuu-230x260.png', 254 'gianduu_wapuu-230x301.png', 255 'gokart_wapuu-230x204.png', 256 'gollum-wapuu-230x244.png', 257 '[email protected]', 258 'gravity-forms-astronaut-wapuu-mars-w-icon-230x245.png', 259 'gravity-forms-astronaut-wapuu-moon-w-icon-230x245.png', 260 'gravity-forms-astronaut-wapuu-saturn-w-icon-230x186.png', 261 'gravity-forms-franklin-san-jose-wapuu-230x245.png', 262 '[email protected]', 263 'haobhau-in-jungle-230x294.png', 264 'heart_wapuu-230x230.png', 265 'heian-wapuu-230x253.png', 266 'hex-wapuu-1810917-230x230.png', 267 'hip-hop-wapuu-230x291.png', 268 'hot_air_balloon_wapuu-230x416.png', 269 'indie-wapuu-with-text-598x660-230x254.png', 270 'inpsyde-wapuu-230x253.png', 271 'jedi_wapuu-230x341.png', 272 'jeepney-wapuu-230x230.png', 273 'jpop_wapuu-230x254.png', 274 'kabuki_wapuu_seal-230x230.png', 275 'kani-wapuu.png', 276 'keep-austin-weird-wapuu-230x214.png', 277 'krimpet-wapuu-230x230.png', 278 'kurashiki-wapuu-230x254.png', 279 'london2016-wapuu-230x253.png', 280 'lumberjack_wapuu-230x291.png', 281 'lyon-wapuu-lugdunum-230x253.png', 282 '[email protected]', 283 'maiko-wapuu-230x266.png', 284 'maikochan-and-wapuu-230x230.png', 285 'main-wabster-230x279.png', 286 'manawapuu-230x230.png', 287 'manchester-wapuu.png', 288 'mango-wapuu-230x361.png', 289 'marinwapuu-230x242.png', 290 'mascotte_final-230x225.png', 291 'masuzushi-wapuu-230x253.png', 292 'matsuri-wapuu-230x253.png', 293 'mecha_wapuu_color-230x200.png', 294 'mercenary-wapuu-e1507954765785-230x253.png', 295 'mineiro-wapuu-230x230.png', 296 'mineiro-wapuu.png', 297 '[email protected]', 298 'monk_wapuu-230x255.png', 299 'mr-nuremberg-wapuu.png', 300 'mrs-nuremberg-wapuu-230x238.png', 301 '[email protected]', 302 'mummypuu_2017WCPhilly_300x300-230x230.png', 303 'napuu-230x215.png', 304 'nashville-wapuu-2017-230x181.png', 305 'nepuu-230x288.png', 306 'ninja_wapuu-230x286.png', 307 'nom-nom-wapuu-230x232.png', 308 'octapuu-230x239.png', 309 'okita-wapuu-230x253.png', 310 'okita-wapuu.png', 311 'onsen-wapuu-230x253.png', 312 'original_wapuu-230x254.png', 313 'ottawa-wapuu-230x310.png', 314 'piratepuu_2017WCPhilly-230x230.png', 315 'pretzel-wapuu-230x230.png', 316 'r2-the-rtcamp-wapuu-230x253.png', 317 'r2wapuu-230x253.png', 318 'rabelo-o-wapuu-230x232.png', 319 'raleigh-wapuu-230x230.png', 320 'roboto-wapuu-wc-singapore-2017-230x298.png', 321 'rochester-wapuu-230x230.png', 322 'rocky-wapuu-230x230.png', 323 'rosie-the-wapuu-e1491020781914-230x230.png', 324 'rubiks-wapuu-230x254.png', 325 'sailor-wapuu-230x271.png', 326 'salakot-wapuu-230x213.png', 327 'santa_wapuu-230x230.png', 328 'sauna-wapuu-wordcamp-finland-2016-230x217.png', 329 'save-the-day-blue-230x230.png', 330 'savvii-wapuu-230x222.png', 331 'scope-creep-230x256.png', 332 'scott-wapuu-230x253.png', 333 'sele_wapuu2-230x235.png', 334 'shachihoko-wapuu-230x253.png', 335 'sheepuu-230x230.png', 336 'shikari-wapuu-230x278.png', 337 'shikasenbei-wapuu-230x253.png', 338 '[email protected]', 339 '[email protected]', 340 'space_wapuu-230x254.png', 341 'speaker-10min-wapuu-230x248.png', 342 'speaker-5min-wapuu-230x246.png', 343 'speaker-stop-wapuu-230x220.png', 344 'squirrel-wapuu-230x258.png', 345 'stateside_wappu-e1505339371784-230x222.png', 346 'sunshinecoast-wapuu-230x171.png', 347 'sunshinecoast-wapuu.png', 348 'sweden-wapuu-230x253.png', 349 'swiss-wapuu-1-230x253.png', 350 'sydney-wapuu-230x230.png', 351 'taekwon-blue-wapuu.png', 352 'taekwon-red-wapuu-230x253.png', 353 'takoyaki_wapuu-230x254.png', 354 'tampa-gasparilla-wapuu-230x253.png', 355 'tangerine-230x191.png', 356 'the-guruu-230x199.png', 357 'the-troll-230x246.png', 358 'tonkotsu-wapuu-230x251.png', 359 'tonkotsu-wapuu.png', 360 'try-me-230x243.gif', 361 'vampuu-liberty_2017WCPhilly-230x203.png', 362 'w3-230x262.png', 363 'wambhau-230x276.png', 364 'wapanduu_2-230x254.png', 365 'wapevil-wapuu-230x253.png', 366 'wapmas-wapuu-230x253.png', 367 'wappu-grad-230x317.png', 368 'wappu-logo-id-01-230x293 2.png', 369 'wappu-punt-230x241.png', 370 'wapsara-230x240.png', 371 'wapu-1-230x160.png', 372 'wapu-bagel-230x254.png', 373 'wapu-sloth-230x268.png', 374 'wapuda_shingenn-230x236.png', 375 'wapumura-kenshin-230x253.png', 376 'wapuu-2018-opt-230x230.png', 377 'wapuu-Robert-230x256.png', 378 'wapuu-alaaf-230x230.png', 379 'wapuu-arno-and-ezio-230x227.png', 380 'wapuu-batchoy-230x265.png', 381 'wapuu-blab-01-230x288.png', 382 '[email protected]', 383 'wapuu-brainhurts-230x182.png', 384 'wapuu-camera-230x209.png', 385 'wapuu-cangaceiro-230x230.png', 386 'wapuu-cheesehead-230x253.png', 387 'wapuu-cheesehead.png', 388 'wapuu-collector-pin-for-accessibility-230x231.png', 389 'wapuu-collector-pin-for-community-230x231.png', 390 'wapuu-collector-pin-for-content-230x230.png', 391 'wapuu-collector-pin-for-design-ui-230x230.png', 392 'wapuu-collector-pin-for-development-230x231.png', 393 'wapuu-collector-pin-for-support-230x230.png', 394 'wapuu-collector-pin-for-training-230x231.png', 395 'wapuu-collector-pin-for-translation-230x230.png', 396 'wapuu-cosplay-230x213.png', 397 'wapuu-de-la-wordcamp-santander-230x218.png', 398 'wapuu-der-ber-230x259.png', 399 'wapuu-dev-300x265.png', 400 'wapuu-efendi-230x291.png', 401 'wapuu-france-230x279.png', 402 'wapuu-guitar-230x242.png', 403 'wapuu-hampton-roads-230x239.png', 404 '[email protected]', 405 'wapuu-heropress-230x236.png', 406 'wapuu-hipster-230x306.png', 407 'wapuu-jags.png', 408 'wapuu-ji-chaudhary-230x253.png', 409 'wapuu-logo-toque-230x361.png', 410 'wapuu-macedonia-e1539815678794-230x239.png', 411 'wapuu-magic-230x338.png', 412 'wapuu-med-230x302.png', 413 'wapuu-micro-230x221.png', 414 'wapuu-minion-230x248.png', 415 'wapuu-moto-230x247.png', 416 'wapuu-mountie.png', 417 'wapuu-newtlab-230x240.png', 418 'wapuu-nijmegen-by-faktor22-230x408.png', 419 'wapuu-noypi-230x253.png', 420 'wapuu-nyc-230x385.png', 421 'wapuu-orange-230x264.png', 422 'wapuu-ottawa-mountie-230x361.png', 423 'wapuu-pixar-230x150.png', 424 'wapuu-pizza-230x222.png', 425 'wapuu-poststatus-230x307.png', 426 'wapuu-rome-230x230.png', 427 'wapuu-santa-230x259.png', 428 'wapuu-santa-230x288.png', 429 'wapuu-skunk-230x177.png', 430 'wapuu-sleepy-wordcamp-230x127.png', 431 'wapuu-snitch-230x145.png', 432 'wapuu-spy.png', 433 'wapuu-struggle-230x182.png', 434 'wapuu-tiger-230x254.png', 435 'wapuu-torque-230x265.png', 436 'wapuu-travel-230x255.png', 437 'wapuu-tron-230x271.png', 438 'wapuu-turku-lippu-2-230x282.png', 439 'wapuu-twins-230x221.png', 440 'wapuu-unipiper-230x485.png', 441 'wapuu-unipiper.png', 442 'wapuu-wptavern-230x275.png', 443 'wapuu2-with-lines-230x200.png', 444 'wapuu3-with-lines-230x273.png', 445 'wapuu_07-26-2-230x217.png', 446 'wapuu_cologne_baerbel_final-230x208.png', 447 'wapuu_cologne_hannes_final-230x278.png', 448 'wapuu_mcfly-230x170.png', 449 'wapuu_of_the_north.png', 450 'wapuu_on_fire-230x230.png', 451 'wapuu_translation-230x219.png', 452 'wapuu_translation2-230x219.png', 453 'wapuu_translation3-230x219.png', 454 'wapuu_translation4-230x219.png', 455 'wapuu_world-230x210.png', 456 'wapuubee-230x222.png', 457 'wapuugu-230x288.png', 458 'wapuujlo-230x256.png', 459 'wapuunder-230x284.png', 460 'wapuunicorn-230x325.png', 461 'wapuushkin-wapuu-230x230.png', 462 'wapuutah-wapuu-230x233.png', 463 'war_wapuu-230x298.png', 464 '[email protected]', 465 'wcdfw2017-wapuu-flag-only-230x269.png', 466 'wcdublin-wapuu-230x294.png', 467 'wceu-2017-wapuu-female-230x271.png', 468 'wceu-2017-wapuu-female.png', 469 'wceu-2017-wapuu-male-230x271.png', 470 'wceu2016-leopold-mozart-wapuu-230x253.png', 471 'wceu2016-volto-mask-wapuu-230x253.png', 472 'wck-wapuu-230x278.png', 473 'wclvpa-wapuu-2016.png', 474 'wct2012.png', 475 'wct2013-kabuki-wapuu-230x233.png', 476 'wctokyo-wapuu-230x253.png', 477 'wctokyo2017-wapuu-230x155.png', 478 'wharf-230x279.png', 479 'white-hat-wapuu-230x192.png', 480 'winter_wapuu-230x311.png', 481 'wonder-wapuu-230x216.png', 482 'wordcamp-tokyo-wapuu-2012-230x233.png', 483 'wordpress_chs_wapuu-230x263.png', 484 'wordpress_wapuu_1080x1265-230x269.png', 485 'xiru-wapuu-230x230.png', 486 ); 487 488 return $image[ wp_rand( 0, count( $image ) - 1 ) ]; 489 } 20 // Include required files. 21 require_once plugin_dir_path( __FILE__ ) . 'includes/class-smntcs-wapuu-manager.php'; 22 require_once plugin_dir_path( __FILE__ ) . 'includes/class-smntcs-wapuu-widget.php'; -
smntcs-wapuu-widget/trunk/.prettierrc.js
r2654769 r3260228 1 // Import the default config file and expose it in the project root. 2 // Useful for editor integrations. 1 const defaultConfig = require( '@wordpress/prettier-config' ); 2 3 3 module.exports = { 4 ...require( '@wordpress/prettier-config' ), 5 tabWidth: 2, 4 ...defaultConfig, 5 6 overrides: [ 7 { 8 files: '*.yml', 9 options: { 10 tabWidth: 2, 11 }, 12 }, 13 { 14 files: '*.md', 15 options: { 16 tabWidth: 2, 17 listItemIndent: 'one', 18 }, 19 }, 20 ], 6 21 }; -
smntcs-wapuu-widget/trunk/README.md
r3066338 r3260228 25 25 ## Changelog 26 26 27 ### 2.0 (2025.0.3.23) 28 29 - Tested up to WordPress 6.8 30 27 31 ### 1.9 (2024.04.07) = 28 32 29 - Test up to WP6.533 - Tested up to WordPress 6.5 30 34 31 35 ### 1.8 (2022.12.03) 32 36 33 - Test up to WP6.137 - Tested up to WordPress 6.1 34 38 35 39 ### 1.7 (2022.01.09) 36 40 37 - Test up to WP5.841 - Tested up to WordPress 5.8 38 42 39 43 ### 1.6 (2020.03.19) 40 44 41 - Test up to WP5.445 - Tested up to WordPress 5.4 42 46 43 47 ### 1.5 (2019.06.30) 44 48 45 - Test up to WP5.249 - Tested up to WordPress 5.2 46 50 47 51 ### 1.4 (2019.03.01) … … 51 55 ### 1.3 (2019.02.19) 52 56 53 - Test up to WP5.157 - Tested up to WordPress 5.1 54 58 55 59 ### 1.2 (2019.02.19) 56 60 57 61 - Add README.md 58 - Test up to WP5.062 - Tested up to WordPress 5.0 59 63 60 64 ### 1.1 (2019.02.19) -
smntcs-wapuu-widget/trunk/README.txt
r3066338 r3260228 3 3 Contributors: nielslange 4 4 Tags: Wapuu, Widget, Sidebar 5 Stable tag: 1.96 Tested up to: 6. 57 Requires PHP: 5.65 Stable tag: 2.0 6 Tested up to: 6.8 7 Requires PHP: 7.4 8 8 Requires at least: 3.4 9 9 License: GPL v2 or later … … 33 33 == Changelog == 34 34 35 = 2.0 (2025.0.3.23) = 36 37 - Tested up to WordPress 6.8 38 35 39 = 1.9 (2024.04.07) = 36 40 37 - Test up to WP6.541 - Tested up to WordPress 6.5 38 42 39 43 = 1.8 (2022.12.03) = 40 44 41 - Test up to WP6.145 - Tested up to WordPress 6.1 42 46 43 47 = 1.7 (2022.01.09) = 44 48 45 - Test up to WP5.849 - Tested up to WordPress 5.8 46 50 47 51 = 1.6 (2020.03.19) = 48 52 49 - Test up to WP5.453 - Tested up to WordPress 5.4 50 54 51 55 = 1.5 (2019.06.30) = 52 56 53 - Test up to WP5.257 - Tested up to WordPress 5.2 54 58 55 59 = 1.4 (2019.03.01) = … … 59 63 = 1.3 (2019.02.19) = 60 64 61 - Test up to WP5.165 - Tested up to WordPress 5.1 62 66 63 67 = 1.2 (2019.02.19) = 64 68 65 69 - Add README.md 66 - Test up to WP5.070 - Tested up to WordPress 5.0 67 71 68 72 = 1.1 (2019.02.19) = -
smntcs-wapuu-widget/trunk/composer.json
r2654769 r3260228 20 20 }, 21 21 "require-dev": { 22 "dealerdirect/phpcodesniffer-composer-installer": " ^0.7.1",23 "overtrue/phplint": " ^3.0",24 "phpcompatibility/phpcompatibility-wp": " ^2.1",25 "squizlabs/php_codesniffer": " ^3.6",26 "vimeo/psalm": " ^4.7",27 "wp-coding-standards/wpcs": " ^2.3"22 "dealerdirect/phpcodesniffer-composer-installer": "1.0.0", 23 "overtrue/phplint": "9.5.6", 24 "phpcompatibility/phpcompatibility-wp": "2.1", 25 "squizlabs/php_codesniffer": "3.12.0", 26 "vimeo/psalm": "5.15.0", 27 "wp-coding-standards/wpcs": "3.1.0" 28 28 }, 29 29 "scripts": { -
smntcs-wapuu-widget/trunk/composer.lock
r2654769 r3260228 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 0851e9376065244b3686b8ee89ba3857",7 "content-hash": "ae9e11f807bec3a160fd3551c47eaace", 8 8 "packages": [], 9 9 "packages-dev": [ 10 10 { 11 11 "name": "amphp/amp", 12 "version": "v2.6. 1",12 "version": "v2.6.4", 13 13 "source": { 14 14 "type": "git", 15 15 "url": "https://github.com/amphp/amp.git", 16 "reference": " c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae"17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/amphp/amp/zipball/ c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",21 "reference": " c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",16 "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d" 17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d", 21 "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d", 22 22 "shasum": "" 23 23 }, … … 31 31 "jetbrains/phpstorm-stubs": "^2019.3", 32 32 "phpunit/phpunit": "^7 | ^8 | ^9", 33 " psalm/phar": "^3.11@dev",34 " react/promise": "^2"33 "react/promise": "^2", 34 "vimeo/psalm": "^3.12" 35 35 }, 36 36 "type": "library", … … 41 41 }, 42 42 "autoload": { 43 "psr-4": {44 "Amp\\": "lib"45 },46 43 "files": [ 47 44 "lib/functions.php", 48 45 "lib/Internal/functions.php" 49 ] 46 ], 47 "psr-4": { 48 "Amp\\": "lib" 49 } 50 50 }, 51 51 "notification-url": "https://packagist.org/downloads/", … … 72 72 ], 73 73 "description": "A non-blocking concurrency framework for PHP applications.", 74 "homepage": "http ://amphp.org/amp",74 "homepage": "https://amphp.org/amp", 75 75 "keywords": [ 76 76 "async", … … 87 87 "irc": "irc://irc.freenode.org/amphp", 88 88 "issues": "https://github.com/amphp/amp/issues", 89 "source": "https://github.com/amphp/amp/tree/v2.6. 1"89 "source": "https://github.com/amphp/amp/tree/v2.6.4" 90 90 }, 91 91 "funding": [ … … 95 95 } 96 96 ], 97 "time": "202 1-09-23T18:43:08+00:00"97 "time": "2024-03-21T18:52:26+00:00" 98 98 }, 99 99 { 100 100 "name": "amphp/byte-stream", 101 "version": "v1.8. 1",101 "version": "v1.8.2", 102 102 "source": { 103 103 "type": "git", 104 104 "url": "https://github.com/amphp/byte-stream.git", 105 "reference": " acbd8002b3536485c997c4e019206b3f10ca15bd"106 }, 107 "dist": { 108 "type": "zip", 109 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/ acbd8002b3536485c997c4e019206b3f10ca15bd",110 "reference": " acbd8002b3536485c997c4e019206b3f10ca15bd",105 "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc" 106 }, 107 "dist": { 108 "type": "zip", 109 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc", 110 "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc", 111 111 "shasum": "" 112 112 }, … … 124 124 }, 125 125 "type": "library", 126 "extra": { 127 "branch-alias": { 128 "dev-master": "1.x-dev" 129 } 130 }, 131 "autoload": { 132 "psr-4": { 133 "Amp\\ByteStream\\": "lib" 134 }, 126 "autoload": { 135 127 "files": [ 136 128 "lib/functions.php" 137 ] 129 ], 130 "psr-4": { 131 "Amp\\ByteStream\\": "lib" 132 } 138 133 }, 139 134 "notification-url": "https://packagist.org/downloads/", … … 152 147 ], 153 148 "description": "A stream abstraction to make working with non-blocking I/O simple.", 154 "homepage": "http ://amphp.org/byte-stream",149 "homepage": "https://amphp.org/byte-stream", 155 150 "keywords": [ 156 151 "amp", … … 162 157 ], 163 158 "support": { 164 "irc": "irc://irc.freenode.org/amphp",165 159 "issues": "https://github.com/amphp/byte-stream/issues", 166 "source": "https://github.com/amphp/byte-stream/tree/v1.8. 1"160 "source": "https://github.com/amphp/byte-stream/tree/v1.8.2" 167 161 }, 168 162 "funding": [ … … 172 166 } 173 167 ], 174 "time": "2021-03-30T17:13:30+00:00" 175 }, 176 { 177 "name": "composer/package-versions-deprecated", 178 "version": "1.11.99.4", 179 "source": { 180 "type": "git", 181 "url": "https://github.com/composer/package-versions-deprecated.git", 182 "reference": "b174585d1fe49ceed21928a945138948cb394600" 183 }, 184 "dist": { 185 "type": "zip", 186 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600", 187 "reference": "b174585d1fe49ceed21928a945138948cb394600", 188 "shasum": "" 189 }, 190 "require": { 191 "composer-plugin-api": "^1.1.0 || ^2.0", 192 "php": "^7 || ^8" 193 }, 194 "replace": { 195 "ocramius/package-versions": "1.11.99" 168 "time": "2024-04-13T18:00:56+00:00" 169 }, 170 { 171 "name": "composer/pcre", 172 "version": "3.3.2", 173 "source": { 174 "type": "git", 175 "url": "https://github.com/composer/pcre.git", 176 "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" 177 }, 178 "dist": { 179 "type": "zip", 180 "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", 181 "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", 182 "shasum": "" 183 }, 184 "require": { 185 "php": "^7.4 || ^8.0" 186 }, 187 "conflict": { 188 "phpstan/phpstan": "<1.11.10" 196 189 }, 197 190 "require-dev": { 198 " composer/composer": "^1.9.3 || ^2.0@dev",199 " ext-zip": "^1.13",200 "phpunit/phpunit": "^ 6.5 || ^7"201 }, 202 "type": " composer-plugin",191 "phpstan/phpstan": "^1.12 || ^2", 192 "phpstan/phpstan-strict-rules": "^1 || ^2", 193 "phpunit/phpunit": "^8 || ^9" 194 }, 195 "type": "library", 203 196 "extra": { 204 "class": "PackageVersions\\Installer", 197 "phpstan": { 198 "includes": [ 199 "extension.neon" 200 ] 201 }, 205 202 "branch-alias": { 206 "dev-master": "1.x-dev" 207 } 208 }, 209 "autoload": { 210 "psr-4": { 211 "PackageVersions\\": "src/PackageVersions" 212 } 213 }, 214 "notification-url": "https://packagist.org/downloads/", 215 "license": [ 216 "MIT" 217 ], 218 "authors": [ 219 { 220 "name": "Marco Pivetta", 221 "email": "[email protected]" 222 }, 223 { 224 "name": "Jordi Boggiano", 225 "email": "[email protected]" 226 } 227 ], 228 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", 229 "support": { 230 "issues": "https://github.com/composer/package-versions-deprecated/issues", 231 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4" 232 }, 233 "funding": [ 234 { 235 "url": "https://packagist.com", 236 "type": "custom" 237 }, 238 { 239 "url": "https://github.com/composer", 240 "type": "github" 241 }, 242 { 243 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 244 "type": "tidelift" 245 } 246 ], 247 "time": "2021-09-13T08:41:34+00:00" 248 }, 249 { 250 "name": "composer/pcre", 251 "version": "1.0.0", 252 "source": { 253 "type": "git", 254 "url": "https://github.com/composer/pcre.git", 255 "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2" 256 }, 257 "dist": { 258 "type": "zip", 259 "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2", 260 "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2", 261 "shasum": "" 262 }, 263 "require": { 264 "php": "^5.3.2 || ^7.0 || ^8.0" 265 }, 266 "require-dev": { 267 "phpstan/phpstan": "^1", 268 "phpstan/phpstan-strict-rules": "^1.1", 269 "symfony/phpunit-bridge": "^4.2 || ^5" 270 }, 271 "type": "library", 272 "extra": { 273 "branch-alias": { 274 "dev-main": "1.x-dev" 203 "dev-main": "3.x-dev" 275 204 } 276 205 }, … … 300 229 "support": { 301 230 "issues": "https://github.com/composer/pcre/issues", 302 "source": "https://github.com/composer/pcre/tree/ 1.0.0"231 "source": "https://github.com/composer/pcre/tree/3.3.2" 303 232 }, 304 233 "funding": [ … … 316 245 } 317 246 ], 318 "time": "202 1-12-06T15:17:27+00:00"247 "time": "2024-11-12T16:29:46+00:00" 319 248 }, 320 249 { 321 250 "name": "composer/semver", 322 "version": "3. 2.7",251 "version": "3.4.3", 323 252 "source": { 324 253 "type": "git", 325 254 "url": "https://github.com/composer/semver.git", 326 "reference": " deac27056b57e46faf136fae7b449eeaa71661ee"327 }, 328 "dist": { 329 "type": "zip", 330 "url": "https://api.github.com/repos/composer/semver/zipball/ deac27056b57e46faf136fae7b449eeaa71661ee",331 "reference": " deac27056b57e46faf136fae7b449eeaa71661ee",255 "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" 256 }, 257 "dist": { 258 "type": "zip", 259 "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", 260 "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", 332 261 "shasum": "" 333 262 }, … … 336 265 }, 337 266 "require-dev": { 338 "phpstan/phpstan": "^ 0.12.54",339 "symfony/phpunit-bridge": "^ 4.2 || ^5"267 "phpstan/phpstan": "^1.11", 268 "symfony/phpunit-bridge": "^3 || ^7" 340 269 }, 341 270 "type": "library", … … 379 308 ], 380 309 "support": { 381 "irc": "irc ://irc.freenode.org/composer",310 "irc": "ircs://irc.libera.chat:6697/composer", 382 311 "issues": "https://github.com/composer/semver/issues", 383 "source": "https://github.com/composer/semver/tree/3. 2.7"312 "source": "https://github.com/composer/semver/tree/3.4.3" 384 313 }, 385 314 "funding": [ … … 397 326 } 398 327 ], 399 "time": "202 2-01-04T09:57:54+00:00"328 "time": "2024-09-19T14:15:21+00:00" 400 329 }, 401 330 { 402 331 "name": "composer/xdebug-handler", 403 "version": "3.0. 1",332 "version": "3.0.5", 404 333 "source": { 405 334 "type": "git", 406 335 "url": "https://github.com/composer/xdebug-handler.git", 407 "reference": " 12f1b79476638a5615ed00ea6adbb269cec96fd8"408 }, 409 "dist": { 410 "type": "zip", 411 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ 12f1b79476638a5615ed00ea6adbb269cec96fd8",412 "reference": " 12f1b79476638a5615ed00ea6adbb269cec96fd8",413 "shasum": "" 414 }, 415 "require": { 416 "composer/pcre": "^1 ",336 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" 337 }, 338 "dist": { 339 "type": "zip", 340 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", 341 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", 342 "shasum": "" 343 }, 344 "require": { 345 "composer/pcre": "^1 || ^2 || ^3", 417 346 "php": "^7.2.5 || ^8.0", 418 347 "psr/log": "^1 || ^2 || ^3" … … 421 350 "phpstan/phpstan": "^1.0", 422 351 "phpstan/phpstan-strict-rules": "^1.1", 423 " symfony/phpunit-bridge": "^6.0"352 "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" 424 353 }, 425 354 "type": "library", … … 445 374 ], 446 375 "support": { 447 "irc": "irc ://irc.freenode.org/composer",376 "irc": "ircs://irc.libera.chat:6697/composer", 448 377 "issues": "https://github.com/composer/xdebug-handler/issues", 449 "source": "https://github.com/composer/xdebug-handler/tree/3.0. 1"378 "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" 450 379 }, 451 380 "funding": [ … … 463 392 } 464 393 ], 465 "time": "202 2-01-04T18:29:42+00:00"394 "time": "2024-05-06T16:37:16+00:00" 466 395 }, 467 396 { 468 397 "name": "dealerdirect/phpcodesniffer-composer-installer", 469 "version": "v 0.7.1",470 "source": { 471 "type": "git", 472 "url": "https://github.com/ Dealerdirect/phpcodesniffer-composer-installer.git",473 "reference": " fe390591e0241955f22eb9ba327d137e501c771c"474 }, 475 "dist": { 476 "type": "zip", 477 "url": "https://api.github.com/repos/ Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",478 "reference": " fe390591e0241955f22eb9ba327d137e501c771c",398 "version": "v1.0.0", 399 "source": { 400 "type": "git", 401 "url": "https://github.com/PHPCSStandards/composer-installer.git", 402 "reference": "4be43904336affa5c2f70744a348312336afd0da" 403 }, 404 "dist": { 405 "type": "zip", 406 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", 407 "reference": "4be43904336affa5c2f70744a348312336afd0da", 479 408 "shasum": "" 480 409 }, 481 410 "require": { 482 411 "composer-plugin-api": "^1.0 || ^2.0", 483 "php": ">=5. 3",484 "squizlabs/php_codesniffer": "^2.0 || ^3. 0 || ^4.0"412 "php": ">=5.4", 413 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" 485 414 }, 486 415 "require-dev": { 487 416 "composer/composer": "*", 417 "ext-json": "*", 418 "ext-zip": "*", 419 "php-parallel-lint/php-parallel-lint": "^1.3.1", 488 420 "phpcompatibility/php-compatibility": "^9.0", 489 " sensiolabs/security-checker": "^4.1.0"421 "yoast/phpunit-polyfills": "^1.0" 490 422 }, 491 423 "type": "composer-plugin", 492 424 "extra": { 493 "class": " Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"494 }, 495 "autoload": { 496 "psr-4": { 497 " Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"425 "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" 426 }, 427 "autoload": { 428 "psr-4": { 429 "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" 498 430 } 499 431 }, … … 508 440 "homepage": "http://www.frenck.nl", 509 441 "role": "Developer / IT Manager" 442 }, 443 { 444 "name": "Contributors", 445 "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" 510 446 } 511 447 ], … … 519 455 "composer", 520 456 "installer", 457 "phpcbf", 521 458 "phpcs", 522 459 "plugin", … … 530 467 ], 531 468 "support": { 532 "issues": "https://github.com/ dealerdirect/phpcodesniffer-composer-installer/issues",533 "source": "https://github.com/ dealerdirect/phpcodesniffer-composer-installer"534 }, 535 "time": "202 0-12-07T18:04:37+00:00"469 "issues": "https://github.com/PHPCSStandards/composer-installer/issues", 470 "source": "https://github.com/PHPCSStandards/composer-installer" 471 }, 472 "time": "2023-01-05T11:28:13+00:00" 536 473 }, 537 474 { … … 571 508 }, 572 509 "time": "2019-12-04T15:06:13+00:00" 510 }, 511 { 512 "name": "doctrine/deprecations", 513 "version": "1.1.4", 514 "source": { 515 "type": "git", 516 "url": "https://github.com/doctrine/deprecations.git", 517 "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" 518 }, 519 "dist": { 520 "type": "zip", 521 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9", 522 "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", 523 "shasum": "" 524 }, 525 "require": { 526 "php": "^7.1 || ^8.0" 527 }, 528 "require-dev": { 529 "doctrine/coding-standard": "^9 || ^12", 530 "phpstan/phpstan": "1.4.10 || 2.0.3", 531 "phpstan/phpstan-phpunit": "^1.0 || ^2", 532 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 533 "psr/log": "^1 || ^2 || ^3" 534 }, 535 "suggest": { 536 "psr/log": "Allows logging deprecations via PSR-3 logger implementation" 537 }, 538 "type": "library", 539 "autoload": { 540 "psr-4": { 541 "Doctrine\\Deprecations\\": "src" 542 } 543 }, 544 "notification-url": "https://packagist.org/downloads/", 545 "license": [ 546 "MIT" 547 ], 548 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", 549 "homepage": "https://www.doctrine-project.org/", 550 "support": { 551 "issues": "https://github.com/doctrine/deprecations/issues", 552 "source": "https://github.com/doctrine/deprecations/tree/1.1.4" 553 }, 554 "time": "2024-12-07T21:18:45+00:00" 573 555 }, 574 556 { … … 619 601 { 620 602 "name": "felixfbecker/language-server-protocol", 621 "version": " 1.5.1",603 "version": "v1.5.3", 622 604 "source": { 623 605 "type": "git", 624 606 "url": "https://github.com/felixfbecker/php-language-server-protocol.git", 625 "reference": " 9d846d1f5cf101deee7a61c8ba7caa0a975cd730"626 }, 627 "dist": { 628 "type": "zip", 629 "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/ 9d846d1f5cf101deee7a61c8ba7caa0a975cd730",630 "reference": " 9d846d1f5cf101deee7a61c8ba7caa0a975cd730",607 "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9" 608 }, 609 "dist": { 610 "type": "zip", 611 "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/a9e113dbc7d849e35b8776da39edaf4313b7b6c9", 612 "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9", 631 613 "shasum": "" 632 614 }, … … 669 651 "support": { 670 652 "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues", 671 "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/1.5.1" 672 }, 673 "time": "2021-02-22T14:02:09+00:00" 674 }, 675 { 676 "name": "n98/junit-xml", 677 "version": "1.1.0", 678 "source": { 679 "type": "git", 680 "url": "https://github.com/cmuench/junit-xml.git", 681 "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73" 682 }, 683 "dist": { 684 "type": "zip", 685 "url": "https://api.github.com/repos/cmuench/junit-xml/zipball/0017dd92ac8cb619f02e32f4cffd768cfe327c73", 686 "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73", 687 "shasum": "" 653 "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.3" 654 }, 655 "time": "2024-04-30T00:40:11+00:00" 656 }, 657 { 658 "name": "fidry/cpu-core-counter", 659 "version": "0.5.1", 660 "source": { 661 "type": "git", 662 "url": "https://github.com/theofidry/cpu-core-counter.git", 663 "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623" 664 }, 665 "dist": { 666 "type": "zip", 667 "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b58e5a3933e541dc286cc91fc4f3898bbc6f1623", 668 "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623", 669 "shasum": "" 670 }, 671 "require": { 672 "php": "^7.2 || ^8.0" 688 673 }, 689 674 "require-dev": { 690 "phpunit/phpunit": "^9.5.0" 691 }, 692 "type": "library", 693 "autoload": { 694 "psr-4": { 695 "N98\\JUnitXml\\": "src/N98/JUnitXml" 696 } 697 }, 698 "notification-url": "https://packagist.org/downloads/", 699 "license": [ 700 "MIT" 701 ], 702 "authors": [ 703 { 704 "name": "Christian Münch", 705 "email": "[email protected]" 706 } 707 ], 708 "description": "JUnit XML Document generation library", 709 "support": { 710 "issues": "https://github.com/cmuench/junit-xml/issues", 711 "source": "https://github.com/cmuench/junit-xml/tree/1.1.0" 712 }, 713 "time": "2020-12-25T09:08:58+00:00" 675 "fidry/makefile": "^0.2.0", 676 "phpstan/extension-installer": "^1.2.0", 677 "phpstan/phpstan": "^1.9.2", 678 "phpstan/phpstan-deprecation-rules": "^1.0.0", 679 "phpstan/phpstan-phpunit": "^1.2.2", 680 "phpstan/phpstan-strict-rules": "^1.4.4", 681 "phpunit/phpunit": "^9.5.26 || ^8.5.31", 682 "theofidry/php-cs-fixer-config": "^1.0", 683 "webmozarts/strict-phpunit": "^7.5" 684 }, 685 "type": "library", 686 "autoload": { 687 "psr-4": { 688 "Fidry\\CpuCoreCounter\\": "src/" 689 } 690 }, 691 "notification-url": "https://packagist.org/downloads/", 692 "license": [ 693 "MIT" 694 ], 695 "authors": [ 696 { 697 "name": "Théo FIDRY", 698 "email": "[email protected]" 699 } 700 ], 701 "description": "Tiny utility to get the number of CPU cores.", 702 "keywords": [ 703 "CPU", 704 "core" 705 ], 706 "support": { 707 "issues": "https://github.com/theofidry/cpu-core-counter/issues", 708 "source": "https://github.com/theofidry/cpu-core-counter/tree/0.5.1" 709 }, 710 "funding": [ 711 { 712 "url": "https://github.com/theofidry", 713 "type": "github" 714 } 715 ], 716 "time": "2022-12-24T12:35:10+00:00" 714 717 }, 715 718 { 716 719 "name": "netresearch/jsonmapper", 717 "version": "v4. 0.0",720 "version": "v4.5.0", 718 721 "source": { 719 722 "type": "git", 720 723 "url": "https://github.com/cweiske/jsonmapper.git", 721 "reference": "8 bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d"722 }, 723 "dist": { 724 "type": "zip", 725 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8 bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",726 "reference": "8 bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",724 "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5" 725 }, 726 "dist": { 727 "type": "zip", 728 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5", 729 "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5", 727 730 "shasum": "" 728 731 }, … … 735 738 }, 736 739 "require-dev": { 737 "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 ",740 "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0", 738 741 "squizlabs/php_codesniffer": "~3.5" 739 742 }, … … 760 763 "email": "[email protected]", 761 764 "issues": "https://github.com/cweiske/jsonmapper/issues", 762 "source": "https://github.com/cweiske/jsonmapper/tree/v4. 0.0"763 }, 764 "time": "202 0-12-01T19:48:11+00:00"765 "source": "https://github.com/cweiske/jsonmapper/tree/v4.5.0" 766 }, 767 "time": "2024-09-08T10:13:13+00:00" 765 768 }, 766 769 { 767 770 "name": "nikic/php-parser", 768 "version": "v4.1 3.2",771 "version": "v4.19.4", 769 772 "source": { 770 773 "type": "git", 771 774 "url": "https://github.com/nikic/PHP-Parser.git", 772 "reference": " 210577fe3cf7badcc5814d99455df46564f3c077"773 }, 774 "dist": { 775 "type": "zip", 776 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ 210577fe3cf7badcc5814d99455df46564f3c077",777 "reference": " 210577fe3cf7badcc5814d99455df46564f3c077",775 "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2" 776 }, 777 "dist": { 778 "type": "zip", 779 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2", 780 "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2", 778 781 "shasum": "" 779 782 }, 780 783 "require": { 781 784 "ext-tokenizer": "*", 782 "php": ">=7. 0"785 "php": ">=7.1" 783 786 }, 784 787 "require-dev": { 785 788 "ircmaxell/php-yacc": "^0.0.7", 786 "phpunit/phpunit": "^ 6.5 || ^7.0 || ^8.0 || ^9.0"789 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 787 790 }, 788 791 "bin": [ … … 816 819 "support": { 817 820 "issues": "https://github.com/nikic/PHP-Parser/issues", 818 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" 819 }, 820 "time": "2021-11-30T19:35:32+00:00" 821 }, 822 { 823 "name": "openlss/lib-array2xml", 824 "version": "1.0.0", 825 "source": { 826 "type": "git", 827 "url": "https://github.com/nullivex/lib-array2xml.git", 828 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90" 829 }, 830 "dist": { 831 "type": "zip", 832 "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", 833 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90", 834 "shasum": "" 835 }, 836 "require": { 837 "php": ">=5.3.2" 838 }, 839 "type": "library", 840 "autoload": { 841 "psr-0": { 842 "LSS": "" 843 } 844 }, 845 "notification-url": "https://packagist.org/downloads/", 846 "license": [ 847 "Apache-2.0" 848 ], 849 "authors": [ 850 { 851 "name": "Bryan Tong", 852 "email": "[email protected]", 853 "homepage": "https://www.nullivex.com" 854 }, 855 { 856 "name": "Tony Butler", 857 "email": "[email protected]", 858 "homepage": "https://www.nullivex.com" 859 } 860 ], 861 "description": "Array2XML conversion library credit to lalit.org", 862 "homepage": "https://www.nullivex.com", 863 "keywords": [ 864 "array", 865 "array conversion", 866 "xml", 867 "xml conversion" 868 ], 869 "support": { 870 "issues": "https://github.com/nullivex/lib-array2xml/issues", 871 "source": "https://github.com/nullivex/lib-array2xml/tree/master" 872 }, 873 "time": "2019-03-29T20:06:56+00:00" 821 "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4" 822 }, 823 "time": "2024-09-29T15:01:53+00:00" 874 824 }, 875 825 { 876 826 "name": "overtrue/phplint", 877 "version": " 3.0.6",827 "version": "9.5.6", 878 828 "source": { 879 829 "type": "git", 880 830 "url": "https://github.com/overtrue/phplint.git", 881 "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241" 882 }, 883 "dist": { 884 "type": "zip", 885 "url": "https://api.github.com/repos/overtrue/phplint/zipball/b4212c2c65bf50f6c823ab8e7c13c9ead9433241", 886 "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241", 887 "shasum": "" 888 }, 889 "require": { 831 "reference": "3fdc395a816d1401091062c7a3bfb31252aed6c5" 832 }, 833 "dist": { 834 "type": "zip", 835 "url": "https://api.github.com/repos/overtrue/phplint/zipball/3fdc395a816d1401091062c7a3bfb31252aed6c5", 836 "reference": "3fdc395a816d1401091062c7a3bfb31252aed6c5", 837 "shasum": "" 838 }, 839 "require": { 840 "composer-runtime-api": "^2.0", 841 "ext-dom": "*", 890 842 "ext-json": "*", 891 "n98/junit-xml": "1.1.0", 892 "php": ">=5.5.9", 893 "symfony/console": "^3.2|^4.0|^5.0", 894 "symfony/finder": "^3.0|^4.0|^5.0", 895 "symfony/process": "^3.3|^4.0|^5.0", 896 "symfony/yaml": "^3.0|^4.0|^5.0" 843 "ext-mbstring": "*", 844 "php": "^8.1", 845 "symfony/cache": "^6.4 || ^7.0", 846 "symfony/console": "^6.4 || ^7.0", 847 "symfony/event-dispatcher": "^6.4 || ^7.0", 848 "symfony/finder": "^6.4 || ^7.0", 849 "symfony/options-resolver": "^6.4 || ^7.0", 850 "symfony/process": "^6.4 || ^7.0", 851 "symfony/yaml": "^6.4 || ^7.0" 897 852 }, 898 853 "require-dev": { 899 "brainmaestro/composer-git-hooks": "^2.7", 900 "friendsofphp/php-cs-fixer": "^2.16", 901 "jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4" 854 "bamarni/composer-bin-plugin": "^1.4", 855 "brainmaestro/composer-git-hooks": "^3.0.0", 856 "jetbrains/phpstorm-stubs": "^2024.1", 857 "php-parallel-lint/php-console-highlighter": "^1.0" 902 858 }, 903 859 "bin": [ … … 908 864 "hooks": { 909 865 "pre-commit": [ 910 "composer fix-style" 911 ], 912 "pre-push": [ 913 "composer check-style" 866 "composer style:fix", 867 "composer code:check" 914 868 ] 869 }, 870 "bamarni-bin": { 871 "bin-links": true, 872 "forward-command": true, 873 "target-directory": "vendor-bin" 874 }, 875 "branch-alias": { 876 "dev-main": "9.5.x-dev" 915 877 } 916 878 }, … … 928 890 "name": "overtrue", 929 891 "email": "[email protected]" 892 }, 893 { 894 "name": "Laurent Laville", 895 "homepage": "https://github.com/llaville" 930 896 } 931 897 ], … … 935 901 "lint", 936 902 "phplint", 903 "static analysis", 937 904 "syntax" 938 905 ], 939 906 "support": { 940 907 "issues": "https://github.com/overtrue/phplint/issues", 941 "source": "https://github.com/overtrue/phplint/tree/ 3.0.6"908 "source": "https://github.com/overtrue/phplint/tree/9.5.6" 942 909 }, 943 910 "funding": [ … … 947 914 } 948 915 ], 949 "time": "202 1-11-30T15:45:02+00:00"916 "time": "2025-01-15T05:41:15+00:00" 950 917 }, 951 918 { … … 1013 980 { 1014 981 "name": "phpcompatibility/phpcompatibility-paragonie", 1015 "version": "1.3. 1",982 "version": "1.3.3", 1016 983 "source": { 1017 984 "type": "git", 1018 985 "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", 1019 "reference": " ddabec839cc003651f2ce695c938686d1086cf43"1020 }, 1021 "dist": { 1022 "type": "zip", 1023 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ ddabec839cc003651f2ce695c938686d1086cf43",1024 "reference": " ddabec839cc003651f2ce695c938686d1086cf43",986 "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac" 987 }, 988 "dist": { 989 "type": "zip", 990 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/293975b465e0e709b571cbf0c957c6c0a7b9a2ac", 991 "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac", 1025 992 "shasum": "" 1026 993 }, … … 1029 996 }, 1030 997 "require-dev": { 1031 "dealerdirect/phpcodesniffer-composer-installer": "^ 0.7",998 "dealerdirect/phpcodesniffer-composer-installer": "^1.0", 1032 999 "paragonie/random_compat": "dev-master", 1033 1000 "paragonie/sodium_compat": "dev-master" 1034 1001 }, 1035 1002 "suggest": { 1036 "dealerdirect/phpcodesniffer-composer-installer": "^ 0.7|| This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",1003 "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", 1037 1004 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." 1038 1005 }, … … 1059 1026 "phpcs", 1060 1027 "polyfill", 1061 "standards" 1028 "standards", 1029 "static analysis" 1062 1030 ], 1063 1031 "support": { 1064 1032 "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues", 1033 "security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy", 1065 1034 "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie" 1066 1035 }, 1067 "time": "2021-02-15T10:24:51+00:00" 1036 "funding": [ 1037 { 1038 "url": "https://github.com/PHPCompatibility", 1039 "type": "github" 1040 }, 1041 { 1042 "url": "https://github.com/jrfnl", 1043 "type": "github" 1044 }, 1045 { 1046 "url": "https://opencollective.com/php_codesniffer", 1047 "type": "open_collective" 1048 } 1049 ], 1050 "time": "2024-04-24T21:30:46+00:00" 1068 1051 }, 1069 1052 { 1070 1053 "name": "phpcompatibility/phpcompatibility-wp", 1071 "version": "2.1. 3",1054 "version": "2.1.0", 1072 1055 "source": { 1073 1056 "type": "git", 1074 1057 "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", 1075 "reference": " d55de55f88697b9cdb94bccf04f14eb3b11cf308"1076 }, 1077 "dist": { 1078 "type": "zip", 1079 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/ d55de55f88697b9cdb94bccf04f14eb3b11cf308",1080 "reference": " d55de55f88697b9cdb94bccf04f14eb3b11cf308",1058 "reference": "41bef18ba688af638b7310666db28e1ea9158b2f" 1059 }, 1060 "dist": { 1061 "type": "zip", 1062 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f", 1063 "reference": "41bef18ba688af638b7310666db28e1ea9158b2f", 1081 1064 "shasum": "" 1082 1065 }, … … 1086 1069 }, 1087 1070 "require-dev": { 1088 "dealerdirect/phpcodesniffer-composer-installer": "^0. 7"1071 "dealerdirect/phpcodesniffer-composer-installer": "^0.5" 1089 1072 }, 1090 1073 "suggest": { 1091 "dealerdirect/phpcodesniffer-composer-installer": "^0. 7|| This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",1074 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", 1092 1075 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." 1093 1076 }, … … 1119 1102 "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP" 1120 1103 }, 1121 "time": "2021-12-30T16:37:40+00:00" 1104 "time": "2019-08-28T14:22:28+00:00" 1105 }, 1106 { 1107 "name": "phpcsstandards/phpcsextra", 1108 "version": "1.2.1", 1109 "source": { 1110 "type": "git", 1111 "url": "https://github.com/PHPCSStandards/PHPCSExtra.git", 1112 "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489" 1113 }, 1114 "dist": { 1115 "type": "zip", 1116 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489", 1117 "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489", 1118 "shasum": "" 1119 }, 1120 "require": { 1121 "php": ">=5.4", 1122 "phpcsstandards/phpcsutils": "^1.0.9", 1123 "squizlabs/php_codesniffer": "^3.8.0" 1124 }, 1125 "require-dev": { 1126 "php-parallel-lint/php-console-highlighter": "^1.0", 1127 "php-parallel-lint/php-parallel-lint": "^1.3.2", 1128 "phpcsstandards/phpcsdevcs": "^1.1.6", 1129 "phpcsstandards/phpcsdevtools": "^1.2.1", 1130 "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" 1131 }, 1132 "type": "phpcodesniffer-standard", 1133 "extra": { 1134 "branch-alias": { 1135 "dev-stable": "1.x-dev", 1136 "dev-develop": "1.x-dev" 1137 } 1138 }, 1139 "notification-url": "https://packagist.org/downloads/", 1140 "license": [ 1141 "LGPL-3.0-or-later" 1142 ], 1143 "authors": [ 1144 { 1145 "name": "Juliette Reinders Folmer", 1146 "homepage": "https://github.com/jrfnl", 1147 "role": "lead" 1148 }, 1149 { 1150 "name": "Contributors", 1151 "homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors" 1152 } 1153 ], 1154 "description": "A collection of sniffs and standards for use with PHP_CodeSniffer.", 1155 "keywords": [ 1156 "PHP_CodeSniffer", 1157 "phpcbf", 1158 "phpcodesniffer-standard", 1159 "phpcs", 1160 "standards", 1161 "static analysis" 1162 ], 1163 "support": { 1164 "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues", 1165 "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy", 1166 "source": "https://github.com/PHPCSStandards/PHPCSExtra" 1167 }, 1168 "funding": [ 1169 { 1170 "url": "https://github.com/PHPCSStandards", 1171 "type": "github" 1172 }, 1173 { 1174 "url": "https://github.com/jrfnl", 1175 "type": "github" 1176 }, 1177 { 1178 "url": "https://opencollective.com/php_codesniffer", 1179 "type": "open_collective" 1180 } 1181 ], 1182 "time": "2023-12-08T16:49:07+00:00" 1183 }, 1184 { 1185 "name": "phpcsstandards/phpcsutils", 1186 "version": "1.0.12", 1187 "source": { 1188 "type": "git", 1189 "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", 1190 "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c" 1191 }, 1192 "dist": { 1193 "type": "zip", 1194 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c", 1195 "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c", 1196 "shasum": "" 1197 }, 1198 "require": { 1199 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0", 1200 "php": ">=5.4", 1201 "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev" 1202 }, 1203 "require-dev": { 1204 "ext-filter": "*", 1205 "php-parallel-lint/php-console-highlighter": "^1.0", 1206 "php-parallel-lint/php-parallel-lint": "^1.3.2", 1207 "phpcsstandards/phpcsdevcs": "^1.1.6", 1208 "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0" 1209 }, 1210 "type": "phpcodesniffer-standard", 1211 "extra": { 1212 "branch-alias": { 1213 "dev-stable": "1.x-dev", 1214 "dev-develop": "1.x-dev" 1215 } 1216 }, 1217 "autoload": { 1218 "classmap": [ 1219 "PHPCSUtils/" 1220 ] 1221 }, 1222 "notification-url": "https://packagist.org/downloads/", 1223 "license": [ 1224 "LGPL-3.0-or-later" 1225 ], 1226 "authors": [ 1227 { 1228 "name": "Juliette Reinders Folmer", 1229 "homepage": "https://github.com/jrfnl", 1230 "role": "lead" 1231 }, 1232 { 1233 "name": "Contributors", 1234 "homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors" 1235 } 1236 ], 1237 "description": "A suite of utility functions for use with PHP_CodeSniffer", 1238 "homepage": "https://phpcsutils.com/", 1239 "keywords": [ 1240 "PHP_CodeSniffer", 1241 "phpcbf", 1242 "phpcodesniffer-standard", 1243 "phpcs", 1244 "phpcs3", 1245 "standards", 1246 "static analysis", 1247 "tokens", 1248 "utility" 1249 ], 1250 "support": { 1251 "docs": "https://phpcsutils.com/", 1252 "issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues", 1253 "security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy", 1254 "source": "https://github.com/PHPCSStandards/PHPCSUtils" 1255 }, 1256 "funding": [ 1257 { 1258 "url": "https://github.com/PHPCSStandards", 1259 "type": "github" 1260 }, 1261 { 1262 "url": "https://github.com/jrfnl", 1263 "type": "github" 1264 }, 1265 { 1266 "url": "https://opencollective.com/php_codesniffer", 1267 "type": "open_collective" 1268 } 1269 ], 1270 "time": "2024-05-20T13:34:27+00:00" 1122 1271 }, 1123 1272 { … … 1176 1325 { 1177 1326 "name": "phpdocumentor/reflection-docblock", 1178 "version": "5. 3.0",1327 "version": "5.6.1", 1179 1328 "source": { 1180 1329 "type": "git", 1181 1330 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 1182 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" 1183 }, 1184 "dist": { 1185 "type": "zip", 1186 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", 1187 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", 1188 "shasum": "" 1189 }, 1190 "require": { 1331 "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8" 1332 }, 1333 "dist": { 1334 "type": "zip", 1335 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", 1336 "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", 1337 "shasum": "" 1338 }, 1339 "require": { 1340 "doctrine/deprecations": "^1.1", 1191 1341 "ext-filter": "*", 1192 "php": "^7. 2|| ^8.0",1342 "php": "^7.4 || ^8.0", 1193 1343 "phpdocumentor/reflection-common": "^2.2", 1194 "phpdocumentor/type-resolver": "^1.3", 1344 "phpdocumentor/type-resolver": "^1.7", 1345 "phpstan/phpdoc-parser": "^1.7|^2.0", 1195 1346 "webmozart/assert": "^1.9.1" 1196 1347 }, 1197 1348 "require-dev": { 1198 "mockery/mockery": "~1.3.2", 1199 "psalm/phar": "^4.8" 1349 "mockery/mockery": "~1.3.5 || ~1.6.0", 1350 "phpstan/extension-installer": "^1.1", 1351 "phpstan/phpstan": "^1.8", 1352 "phpstan/phpstan-mockery": "^1.1", 1353 "phpstan/phpstan-webmozart-assert": "^1.2", 1354 "phpunit/phpunit": "^9.5", 1355 "psalm/phar": "^5.26" 1200 1356 }, 1201 1357 "type": "library", … … 1221 1377 { 1222 1378 "name": "Jaap van Otterdijk", 1223 "email": " account@ijaap.nl"1379 "email": "opensource@ijaap.nl" 1224 1380 } 1225 1381 ], … … 1227 1383 "support": { 1228 1384 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 1229 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5. 3.0"1230 }, 1231 "time": "202 1-10-19T17:43:47+00:00"1385 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1" 1386 }, 1387 "time": "2024-12-07T09:39:29+00:00" 1232 1388 }, 1233 1389 { 1234 1390 "name": "phpdocumentor/type-resolver", 1235 "version": "1. 6.0",1391 "version": "1.10.0", 1236 1392 "source": { 1237 1393 "type": "git", 1238 1394 "url": "https://github.com/phpDocumentor/TypeResolver.git", 1239 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706" 1240 }, 1241 "dist": { 1242 "type": "zip", 1243 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706", 1244 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706", 1245 "shasum": "" 1246 }, 1247 "require": { 1248 "php": "^7.2 || ^8.0", 1249 "phpdocumentor/reflection-common": "^2.0" 1395 "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a" 1396 }, 1397 "dist": { 1398 "type": "zip", 1399 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a", 1400 "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a", 1401 "shasum": "" 1402 }, 1403 "require": { 1404 "doctrine/deprecations": "^1.0", 1405 "php": "^7.3 || ^8.0", 1406 "phpdocumentor/reflection-common": "^2.0", 1407 "phpstan/phpdoc-parser": "^1.18|^2.0" 1250 1408 }, 1251 1409 "require-dev": { 1252 1410 "ext-tokenizer": "*", 1253 "psalm/phar": "^4.8" 1411 "phpbench/phpbench": "^1.2", 1412 "phpstan/extension-installer": "^1.1", 1413 "phpstan/phpstan": "^1.8", 1414 "phpstan/phpstan-phpunit": "^1.1", 1415 "phpunit/phpunit": "^9.5", 1416 "rector/rector": "^0.13.9", 1417 "vimeo/psalm": "^4.25" 1254 1418 }, 1255 1419 "type": "library", … … 1277 1441 "support": { 1278 1442 "issues": "https://github.com/phpDocumentor/TypeResolver/issues", 1279 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0" 1280 }, 1281 "time": "2022-01-04T19:58:01+00:00" 1443 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0" 1444 }, 1445 "time": "2024-11-09T15:12:26+00:00" 1446 }, 1447 { 1448 "name": "phpstan/phpdoc-parser", 1449 "version": "2.1.0", 1450 "source": { 1451 "type": "git", 1452 "url": "https://github.com/phpstan/phpdoc-parser.git", 1453 "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" 1454 }, 1455 "dist": { 1456 "type": "zip", 1457 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", 1458 "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", 1459 "shasum": "" 1460 }, 1461 "require": { 1462 "php": "^7.4 || ^8.0" 1463 }, 1464 "require-dev": { 1465 "doctrine/annotations": "^2.0", 1466 "nikic/php-parser": "^5.3.0", 1467 "php-parallel-lint/php-parallel-lint": "^1.2", 1468 "phpstan/extension-installer": "^1.0", 1469 "phpstan/phpstan": "^2.0", 1470 "phpstan/phpstan-phpunit": "^2.0", 1471 "phpstan/phpstan-strict-rules": "^2.0", 1472 "phpunit/phpunit": "^9.6", 1473 "symfony/process": "^5.2" 1474 }, 1475 "type": "library", 1476 "autoload": { 1477 "psr-4": { 1478 "PHPStan\\PhpDocParser\\": [ 1479 "src/" 1480 ] 1481 } 1482 }, 1483 "notification-url": "https://packagist.org/downloads/", 1484 "license": [ 1485 "MIT" 1486 ], 1487 "description": "PHPDoc parser with support for nullable, intersection and generic types", 1488 "support": { 1489 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 1490 "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0" 1491 }, 1492 "time": "2025-02-19T13:28:12+00:00" 1493 }, 1494 { 1495 "name": "psr/cache", 1496 "version": "3.0.0", 1497 "source": { 1498 "type": "git", 1499 "url": "https://github.com/php-fig/cache.git", 1500 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" 1501 }, 1502 "dist": { 1503 "type": "zip", 1504 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 1505 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 1506 "shasum": "" 1507 }, 1508 "require": { 1509 "php": ">=8.0.0" 1510 }, 1511 "type": "library", 1512 "extra": { 1513 "branch-alias": { 1514 "dev-master": "1.0.x-dev" 1515 } 1516 }, 1517 "autoload": { 1518 "psr-4": { 1519 "Psr\\Cache\\": "src/" 1520 } 1521 }, 1522 "notification-url": "https://packagist.org/downloads/", 1523 "license": [ 1524 "MIT" 1525 ], 1526 "authors": [ 1527 { 1528 "name": "PHP-FIG", 1529 "homepage": "https://www.php-fig.org/" 1530 } 1531 ], 1532 "description": "Common interface for caching libraries", 1533 "keywords": [ 1534 "cache", 1535 "psr", 1536 "psr-6" 1537 ], 1538 "support": { 1539 "source": "https://github.com/php-fig/cache/tree/3.0.0" 1540 }, 1541 "time": "2021-02-03T23:26:27+00:00" 1282 1542 }, 1283 1543 { 1284 1544 "name": "psr/container", 1285 "version": " 1.1.2",1545 "version": "2.0.2", 1286 1546 "source": { 1287 1547 "type": "git", 1288 1548 "url": "https://github.com/php-fig/container.git", 1289 "reference": " 513e0666f7216c7459170d56df27dfcefe1689ea"1290 }, 1291 "dist": { 1292 "type": "zip", 1293 "url": "https://api.github.com/repos/php-fig/container/zipball/ 513e0666f7216c7459170d56df27dfcefe1689ea",1294 "reference": " 513e0666f7216c7459170d56df27dfcefe1689ea",1549 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" 1550 }, 1551 "dist": { 1552 "type": "zip", 1553 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", 1554 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", 1295 1555 "shasum": "" 1296 1556 }, … … 1299 1559 }, 1300 1560 "type": "library", 1561 "extra": { 1562 "branch-alias": { 1563 "dev-master": "2.0.x-dev" 1564 } 1565 }, 1301 1566 "autoload": { 1302 1567 "psr-4": { … … 1325 1590 "support": { 1326 1591 "issues": "https://github.com/php-fig/container/issues", 1327 "source": "https://github.com/php-fig/container/tree/ 1.1.2"1328 }, 1329 "time": "2021-11-05T16: 50:12+00:00"1330 }, 1331 { 1332 "name": "psr/ log",1333 "version": "1. 1.4",1334 "source": { 1335 "type": "git", 1336 "url": "https://github.com/php-fig/ log.git",1337 "reference": "d 49695b909c3b7628b6289db5479a1c204601f11"1338 }, 1339 "dist": { 1340 "type": "zip", 1341 "url": "https://api.github.com/repos/php-fig/ log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",1342 "reference": "d 49695b909c3b7628b6289db5479a1c204601f11",1343 "shasum": "" 1344 }, 1345 "require": { 1346 "php": ">= 5.3.0"1592 "source": "https://github.com/php-fig/container/tree/2.0.2" 1593 }, 1594 "time": "2021-11-05T16:47:00+00:00" 1595 }, 1596 { 1597 "name": "psr/event-dispatcher", 1598 "version": "1.0.0", 1599 "source": { 1600 "type": "git", 1601 "url": "https://github.com/php-fig/event-dispatcher.git", 1602 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 1603 }, 1604 "dist": { 1605 "type": "zip", 1606 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 1607 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 1608 "shasum": "" 1609 }, 1610 "require": { 1611 "php": ">=7.2.0" 1347 1612 }, 1348 1613 "type": "library", 1349 1614 "extra": { 1350 1615 "branch-alias": { 1351 "dev-master": "1.1.x-dev" 1352 } 1353 }, 1354 "autoload": { 1355 "psr-4": { 1356 "Psr\\Log\\": "Psr/Log/" 1616 "dev-master": "1.0.x-dev" 1617 } 1618 }, 1619 "autoload": { 1620 "psr-4": { 1621 "Psr\\EventDispatcher\\": "src/" 1622 } 1623 }, 1624 "notification-url": "https://packagist.org/downloads/", 1625 "license": [ 1626 "MIT" 1627 ], 1628 "authors": [ 1629 { 1630 "name": "PHP-FIG", 1631 "homepage": "http://www.php-fig.org/" 1632 } 1633 ], 1634 "description": "Standard interfaces for event handling.", 1635 "keywords": [ 1636 "events", 1637 "psr", 1638 "psr-14" 1639 ], 1640 "support": { 1641 "issues": "https://github.com/php-fig/event-dispatcher/issues", 1642 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 1643 }, 1644 "time": "2019-01-08T18:20:26+00:00" 1645 }, 1646 { 1647 "name": "psr/log", 1648 "version": "3.0.2", 1649 "source": { 1650 "type": "git", 1651 "url": "https://github.com/php-fig/log.git", 1652 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" 1653 }, 1654 "dist": { 1655 "type": "zip", 1656 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 1657 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 1658 "shasum": "" 1659 }, 1660 "require": { 1661 "php": ">=8.0.0" 1662 }, 1663 "type": "library", 1664 "extra": { 1665 "branch-alias": { 1666 "dev-master": "3.x-dev" 1667 } 1668 }, 1669 "autoload": { 1670 "psr-4": { 1671 "Psr\\Log\\": "src" 1357 1672 } 1358 1673 }, … … 1375 1690 ], 1376 1691 "support": { 1377 "source": "https://github.com/php-fig/log/tree/ 1.1.4"1378 }, 1379 "time": "202 1-05-03T11:20:27+00:00"1692 "source": "https://github.com/php-fig/log/tree/3.0.2" 1693 }, 1694 "time": "2024-09-11T13:17:53+00:00" 1380 1695 }, 1381 1696 { 1382 1697 "name": "sebastian/diff", 1383 "version": " 4.0.4",1698 "version": "5.1.1", 1384 1699 "source": { 1385 1700 "type": "git", 1386 1701 "url": "https://github.com/sebastianbergmann/diff.git", 1387 "reference": " 3461e3fccc7cfdfc2720be910d3bd73c69be590d"1388 }, 1389 "dist": { 1390 "type": "zip", 1391 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ 3461e3fccc7cfdfc2720be910d3bd73c69be590d",1392 "reference": " 3461e3fccc7cfdfc2720be910d3bd73c69be590d",1393 "shasum": "" 1394 }, 1395 "require": { 1396 "php": ">= 7.3"1702 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e" 1703 }, 1704 "dist": { 1705 "type": "zip", 1706 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e", 1707 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e", 1708 "shasum": "" 1709 }, 1710 "require": { 1711 "php": ">=8.1" 1397 1712 }, 1398 1713 "require-dev": { 1399 "phpunit/phpunit": "^ 9.3",1400 "symfony/process": "^ 4.2 || ^5"1714 "phpunit/phpunit": "^10.0", 1715 "symfony/process": "^6.4" 1401 1716 }, 1402 1717 "type": "library", 1403 1718 "extra": { 1404 1719 "branch-alias": { 1405 "dev-ma ster": "4.0-dev"1720 "dev-main": "5.1-dev" 1406 1721 } 1407 1722 }, … … 1435 1750 "support": { 1436 1751 "issues": "https://github.com/sebastianbergmann/diff/issues", 1437 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" 1752 "security": "https://github.com/sebastianbergmann/diff/security/policy", 1753 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1" 1438 1754 }, 1439 1755 "funding": [ … … 1443 1759 } 1444 1760 ], 1445 "time": "2020-10-26T13:10:38+00:00" 1761 "time": "2024-03-02T07:15:17+00:00" 1762 }, 1763 { 1764 "name": "spatie/array-to-xml", 1765 "version": "3.4.0", 1766 "source": { 1767 "type": "git", 1768 "url": "https://github.com/spatie/array-to-xml.git", 1769 "reference": "7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67" 1770 }, 1771 "dist": { 1772 "type": "zip", 1773 "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67", 1774 "reference": "7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67", 1775 "shasum": "" 1776 }, 1777 "require": { 1778 "ext-dom": "*", 1779 "php": "^8.0" 1780 }, 1781 "require-dev": { 1782 "mockery/mockery": "^1.2", 1783 "pestphp/pest": "^1.21", 1784 "spatie/pest-plugin-snapshots": "^1.1" 1785 }, 1786 "type": "library", 1787 "extra": { 1788 "branch-alias": { 1789 "dev-main": "3.x-dev" 1790 } 1791 }, 1792 "autoload": { 1793 "psr-4": { 1794 "Spatie\\ArrayToXml\\": "src" 1795 } 1796 }, 1797 "notification-url": "https://packagist.org/downloads/", 1798 "license": [ 1799 "MIT" 1800 ], 1801 "authors": [ 1802 { 1803 "name": "Freek Van der Herten", 1804 "email": "[email protected]", 1805 "homepage": "https://freek.dev", 1806 "role": "Developer" 1807 } 1808 ], 1809 "description": "Convert an array to xml", 1810 "homepage": "https://github.com/spatie/array-to-xml", 1811 "keywords": [ 1812 "array", 1813 "convert", 1814 "xml" 1815 ], 1816 "support": { 1817 "source": "https://github.com/spatie/array-to-xml/tree/3.4.0" 1818 }, 1819 "funding": [ 1820 { 1821 "url": "https://spatie.be/open-source/support-us", 1822 "type": "custom" 1823 }, 1824 { 1825 "url": "https://github.com/spatie", 1826 "type": "github" 1827 } 1828 ], 1829 "time": "2024-12-16T12:45:15+00:00" 1446 1830 }, 1447 1831 { 1448 1832 "name": "squizlabs/php_codesniffer", 1449 "version": "3. 6.2",1450 "source": { 1451 "type": "git", 1452 "url": "https://github.com/ squizlabs/PHP_CodeSniffer.git",1453 "reference": " 5e4e71592f69da17871dba6e80dd51bce74a351a"1454 }, 1455 "dist": { 1456 "type": "zip", 1457 "url": "https://api.github.com/repos/ squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",1458 "reference": " 5e4e71592f69da17871dba6e80dd51bce74a351a",1833 "version": "3.12.0", 1834 "source": { 1835 "type": "git", 1836 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 1837 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630" 1838 }, 1839 "dist": { 1840 "type": "zip", 1841 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/2d1b63db139c3c6ea0c927698e5160f8b3b8d630", 1842 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630", 1459 1843 "shasum": "" 1460 1844 }, … … 1466 1850 }, 1467 1851 "require-dev": { 1468 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 "1852 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 1469 1853 }, 1470 1854 "bin": [ 1471 "bin/phpc s",1472 "bin/phpc bf"1855 "bin/phpcbf", 1856 "bin/phpcs" 1473 1857 ], 1474 1858 "type": "library", … … 1485 1869 { 1486 1870 "name": "Greg Sherwood", 1487 "role": "lead" 1871 "role": "Former lead" 1872 }, 1873 { 1874 "name": "Juliette Reinders Folmer", 1875 "role": "Current lead" 1876 }, 1877 { 1878 "name": "Contributors", 1879 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" 1488 1880 } 1489 1881 ], 1490 1882 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 1491 "homepage": "https://github.com/ squizlabs/PHP_CodeSniffer",1883 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 1492 1884 "keywords": [ 1493 1885 "phpcs", 1494 "standards" 1495 ], 1496 "support": { 1497 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", 1498 "source": "https://github.com/squizlabs/PHP_CodeSniffer", 1499 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 1500 }, 1501 "time": "2021-12-12T21:44:58+00:00" 1502 }, 1503 { 1504 "name": "symfony/console", 1505 "version": "v5.4.2", 1506 "source": { 1507 "type": "git", 1508 "url": "https://github.com/symfony/console.git", 1509 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e" 1510 }, 1511 "dist": { 1512 "type": "zip", 1513 "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e", 1514 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e", 1515 "shasum": "" 1516 }, 1517 "require": { 1518 "php": ">=7.2.5", 1519 "symfony/deprecation-contracts": "^2.1|^3", 1520 "symfony/polyfill-mbstring": "~1.0", 1521 "symfony/polyfill-php73": "^1.9", 1522 "symfony/polyfill-php80": "^1.16", 1523 "symfony/service-contracts": "^1.1|^2|^3", 1524 "symfony/string": "^5.1|^6.0" 1886 "standards", 1887 "static analysis" 1888 ], 1889 "support": { 1890 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", 1891 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", 1892 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 1893 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" 1894 }, 1895 "funding": [ 1896 { 1897 "url": "https://github.com/PHPCSStandards", 1898 "type": "github" 1899 }, 1900 { 1901 "url": "https://github.com/jrfnl", 1902 "type": "github" 1903 }, 1904 { 1905 "url": "https://opencollective.com/php_codesniffer", 1906 "type": "open_collective" 1907 }, 1908 { 1909 "url": "https://thanks.dev/u/gh/phpcsstandards", 1910 "type": "thanks_dev" 1911 } 1912 ], 1913 "time": "2025-03-18T05:04:51+00:00" 1914 }, 1915 { 1916 "name": "symfony/cache", 1917 "version": "v7.2.4", 1918 "source": { 1919 "type": "git", 1920 "url": "https://github.com/symfony/cache.git", 1921 "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7" 1922 }, 1923 "dist": { 1924 "type": "zip", 1925 "url": "https://api.github.com/repos/symfony/cache/zipball/d33cd9e14326e14a4145c21e600602eaf17cc9e7", 1926 "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7", 1927 "shasum": "" 1928 }, 1929 "require": { 1930 "php": ">=8.2", 1931 "psr/cache": "^2.0|^3.0", 1932 "psr/log": "^1.1|^2|^3", 1933 "symfony/cache-contracts": "^2.5|^3", 1934 "symfony/deprecation-contracts": "^2.5|^3.0", 1935 "symfony/service-contracts": "^2.5|^3", 1936 "symfony/var-exporter": "^6.4|^7.0" 1525 1937 }, 1526 1938 "conflict": { 1527 "psr/log": ">=3", 1528 "symfony/dependency-injection": "<4.4", 1529 "symfony/dotenv": "<5.1", 1530 "symfony/event-dispatcher": "<4.4", 1531 "symfony/lock": "<4.4", 1532 "symfony/process": "<4.4" 1939 "doctrine/dbal": "<3.6", 1940 "symfony/dependency-injection": "<6.4", 1941 "symfony/http-kernel": "<6.4", 1942 "symfony/var-dumper": "<6.4" 1533 1943 }, 1534 1944 "provide": { 1535 "psr/log-implementation": "1.0|2.0" 1945 "psr/cache-implementation": "2.0|3.0", 1946 "psr/simple-cache-implementation": "1.0|2.0|3.0", 1947 "symfony/cache-implementation": "1.1|2.0|3.0" 1536 1948 }, 1537 1949 "require-dev": { 1538 "psr/log": "^1|^2", 1539 "symfony/config": "^4.4|^5.0|^6.0", 1540 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 1541 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 1542 "symfony/lock": "^4.4|^5.0|^6.0", 1543 "symfony/process": "^4.4|^5.0|^6.0", 1544 "symfony/var-dumper": "^4.4|^5.0|^6.0" 1545 }, 1546 "suggest": { 1547 "psr/log": "For using the console logger", 1548 "symfony/event-dispatcher": "", 1549 "symfony/lock": "", 1550 "symfony/process": "" 1551 }, 1552 "type": "library", 1553 "autoload": { 1554 "psr-4": { 1555 "Symfony\\Component\\Console\\": "" 1556 }, 1950 "cache/integration-tests": "dev-master", 1951 "doctrine/dbal": "^3.6|^4", 1952 "predis/predis": "^1.1|^2.0", 1953 "psr/simple-cache": "^1.0|^2.0|^3.0", 1954 "symfony/clock": "^6.4|^7.0", 1955 "symfony/config": "^6.4|^7.0", 1956 "symfony/dependency-injection": "^6.4|^7.0", 1957 "symfony/filesystem": "^6.4|^7.0", 1958 "symfony/http-kernel": "^6.4|^7.0", 1959 "symfony/messenger": "^6.4|^7.0", 1960 "symfony/var-dumper": "^6.4|^7.0" 1961 }, 1962 "type": "library", 1963 "autoload": { 1964 "psr-4": { 1965 "Symfony\\Component\\Cache\\": "" 1966 }, 1967 "classmap": [ 1968 "Traits/ValueWrapper.php" 1969 ], 1557 1970 "exclude-from-classmap": [ 1558 1971 "/Tests/" … … 1565 1978 "authors": [ 1566 1979 { 1980 "name": "Nicolas Grekas", 1981 "email": "[email protected]" 1982 }, 1983 { 1984 "name": "Symfony Community", 1985 "homepage": "https://symfony.com/contributors" 1986 } 1987 ], 1988 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", 1989 "homepage": "https://symfony.com", 1990 "keywords": [ 1991 "caching", 1992 "psr6" 1993 ], 1994 "support": { 1995 "source": "https://github.com/symfony/cache/tree/v7.2.4" 1996 }, 1997 "funding": [ 1998 { 1999 "url": "https://symfony.com/sponsor", 2000 "type": "custom" 2001 }, 2002 { 2003 "url": "https://github.com/fabpot", 2004 "type": "github" 2005 }, 2006 { 2007 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2008 "type": "tidelift" 2009 } 2010 ], 2011 "time": "2025-02-26T09:57:54+00:00" 2012 }, 2013 { 2014 "name": "symfony/cache-contracts", 2015 "version": "v3.5.1", 2016 "source": { 2017 "type": "git", 2018 "url": "https://github.com/symfony/cache-contracts.git", 2019 "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b" 2020 }, 2021 "dist": { 2022 "type": "zip", 2023 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", 2024 "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b", 2025 "shasum": "" 2026 }, 2027 "require": { 2028 "php": ">=8.1", 2029 "psr/cache": "^3.0" 2030 }, 2031 "type": "library", 2032 "extra": { 2033 "thanks": { 2034 "url": "https://github.com/symfony/contracts", 2035 "name": "symfony/contracts" 2036 }, 2037 "branch-alias": { 2038 "dev-main": "3.5-dev" 2039 } 2040 }, 2041 "autoload": { 2042 "psr-4": { 2043 "Symfony\\Contracts\\Cache\\": "" 2044 } 2045 }, 2046 "notification-url": "https://packagist.org/downloads/", 2047 "license": [ 2048 "MIT" 2049 ], 2050 "authors": [ 2051 { 2052 "name": "Nicolas Grekas", 2053 "email": "[email protected]" 2054 }, 2055 { 2056 "name": "Symfony Community", 2057 "homepage": "https://symfony.com/contributors" 2058 } 2059 ], 2060 "description": "Generic abstractions related to caching", 2061 "homepage": "https://symfony.com", 2062 "keywords": [ 2063 "abstractions", 2064 "contracts", 2065 "decoupling", 2066 "interfaces", 2067 "interoperability", 2068 "standards" 2069 ], 2070 "support": { 2071 "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1" 2072 }, 2073 "funding": [ 2074 { 2075 "url": "https://symfony.com/sponsor", 2076 "type": "custom" 2077 }, 2078 { 2079 "url": "https://github.com/fabpot", 2080 "type": "github" 2081 }, 2082 { 2083 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2084 "type": "tidelift" 2085 } 2086 ], 2087 "time": "2024-09-25T14:20:29+00:00" 2088 }, 2089 { 2090 "name": "symfony/console", 2091 "version": "v6.4.17", 2092 "source": { 2093 "type": "git", 2094 "url": "https://github.com/symfony/console.git", 2095 "reference": "799445db3f15768ecc382ac5699e6da0520a0a04" 2096 }, 2097 "dist": { 2098 "type": "zip", 2099 "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04", 2100 "reference": "799445db3f15768ecc382ac5699e6da0520a0a04", 2101 "shasum": "" 2102 }, 2103 "require": { 2104 "php": ">=8.1", 2105 "symfony/deprecation-contracts": "^2.5|^3", 2106 "symfony/polyfill-mbstring": "~1.0", 2107 "symfony/service-contracts": "^2.5|^3", 2108 "symfony/string": "^5.4|^6.0|^7.0" 2109 }, 2110 "conflict": { 2111 "symfony/dependency-injection": "<5.4", 2112 "symfony/dotenv": "<5.4", 2113 "symfony/event-dispatcher": "<5.4", 2114 "symfony/lock": "<5.4", 2115 "symfony/process": "<5.4" 2116 }, 2117 "provide": { 2118 "psr/log-implementation": "1.0|2.0|3.0" 2119 }, 2120 "require-dev": { 2121 "psr/log": "^1|^2|^3", 2122 "symfony/config": "^5.4|^6.0|^7.0", 2123 "symfony/dependency-injection": "^5.4|^6.0|^7.0", 2124 "symfony/event-dispatcher": "^5.4|^6.0|^7.0", 2125 "symfony/http-foundation": "^6.4|^7.0", 2126 "symfony/http-kernel": "^6.4|^7.0", 2127 "symfony/lock": "^5.4|^6.0|^7.0", 2128 "symfony/messenger": "^5.4|^6.0|^7.0", 2129 "symfony/process": "^5.4|^6.0|^7.0", 2130 "symfony/stopwatch": "^5.4|^6.0|^7.0", 2131 "symfony/var-dumper": "^5.4|^6.0|^7.0" 2132 }, 2133 "type": "library", 2134 "autoload": { 2135 "psr-4": { 2136 "Symfony\\Component\\Console\\": "" 2137 }, 2138 "exclude-from-classmap": [ 2139 "/Tests/" 2140 ] 2141 }, 2142 "notification-url": "https://packagist.org/downloads/", 2143 "license": [ 2144 "MIT" 2145 ], 2146 "authors": [ 2147 { 1567 2148 "name": "Fabien Potencier", 1568 2149 "email": "[email protected]" … … 1577 2158 "keywords": [ 1578 2159 "cli", 1579 "command line",2160 "command-line", 1580 2161 "console", 1581 2162 "terminal" 1582 2163 ], 1583 2164 "support": { 1584 "source": "https://github.com/symfony/console/tree/v 5.4.2"2165 "source": "https://github.com/symfony/console/tree/v6.4.17" 1585 2166 }, 1586 2167 "funding": [ … … 1598 2179 } 1599 2180 ], 1600 "time": "202 1-12-20T16:11:12+00:00"2181 "time": "2024-12-07T12:07:30+00:00" 1601 2182 }, 1602 2183 { 1603 2184 "name": "symfony/deprecation-contracts", 1604 "version": "v 2.5.0",2185 "version": "v3.5.1", 1605 2186 "source": { 1606 2187 "type": "git", 1607 2188 "url": "https://github.com/symfony/deprecation-contracts.git", 1608 "reference": " 6f981ee24cf69ee7ce9736146d1c57c2780598a8"1609 }, 1610 "dist": { 1611 "type": "zip", 1612 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ 6f981ee24cf69ee7ce9736146d1c57c2780598a8",1613 "reference": " 6f981ee24cf69ee7ce9736146d1c57c2780598a8",1614 "shasum": "" 1615 }, 1616 "require": { 1617 "php": ">= 7.1"2189 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" 2190 }, 2191 "dist": { 2192 "type": "zip", 2193 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", 2194 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", 2195 "shasum": "" 2196 }, 2197 "require": { 2198 "php": ">=8.1" 1618 2199 }, 1619 2200 "type": "library", 1620 2201 "extra": { 2202 "thanks": { 2203 "url": "https://github.com/symfony/contracts", 2204 "name": "symfony/contracts" 2205 }, 1621 2206 "branch-alias": { 1622 "dev-main": "2.5-dev" 1623 }, 1624 "thanks": { 1625 "name": "symfony/contracts", 1626 "url": "https://github.com/symfony/contracts" 2207 "dev-main": "3.5-dev" 1627 2208 } 1628 2209 }, … … 1649 2230 "homepage": "https://symfony.com", 1650 2231 "support": { 1651 "source": "https://github.com/symfony/deprecation-contracts/tree/v 2.5.0"2232 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" 1652 2233 }, 1653 2234 "funding": [ … … 1665 2246 } 1666 2247 ], 1667 "time": "2021-07-12T14:48:14+00:00" 1668 }, 1669 { 1670 "name": "symfony/finder", 1671 "version": "v5.4.2", 1672 "source": { 1673 "type": "git", 1674 "url": "https://github.com/symfony/finder.git", 1675 "reference": "e77046c252be48c48a40816187ed527703c8f76c" 1676 }, 1677 "dist": { 1678 "type": "zip", 1679 "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c", 1680 "reference": "e77046c252be48c48a40816187ed527703c8f76c", 1681 "shasum": "" 1682 }, 1683 "require": { 1684 "php": ">=7.2.5", 1685 "symfony/deprecation-contracts": "^2.1|^3", 1686 "symfony/polyfill-php80": "^1.16" 1687 }, 1688 "type": "library", 1689 "autoload": { 1690 "psr-4": { 1691 "Symfony\\Component\\Finder\\": "" 2248 "time": "2024-09-25T14:20:29+00:00" 2249 }, 2250 { 2251 "name": "symfony/event-dispatcher", 2252 "version": "v7.2.0", 2253 "source": { 2254 "type": "git", 2255 "url": "https://github.com/symfony/event-dispatcher.git", 2256 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1" 2257 }, 2258 "dist": { 2259 "type": "zip", 2260 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1", 2261 "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1", 2262 "shasum": "" 2263 }, 2264 "require": { 2265 "php": ">=8.2", 2266 "symfony/event-dispatcher-contracts": "^2.5|^3" 2267 }, 2268 "conflict": { 2269 "symfony/dependency-injection": "<6.4", 2270 "symfony/service-contracts": "<2.5" 2271 }, 2272 "provide": { 2273 "psr/event-dispatcher-implementation": "1.0", 2274 "symfony/event-dispatcher-implementation": "2.0|3.0" 2275 }, 2276 "require-dev": { 2277 "psr/log": "^1|^2|^3", 2278 "symfony/config": "^6.4|^7.0", 2279 "symfony/dependency-injection": "^6.4|^7.0", 2280 "symfony/error-handler": "^6.4|^7.0", 2281 "symfony/expression-language": "^6.4|^7.0", 2282 "symfony/http-foundation": "^6.4|^7.0", 2283 "symfony/service-contracts": "^2.5|^3", 2284 "symfony/stopwatch": "^6.4|^7.0" 2285 }, 2286 "type": "library", 2287 "autoload": { 2288 "psr-4": { 2289 "Symfony\\Component\\EventDispatcher\\": "" 1692 2290 }, 1693 2291 "exclude-from-classmap": [ … … 1709 2307 } 1710 2308 ], 2309 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 2310 "homepage": "https://symfony.com", 2311 "support": { 2312 "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0" 2313 }, 2314 "funding": [ 2315 { 2316 "url": "https://symfony.com/sponsor", 2317 "type": "custom" 2318 }, 2319 { 2320 "url": "https://github.com/fabpot", 2321 "type": "github" 2322 }, 2323 { 2324 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2325 "type": "tidelift" 2326 } 2327 ], 2328 "time": "2024-09-25T14:21:43+00:00" 2329 }, 2330 { 2331 "name": "symfony/event-dispatcher-contracts", 2332 "version": "v3.5.1", 2333 "source": { 2334 "type": "git", 2335 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 2336 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" 2337 }, 2338 "dist": { 2339 "type": "zip", 2340 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", 2341 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", 2342 "shasum": "" 2343 }, 2344 "require": { 2345 "php": ">=8.1", 2346 "psr/event-dispatcher": "^1" 2347 }, 2348 "type": "library", 2349 "extra": { 2350 "thanks": { 2351 "url": "https://github.com/symfony/contracts", 2352 "name": "symfony/contracts" 2353 }, 2354 "branch-alias": { 2355 "dev-main": "3.5-dev" 2356 } 2357 }, 2358 "autoload": { 2359 "psr-4": { 2360 "Symfony\\Contracts\\EventDispatcher\\": "" 2361 } 2362 }, 2363 "notification-url": "https://packagist.org/downloads/", 2364 "license": [ 2365 "MIT" 2366 ], 2367 "authors": [ 2368 { 2369 "name": "Nicolas Grekas", 2370 "email": "[email protected]" 2371 }, 2372 { 2373 "name": "Symfony Community", 2374 "homepage": "https://symfony.com/contributors" 2375 } 2376 ], 2377 "description": "Generic abstractions related to dispatching event", 2378 "homepage": "https://symfony.com", 2379 "keywords": [ 2380 "abstractions", 2381 "contracts", 2382 "decoupling", 2383 "interfaces", 2384 "interoperability", 2385 "standards" 2386 ], 2387 "support": { 2388 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" 2389 }, 2390 "funding": [ 2391 { 2392 "url": "https://symfony.com/sponsor", 2393 "type": "custom" 2394 }, 2395 { 2396 "url": "https://github.com/fabpot", 2397 "type": "github" 2398 }, 2399 { 2400 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2401 "type": "tidelift" 2402 } 2403 ], 2404 "time": "2024-09-25T14:20:29+00:00" 2405 }, 2406 { 2407 "name": "symfony/filesystem", 2408 "version": "v6.4.13", 2409 "source": { 2410 "type": "git", 2411 "url": "https://github.com/symfony/filesystem.git", 2412 "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3" 2413 }, 2414 "dist": { 2415 "type": "zip", 2416 "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", 2417 "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", 2418 "shasum": "" 2419 }, 2420 "require": { 2421 "php": ">=8.1", 2422 "symfony/polyfill-ctype": "~1.8", 2423 "symfony/polyfill-mbstring": "~1.8" 2424 }, 2425 "require-dev": { 2426 "symfony/process": "^5.4|^6.4|^7.0" 2427 }, 2428 "type": "library", 2429 "autoload": { 2430 "psr-4": { 2431 "Symfony\\Component\\Filesystem\\": "" 2432 }, 2433 "exclude-from-classmap": [ 2434 "/Tests/" 2435 ] 2436 }, 2437 "notification-url": "https://packagist.org/downloads/", 2438 "license": [ 2439 "MIT" 2440 ], 2441 "authors": [ 2442 { 2443 "name": "Fabien Potencier", 2444 "email": "[email protected]" 2445 }, 2446 { 2447 "name": "Symfony Community", 2448 "homepage": "https://symfony.com/contributors" 2449 } 2450 ], 2451 "description": "Provides basic utilities for the filesystem", 2452 "homepage": "https://symfony.com", 2453 "support": { 2454 "source": "https://github.com/symfony/filesystem/tree/v6.4.13" 2455 }, 2456 "funding": [ 2457 { 2458 "url": "https://symfony.com/sponsor", 2459 "type": "custom" 2460 }, 2461 { 2462 "url": "https://github.com/fabpot", 2463 "type": "github" 2464 }, 2465 { 2466 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2467 "type": "tidelift" 2468 } 2469 ], 2470 "time": "2024-10-25T15:07:50+00:00" 2471 }, 2472 { 2473 "name": "symfony/finder", 2474 "version": "v7.2.2", 2475 "source": { 2476 "type": "git", 2477 "url": "https://github.com/symfony/finder.git", 2478 "reference": "87a71856f2f56e4100373e92529eed3171695cfb" 2479 }, 2480 "dist": { 2481 "type": "zip", 2482 "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb", 2483 "reference": "87a71856f2f56e4100373e92529eed3171695cfb", 2484 "shasum": "" 2485 }, 2486 "require": { 2487 "php": ">=8.2" 2488 }, 2489 "require-dev": { 2490 "symfony/filesystem": "^6.4|^7.0" 2491 }, 2492 "type": "library", 2493 "autoload": { 2494 "psr-4": { 2495 "Symfony\\Component\\Finder\\": "" 2496 }, 2497 "exclude-from-classmap": [ 2498 "/Tests/" 2499 ] 2500 }, 2501 "notification-url": "https://packagist.org/downloads/", 2502 "license": [ 2503 "MIT" 2504 ], 2505 "authors": [ 2506 { 2507 "name": "Fabien Potencier", 2508 "email": "[email protected]" 2509 }, 2510 { 2511 "name": "Symfony Community", 2512 "homepage": "https://symfony.com/contributors" 2513 } 2514 ], 1711 2515 "description": "Finds files and directories via an intuitive fluent interface", 1712 2516 "homepage": "https://symfony.com", 1713 2517 "support": { 1714 "source": "https://github.com/symfony/finder/tree/v 5.4.2"2518 "source": "https://github.com/symfony/finder/tree/v7.2.2" 1715 2519 }, 1716 2520 "funding": [ … … 1728 2532 } 1729 2533 ], 1730 "time": "2021-12-15T11:06:13+00:00" 2534 "time": "2024-12-30T19:00:17+00:00" 2535 }, 2536 { 2537 "name": "symfony/options-resolver", 2538 "version": "v7.2.0", 2539 "source": { 2540 "type": "git", 2541 "url": "https://github.com/symfony/options-resolver.git", 2542 "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50" 2543 }, 2544 "dist": { 2545 "type": "zip", 2546 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7da8fbac9dcfef75ffc212235d76b2754ce0cf50", 2547 "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50", 2548 "shasum": "" 2549 }, 2550 "require": { 2551 "php": ">=8.2", 2552 "symfony/deprecation-contracts": "^2.5|^3" 2553 }, 2554 "type": "library", 2555 "autoload": { 2556 "psr-4": { 2557 "Symfony\\Component\\OptionsResolver\\": "" 2558 }, 2559 "exclude-from-classmap": [ 2560 "/Tests/" 2561 ] 2562 }, 2563 "notification-url": "https://packagist.org/downloads/", 2564 "license": [ 2565 "MIT" 2566 ], 2567 "authors": [ 2568 { 2569 "name": "Fabien Potencier", 2570 "email": "[email protected]" 2571 }, 2572 { 2573 "name": "Symfony Community", 2574 "homepage": "https://symfony.com/contributors" 2575 } 2576 ], 2577 "description": "Provides an improved replacement for the array_replace PHP function", 2578 "homepage": "https://symfony.com", 2579 "keywords": [ 2580 "config", 2581 "configuration", 2582 "options" 2583 ], 2584 "support": { 2585 "source": "https://github.com/symfony/options-resolver/tree/v7.2.0" 2586 }, 2587 "funding": [ 2588 { 2589 "url": "https://symfony.com/sponsor", 2590 "type": "custom" 2591 }, 2592 { 2593 "url": "https://github.com/fabpot", 2594 "type": "github" 2595 }, 2596 { 2597 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2598 "type": "tidelift" 2599 } 2600 ], 2601 "time": "2024-11-20T11:17:29+00:00" 1731 2602 }, 1732 2603 { 1733 2604 "name": "symfony/polyfill-ctype", 1734 "version": "v1. 24.0",2605 "version": "v1.31.0", 1735 2606 "source": { 1736 2607 "type": "git", 1737 2608 "url": "https://github.com/symfony/polyfill-ctype.git", 1738 "reference": " 30885182c981ab175d4d034db0f6f469898070ab"1739 }, 1740 "dist": { 1741 "type": "zip", 1742 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ 30885182c981ab175d4d034db0f6f469898070ab",1743 "reference": " 30885182c981ab175d4d034db0f6f469898070ab",1744 "shasum": "" 1745 }, 1746 "require": { 1747 "php": ">=7. 1"2609 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" 2610 }, 2611 "dist": { 2612 "type": "zip", 2613 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", 2614 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", 2615 "shasum": "" 2616 }, 2617 "require": { 2618 "php": ">=7.2" 1748 2619 }, 1749 2620 "provide": { … … 1755 2626 "type": "library", 1756 2627 "extra": { 1757 "branch-alias": {1758 "dev-main": "1.23-dev"1759 },1760 2628 "thanks": { 1761 "name": "symfony/polyfill", 1762 "url": "https://github.com/symfony/polyfill" 1763 } 1764 }, 1765 "autoload": { 1766 "psr-4": { 1767 "Symfony\\Polyfill\\Ctype\\": "" 1768 }, 2629 "url": "https://github.com/symfony/polyfill", 2630 "name": "symfony/polyfill" 2631 } 2632 }, 2633 "autoload": { 1769 2634 "files": [ 1770 2635 "bootstrap.php" 1771 ] 2636 ], 2637 "psr-4": { 2638 "Symfony\\Polyfill\\Ctype\\": "" 2639 } 1772 2640 }, 1773 2641 "notification-url": "https://packagist.org/downloads/", … … 1794 2662 ], 1795 2663 "support": { 1796 "source": "https://github.com/symfony/polyfill-ctype/tree/v1. 24.0"2664 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" 1797 2665 }, 1798 2666 "funding": [ … … 1810 2678 } 1811 2679 ], 1812 "time": "202 1-10-20T20:35:02+00:00"2680 "time": "2024-09-09T11:45:10+00:00" 1813 2681 }, 1814 2682 { 1815 2683 "name": "symfony/polyfill-intl-grapheme", 1816 "version": "v1. 24.0",2684 "version": "v1.31.0", 1817 2685 "source": { 1818 2686 "type": "git", 1819 2687 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 1820 "reference": " 81b86b50cf841a64252b439e738e97f4a34e2783"1821 }, 1822 "dist": { 1823 "type": "zip", 1824 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ 81b86b50cf841a64252b439e738e97f4a34e2783",1825 "reference": " 81b86b50cf841a64252b439e738e97f4a34e2783",1826 "shasum": "" 1827 }, 1828 "require": { 1829 "php": ">=7. 1"2688 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" 2689 }, 2690 "dist": { 2691 "type": "zip", 2692 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", 2693 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", 2694 "shasum": "" 2695 }, 2696 "require": { 2697 "php": ">=7.2" 1830 2698 }, 1831 2699 "suggest": { … … 1834 2702 "type": "library", 1835 2703 "extra": { 1836 "branch-alias": {1837 "dev-main": "1.23-dev"1838 },1839 2704 "thanks": { 1840 "name": "symfony/polyfill", 1841 "url": "https://github.com/symfony/polyfill" 1842 } 1843 }, 1844 "autoload": { 1845 "psr-4": { 1846 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 1847 }, 2705 "url": "https://github.com/symfony/polyfill", 2706 "name": "symfony/polyfill" 2707 } 2708 }, 2709 "autoload": { 1848 2710 "files": [ 1849 2711 "bootstrap.php" 1850 ] 2712 ], 2713 "psr-4": { 2714 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 2715 } 1851 2716 }, 1852 2717 "notification-url": "https://packagist.org/downloads/", … … 1875 2740 ], 1876 2741 "support": { 1877 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1. 24.0"2742 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" 1878 2743 }, 1879 2744 "funding": [ … … 1891 2756 } 1892 2757 ], 1893 "time": "202 1-11-23T21:10:46+00:00"2758 "time": "2024-09-09T11:45:10+00:00" 1894 2759 }, 1895 2760 { 1896 2761 "name": "symfony/polyfill-intl-normalizer", 1897 "version": "v1. 24.0",2762 "version": "v1.31.0", 1898 2763 "source": { 1899 2764 "type": "git", 1900 2765 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 1901 "reference": " 8590a5f561694770bdcd3f9b5c69dde6945028e8"1902 }, 1903 "dist": { 1904 "type": "zip", 1905 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/ 8590a5f561694770bdcd3f9b5c69dde6945028e8",1906 "reference": " 8590a5f561694770bdcd3f9b5c69dde6945028e8",1907 "shasum": "" 1908 }, 1909 "require": { 1910 "php": ">=7. 1"2766 "reference": "3833d7255cc303546435cb650316bff708a1c75c" 2767 }, 2768 "dist": { 2769 "type": "zip", 2770 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", 2771 "reference": "3833d7255cc303546435cb650316bff708a1c75c", 2772 "shasum": "" 2773 }, 2774 "require": { 2775 "php": ">=7.2" 1911 2776 }, 1912 2777 "suggest": { … … 1915 2780 "type": "library", 1916 2781 "extra": { 1917 "branch-alias": {1918 "dev-main": "1.23-dev"1919 },1920 2782 "thanks": { 1921 "name": "symfony/polyfill", 1922 "url": "https://github.com/symfony/polyfill" 1923 } 1924 }, 1925 "autoload": { 1926 "psr-4": { 1927 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 1928 }, 2783 "url": "https://github.com/symfony/polyfill", 2784 "name": "symfony/polyfill" 2785 } 2786 }, 2787 "autoload": { 1929 2788 "files": [ 1930 2789 "bootstrap.php" 1931 2790 ], 2791 "psr-4": { 2792 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 2793 }, 1932 2794 "classmap": [ 1933 2795 "Resources/stubs" … … 1959 2821 ], 1960 2822 "support": { 1961 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1. 24.0"2823 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" 1962 2824 }, 1963 2825 "funding": [ … … 1975 2837 } 1976 2838 ], 1977 "time": "202 1-02-19T12:13:01+00:00"2839 "time": "2024-09-09T11:45:10+00:00" 1978 2840 }, 1979 2841 { 1980 2842 "name": "symfony/polyfill-mbstring", 1981 "version": "v1. 24.0",2843 "version": "v1.31.0", 1982 2844 "source": { 1983 2845 "type": "git", 1984 2846 "url": "https://github.com/symfony/polyfill-mbstring.git", 1985 "reference": " 0abb51d2f102e00a4eefcf46ba7fec406d245825"1986 }, 1987 "dist": { 1988 "type": "zip", 1989 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/ 0abb51d2f102e00a4eefcf46ba7fec406d245825",1990 "reference": " 0abb51d2f102e00a4eefcf46ba7fec406d245825",1991 "shasum": "" 1992 }, 1993 "require": { 1994 "php": ">=7. 1"2847 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" 2848 }, 2849 "dist": { 2850 "type": "zip", 2851 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", 2852 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", 2853 "shasum": "" 2854 }, 2855 "require": { 2856 "php": ">=7.2" 1995 2857 }, 1996 2858 "provide": { … … 2002 2864 "type": "library", 2003 2865 "extra": { 2004 "branch-alias": {2005 "dev-main": "1.23-dev"2006 },2007 2866 "thanks": { 2008 "name": "symfony/polyfill", 2009 "url": "https://github.com/symfony/polyfill" 2010 } 2011 }, 2012 "autoload": { 2013 "psr-4": { 2014 "Symfony\\Polyfill\\Mbstring\\": "" 2015 }, 2867 "url": "https://github.com/symfony/polyfill", 2868 "name": "symfony/polyfill" 2869 } 2870 }, 2871 "autoload": { 2016 2872 "files": [ 2017 2873 "bootstrap.php" 2018 ] 2874 ], 2875 "psr-4": { 2876 "Symfony\\Polyfill\\Mbstring\\": "" 2877 } 2019 2878 }, 2020 2879 "notification-url": "https://packagist.org/downloads/", … … 2042 2901 ], 2043 2902 "support": { 2044 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1. 24.0"2903 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" 2045 2904 }, 2046 2905 "funding": [ … … 2058 2917 } 2059 2918 ], 2060 "time": "2021-11-30T18:21:41+00:00" 2061 }, 2062 { 2063 "name": "symfony/polyfill-php73", 2064 "version": "v1.24.0", 2065 "source": { 2066 "type": "git", 2067 "url": "https://github.com/symfony/polyfill-php73.git", 2068 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" 2069 }, 2070 "dist": { 2071 "type": "zip", 2072 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", 2073 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", 2074 "shasum": "" 2075 }, 2076 "require": { 2077 "php": ">=7.1" 2078 }, 2079 "type": "library", 2080 "extra": { 2081 "branch-alias": { 2082 "dev-main": "1.23-dev" 2083 }, 2084 "thanks": { 2085 "name": "symfony/polyfill", 2086 "url": "https://github.com/symfony/polyfill" 2087 } 2088 }, 2089 "autoload": { 2090 "psr-4": { 2091 "Symfony\\Polyfill\\Php73\\": "" 2092 }, 2093 "files": [ 2094 "bootstrap.php" 2095 ], 2096 "classmap": [ 2097 "Resources/stubs" 2098 ] 2099 }, 2100 "notification-url": "https://packagist.org/downloads/", 2101 "license": [ 2102 "MIT" 2103 ], 2104 "authors": [ 2105 { 2106 "name": "Nicolas Grekas", 2107 "email": "[email protected]" 2108 }, 2109 { 2110 "name": "Symfony Community", 2111 "homepage": "https://symfony.com/contributors" 2112 } 2113 ], 2114 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 2115 "homepage": "https://symfony.com", 2116 "keywords": [ 2117 "compatibility", 2118 "polyfill", 2119 "portable", 2120 "shim" 2121 ], 2122 "support": { 2123 "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0" 2124 }, 2125 "funding": [ 2126 { 2127 "url": "https://symfony.com/sponsor", 2128 "type": "custom" 2129 }, 2130 { 2131 "url": "https://github.com/fabpot", 2132 "type": "github" 2133 }, 2134 { 2135 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2136 "type": "tidelift" 2137 } 2138 ], 2139 "time": "2021-06-05T21:20:04+00:00" 2140 }, 2141 { 2142 "name": "symfony/polyfill-php80", 2143 "version": "v1.24.0", 2144 "source": { 2145 "type": "git", 2146 "url": "https://github.com/symfony/polyfill-php80.git", 2147 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" 2148 }, 2149 "dist": { 2150 "type": "zip", 2151 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", 2152 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", 2153 "shasum": "" 2154 }, 2155 "require": { 2156 "php": ">=7.1" 2157 }, 2158 "type": "library", 2159 "extra": { 2160 "branch-alias": { 2161 "dev-main": "1.23-dev" 2162 }, 2163 "thanks": { 2164 "name": "symfony/polyfill", 2165 "url": "https://github.com/symfony/polyfill" 2166 } 2167 }, 2168 "autoload": { 2169 "psr-4": { 2170 "Symfony\\Polyfill\\Php80\\": "" 2171 }, 2172 "files": [ 2173 "bootstrap.php" 2174 ], 2175 "classmap": [ 2176 "Resources/stubs" 2177 ] 2178 }, 2179 "notification-url": "https://packagist.org/downloads/", 2180 "license": [ 2181 "MIT" 2182 ], 2183 "authors": [ 2184 { 2185 "name": "Ion Bazan", 2186 "email": "[email protected]" 2187 }, 2188 { 2189 "name": "Nicolas Grekas", 2190 "email": "[email protected]" 2191 }, 2192 { 2193 "name": "Symfony Community", 2194 "homepage": "https://symfony.com/contributors" 2195 } 2196 ], 2197 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 2198 "homepage": "https://symfony.com", 2199 "keywords": [ 2200 "compatibility", 2201 "polyfill", 2202 "portable", 2203 "shim" 2204 ], 2205 "support": { 2206 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" 2207 }, 2208 "funding": [ 2209 { 2210 "url": "https://symfony.com/sponsor", 2211 "type": "custom" 2212 }, 2213 { 2214 "url": "https://github.com/fabpot", 2215 "type": "github" 2216 }, 2217 { 2218 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2219 "type": "tidelift" 2220 } 2221 ], 2222 "time": "2021-09-13T13:58:33+00:00" 2919 "time": "2024-09-09T11:45:10+00:00" 2223 2920 }, 2224 2921 { 2225 2922 "name": "symfony/process", 2226 "version": "v 5.4.2",2923 "version": "v7.2.4", 2227 2924 "source": { 2228 2925 "type": "git", 2229 2926 "url": "https://github.com/symfony/process.git", 2230 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4" 2231 }, 2232 "dist": { 2233 "type": "zip", 2234 "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4", 2235 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4", 2236 "shasum": "" 2237 }, 2238 "require": { 2239 "php": ">=7.2.5", 2240 "symfony/polyfill-php80": "^1.16" 2927 "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf" 2928 }, 2929 "dist": { 2930 "type": "zip", 2931 "url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", 2932 "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", 2933 "shasum": "" 2934 }, 2935 "require": { 2936 "php": ">=8.2" 2241 2937 }, 2242 2938 "type": "library", … … 2266 2962 "homepage": "https://symfony.com", 2267 2963 "support": { 2268 "source": "https://github.com/symfony/process/tree/v 5.4.2"2964 "source": "https://github.com/symfony/process/tree/v7.2.4" 2269 2965 }, 2270 2966 "funding": [ … … 2282 2978 } 2283 2979 ], 2284 "time": "202 1-12-27T21:01:00+00:00"2980 "time": "2025-02-05T08:33:46+00:00" 2285 2981 }, 2286 2982 { 2287 2983 "name": "symfony/service-contracts", 2288 "version": "v 2.5.0",2984 "version": "v3.5.1", 2289 2985 "source": { 2290 2986 "type": "git", 2291 2987 "url": "https://github.com/symfony/service-contracts.git", 2292 "reference": " 1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"2293 }, 2294 "dist": { 2295 "type": "zip", 2296 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ 1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",2297 "reference": " 1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",2298 "shasum": "" 2299 }, 2300 "require": { 2301 "php": ">= 7.2.5",2302 "psr/container": "^1.1 ",2303 "symfony/deprecation-contracts": "^2. 1"2988 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" 2989 }, 2990 "dist": { 2991 "type": "zip", 2992 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", 2993 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", 2994 "shasum": "" 2995 }, 2996 "require": { 2997 "php": ">=8.1", 2998 "psr/container": "^1.1|^2.0", 2999 "symfony/deprecation-contracts": "^2.5|^3" 2304 3000 }, 2305 3001 "conflict": { 2306 3002 "ext-psr": "<1.1|>=2" 2307 3003 }, 2308 "suggest": {2309 "symfony/service-implementation": ""2310 },2311 3004 "type": "library", 2312 3005 "extra": { 3006 "thanks": { 3007 "url": "https://github.com/symfony/contracts", 3008 "name": "symfony/contracts" 3009 }, 2313 3010 "branch-alias": { 2314 "dev-main": "2.5-dev" 2315 }, 2316 "thanks": { 2317 "name": "symfony/contracts", 2318 "url": "https://github.com/symfony/contracts" 3011 "dev-main": "3.5-dev" 2319 3012 } 2320 3013 }, … … 2322 3015 "psr-4": { 2323 3016 "Symfony\\Contracts\\Service\\": "" 2324 } 3017 }, 3018 "exclude-from-classmap": [ 3019 "/Test/" 3020 ] 2325 3021 }, 2326 3022 "notification-url": "https://packagist.org/downloads/", … … 2349 3045 ], 2350 3046 "support": { 2351 "source": "https://github.com/symfony/service-contracts/tree/v 2.5.0"3047 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" 2352 3048 }, 2353 3049 "funding": [ … … 2365 3061 } 2366 3062 ], 2367 "time": "202 1-11-04T16:48:04+00:00"3063 "time": "2024-09-25T14:20:29+00:00" 2368 3064 }, 2369 3065 { 2370 3066 "name": "symfony/string", 2371 "version": "v 5.4.2",3067 "version": "v7.2.0", 2372 3068 "source": { 2373 3069 "type": "git", 2374 3070 "url": "https://github.com/symfony/string.git", 2375 "reference": " e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"2376 }, 2377 "dist": { 2378 "type": "zip", 2379 "url": "https://api.github.com/repos/symfony/string/zipball/ e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",2380 "reference": " e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",2381 "shasum": "" 2382 }, 2383 "require": { 2384 "php": ">= 7.2.5",3071 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82" 3072 }, 3073 "dist": { 3074 "type": "zip", 3075 "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82", 3076 "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82", 3077 "shasum": "" 3078 }, 3079 "require": { 3080 "php": ">=8.2", 2385 3081 "symfony/polyfill-ctype": "~1.8", 2386 3082 "symfony/polyfill-intl-grapheme": "~1.0", 2387 3083 "symfony/polyfill-intl-normalizer": "~1.0", 2388 "symfony/polyfill-mbstring": "~1.0", 2389 "symfony/polyfill-php80": "~1.15" 3084 "symfony/polyfill-mbstring": "~1.0" 2390 3085 }, 2391 3086 "conflict": { 2392 "symfony/translation-contracts": " >=3.0"3087 "symfony/translation-contracts": "<2.5" 2393 3088 }, 2394 3089 "require-dev": { 2395 "symfony/error-handler": "^4.4|^5.0|^6.0", 2396 "symfony/http-client": "^4.4|^5.0|^6.0", 2397 "symfony/translation-contracts": "^1.1|^2", 2398 "symfony/var-exporter": "^4.4|^5.0|^6.0" 2399 }, 2400 "type": "library", 2401 "autoload": { 2402 "psr-4": { 2403 "Symfony\\Component\\String\\": "" 2404 }, 3090 "symfony/emoji": "^7.1", 3091 "symfony/error-handler": "^6.4|^7.0", 3092 "symfony/http-client": "^6.4|^7.0", 3093 "symfony/intl": "^6.4|^7.0", 3094 "symfony/translation-contracts": "^2.5|^3.0", 3095 "symfony/var-exporter": "^6.4|^7.0" 3096 }, 3097 "type": "library", 3098 "autoload": { 2405 3099 "files": [ 2406 3100 "Resources/functions.php" 2407 3101 ], 3102 "psr-4": { 3103 "Symfony\\Component\\String\\": "" 3104 }, 2408 3105 "exclude-from-classmap": [ 2409 3106 "/Tests/" … … 2435 3132 ], 2436 3133 "support": { 2437 "source": "https://github.com/symfony/string/tree/v 5.4.2"3134 "source": "https://github.com/symfony/string/tree/v7.2.0" 2438 3135 }, 2439 3136 "funding": [ … … 2451 3148 } 2452 3149 ], 2453 "time": "2021-12-16T21:52:00+00:00" 2454 }, 2455 { 2456 "name": "symfony/yaml", 2457 "version": "v5.4.2", 2458 "source": { 2459 "type": "git", 2460 "url": "https://github.com/symfony/yaml.git", 2461 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58" 2462 }, 2463 "dist": { 2464 "type": "zip", 2465 "url": "https://api.github.com/repos/symfony/yaml/zipball/b9eb163846a61bb32dfc147f7859e274fab38b58", 2466 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58", 2467 "shasum": "" 2468 }, 2469 "require": { 2470 "php": ">=7.2.5", 2471 "symfony/deprecation-contracts": "^2.1|^3", 2472 "symfony/polyfill-ctype": "^1.8" 2473 }, 2474 "conflict": { 2475 "symfony/console": "<5.3" 3150 "time": "2024-11-13T13:31:26+00:00" 3151 }, 3152 { 3153 "name": "symfony/var-exporter", 3154 "version": "v7.2.4", 3155 "source": { 3156 "type": "git", 3157 "url": "https://github.com/symfony/var-exporter.git", 3158 "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a" 3159 }, 3160 "dist": { 3161 "type": "zip", 3162 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4ede73aa7a73d81506002d2caadbbdad1ef5b69a", 3163 "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a", 3164 "shasum": "" 3165 }, 3166 "require": { 3167 "php": ">=8.2" 2476 3168 }, 2477 3169 "require-dev": { 2478 "symfony/console": "^5.3|^6.0" 2479 }, 2480 "suggest": { 2481 "symfony/console": "For validating YAML files using the lint command" 2482 }, 2483 "bin": [ 2484 "Resources/bin/yaml-lint" 2485 ], 2486 "type": "library", 2487 "autoload": { 2488 "psr-4": { 2489 "Symfony\\Component\\Yaml\\": "" 3170 "symfony/property-access": "^6.4|^7.0", 3171 "symfony/serializer": "^6.4|^7.0", 3172 "symfony/var-dumper": "^6.4|^7.0" 3173 }, 3174 "type": "library", 3175 "autoload": { 3176 "psr-4": { 3177 "Symfony\\Component\\VarExporter\\": "" 2490 3178 }, 2491 3179 "exclude-from-classmap": [ … … 2499 3187 "authors": [ 2500 3188 { 3189 "name": "Nicolas Grekas", 3190 "email": "[email protected]" 3191 }, 3192 { 3193 "name": "Symfony Community", 3194 "homepage": "https://symfony.com/contributors" 3195 } 3196 ], 3197 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 3198 "homepage": "https://symfony.com", 3199 "keywords": [ 3200 "clone", 3201 "construct", 3202 "export", 3203 "hydrate", 3204 "instantiate", 3205 "lazy-loading", 3206 "proxy", 3207 "serialize" 3208 ], 3209 "support": { 3210 "source": "https://github.com/symfony/var-exporter/tree/v7.2.4" 3211 }, 3212 "funding": [ 3213 { 3214 "url": "https://symfony.com/sponsor", 3215 "type": "custom" 3216 }, 3217 { 3218 "url": "https://github.com/fabpot", 3219 "type": "github" 3220 }, 3221 { 3222 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3223 "type": "tidelift" 3224 } 3225 ], 3226 "time": "2025-02-13T10:27:23+00:00" 3227 }, 3228 { 3229 "name": "symfony/yaml", 3230 "version": "v7.2.3", 3231 "source": { 3232 "type": "git", 3233 "url": "https://github.com/symfony/yaml.git", 3234 "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec" 3235 }, 3236 "dist": { 3237 "type": "zip", 3238 "url": "https://api.github.com/repos/symfony/yaml/zipball/ac238f173df0c9c1120f862d0f599e17535a87ec", 3239 "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec", 3240 "shasum": "" 3241 }, 3242 "require": { 3243 "php": ">=8.2", 3244 "symfony/deprecation-contracts": "^2.5|^3.0", 3245 "symfony/polyfill-ctype": "^1.8" 3246 }, 3247 "conflict": { 3248 "symfony/console": "<6.4" 3249 }, 3250 "require-dev": { 3251 "symfony/console": "^6.4|^7.0" 3252 }, 3253 "bin": [ 3254 "Resources/bin/yaml-lint" 3255 ], 3256 "type": "library", 3257 "autoload": { 3258 "psr-4": { 3259 "Symfony\\Component\\Yaml\\": "" 3260 }, 3261 "exclude-from-classmap": [ 3262 "/Tests/" 3263 ] 3264 }, 3265 "notification-url": "https://packagist.org/downloads/", 3266 "license": [ 3267 "MIT" 3268 ], 3269 "authors": [ 3270 { 2501 3271 "name": "Fabien Potencier", 2502 3272 "email": "[email protected]" … … 2510 3280 "homepage": "https://symfony.com", 2511 3281 "support": { 2512 "source": "https://github.com/symfony/yaml/tree/v 5.4.2"3282 "source": "https://github.com/symfony/yaml/tree/v7.2.3" 2513 3283 }, 2514 3284 "funding": [ … … 2526 3296 } 2527 3297 ], 2528 "time": "202 1-12-16T21:58:21+00:00"3298 "time": "2025-01-07T12:55:42+00:00" 2529 3299 }, 2530 3300 { 2531 3301 "name": "vimeo/psalm", 2532 "version": " 4.18.1",3302 "version": "5.15.0", 2533 3303 "source": { 2534 3304 "type": "git", 2535 3305 "url": "https://github.com/vimeo/psalm.git", 2536 "reference": " dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb"2537 }, 2538 "dist": { 2539 "type": "zip", 2540 "url": "https://api.github.com/repos/vimeo/psalm/zipball/ dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb",2541 "reference": " dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb",3306 "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352" 3307 }, 3308 "dist": { 3309 "type": "zip", 3310 "url": "https://api.github.com/repos/vimeo/psalm/zipball/5c774aca4746caf3d239d9c8cadb9f882ca29352", 3311 "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352", 2542 3312 "shasum": "" 2543 3313 }, … … 2545 3315 "amphp/amp": "^2.4.2", 2546 3316 "amphp/byte-stream": "^1.5", 2547 "composer /package-versions-deprecated": "^1.8.0",3317 "composer-runtime-api": "^2", 2548 3318 "composer/semver": "^1.4 || ^2.0 || ^3.0", 2549 "composer/xdebug-handler": "^ 1.1 || ^2.0 || ^3.0",3319 "composer/xdebug-handler": "^2.0 || ^3.0", 2550 3320 "dnoegel/php-xdg-base-dir": "^0.1.1", 2551 3321 "ext-ctype": "*", … … 2556 3326 "ext-simplexml": "*", 2557 3327 "ext-tokenizer": "*", 2558 "felixfbecker/advanced-json-rpc": "^3.0.3", 2559 "felixfbecker/language-server-protocol": "^1.5", 3328 "felixfbecker/advanced-json-rpc": "^3.1", 3329 "felixfbecker/language-server-protocol": "^1.5.2", 3330 "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1", 2560 3331 "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", 2561 "nikic/php-parser": "^4.13", 2562 "openlss/lib-array2xml": "^1.0", 2563 "php": "^7.1|^8", 2564 "sebastian/diff": "^3.0 || ^4.0", 2565 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0", 2566 "webmozart/path-util": "^2.3" 3332 "nikic/php-parser": "^4.16", 3333 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", 3334 "sebastian/diff": "^4.0 || ^5.0", 3335 "spatie/array-to-xml": "^2.17.0 || ^3.0", 3336 "symfony/console": "^4.1.6 || ^5.0 || ^6.0", 3337 "symfony/filesystem": "^5.4 || ^6.0" 3338 }, 3339 "conflict": { 3340 "nikic/php-parser": "4.17.0" 2567 3341 }, 2568 3342 "provide": { … … 2570 3344 }, 2571 3345 "require-dev": { 2572 "bamarni/composer-bin-plugin": "^1.2", 2573 "brianium/paratest": "^4.0||^6.0", 3346 "amphp/phpunit-util": "^2.0", 3347 "bamarni/composer-bin-plugin": "^1.4", 3348 "brianium/paratest": "^6.9", 2574 3349 "ext-curl": "*", 3350 "mockery/mockery": "^1.5", 3351 "nunomaduro/mock-final-classes": "^1.1", 2575 3352 "php-parallel-lint/php-parallel-lint": "^1.2", 2576 "phpdocumentor/reflection-docblock": "^5", 2577 "phpmyadmin/sql-parser": "5.1.0||dev-master", 2578 "phpspec/prophecy": ">=1.9.0", 2579 "phpunit/phpunit": "^9.0", 2580 "psalm/plugin-phpunit": "^0.16", 2581 "slevomat/coding-standard": "^7.0", 2582 "squizlabs/php_codesniffer": "^3.5", 2583 "symfony/process": "^4.3 || ^5.0 || ^6.0", 2584 "weirdan/prophecy-shim": "^1.0 || ^2.0" 3353 "phpstan/phpdoc-parser": "^1.6", 3354 "phpunit/phpunit": "^9.6", 3355 "psalm/plugin-mockery": "^1.1", 3356 "psalm/plugin-phpunit": "^0.18", 3357 "slevomat/coding-standard": "^8.4", 3358 "squizlabs/php_codesniffer": "^3.6", 3359 "symfony/process": "^4.4 || ^5.0 || ^6.0" 2585 3360 }, 2586 3361 "suggest": { … … 2598 3373 "extra": { 2599 3374 "branch-alias": { 2600 "dev-master": "4.x-dev", 3375 "dev-1.x": "1.x-dev", 3376 "dev-2.x": "2.x-dev", 2601 3377 "dev-3.x": "3.x-dev", 2602 "dev- 2.x": "2.x-dev",2603 "dev- 1.x": "1.x-dev"3378 "dev-4.x": "4.x-dev", 3379 "dev-master": "5.x-dev" 2604 3380 } 2605 3381 }, … … 2607 3383 "psr-4": { 2608 3384 "Psalm\\": "src/Psalm/" 2609 }, 2610 "files": [ 2611 "src/functions.php", 2612 "src/spl_object_id.php" 2613 ] 3385 } 2614 3386 }, 2615 3387 "notification-url": "https://packagist.org/downloads/", … … 2626 3398 "code", 2627 3399 "inspection", 2628 "php" 3400 "php", 3401 "static analysis" 2629 3402 ], 2630 3403 "support": { 2631 3404 "issues": "https://github.com/vimeo/psalm/issues", 2632 "source": "https://github.com/vimeo/psalm/tree/ 4.18.1"2633 }, 2634 "time": "202 2-01-08T21:21:26+00:00"3405 "source": "https://github.com/vimeo/psalm/tree/5.15.0" 3406 }, 3407 "time": "2023-08-20T23:07:30+00:00" 2635 3408 }, 2636 3409 { 2637 3410 "name": "webmozart/assert", 2638 "version": "1.1 0.0",3411 "version": "1.11.0", 2639 3412 "source": { 2640 3413 "type": "git", 2641 3414 "url": "https://github.com/webmozarts/assert.git", 2642 "reference": " 6964c76c7804814a842473e0c8fd15bab0f18e25"2643 }, 2644 "dist": { 2645 "type": "zip", 2646 "url": "https://api.github.com/repos/webmozarts/assert/zipball/ 6964c76c7804814a842473e0c8fd15bab0f18e25",2647 "reference": " 6964c76c7804814a842473e0c8fd15bab0f18e25",2648 "shasum": "" 2649 }, 2650 "require": { 2651 " php": "^7.2 || ^8.0",2652 " symfony/polyfill-ctype": "^1.8"3415 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" 3416 }, 3417 "dist": { 3418 "type": "zip", 3419 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", 3420 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", 3421 "shasum": "" 3422 }, 3423 "require": { 3424 "ext-ctype": "*", 3425 "php": "^7.2 || ^8.0" 2653 3426 }, 2654 3427 "conflict": { … … 2688 3461 "support": { 2689 3462 "issues": "https://github.com/webmozarts/assert/issues", 2690 "source": "https://github.com/webmozarts/assert/tree/1.10.0" 2691 }, 2692 "time": "2021-03-09T10:59:23+00:00" 2693 }, 2694 { 2695 "name": "webmozart/path-util", 2696 "version": "2.3.0", 2697 "source": { 2698 "type": "git", 2699 "url": "https://github.com/webmozart/path-util.git", 2700 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" 2701 }, 2702 "dist": { 2703 "type": "zip", 2704 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", 2705 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", 2706 "shasum": "" 2707 }, 2708 "require": { 2709 "php": ">=5.3.3", 2710 "webmozart/assert": "~1.0" 3463 "source": "https://github.com/webmozarts/assert/tree/1.11.0" 3464 }, 3465 "time": "2022-06-03T18:03:27+00:00" 3466 }, 3467 { 3468 "name": "wp-coding-standards/wpcs", 3469 "version": "3.1.0", 3470 "source": { 3471 "type": "git", 3472 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", 3473 "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7" 3474 }, 3475 "dist": { 3476 "type": "zip", 3477 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/9333efcbff231f10dfd9c56bb7b65818b4733ca7", 3478 "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7", 3479 "shasum": "" 3480 }, 3481 "require": { 3482 "ext-filter": "*", 3483 "ext-libxml": "*", 3484 "ext-tokenizer": "*", 3485 "ext-xmlreader": "*", 3486 "php": ">=5.4", 3487 "phpcsstandards/phpcsextra": "^1.2.1", 3488 "phpcsstandards/phpcsutils": "^1.0.10", 3489 "squizlabs/php_codesniffer": "^3.9.0" 2711 3490 }, 2712 3491 "require-dev": { 2713 "phpunit/phpunit": "^4.6", 2714 "sebastian/version": "^1.0.1" 2715 }, 2716 "type": "library", 2717 "extra": { 2718 "branch-alias": { 2719 "dev-master": "2.3-dev" 2720 } 2721 }, 2722 "autoload": { 2723 "psr-4": { 2724 "Webmozart\\PathUtil\\": "src/" 2725 } 2726 }, 2727 "notification-url": "https://packagist.org/downloads/", 2728 "license": [ 2729 "MIT" 2730 ], 2731 "authors": [ 2732 { 2733 "name": "Bernhard Schussek", 2734 "email": "[email protected]" 2735 } 2736 ], 2737 "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", 2738 "support": { 2739 "issues": "https://github.com/webmozart/path-util/issues", 2740 "source": "https://github.com/webmozart/path-util/tree/2.3.0" 2741 }, 2742 "abandoned": "symfony/filesystem", 2743 "time": "2015-12-17T08:42:14+00:00" 2744 }, 2745 { 2746 "name": "wp-coding-standards/wpcs", 2747 "version": "2.3.0", 2748 "source": { 2749 "type": "git", 2750 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", 2751 "reference": "7da1894633f168fe244afc6de00d141f27517b62" 2752 }, 2753 "dist": { 2754 "type": "zip", 2755 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62", 2756 "reference": "7da1894633f168fe244afc6de00d141f27517b62", 2757 "shasum": "" 2758 }, 2759 "require": { 2760 "php": ">=5.4", 2761 "squizlabs/php_codesniffer": "^3.3.1" 2762 }, 2763 "require-dev": { 2764 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", 3492 "php-parallel-lint/php-console-highlighter": "^1.0.0", 3493 "php-parallel-lint/php-parallel-lint": "^1.3.2", 2765 3494 "phpcompatibility/php-compatibility": "^9.0", 2766 "phpcsstandards/phpcsdevtools": "^1. 0",2767 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 "3495 "phpcsstandards/phpcsdevtools": "^1.2.0", 3496 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" 2768 3497 }, 2769 3498 "suggest": { 2770 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." 3499 "ext-iconv": "For improved results", 3500 "ext-mbstring": "For improved results" 2771 3501 }, 2772 3502 "type": "phpcodesniffer-standard", … … 2785 3515 "phpcs", 2786 3516 "standards", 3517 "static analysis", 2787 3518 "wordpress" 2788 3519 ], … … 2792 3523 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" 2793 3524 }, 2794 "time": "2020-05-13T23:57:56+00:00" 3525 "funding": [ 3526 { 3527 "url": "https://opencollective.com/php_codesniffer", 3528 "type": "custom" 3529 } 3530 ], 3531 "time": "2024-03-25T16:39:00+00:00" 2795 3532 } 2796 3533 ], 2797 3534 "aliases": [], 2798 3535 "minimum-stability": "stable", 2799 "stability-flags": [],3536 "stability-flags": {}, 2800 3537 "prefer-stable": false, 2801 3538 "prefer-lowest": false, … … 2803 3540 "php": ">=7.3" 2804 3541 }, 2805 "platform-dev": [],2806 "plugin-api-version": "2. 2.0"3542 "platform-dev": {}, 3543 "plugin-api-version": "2.6.0" 2807 3544 } -
smntcs-wapuu-widget/trunk/smntcs-wapuu-widget.php
r3066338 r3260228 7 7 * Author URI: https://nielslange.de 8 8 * Text Domain: smntcs-wapuu-widget 9 * Version: 1.910 * Requires PHP: 5.69 * Version: 2.0 10 * Requires PHP: 7.4 11 11 * Requires at least: 3.4 12 12 * License: GPL v2 or later … … 18 18 defined( 'ABSPATH' ) || exit; 19 19 20 /** 21 * Fetch plugin version. 22 */ 23 $plugin_data = get_file_data( __FILE__, array( 'Version' => 'Version' ), false ); 24 $plugin_version = $plugin_data['Version']; 25 define( 'SMNTCS_WAPUU_WIDGET_CURRENT_VERSION', $plugin_version ); 26 27 /** 28 * Load plugin styles 29 */ 30 function smntcs_wapuu_widget_enqueue_scripts() { 31 wp_register_style( 'smntcs_wapuu_widget-style', plugins_url( 'style.css', __FILE__ ), array(), SMNTCS_WAPUU_WIDGET_CURRENT_VERSION ); 32 wp_enqueue_style( 'smntcs_wapuu_widget-style' ); 33 } 34 add_action( 'wp_enqueue_scripts', 'smntcs_wapuu_widget_enqueue_scripts' ); 35 36 /** 37 * Add settings link on plugin page 38 * 39 * @param string $links The original settings link on the plugin page. 40 * @return string $links The updated settings link on the plugin page. 41 */ 42 function smntcs_wapuu_widget_plugin_settings_link( $url ) { 43 $admin_url = admin_url( 'widgets.php' ); 44 $settings_link = sprintf( '<a href="%s">%s</a>', $admin_url, __( 'Settings', 'smntcs-wapuu-widget' ) ); 45 array_unshift( $url, $settings_link ); 46 47 return $url; 48 } 49 add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), 'smntcs_wapuu_widget_plugin_settings_link' ); 50 51 /** 52 * Register SMNTCS Wapuu Widget 53 */ 54 class SMNTCS_Wapuu_Widget extends WP_Widget { 55 56 /** 57 * Construct widget 58 */ 59 public function __construct() { 60 61 $widget_options = array( 62 'classname' => 'smntcs_wapuu_widget', 63 'description' => 'Displays Wapuu Widget', 64 ); 65 66 parent::__construct( 'smntcs_wapuu_widget', 'Wapuu Widget', $widget_options ); 67 68 } 69 70 /** 71 * Prepare widget 72 * 73 * @param array $args Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'. 74 * @param array $instance The settings for the particular instance of the widget. 75 */ 76 public function widget( $args, $instance ) { 77 $title = apply_filters( 'widget_title', $instance['title'] ); 78 $image = smntcs_get_random_image_url(); 79 80 printf( 81 '%s %s %s %s', 82 $args['before_widget'], // phpcs:ignore. 83 $args['before_title'], // phpcs:ignore. 84 esc_attr( $title ), 85 $args['after_title'] // phpcs:ignore. 86 ); 87 88 printf( 89 '<p><img src="%s" alt="" class="wapuu"></p>', 90 esc_html( plugin_dir_url( __FILE__ ) . 'images/' . $image ) 91 ); 92 93 printf( 94 '%s', 95 $args['after_widget'] // phpcs:ignore. 96 ); 97 98 } 99 100 /** 101 * Prepare form 102 * 103 * @param array $instance Current settings. 104 * @return void 105 */ 106 public function form( $instance ) { 107 108 $title = ! empty( $instance['title'] ) ? $instance['title'] : ''; ?> 109 <p> 110 <label for="<?php echo esc_html( $this->get_field_id( 'title' ) ); ?>">Title:</label> 111 <input type="text" id="<?php echo esc_html( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_html( $this->get_field_name( 'title' ) ); ?>" value="<?php echo esc_attr( $title ); ?>" /> 112 </p> 113 <?php 114 115 } 116 117 /** 118 * Update widget 119 * 120 * @param array $new_instance New settings for this instance as input by the user via WP_Widget::form(). 121 * @param array $old_instance Old settings for this instance. 122 * @since 1.0.0 123 */ 124 public function update( $new_instance, $old_instance ) { 125 126 $instance = $old_instance; 127 $instance['title'] = wp_strip_all_tags( $new_instance['title'] ); 128 129 return $instance; 130 131 } 132 133 } 134 135 /** 136 * Register widget 137 */ 138 function smntcs_register_wapuu_widget() { 139 register_widget( 'SMNTCS_Wapuu_Widget' ); 140 } 141 add_action( 'widgets_init', 'smntcs_register_wapuu_widget' ); 142 143 /** 144 * Get random image URL 145 * 146 * @return string 147 */ 148 function smntcs_get_random_image_url() { 149 $image = array( 150 '10uppu-230x230.png', 151 '8-bit-wapuu-large-230x288.png', 152 '80s-wapuu-230x212.png', 153 '930C06B1-D040-4D31-BF2C-D66930897495-230x196.png', 154 'Achilles1-230x330.png', 155 'BG_Wapuu-01-230x237.png', 156 'Colorado-Wapuu-230x257.png', 157 'CopernicusWapuu-230x230.png', 158 'DEVMan-1-230x288.png', 159 'Defender-1-230x288.png', 160 'Fayapuu-230x247.png', 161 'FishingWapuu-230x279.png', 162 'Habu-230x198.png', 163 'Hummingbird-1-230x288.png', 164 'Large_lobster_wapuu-230x320.png', 165 'Manapuu-230x386.png', 166 '[email protected]', 167 'Patheon-Waving-Wapuu-230x257.png', 168 'Permalink_1024-with-wp-230x370.png', 169 'Smush-1-230x288.png', 170 'Snapshot-1-230x288.png', 171 'Swag-Wapuu-Orlando-2016-230x237.png', 172 'WAPUU-ATI-230x362.png', 173 'WC-Biratnagar-Logo-n-Mascot-230x230.png', 174 'WC-Denpasar-2016-Wapuu-Garuda-e1548453921415-230x290.png', 175 'WC-Denpasar-2016-Wapuu-Wayan-230x293.png', 176 'WC-Jakarta-2017-Wapuu-Ondel-ondel-male-230x351.png', 177 'WC-Jakarta-2019-Wapuu-Ojol-230x266.png', 178 'WC-Jakarta-2019-Wapuu-Ondel-ondel-female-230x348.png', 179 'WC-Jakarta-2019-Wapuu-Si-Pitung-230x280.png', 180 'WC-Jakarta-2019-Wapuu-Wiro-Sableng-230x271.png', 181 'WC-Ubud-2017-Wapuu-Kelapa-Muda-230x304.png', 182 'WCATL_Wapuu_Web.png', 183 'WCEU-18-Astropuu-230x230.png', 184 'WCPHX-Wapuu-W-no-pants_preview-230x282.png', 185 'WCPHX-Wapuu-W_preview-230x282.png', 186 'WCPHX-Wapuu-plane-9-purple@3x_preview-230x230.png', 187 'WCUS2018-wapuu-blue-230x181.png', 188 'WPTD3-wapuu-800-230x230.png', 189 'Wabully_2048x2580-1-230x290.png', 190 'WapUshanka-230x286.png', 191 'Wapoutine-230x244.png', 192 'Wapuu-01-230x267.png', 193 'Wapuu-02-230x271.png', 194 'Wapuu-03-230x229.png', 195 'Wapuu-04-230x276.png', 196 'Wapuu-Salentinu-230x230.png', 197 'Wapuu-Sofia-2017-all-01-230x290.png', 198 'Wapuu-Sofia-2017-all-02-230x315.png', 199 'Wapuu-Thessaloniki-Alexander-230x253.png', 200 'Wapuu-sleepy-jacksonville-230x101.png', 201 'WapuuFinal-230x318.png', 202 'WapuuNashville-230x167.png', 203 'WapuuPepa-230x253.png', 204 'WapuuPepe-230x253.png', 205 'WapuuSticker-Die-curves-230x309.png', 206 'Wapuubble-230x135.png', 207 'WelshWapuuV2-2-230x212.png', 208 'WordSesh-Wapuu-230x199.png', 209 'ahmedabad-wordcamp2017-Wapuu2-230x282.png', 210 'ahmedabad-wordpress-Wapuu-150517-03-230x312.png', 211 'ammuappu-230x171.png', 212 'auguste-230x280.png', 213 'baap-wapuu.png', 214 'bapuu-wapuu-230x253.png', 215 'basile-wapuu-230x252.png', 216 'batpuu-230x276.png', 217 'benpuu-230x230.png', 218 'better-off-WordPress-230x148.png', 219 'bicycling-wapuu-230x245.png', 220 'birthday-wapuu-230x256.png', 221 'black-hat-230x271.png', 222 'brighton-wapuu-and-sid-2016-230x233.png', 223 '[email protected]', 224 'building-block-wapuu-orlando-2016-230x237.png', 225 'canvas-wapuu.png', 226 'captian-w-230x292.png', 227 'carole-community-wapuu-230x284.png', 228 'catering-wapuu.png', 229 'cheesesteak-wapuu-230x230.png', 230 'cossack-wapuula-230x253.png', 231 'cowboy-coder-230x269.png', 232 'cowboy-wapuu-230x321.png', 233 '[email protected]', 234 'crab_wapuu-230x230.png', 235 'cropped-wapuu-brno-512-512-230x230.png', 236 'cubby-wapuu-230x232.png', 237 'david-bowie-wapuu-230x203.png', 238 'delhi-wapuu-2017-230x316.png', 239 'dokuganryu-wapuu-230x253.png', 240 'dracuu-230x215.png', 241 'duerer-wapuu-230x230.png', 242 'edinburgh-wapuu-230x247.png', 243 'eduwapuu-230x253.png', 244 'eight-ball-wapuu-230x254.png', 245 'exercisering-wapuu-230x255.png', 246 'fes-wapuu-230x253.png', 247 'football_wapuu-230x254.png', 248 'frankenpuu-230x230.png', 249 'frapuu-01-768x750-230x225.png', 250 'fujisan-wapuu-230x229.png', 251 '[email protected]', 252 'ghost-costume-wapuu-230x233.png', 253 'ghostbuster_wapuu-230x260.png', 254 'gianduu_wapuu-230x301.png', 255 'gokart_wapuu-230x204.png', 256 'gollum-wapuu-230x244.png', 257 '[email protected]', 258 'gravity-forms-astronaut-wapuu-mars-w-icon-230x245.png', 259 'gravity-forms-astronaut-wapuu-moon-w-icon-230x245.png', 260 'gravity-forms-astronaut-wapuu-saturn-w-icon-230x186.png', 261 'gravity-forms-franklin-san-jose-wapuu-230x245.png', 262 '[email protected]', 263 'haobhau-in-jungle-230x294.png', 264 'heart_wapuu-230x230.png', 265 'heian-wapuu-230x253.png', 266 'hex-wapuu-1810917-230x230.png', 267 'hip-hop-wapuu-230x291.png', 268 'hot_air_balloon_wapuu-230x416.png', 269 'indie-wapuu-with-text-598x660-230x254.png', 270 'inpsyde-wapuu-230x253.png', 271 'jedi_wapuu-230x341.png', 272 'jeepney-wapuu-230x230.png', 273 'jpop_wapuu-230x254.png', 274 'kabuki_wapuu_seal-230x230.png', 275 'kani-wapuu.png', 276 'keep-austin-weird-wapuu-230x214.png', 277 'krimpet-wapuu-230x230.png', 278 'kurashiki-wapuu-230x254.png', 279 'london2016-wapuu-230x253.png', 280 'lumberjack_wapuu-230x291.png', 281 'lyon-wapuu-lugdunum-230x253.png', 282 '[email protected]', 283 'maiko-wapuu-230x266.png', 284 'maikochan-and-wapuu-230x230.png', 285 'main-wabster-230x279.png', 286 'manawapuu-230x230.png', 287 'manchester-wapuu.png', 288 'mango-wapuu-230x361.png', 289 'marinwapuu-230x242.png', 290 'mascotte_final-230x225.png', 291 'masuzushi-wapuu-230x253.png', 292 'matsuri-wapuu-230x253.png', 293 'mecha_wapuu_color-230x200.png', 294 'mercenary-wapuu-e1507954765785-230x253.png', 295 'mineiro-wapuu-230x230.png', 296 'mineiro-wapuu.png', 297 '[email protected]', 298 'monk_wapuu-230x255.png', 299 'mr-nuremberg-wapuu.png', 300 'mrs-nuremberg-wapuu-230x238.png', 301 '[email protected]', 302 'mummypuu_2017WCPhilly_300x300-230x230.png', 303 'napuu-230x215.png', 304 'nashville-wapuu-2017-230x181.png', 305 'nepuu-230x288.png', 306 'ninja_wapuu-230x286.png', 307 'nom-nom-wapuu-230x232.png', 308 'octapuu-230x239.png', 309 'okita-wapuu-230x253.png', 310 'okita-wapuu.png', 311 'onsen-wapuu-230x253.png', 312 'original_wapuu-230x254.png', 313 'ottawa-wapuu-230x310.png', 314 'piratepuu_2017WCPhilly-230x230.png', 315 'pretzel-wapuu-230x230.png', 316 'r2-the-rtcamp-wapuu-230x253.png', 317 'r2wapuu-230x253.png', 318 'rabelo-o-wapuu-230x232.png', 319 'raleigh-wapuu-230x230.png', 320 'roboto-wapuu-wc-singapore-2017-230x298.png', 321 'rochester-wapuu-230x230.png', 322 'rocky-wapuu-230x230.png', 323 'rosie-the-wapuu-e1491020781914-230x230.png', 324 'rubiks-wapuu-230x254.png', 325 'sailor-wapuu-230x271.png', 326 'salakot-wapuu-230x213.png', 327 'santa_wapuu-230x230.png', 328 'sauna-wapuu-wordcamp-finland-2016-230x217.png', 329 'save-the-day-blue-230x230.png', 330 'savvii-wapuu-230x222.png', 331 'scope-creep-230x256.png', 332 'scott-wapuu-230x253.png', 333 'sele_wapuu2-230x235.png', 334 'shachihoko-wapuu-230x253.png', 335 'sheepuu-230x230.png', 336 'shikari-wapuu-230x278.png', 337 'shikasenbei-wapuu-230x253.png', 338 '[email protected]', 339 '[email protected]', 340 'space_wapuu-230x254.png', 341 'speaker-10min-wapuu-230x248.png', 342 'speaker-5min-wapuu-230x246.png', 343 'speaker-stop-wapuu-230x220.png', 344 'squirrel-wapuu-230x258.png', 345 'stateside_wappu-e1505339371784-230x222.png', 346 'sunshinecoast-wapuu-230x171.png', 347 'sunshinecoast-wapuu.png', 348 'sweden-wapuu-230x253.png', 349 'swiss-wapuu-1-230x253.png', 350 'sydney-wapuu-230x230.png', 351 'taekwon-blue-wapuu.png', 352 'taekwon-red-wapuu-230x253.png', 353 'takoyaki_wapuu-230x254.png', 354 'tampa-gasparilla-wapuu-230x253.png', 355 'tangerine-230x191.png', 356 'the-guruu-230x199.png', 357 'the-troll-230x246.png', 358 'tonkotsu-wapuu-230x251.png', 359 'tonkotsu-wapuu.png', 360 'try-me-230x243.gif', 361 'vampuu-liberty_2017WCPhilly-230x203.png', 362 'w3-230x262.png', 363 'wambhau-230x276.png', 364 'wapanduu_2-230x254.png', 365 'wapevil-wapuu-230x253.png', 366 'wapmas-wapuu-230x253.png', 367 'wappu-grad-230x317.png', 368 'wappu-logo-id-01-230x293 2.png', 369 'wappu-punt-230x241.png', 370 'wapsara-230x240.png', 371 'wapu-1-230x160.png', 372 'wapu-bagel-230x254.png', 373 'wapu-sloth-230x268.png', 374 'wapuda_shingenn-230x236.png', 375 'wapumura-kenshin-230x253.png', 376 'wapuu-2018-opt-230x230.png', 377 'wapuu-Robert-230x256.png', 378 'wapuu-alaaf-230x230.png', 379 'wapuu-arno-and-ezio-230x227.png', 380 'wapuu-batchoy-230x265.png', 381 'wapuu-blab-01-230x288.png', 382 '[email protected]', 383 'wapuu-brainhurts-230x182.png', 384 'wapuu-camera-230x209.png', 385 'wapuu-cangaceiro-230x230.png', 386 'wapuu-cheesehead-230x253.png', 387 'wapuu-cheesehead.png', 388 'wapuu-collector-pin-for-accessibility-230x231.png', 389 'wapuu-collector-pin-for-community-230x231.png', 390 'wapuu-collector-pin-for-content-230x230.png', 391 'wapuu-collector-pin-for-design-ui-230x230.png', 392 'wapuu-collector-pin-for-development-230x231.png', 393 'wapuu-collector-pin-for-support-230x230.png', 394 'wapuu-collector-pin-for-training-230x231.png', 395 'wapuu-collector-pin-for-translation-230x230.png', 396 'wapuu-cosplay-230x213.png', 397 'wapuu-de-la-wordcamp-santander-230x218.png', 398 'wapuu-der-ber-230x259.png', 399 'wapuu-dev-300x265.png', 400 'wapuu-efendi-230x291.png', 401 'wapuu-france-230x279.png', 402 'wapuu-guitar-230x242.png', 403 'wapuu-hampton-roads-230x239.png', 404 '[email protected]', 405 'wapuu-heropress-230x236.png', 406 'wapuu-hipster-230x306.png', 407 'wapuu-jags.png', 408 'wapuu-ji-chaudhary-230x253.png', 409 'wapuu-logo-toque-230x361.png', 410 'wapuu-macedonia-e1539815678794-230x239.png', 411 'wapuu-magic-230x338.png', 412 'wapuu-med-230x302.png', 413 'wapuu-micro-230x221.png', 414 'wapuu-minion-230x248.png', 415 'wapuu-moto-230x247.png', 416 'wapuu-mountie.png', 417 'wapuu-newtlab-230x240.png', 418 'wapuu-nijmegen-by-faktor22-230x408.png', 419 'wapuu-noypi-230x253.png', 420 'wapuu-nyc-230x385.png', 421 'wapuu-orange-230x264.png', 422 'wapuu-ottawa-mountie-230x361.png', 423 'wapuu-pixar-230x150.png', 424 'wapuu-pizza-230x222.png', 425 'wapuu-poststatus-230x307.png', 426 'wapuu-rome-230x230.png', 427 'wapuu-santa-230x259.png', 428 'wapuu-santa-230x288.png', 429 'wapuu-skunk-230x177.png', 430 'wapuu-sleepy-wordcamp-230x127.png', 431 'wapuu-snitch-230x145.png', 432 'wapuu-spy.png', 433 'wapuu-struggle-230x182.png', 434 'wapuu-tiger-230x254.png', 435 'wapuu-torque-230x265.png', 436 'wapuu-travel-230x255.png', 437 'wapuu-tron-230x271.png', 438 'wapuu-turku-lippu-2-230x282.png', 439 'wapuu-twins-230x221.png', 440 'wapuu-unipiper-230x485.png', 441 'wapuu-unipiper.png', 442 'wapuu-wptavern-230x275.png', 443 'wapuu2-with-lines-230x200.png', 444 'wapuu3-with-lines-230x273.png', 445 'wapuu_07-26-2-230x217.png', 446 'wapuu_cologne_baerbel_final-230x208.png', 447 'wapuu_cologne_hannes_final-230x278.png', 448 'wapuu_mcfly-230x170.png', 449 'wapuu_of_the_north.png', 450 'wapuu_on_fire-230x230.png', 451 'wapuu_translation-230x219.png', 452 'wapuu_translation2-230x219.png', 453 'wapuu_translation3-230x219.png', 454 'wapuu_translation4-230x219.png', 455 'wapuu_world-230x210.png', 456 'wapuubee-230x222.png', 457 'wapuugu-230x288.png', 458 'wapuujlo-230x256.png', 459 'wapuunder-230x284.png', 460 'wapuunicorn-230x325.png', 461 'wapuushkin-wapuu-230x230.png', 462 'wapuutah-wapuu-230x233.png', 463 'war_wapuu-230x298.png', 464 '[email protected]', 465 'wcdfw2017-wapuu-flag-only-230x269.png', 466 'wcdublin-wapuu-230x294.png', 467 'wceu-2017-wapuu-female-230x271.png', 468 'wceu-2017-wapuu-female.png', 469 'wceu-2017-wapuu-male-230x271.png', 470 'wceu2016-leopold-mozart-wapuu-230x253.png', 471 'wceu2016-volto-mask-wapuu-230x253.png', 472 'wck-wapuu-230x278.png', 473 'wclvpa-wapuu-2016.png', 474 'wct2012.png', 475 'wct2013-kabuki-wapuu-230x233.png', 476 'wctokyo-wapuu-230x253.png', 477 'wctokyo2017-wapuu-230x155.png', 478 'wharf-230x279.png', 479 'white-hat-wapuu-230x192.png', 480 'winter_wapuu-230x311.png', 481 'wonder-wapuu-230x216.png', 482 'wordcamp-tokyo-wapuu-2012-230x233.png', 483 'wordpress_chs_wapuu-230x263.png', 484 'wordpress_wapuu_1080x1265-230x269.png', 485 'xiru-wapuu-230x230.png', 486 ); 487 488 return $image[ wp_rand( 0, count( $image ) - 1 ) ]; 489 } 20 // Include required files. 21 require_once plugin_dir_path( __FILE__ ) . 'includes/class-smntcs-wapuu-manager.php'; 22 require_once plugin_dir_path( __FILE__ ) . 'includes/class-smntcs-wapuu-widget.php';
Note: See TracChangeset
for help on using the changeset viewer.