nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

php81Packages.php-parallel-lint: 1.3.2.999 -> 1.4.0

release notes: https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/tag/v1.4.0

Patka 42a580f7 1fec1c17

+52 -1889
+48 -1885
pkgs/development/php-packages/php-parallel-lint/composer.lock
··· 4 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 5 "This file is @generated automatically" 6 6 ], 7 - "content-hash": "22c96862ce41ff63a0e4cc20b7aa9dd0", 7 + "content-hash": "6af3d2163a5c70028dd91fd6716df630", 8 8 "packages": [], 9 9 "packages-dev": [ 10 10 { 11 - "name": "dealerdirect/phpcodesniffer-composer-installer", 12 - "version": "v0.7.2", 11 + "name": "nette/tester", 12 + "version": "v2.5.2", 13 13 "source": { 14 14 "type": "git", 15 - "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", 16 - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db" 15 + "url": "https://github.com/nette/tester.git", 16 + "reference": "328d7b64579cdbc82e0e01d92ea9c58b9cf0a327" 17 17 }, 18 18 "dist": { 19 19 "type": "zip", 20 - "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", 21 - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", 20 + "url": "https://api.github.com/repos/nette/tester/zipball/328d7b64579cdbc82e0e01d92ea9c58b9cf0a327", 21 + "reference": "328d7b64579cdbc82e0e01d92ea9c58b9cf0a327", 22 22 "shasum": "" 23 23 }, 24 24 "require": { 25 - "composer-plugin-api": "^1.0 || ^2.0", 26 - "php": ">=5.3", 27 - "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" 25 + "php": ">=8.0 <8.4" 28 26 }, 29 27 "require-dev": { 30 - "composer/composer": "*", 31 - "php-parallel-lint/php-parallel-lint": "^1.3.1", 32 - "phpcompatibility/php-compatibility": "^9.0" 33 - }, 34 - "type": "composer-plugin", 35 - "extra": { 36 - "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" 37 - }, 38 - "autoload": { 39 - "psr-4": { 40 - "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" 41 - } 42 - }, 43 - "notification-url": "https://packagist.org/downloads/", 44 - "license": [ 45 - "MIT" 46 - ], 47 - "authors": [ 48 - { 49 - "name": "Franck Nijhof", 50 - "email": "franck.nijhof@dealerdirect.com", 51 - "homepage": "http://www.frenck.nl", 52 - "role": "Developer / IT Manager" 53 - }, 54 - { 55 - "name": "Contributors", 56 - "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors" 57 - } 58 - ], 59 - "description": "PHP_CodeSniffer Standards Composer Installer Plugin", 60 - "homepage": "http://www.dealerdirect.com", 61 - "keywords": [ 62 - "PHPCodeSniffer", 63 - "PHP_CodeSniffer", 64 - "code quality", 65 - "codesniffer", 66 - "composer", 67 - "installer", 68 - "phpcbf", 69 - "phpcs", 70 - "plugin", 71 - "qa", 72 - "quality", 73 - "standard", 74 - "standards", 75 - "style guide", 76 - "stylecheck", 77 - "tests" 78 - ], 79 - "support": { 80 - "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", 81 - "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" 82 - }, 83 - "time": "2022-02-04T12:51:07+00:00" 84 - }, 85 - { 86 - "name": "doctrine/instantiator", 87 - "version": "2.0.0", 88 - "source": { 89 - "type": "git", 90 - "url": "https://github.com/doctrine/instantiator.git", 91 - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" 92 - }, 93 - "dist": { 94 - "type": "zip", 95 - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", 96 - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", 97 - "shasum": "" 98 - }, 99 - "require": { 100 - "php": "^8.1" 101 - }, 102 - "require-dev": { 103 - "doctrine/coding-standard": "^11", 104 - "ext-pdo": "*", 105 - "ext-phar": "*", 106 - "phpbench/phpbench": "^1.2", 107 - "phpstan/phpstan": "^1.9.4", 108 - "phpstan/phpstan-phpunit": "^1.3", 109 - "phpunit/phpunit": "^9.5.27", 110 - "vimeo/psalm": "^5.4" 111 - }, 112 - "type": "library", 113 - "autoload": { 114 - "psr-4": { 115 - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 116 - } 117 - }, 118 - "notification-url": "https://packagist.org/downloads/", 119 - "license": [ 120 - "MIT" 121 - ], 122 - "authors": [ 123 - { 124 - "name": "Marco Pivetta", 125 - "email": "ocramius@gmail.com", 126 - "homepage": "https://ocramius.github.io/" 127 - } 128 - ], 129 - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 130 - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 131 - "keywords": [ 132 - "constructor", 133 - "instantiate" 134 - ], 135 - "support": { 136 - "issues": "https://github.com/doctrine/instantiator/issues", 137 - "source": "https://github.com/doctrine/instantiator/tree/2.0.0" 138 - }, 139 - "funding": [ 140 - { 141 - "url": "https://www.doctrine-project.org/sponsorship.html", 142 - "type": "custom" 143 - }, 144 - { 145 - "url": "https://www.patreon.com/phpdoctrine", 146 - "type": "patreon" 147 - }, 148 - { 149 - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 150 - "type": "tidelift" 151 - } 152 - ], 153 - "time": "2022-12-30T00:23:10+00:00" 154 - }, 155 - { 156 - "name": "myclabs/deep-copy", 157 - "version": "1.11.1", 158 - "source": { 159 - "type": "git", 160 - "url": "https://github.com/myclabs/DeepCopy.git", 161 - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" 162 - }, 163 - "dist": { 164 - "type": "zip", 165 - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 166 - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 167 - "shasum": "" 168 - }, 169 - "require": { 170 - "php": "^7.1 || ^8.0" 171 - }, 172 - "conflict": { 173 - "doctrine/collections": "<1.6.8", 174 - "doctrine/common": "<2.13.3 || >=3,<3.2.2" 175 - }, 176 - "require-dev": { 177 - "doctrine/collections": "^1.6.8", 178 - "doctrine/common": "^2.13.3 || ^3.2.2", 179 - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 180 - }, 181 - "type": "library", 182 - "autoload": { 183 - "files": [ 184 - "src/DeepCopy/deep_copy.php" 185 - ], 186 - "psr-4": { 187 - "DeepCopy\\": "src/DeepCopy/" 188 - } 189 - }, 190 - "notification-url": "https://packagist.org/downloads/", 191 - "license": [ 192 - "MIT" 193 - ], 194 - "description": "Create deep copies (clones) of your objects", 195 - "keywords": [ 196 - "clone", 197 - "copy", 198 - "duplicate", 199 - "object", 200 - "object graph" 201 - ], 202 - "support": { 203 - "issues": "https://github.com/myclabs/DeepCopy/issues", 204 - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" 205 - }, 206 - "funding": [ 207 - { 208 - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 209 - "type": "tidelift" 210 - } 211 - ], 212 - "time": "2023-03-08T13:26:56+00:00" 213 - }, 214 - { 215 - "name": "nikic/php-parser", 216 - "version": "v5.0.0", 217 - "source": { 218 - "type": "git", 219 - "url": "https://github.com/nikic/PHP-Parser.git", 220 - "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc" 221 - }, 222 - "dist": { 223 - "type": "zip", 224 - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc", 225 - "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc", 226 - "shasum": "" 227 - }, 228 - "require": { 229 - "ext-ctype": "*", 230 - "ext-json": "*", 231 - "ext-tokenizer": "*", 232 - "php": ">=7.4" 233 - }, 234 - "require-dev": { 235 - "ircmaxell/php-yacc": "^0.0.7", 236 - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 28 + "ext-simplexml": "*", 29 + "phpstan/phpstan": "^1.0" 237 30 }, 238 31 "bin": [ 239 - "bin/php-parse" 32 + "src/tester" 240 33 ], 241 34 "type": "library", 242 35 "extra": { 243 36 "branch-alias": { 244 - "dev-master": "5.0-dev" 37 + "dev-master": "2.5-dev" 245 38 } 246 39 }, 247 40 "autoload": { 248 - "psr-4": { 249 - "PhpParser\\": "lib/PhpParser" 250 - } 41 + "classmap": [ 42 + "src/" 43 + ] 251 44 }, 252 45 "notification-url": "https://packagist.org/downloads/", 253 46 "license": [ 254 - "BSD-3-Clause" 47 + "BSD-3-Clause", 48 + "GPL-2.0-only", 49 + "GPL-3.0-only" 255 50 ], 256 51 "authors": [ 257 52 { 258 - "name": "Nikita Popov" 53 + "name": "David Grudl", 54 + "homepage": "https://davidgrudl.com" 55 + }, 56 + { 57 + "name": "Miloslav Hůla", 58 + "homepage": "https://github.com/milo" 59 + }, 60 + { 61 + "name": "Nette Community", 62 + "homepage": "https://nette.org/contributors" 259 63 } 260 64 ], 261 - "description": "A PHP parser written in PHP", 65 + "description": "Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏", 66 + "homepage": "https://tester.nette.org", 262 67 "keywords": [ 263 - "parser", 264 - "php" 68 + "Xdebug", 69 + "assertions", 70 + "clover", 71 + "code coverage", 72 + "nette", 73 + "pcov", 74 + "phpdbg", 75 + "phpunit", 76 + "testing", 77 + "unit" 265 78 ], 266 79 "support": { 267 - "issues": "https://github.com/nikic/PHP-Parser/issues", 268 - "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.0" 80 + "issues": "https://github.com/nette/tester/issues", 81 + "source": "https://github.com/nette/tester/tree/v2.5.2" 269 82 }, 270 - "time": "2024-01-07T17:17:35+00:00" 271 - }, 272 - { 273 - "name": "phar-io/manifest", 274 - "version": "2.0.3", 275 - "source": { 276 - "type": "git", 277 - "url": "https://github.com/phar-io/manifest.git", 278 - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" 279 - }, 280 - "dist": { 281 - "type": "zip", 282 - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", 283 - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", 284 - "shasum": "" 285 - }, 286 - "require": { 287 - "ext-dom": "*", 288 - "ext-phar": "*", 289 - "ext-xmlwriter": "*", 290 - "phar-io/version": "^3.0.1", 291 - "php": "^7.2 || ^8.0" 292 - }, 293 - "type": "library", 294 - "extra": { 295 - "branch-alias": { 296 - "dev-master": "2.0.x-dev" 297 - } 298 - }, 299 - "autoload": { 300 - "classmap": [ 301 - "src/" 302 - ] 303 - }, 304 - "notification-url": "https://packagist.org/downloads/", 305 - "license": [ 306 - "BSD-3-Clause" 307 - ], 308 - "authors": [ 309 - { 310 - "name": "Arne Blankerts", 311 - "email": "arne@blankerts.de", 312 - "role": "Developer" 313 - }, 314 - { 315 - "name": "Sebastian Heuer", 316 - "email": "sebastian@phpeople.de", 317 - "role": "Developer" 318 - }, 319 - { 320 - "name": "Sebastian Bergmann", 321 - "email": "sebastian@phpunit.de", 322 - "role": "Developer" 323 - } 324 - ], 325 - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 326 - "support": { 327 - "issues": "https://github.com/phar-io/manifest/issues", 328 - "source": "https://github.com/phar-io/manifest/tree/2.0.3" 329 - }, 330 - "time": "2021-07-20T11:28:43+00:00" 331 - }, 332 - { 333 - "name": "phar-io/version", 334 - "version": "3.2.1", 335 - "source": { 336 - "type": "git", 337 - "url": "https://github.com/phar-io/version.git", 338 - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 339 - }, 340 - "dist": { 341 - "type": "zip", 342 - "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 343 - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 344 - "shasum": "" 345 - }, 346 - "require": { 347 - "php": "^7.2 || ^8.0" 348 - }, 349 - "type": "library", 350 - "autoload": { 351 - "classmap": [ 352 - "src/" 353 - ] 354 - }, 355 - "notification-url": "https://packagist.org/downloads/", 356 - "license": [ 357 - "BSD-3-Clause" 358 - ], 359 - "authors": [ 360 - { 361 - "name": "Arne Blankerts", 362 - "email": "arne@blankerts.de", 363 - "role": "Developer" 364 - }, 365 - { 366 - "name": "Sebastian Heuer", 367 - "email": "sebastian@phpeople.de", 368 - "role": "Developer" 369 - }, 370 - { 371 - "name": "Sebastian Bergmann", 372 - "email": "sebastian@phpunit.de", 373 - "role": "Developer" 374 - } 375 - ], 376 - "description": "Library for handling version information and constraints", 377 - "support": { 378 - "issues": "https://github.com/phar-io/version/issues", 379 - "source": "https://github.com/phar-io/version/tree/3.2.1" 380 - }, 381 - "time": "2022-02-21T01:04:05+00:00" 382 - }, 383 - { 384 - "name": "php-parallel-lint/php-code-style", 385 - "version": "v2.0", 386 - "source": { 387 - "type": "git", 388 - "url": "https://github.com/php-parallel-lint/PHP-Code-Style.git", 389 - "reference": "ffc9e7dd5ea867f7bf2983d922ba6f6697f1ee9b" 390 - }, 391 - "dist": { 392 - "type": "zip", 393 - "url": "https://api.github.com/repos/php-parallel-lint/PHP-Code-Style/zipball/ffc9e7dd5ea867f7bf2983d922ba6f6697f1ee9b", 394 - "reference": "ffc9e7dd5ea867f7bf2983d922ba6f6697f1ee9b", 395 - "shasum": "" 396 - }, 397 - "require": { 398 - "dealerdirect/phpcodesniffer-composer-installer": "^0.7", 399 - "phpcompatibility/php-compatibility": "^9.3", 400 - "squizlabs/php_codesniffer": "^3.6.1" 401 - }, 402 - "replace": { 403 - "jakub-onderka/php-code-style": "*" 404 - }, 405 - "type": "phpcodesniffer-standard", 406 - "notification-url": "https://packagist.org/downloads/", 407 - "license": [ 408 - "MIT" 409 - ], 410 - "authors": [ 411 - { 412 - "name": "Jakub Onderka", 413 - "email": "jakub.onderka@gmail.com", 414 - "homepage": "http://www.acci.cz" 415 - } 416 - ], 417 - "description": "PHP_CodeSniffer rules for projects in the PHP Parallel Lint organisation", 418 - "support": { 419 - "issues": "https://github.com/php-parallel-lint/PHP-Code-Style/issues", 420 - "source": "https://github.com/php-parallel-lint/PHP-Code-Style/tree/v2.0" 421 - }, 422 - "time": "2021-12-18T02:45:56+00:00" 83 + "time": "2024-01-08T11:41:26+00:00" 423 84 }, 424 85 { 425 86 "name": "php-parallel-lint/php-console-color", ··· 184 523 "time": "2022-02-18T08:23:19+00:00" 185 524 }, 186 525 { 187 - "name": "phpcompatibility/php-compatibility", 188 - "version": "9.3.5", 189 - "source": { 190 - "type": "git", 191 - "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", 192 - "reference": "9fb324479acf6f39452e0655d2429cc0d3914243" 193 - }, 194 - "dist": { 195 - "type": "zip", 196 - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243", 197 - "reference": "9fb324479acf6f39452e0655d2429cc0d3914243", 198 - "shasum": "" 199 - }, 200 - "require": { 201 - "php": ">=5.3", 202 - "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" 203 - }, 204 - "conflict": { 205 - "squizlabs/php_codesniffer": "2.6.2" 206 - }, 207 - "require-dev": { 208 - "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" 209 - }, 210 - "suggest": { 211 - "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", 212 - "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." 213 - }, 214 - "type": "phpcodesniffer-standard", 215 - "notification-url": "https://packagist.org/downloads/", 216 - "license": [ 217 - "LGPL-3.0-or-later" 218 - ], 219 - "authors": [ 220 - { 221 - "name": "Wim Godden", 222 - "homepage": "https://github.com/wimg", 223 - "role": "lead" 224 - }, 225 - { 226 - "name": "Juliette Reinders Folmer", 227 - "homepage": "https://github.com/jrfnl", 228 - "role": "lead" 229 - }, 230 - { 231 - "name": "Contributors", 232 - "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" 233 - } 234 - ], 235 - "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", 236 - "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", 237 - "keywords": [ 238 - "compatibility", 239 - "phpcs", 240 - "standards" 241 - ], 242 - "support": { 243 - "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues", 244 - "source": "https://github.com/PHPCompatibility/PHPCompatibility" 245 - }, 246 - "time": "2019-12-27T09:44:58+00:00" 247 - }, 248 - { 249 - "name": "phpunit/php-code-coverage", 250 - "version": "9.2.30", 251 - "source": { 252 - "type": "git", 253 - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 254 - "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089" 255 - }, 256 - "dist": { 257 - "type": "zip", 258 - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089", 259 - "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089", 260 - "shasum": "" 261 - }, 262 - "require": { 263 - "ext-dom": "*", 264 - "ext-libxml": "*", 265 - "ext-xmlwriter": "*", 266 - "nikic/php-parser": "^4.18 || ^5.0", 267 - "php": ">=7.3", 268 - "phpunit/php-file-iterator": "^3.0.3", 269 - "phpunit/php-text-template": "^2.0.2", 270 - "sebastian/code-unit-reverse-lookup": "^2.0.2", 271 - "sebastian/complexity": "^2.0", 272 - "sebastian/environment": "^5.1.2", 273 - "sebastian/lines-of-code": "^1.0.3", 274 - "sebastian/version": "^3.0.1", 275 - "theseer/tokenizer": "^1.2.0" 276 - }, 277 - "require-dev": { 278 - "phpunit/phpunit": "^9.3" 279 - }, 280 - "suggest": { 281 - "ext-pcov": "PHP extension that provides line coverage", 282 - "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 283 - }, 284 - "type": "library", 285 - "extra": { 286 - "branch-alias": { 287 - "dev-master": "9.2-dev" 288 - } 289 - }, 290 - "autoload": { 291 - "classmap": [ 292 - "src/" 293 - ] 294 - }, 295 - "notification-url": "https://packagist.org/downloads/", 296 - "license": [ 297 - "BSD-3-Clause" 298 - ], 299 - "authors": [ 300 - { 301 - "name": "Sebastian Bergmann", 302 - "email": "sebastian@phpunit.de", 303 - "role": "lead" 304 - } 305 - ], 306 - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 307 - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 308 - "keywords": [ 309 - "coverage", 310 - "testing", 311 - "xunit" 312 - ], 313 - "support": { 314 - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 315 - "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 316 - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30" 317 - }, 318 - "funding": [ 319 - { 320 - "url": "https://github.com/sebastianbergmann", 321 - "type": "github" 322 - } 323 - ], 324 - "time": "2023-12-22T06:47:57+00:00" 325 - }, 326 - { 327 - "name": "phpunit/php-file-iterator", 328 - "version": "3.0.6", 329 - "source": { 330 - "type": "git", 331 - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 332 - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" 333 - }, 334 - "dist": { 335 - "type": "zip", 336 - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", 337 - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", 338 - "shasum": "" 339 - }, 340 - "require": { 341 - "php": ">=7.3" 342 - }, 343 - "require-dev": { 344 - "phpunit/phpunit": "^9.3" 345 - }, 346 - "type": "library", 347 - "extra": { 348 - "branch-alias": { 349 - "dev-master": "3.0-dev" 350 - } 351 - }, 352 - "autoload": { 353 - "classmap": [ 354 - "src/" 355 - ] 356 - }, 357 - "notification-url": "https://packagist.org/downloads/", 358 - "license": [ 359 - "BSD-3-Clause" 360 - ], 361 - "authors": [ 362 - { 363 - "name": "Sebastian Bergmann", 364 - "email": "sebastian@phpunit.de", 365 - "role": "lead" 366 - } 367 - ], 368 - "description": "FilterIterator implementation that filters files based on a list of suffixes.", 369 - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 370 - "keywords": [ 371 - "filesystem", 372 - "iterator" 373 - ], 374 - "support": { 375 - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 376 - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" 377 - }, 378 - "funding": [ 379 - { 380 - "url": "https://github.com/sebastianbergmann", 381 - "type": "github" 382 - } 383 - ], 384 - "time": "2021-12-02T12:48:52+00:00" 385 - }, 386 - { 387 - "name": "phpunit/php-invoker", 388 - "version": "3.1.1", 389 - "source": { 390 - "type": "git", 391 - "url": "https://github.com/sebastianbergmann/php-invoker.git", 392 - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" 393 - }, 394 - "dist": { 395 - "type": "zip", 396 - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 397 - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 398 - "shasum": "" 399 - }, 400 - "require": { 401 - "php": ">=7.3" 402 - }, 403 - "require-dev": { 404 - "ext-pcntl": "*", 405 - "phpunit/phpunit": "^9.3" 406 - }, 407 - "suggest": { 408 - "ext-pcntl": "*" 409 - }, 410 - "type": "library", 411 - "extra": { 412 - "branch-alias": { 413 - "dev-master": "3.1-dev" 414 - } 415 - }, 416 - "autoload": { 417 - "classmap": [ 418 - "src/" 419 - ] 420 - }, 421 - "notification-url": "https://packagist.org/downloads/", 422 - "license": [ 423 - "BSD-3-Clause" 424 - ], 425 - "authors": [ 426 - { 427 - "name": "Sebastian Bergmann", 428 - "email": "sebastian@phpunit.de", 429 - "role": "lead" 430 - } 431 - ], 432 - "description": "Invoke callables with a timeout", 433 - "homepage": "https://github.com/sebastianbergmann/php-invoker/", 434 - "keywords": [ 435 - "process" 436 - ], 437 - "support": { 438 - "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 439 - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" 440 - }, 441 - "funding": [ 442 - { 443 - "url": "https://github.com/sebastianbergmann", 444 - "type": "github" 445 - } 446 - ], 447 - "time": "2020-09-28T05:58:55+00:00" 448 - }, 449 - { 450 - "name": "phpunit/php-text-template", 451 - "version": "2.0.4", 452 - "source": { 453 - "type": "git", 454 - "url": "https://github.com/sebastianbergmann/php-text-template.git", 455 - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" 456 - }, 457 - "dist": { 458 - "type": "zip", 459 - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 460 - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 461 - "shasum": "" 462 - }, 463 - "require": { 464 - "php": ">=7.3" 465 - }, 466 - "require-dev": { 467 - "phpunit/phpunit": "^9.3" 468 - }, 469 - "type": "library", 470 - "extra": { 471 - "branch-alias": { 472 - "dev-master": "2.0-dev" 473 - } 474 - }, 475 - "autoload": { 476 - "classmap": [ 477 - "src/" 478 - ] 479 - }, 480 - "notification-url": "https://packagist.org/downloads/", 481 - "license": [ 482 - "BSD-3-Clause" 483 - ], 484 - "authors": [ 485 - { 486 - "name": "Sebastian Bergmann", 487 - "email": "sebastian@phpunit.de", 488 - "role": "lead" 489 - } 490 - ], 491 - "description": "Simple template engine.", 492 - "homepage": "https://github.com/sebastianbergmann/php-text-template/", 493 - "keywords": [ 494 - "template" 495 - ], 496 - "support": { 497 - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 498 - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" 499 - }, 500 - "funding": [ 501 - { 502 - "url": "https://github.com/sebastianbergmann", 503 - "type": "github" 504 - } 505 - ], 506 - "time": "2020-10-26T05:33:50+00:00" 507 - }, 508 - { 509 - "name": "phpunit/php-timer", 510 - "version": "5.0.3", 511 - "source": { 512 - "type": "git", 513 - "url": "https://github.com/sebastianbergmann/php-timer.git", 514 - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" 515 - }, 516 - "dist": { 517 - "type": "zip", 518 - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 519 - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 520 - "shasum": "" 521 - }, 522 - "require": { 523 - "php": ">=7.3" 524 - }, 525 - "require-dev": { 526 - "phpunit/phpunit": "^9.3" 527 - }, 528 - "type": "library", 529 - "extra": { 530 - "branch-alias": { 531 - "dev-master": "5.0-dev" 532 - } 533 - }, 534 - "autoload": { 535 - "classmap": [ 536 - "src/" 537 - ] 538 - }, 539 - "notification-url": "https://packagist.org/downloads/", 540 - "license": [ 541 - "BSD-3-Clause" 542 - ], 543 - "authors": [ 544 - { 545 - "name": "Sebastian Bergmann", 546 - "email": "sebastian@phpunit.de", 547 - "role": "lead" 548 - } 549 - ], 550 - "description": "Utility class for timing", 551 - "homepage": "https://github.com/sebastianbergmann/php-timer/", 552 - "keywords": [ 553 - "timer" 554 - ], 555 - "support": { 556 - "issues": "https://github.com/sebastianbergmann/php-timer/issues", 557 - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" 558 - }, 559 - "funding": [ 560 - { 561 - "url": "https://github.com/sebastianbergmann", 562 - "type": "github" 563 - } 564 - ], 565 - "time": "2020-10-26T13:16:10+00:00" 566 - }, 567 - { 568 - "name": "phpunit/phpunit", 569 - "version": "9.6.16", 570 - "source": { 571 - "type": "git", 572 - "url": "https://github.com/sebastianbergmann/phpunit.git", 573 - "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f" 574 - }, 575 - "dist": { 576 - "type": "zip", 577 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3767b2c56ce02d01e3491046f33466a1ae60a37f", 578 - "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f", 579 - "shasum": "" 580 - }, 581 - "require": { 582 - "doctrine/instantiator": "^1.3.1 || ^2", 583 - "ext-dom": "*", 584 - "ext-json": "*", 585 - "ext-libxml": "*", 586 - "ext-mbstring": "*", 587 - "ext-xml": "*", 588 - "ext-xmlwriter": "*", 589 - "myclabs/deep-copy": "^1.10.1", 590 - "phar-io/manifest": "^2.0.3", 591 - "phar-io/version": "^3.0.2", 592 - "php": ">=7.3", 593 - "phpunit/php-code-coverage": "^9.2.28", 594 - "phpunit/php-file-iterator": "^3.0.5", 595 - "phpunit/php-invoker": "^3.1.1", 596 - "phpunit/php-text-template": "^2.0.3", 597 - "phpunit/php-timer": "^5.0.2", 598 - "sebastian/cli-parser": "^1.0.1", 599 - "sebastian/code-unit": "^1.0.6", 600 - "sebastian/comparator": "^4.0.8", 601 - "sebastian/diff": "^4.0.3", 602 - "sebastian/environment": "^5.1.3", 603 - "sebastian/exporter": "^4.0.5", 604 - "sebastian/global-state": "^5.0.1", 605 - "sebastian/object-enumerator": "^4.0.3", 606 - "sebastian/resource-operations": "^3.0.3", 607 - "sebastian/type": "^3.2", 608 - "sebastian/version": "^3.0.2" 609 - }, 610 - "suggest": { 611 - "ext-soap": "To be able to generate mocks based on WSDL files", 612 - "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 613 - }, 614 - "bin": [ 615 - "phpunit" 616 - ], 617 - "type": "library", 618 - "extra": { 619 - "branch-alias": { 620 - "dev-master": "9.6-dev" 621 - } 622 - }, 623 - "autoload": { 624 - "files": [ 625 - "src/Framework/Assert/Functions.php" 626 - ], 627 - "classmap": [ 628 - "src/" 629 - ] 630 - }, 631 - "notification-url": "https://packagist.org/downloads/", 632 - "license": [ 633 - "BSD-3-Clause" 634 - ], 635 - "authors": [ 636 - { 637 - "name": "Sebastian Bergmann", 638 - "email": "sebastian@phpunit.de", 639 - "role": "lead" 640 - } 641 - ], 642 - "description": "The PHP Unit Testing framework.", 643 - "homepage": "https://phpunit.de/", 644 - "keywords": [ 645 - "phpunit", 646 - "testing", 647 - "xunit" 648 - ], 649 - "support": { 650 - "issues": "https://github.com/sebastianbergmann/phpunit/issues", 651 - "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 652 - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.16" 653 - }, 654 - "funding": [ 655 - { 656 - "url": "https://phpunit.de/sponsors.html", 657 - "type": "custom" 658 - }, 659 - { 660 - "url": "https://github.com/sebastianbergmann", 661 - "type": "github" 662 - }, 663 - { 664 - "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 665 - "type": "tidelift" 666 - } 667 - ], 668 - "time": "2024-01-19T07:03:14+00:00" 669 - }, 670 - { 671 - "name": "sebastian/cli-parser", 672 - "version": "1.0.1", 673 - "source": { 674 - "type": "git", 675 - "url": "https://github.com/sebastianbergmann/cli-parser.git", 676 - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" 677 - }, 678 - "dist": { 679 - "type": "zip", 680 - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", 681 - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", 682 - "shasum": "" 683 - }, 684 - "require": { 685 - "php": ">=7.3" 686 - }, 687 - "require-dev": { 688 - "phpunit/phpunit": "^9.3" 689 - }, 690 - "type": "library", 691 - "extra": { 692 - "branch-alias": { 693 - "dev-master": "1.0-dev" 694 - } 695 - }, 696 - "autoload": { 697 - "classmap": [ 698 - "src/" 699 - ] 700 - }, 701 - "notification-url": "https://packagist.org/downloads/", 702 - "license": [ 703 - "BSD-3-Clause" 704 - ], 705 - "authors": [ 706 - { 707 - "name": "Sebastian Bergmann", 708 - "email": "sebastian@phpunit.de", 709 - "role": "lead" 710 - } 711 - ], 712 - "description": "Library for parsing CLI options", 713 - "homepage": "https://github.com/sebastianbergmann/cli-parser", 714 - "support": { 715 - "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 716 - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" 717 - }, 718 - "funding": [ 719 - { 720 - "url": "https://github.com/sebastianbergmann", 721 - "type": "github" 722 - } 723 - ], 724 - "time": "2020-09-28T06:08:49+00:00" 725 - }, 726 - { 727 - "name": "sebastian/code-unit", 728 - "version": "1.0.8", 729 - "source": { 730 - "type": "git", 731 - "url": "https://github.com/sebastianbergmann/code-unit.git", 732 - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" 733 - }, 734 - "dist": { 735 - "type": "zip", 736 - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", 737 - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", 738 - "shasum": "" 739 - }, 740 - "require": { 741 - "php": ">=7.3" 742 - }, 743 - "require-dev": { 744 - "phpunit/phpunit": "^9.3" 745 - }, 746 - "type": "library", 747 - "extra": { 748 - "branch-alias": { 749 - "dev-master": "1.0-dev" 750 - } 751 - }, 752 - "autoload": { 753 - "classmap": [ 754 - "src/" 755 - ] 756 - }, 757 - "notification-url": "https://packagist.org/downloads/", 758 - "license": [ 759 - "BSD-3-Clause" 760 - ], 761 - "authors": [ 762 - { 763 - "name": "Sebastian Bergmann", 764 - "email": "sebastian@phpunit.de", 765 - "role": "lead" 766 - } 767 - ], 768 - "description": "Collection of value objects that represent the PHP code units", 769 - "homepage": "https://github.com/sebastianbergmann/code-unit", 770 - "support": { 771 - "issues": "https://github.com/sebastianbergmann/code-unit/issues", 772 - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" 773 - }, 774 - "funding": [ 775 - { 776 - "url": "https://github.com/sebastianbergmann", 777 - "type": "github" 778 - } 779 - ], 780 - "time": "2020-10-26T13:08:54+00:00" 781 - }, 782 - { 783 - "name": "sebastian/code-unit-reverse-lookup", 784 - "version": "2.0.3", 785 - "source": { 786 - "type": "git", 787 - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 788 - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" 789 - }, 790 - "dist": { 791 - "type": "zip", 792 - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 793 - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 794 - "shasum": "" 795 - }, 796 - "require": { 797 - "php": ">=7.3" 798 - }, 799 - "require-dev": { 800 - "phpunit/phpunit": "^9.3" 801 - }, 802 - "type": "library", 803 - "extra": { 804 - "branch-alias": { 805 - "dev-master": "2.0-dev" 806 - } 807 - }, 808 - "autoload": { 809 - "classmap": [ 810 - "src/" 811 - ] 812 - }, 813 - "notification-url": "https://packagist.org/downloads/", 814 - "license": [ 815 - "BSD-3-Clause" 816 - ], 817 - "authors": [ 818 - { 819 - "name": "Sebastian Bergmann", 820 - "email": "sebastian@phpunit.de" 821 - } 822 - ], 823 - "description": "Looks up which function or method a line of code belongs to", 824 - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 825 - "support": { 826 - "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 827 - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" 828 - }, 829 - "funding": [ 830 - { 831 - "url": "https://github.com/sebastianbergmann", 832 - "type": "github" 833 - } 834 - ], 835 - "time": "2020-09-28T05:30:19+00:00" 836 - }, 837 - { 838 - "name": "sebastian/comparator", 839 - "version": "4.0.8", 840 - "source": { 841 - "type": "git", 842 - "url": "https://github.com/sebastianbergmann/comparator.git", 843 - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" 844 - }, 845 - "dist": { 846 - "type": "zip", 847 - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", 848 - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", 849 - "shasum": "" 850 - }, 851 - "require": { 852 - "php": ">=7.3", 853 - "sebastian/diff": "^4.0", 854 - "sebastian/exporter": "^4.0" 855 - }, 856 - "require-dev": { 857 - "phpunit/phpunit": "^9.3" 858 - }, 859 - "type": "library", 860 - "extra": { 861 - "branch-alias": { 862 - "dev-master": "4.0-dev" 863 - } 864 - }, 865 - "autoload": { 866 - "classmap": [ 867 - "src/" 868 - ] 869 - }, 870 - "notification-url": "https://packagist.org/downloads/", 871 - "license": [ 872 - "BSD-3-Clause" 873 - ], 874 - "authors": [ 875 - { 876 - "name": "Sebastian Bergmann", 877 - "email": "sebastian@phpunit.de" 878 - }, 879 - { 880 - "name": "Jeff Welch", 881 - "email": "whatthejeff@gmail.com" 882 - }, 883 - { 884 - "name": "Volker Dusch", 885 - "email": "github@wallbash.com" 886 - }, 887 - { 888 - "name": "Bernhard Schussek", 889 - "email": "bschussek@2bepublished.at" 890 - } 891 - ], 892 - "description": "Provides the functionality to compare PHP values for equality", 893 - "homepage": "https://github.com/sebastianbergmann/comparator", 894 - "keywords": [ 895 - "comparator", 896 - "compare", 897 - "equality" 898 - ], 899 - "support": { 900 - "issues": "https://github.com/sebastianbergmann/comparator/issues", 901 - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" 902 - }, 903 - "funding": [ 904 - { 905 - "url": "https://github.com/sebastianbergmann", 906 - "type": "github" 907 - } 908 - ], 909 - "time": "2022-09-14T12:41:17+00:00" 910 - }, 911 - { 912 - "name": "sebastian/complexity", 913 - "version": "2.0.3", 914 - "source": { 915 - "type": "git", 916 - "url": "https://github.com/sebastianbergmann/complexity.git", 917 - "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a" 918 - }, 919 - "dist": { 920 - "type": "zip", 921 - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a", 922 - "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a", 923 - "shasum": "" 924 - }, 925 - "require": { 926 - "nikic/php-parser": "^4.18 || ^5.0", 927 - "php": ">=7.3" 928 - }, 929 - "require-dev": { 930 - "phpunit/phpunit": "^9.3" 931 - }, 932 - "type": "library", 933 - "extra": { 934 - "branch-alias": { 935 - "dev-master": "2.0-dev" 936 - } 937 - }, 938 - "autoload": { 939 - "classmap": [ 940 - "src/" 941 - ] 942 - }, 943 - "notification-url": "https://packagist.org/downloads/", 944 - "license": [ 945 - "BSD-3-Clause" 946 - ], 947 - "authors": [ 948 - { 949 - "name": "Sebastian Bergmann", 950 - "email": "sebastian@phpunit.de", 951 - "role": "lead" 952 - } 953 - ], 954 - "description": "Library for calculating the complexity of PHP code units", 955 - "homepage": "https://github.com/sebastianbergmann/complexity", 956 - "support": { 957 - "issues": "https://github.com/sebastianbergmann/complexity/issues", 958 - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3" 959 - }, 960 - "funding": [ 961 - { 962 - "url": "https://github.com/sebastianbergmann", 963 - "type": "github" 964 - } 965 - ], 966 - "time": "2023-12-22T06:19:30+00:00" 967 - }, 968 - { 969 - "name": "sebastian/diff", 970 - "version": "4.0.5", 971 - "source": { 972 - "type": "git", 973 - "url": "https://github.com/sebastianbergmann/diff.git", 974 - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" 975 - }, 976 - "dist": { 977 - "type": "zip", 978 - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", 979 - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", 980 - "shasum": "" 981 - }, 982 - "require": { 983 - "php": ">=7.3" 984 - }, 985 - "require-dev": { 986 - "phpunit/phpunit": "^9.3", 987 - "symfony/process": "^4.2 || ^5" 988 - }, 989 - "type": "library", 990 - "extra": { 991 - "branch-alias": { 992 - "dev-master": "4.0-dev" 993 - } 994 - }, 995 - "autoload": { 996 - "classmap": [ 997 - "src/" 998 - ] 999 - }, 1000 - "notification-url": "https://packagist.org/downloads/", 1001 - "license": [ 1002 - "BSD-3-Clause" 1003 - ], 1004 - "authors": [ 1005 - { 1006 - "name": "Sebastian Bergmann", 1007 - "email": "sebastian@phpunit.de" 1008 - }, 1009 - { 1010 - "name": "Kore Nordmann", 1011 - "email": "mail@kore-nordmann.de" 1012 - } 1013 - ], 1014 - "description": "Diff implementation", 1015 - "homepage": "https://github.com/sebastianbergmann/diff", 1016 - "keywords": [ 1017 - "diff", 1018 - "udiff", 1019 - "unidiff", 1020 - "unified diff" 1021 - ], 1022 - "support": { 1023 - "issues": "https://github.com/sebastianbergmann/diff/issues", 1024 - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" 1025 - }, 1026 - "funding": [ 1027 - { 1028 - "url": "https://github.com/sebastianbergmann", 1029 - "type": "github" 1030 - } 1031 - ], 1032 - "time": "2023-05-07T05:35:17+00:00" 1033 - }, 1034 - { 1035 - "name": "sebastian/environment", 1036 - "version": "5.1.5", 1037 - "source": { 1038 - "type": "git", 1039 - "url": "https://github.com/sebastianbergmann/environment.git", 1040 - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" 1041 - }, 1042 - "dist": { 1043 - "type": "zip", 1044 - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", 1045 - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", 1046 - "shasum": "" 1047 - }, 1048 - "require": { 1049 - "php": ">=7.3" 1050 - }, 1051 - "require-dev": { 1052 - "phpunit/phpunit": "^9.3" 1053 - }, 1054 - "suggest": { 1055 - "ext-posix": "*" 1056 - }, 1057 - "type": "library", 1058 - "extra": { 1059 - "branch-alias": { 1060 - "dev-master": "5.1-dev" 1061 - } 1062 - }, 1063 - "autoload": { 1064 - "classmap": [ 1065 - "src/" 1066 - ] 1067 - }, 1068 - "notification-url": "https://packagist.org/downloads/", 1069 - "license": [ 1070 - "BSD-3-Clause" 1071 - ], 1072 - "authors": [ 1073 - { 1074 - "name": "Sebastian Bergmann", 1075 - "email": "sebastian@phpunit.de" 1076 - } 1077 - ], 1078 - "description": "Provides functionality to handle HHVM/PHP environments", 1079 - "homepage": "http://www.github.com/sebastianbergmann/environment", 1080 - "keywords": [ 1081 - "Xdebug", 1082 - "environment", 1083 - "hhvm" 1084 - ], 1085 - "support": { 1086 - "issues": "https://github.com/sebastianbergmann/environment/issues", 1087 - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" 1088 - }, 1089 - "funding": [ 1090 - { 1091 - "url": "https://github.com/sebastianbergmann", 1092 - "type": "github" 1093 - } 1094 - ], 1095 - "time": "2023-02-03T06:03:51+00:00" 1096 - }, 1097 - { 1098 - "name": "sebastian/exporter", 1099 - "version": "4.0.5", 1100 - "source": { 1101 - "type": "git", 1102 - "url": "https://github.com/sebastianbergmann/exporter.git", 1103 - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" 1104 - }, 1105 - "dist": { 1106 - "type": "zip", 1107 - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", 1108 - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", 1109 - "shasum": "" 1110 - }, 1111 - "require": { 1112 - "php": ">=7.3", 1113 - "sebastian/recursion-context": "^4.0" 1114 - }, 1115 - "require-dev": { 1116 - "ext-mbstring": "*", 1117 - "phpunit/phpunit": "^9.3" 1118 - }, 1119 - "type": "library", 1120 - "extra": { 1121 - "branch-alias": { 1122 - "dev-master": "4.0-dev" 1123 - } 1124 - }, 1125 - "autoload": { 1126 - "classmap": [ 1127 - "src/" 1128 - ] 1129 - }, 1130 - "notification-url": "https://packagist.org/downloads/", 1131 - "license": [ 1132 - "BSD-3-Clause" 1133 - ], 1134 - "authors": [ 1135 - { 1136 - "name": "Sebastian Bergmann", 1137 - "email": "sebastian@phpunit.de" 1138 - }, 1139 - { 1140 - "name": "Jeff Welch", 1141 - "email": "whatthejeff@gmail.com" 1142 - }, 1143 - { 1144 - "name": "Volker Dusch", 1145 - "email": "github@wallbash.com" 1146 - }, 1147 - { 1148 - "name": "Adam Harvey", 1149 - "email": "aharvey@php.net" 1150 - }, 1151 - { 1152 - "name": "Bernhard Schussek", 1153 - "email": "bschussek@gmail.com" 1154 - } 1155 - ], 1156 - "description": "Provides the functionality to export PHP variables for visualization", 1157 - "homepage": "https://www.github.com/sebastianbergmann/exporter", 1158 - "keywords": [ 1159 - "export", 1160 - "exporter" 1161 - ], 1162 - "support": { 1163 - "issues": "https://github.com/sebastianbergmann/exporter/issues", 1164 - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" 1165 - }, 1166 - "funding": [ 1167 - { 1168 - "url": "https://github.com/sebastianbergmann", 1169 - "type": "github" 1170 - } 1171 - ], 1172 - "time": "2022-09-14T06:03:37+00:00" 1173 - }, 1174 - { 1175 - "name": "sebastian/global-state", 1176 - "version": "5.0.6", 1177 - "source": { 1178 - "type": "git", 1179 - "url": "https://github.com/sebastianbergmann/global-state.git", 1180 - "reference": "bde739e7565280bda77be70044ac1047bc007e34" 1181 - }, 1182 - "dist": { 1183 - "type": "zip", 1184 - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", 1185 - "reference": "bde739e7565280bda77be70044ac1047bc007e34", 1186 - "shasum": "" 1187 - }, 1188 - "require": { 1189 - "php": ">=7.3", 1190 - "sebastian/object-reflector": "^2.0", 1191 - "sebastian/recursion-context": "^4.0" 1192 - }, 1193 - "require-dev": { 1194 - "ext-dom": "*", 1195 - "phpunit/phpunit": "^9.3" 1196 - }, 1197 - "suggest": { 1198 - "ext-uopz": "*" 1199 - }, 1200 - "type": "library", 1201 - "extra": { 1202 - "branch-alias": { 1203 - "dev-master": "5.0-dev" 1204 - } 1205 - }, 1206 - "autoload": { 1207 - "classmap": [ 1208 - "src/" 1209 - ] 1210 - }, 1211 - "notification-url": "https://packagist.org/downloads/", 1212 - "license": [ 1213 - "BSD-3-Clause" 1214 - ], 1215 - "authors": [ 1216 - { 1217 - "name": "Sebastian Bergmann", 1218 - "email": "sebastian@phpunit.de" 1219 - } 1220 - ], 1221 - "description": "Snapshotting of global state", 1222 - "homepage": "http://www.github.com/sebastianbergmann/global-state", 1223 - "keywords": [ 1224 - "global state" 1225 - ], 1226 - "support": { 1227 - "issues": "https://github.com/sebastianbergmann/global-state/issues", 1228 - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" 1229 - }, 1230 - "funding": [ 1231 - { 1232 - "url": "https://github.com/sebastianbergmann", 1233 - "type": "github" 1234 - } 1235 - ], 1236 - "time": "2023-08-02T09:26:13+00:00" 1237 - }, 1238 - { 1239 - "name": "sebastian/lines-of-code", 1240 - "version": "1.0.4", 1241 - "source": { 1242 - "type": "git", 1243 - "url": "https://github.com/sebastianbergmann/lines-of-code.git", 1244 - "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5" 1245 - }, 1246 - "dist": { 1247 - "type": "zip", 1248 - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5", 1249 - "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5", 1250 - "shasum": "" 1251 - }, 1252 - "require": { 1253 - "nikic/php-parser": "^4.18 || ^5.0", 1254 - "php": ">=7.3" 1255 - }, 1256 - "require-dev": { 1257 - "phpunit/phpunit": "^9.3" 1258 - }, 1259 - "type": "library", 1260 - "extra": { 1261 - "branch-alias": { 1262 - "dev-master": "1.0-dev" 1263 - } 1264 - }, 1265 - "autoload": { 1266 - "classmap": [ 1267 - "src/" 1268 - ] 1269 - }, 1270 - "notification-url": "https://packagist.org/downloads/", 1271 - "license": [ 1272 - "BSD-3-Clause" 1273 - ], 1274 - "authors": [ 1275 - { 1276 - "name": "Sebastian Bergmann", 1277 - "email": "sebastian@phpunit.de", 1278 - "role": "lead" 1279 - } 1280 - ], 1281 - "description": "Library for counting the lines of code in PHP source code", 1282 - "homepage": "https://github.com/sebastianbergmann/lines-of-code", 1283 - "support": { 1284 - "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 1285 - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4" 1286 - }, 1287 - "funding": [ 1288 - { 1289 - "url": "https://github.com/sebastianbergmann", 1290 - "type": "github" 1291 - } 1292 - ], 1293 - "time": "2023-12-22T06:20:34+00:00" 1294 - }, 1295 - { 1296 - "name": "sebastian/object-enumerator", 1297 - "version": "4.0.4", 1298 - "source": { 1299 - "type": "git", 1300 - "url": "https://github.com/sebastianbergmann/object-enumerator.git", 1301 - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" 1302 - }, 1303 - "dist": { 1304 - "type": "zip", 1305 - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", 1306 - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", 1307 - "shasum": "" 1308 - }, 1309 - "require": { 1310 - "php": ">=7.3", 1311 - "sebastian/object-reflector": "^2.0", 1312 - "sebastian/recursion-context": "^4.0" 1313 - }, 1314 - "require-dev": { 1315 - "phpunit/phpunit": "^9.3" 1316 - }, 1317 - "type": "library", 1318 - "extra": { 1319 - "branch-alias": { 1320 - "dev-master": "4.0-dev" 1321 - } 1322 - }, 1323 - "autoload": { 1324 - "classmap": [ 1325 - "src/" 1326 - ] 1327 - }, 1328 - "notification-url": "https://packagist.org/downloads/", 1329 - "license": [ 1330 - "BSD-3-Clause" 1331 - ], 1332 - "authors": [ 1333 - { 1334 - "name": "Sebastian Bergmann", 1335 - "email": "sebastian@phpunit.de" 1336 - } 1337 - ], 1338 - "description": "Traverses array structures and object graphs to enumerate all referenced objects", 1339 - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 1340 - "support": { 1341 - "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 1342 - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" 1343 - }, 1344 - "funding": [ 1345 - { 1346 - "url": "https://github.com/sebastianbergmann", 1347 - "type": "github" 1348 - } 1349 - ], 1350 - "time": "2020-10-26T13:12:34+00:00" 1351 - }, 1352 - { 1353 - "name": "sebastian/object-reflector", 1354 - "version": "2.0.4", 1355 - "source": { 1356 - "type": "git", 1357 - "url": "https://github.com/sebastianbergmann/object-reflector.git", 1358 - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" 1359 - }, 1360 - "dist": { 1361 - "type": "zip", 1362 - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 1363 - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 1364 - "shasum": "" 1365 - }, 1366 - "require": { 1367 - "php": ">=7.3" 1368 - }, 1369 - "require-dev": { 1370 - "phpunit/phpunit": "^9.3" 1371 - }, 1372 - "type": "library", 1373 - "extra": { 1374 - "branch-alias": { 1375 - "dev-master": "2.0-dev" 1376 - } 1377 - }, 1378 - "autoload": { 1379 - "classmap": [ 1380 - "src/" 1381 - ] 1382 - }, 1383 - "notification-url": "https://packagist.org/downloads/", 1384 - "license": [ 1385 - "BSD-3-Clause" 1386 - ], 1387 - "authors": [ 1388 - { 1389 - "name": "Sebastian Bergmann", 1390 - "email": "sebastian@phpunit.de" 1391 - } 1392 - ], 1393 - "description": "Allows reflection of object attributes, including inherited and non-public ones", 1394 - "homepage": "https://github.com/sebastianbergmann/object-reflector/", 1395 - "support": { 1396 - "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 1397 - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" 1398 - }, 1399 - "funding": [ 1400 - { 1401 - "url": "https://github.com/sebastianbergmann", 1402 - "type": "github" 1403 - } 1404 - ], 1405 - "time": "2020-10-26T13:14:26+00:00" 1406 - }, 1407 - { 1408 - "name": "sebastian/recursion-context", 1409 - "version": "4.0.5", 1410 - "source": { 1411 - "type": "git", 1412 - "url": "https://github.com/sebastianbergmann/recursion-context.git", 1413 - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" 1414 - }, 1415 - "dist": { 1416 - "type": "zip", 1417 - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", 1418 - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", 1419 - "shasum": "" 1420 - }, 1421 - "require": { 1422 - "php": ">=7.3" 1423 - }, 1424 - "require-dev": { 1425 - "phpunit/phpunit": "^9.3" 1426 - }, 1427 - "type": "library", 1428 - "extra": { 1429 - "branch-alias": { 1430 - "dev-master": "4.0-dev" 1431 - } 1432 - }, 1433 - "autoload": { 1434 - "classmap": [ 1435 - "src/" 1436 - ] 1437 - }, 1438 - "notification-url": "https://packagist.org/downloads/", 1439 - "license": [ 1440 - "BSD-3-Clause" 1441 - ], 1442 - "authors": [ 1443 - { 1444 - "name": "Sebastian Bergmann", 1445 - "email": "sebastian@phpunit.de" 1446 - }, 1447 - { 1448 - "name": "Jeff Welch", 1449 - "email": "whatthejeff@gmail.com" 1450 - }, 1451 - { 1452 - "name": "Adam Harvey", 1453 - "email": "aharvey@php.net" 1454 - } 1455 - ], 1456 - "description": "Provides functionality to recursively process PHP variables", 1457 - "homepage": "https://github.com/sebastianbergmann/recursion-context", 1458 - "support": { 1459 - "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 1460 - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" 1461 - }, 1462 - "funding": [ 1463 - { 1464 - "url": "https://github.com/sebastianbergmann", 1465 - "type": "github" 1466 - } 1467 - ], 1468 - "time": "2023-02-03T06:07:39+00:00" 1469 - }, 1470 - { 1471 - "name": "sebastian/resource-operations", 1472 - "version": "3.0.3", 1473 - "source": { 1474 - "type": "git", 1475 - "url": "https://github.com/sebastianbergmann/resource-operations.git", 1476 - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" 1477 - }, 1478 - "dist": { 1479 - "type": "zip", 1480 - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", 1481 - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", 1482 - "shasum": "" 1483 - }, 1484 - "require": { 1485 - "php": ">=7.3" 1486 - }, 1487 - "require-dev": { 1488 - "phpunit/phpunit": "^9.0" 1489 - }, 1490 - "type": "library", 1491 - "extra": { 1492 - "branch-alias": { 1493 - "dev-master": "3.0-dev" 1494 - } 1495 - }, 1496 - "autoload": { 1497 - "classmap": [ 1498 - "src/" 1499 - ] 1500 - }, 1501 - "notification-url": "https://packagist.org/downloads/", 1502 - "license": [ 1503 - "BSD-3-Clause" 1504 - ], 1505 - "authors": [ 1506 - { 1507 - "name": "Sebastian Bergmann", 1508 - "email": "sebastian@phpunit.de" 1509 - } 1510 - ], 1511 - "description": "Provides a list of PHP built-in functions that operate on resources", 1512 - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 1513 - "support": { 1514 - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", 1515 - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" 1516 - }, 1517 - "funding": [ 1518 - { 1519 - "url": "https://github.com/sebastianbergmann", 1520 - "type": "github" 1521 - } 1522 - ], 1523 - "time": "2020-09-28T06:45:17+00:00" 1524 - }, 1525 - { 1526 - "name": "sebastian/type", 1527 - "version": "3.2.1", 1528 - "source": { 1529 - "type": "git", 1530 - "url": "https://github.com/sebastianbergmann/type.git", 1531 - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" 1532 - }, 1533 - "dist": { 1534 - "type": "zip", 1535 - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", 1536 - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", 1537 - "shasum": "" 1538 - }, 1539 - "require": { 1540 - "php": ">=7.3" 1541 - }, 1542 - "require-dev": { 1543 - "phpunit/phpunit": "^9.5" 1544 - }, 1545 - "type": "library", 1546 - "extra": { 1547 - "branch-alias": { 1548 - "dev-master": "3.2-dev" 1549 - } 1550 - }, 1551 - "autoload": { 1552 - "classmap": [ 1553 - "src/" 1554 - ] 1555 - }, 1556 - "notification-url": "https://packagist.org/downloads/", 1557 - "license": [ 1558 - "BSD-3-Clause" 1559 - ], 1560 - "authors": [ 1561 - { 1562 - "name": "Sebastian Bergmann", 1563 - "email": "sebastian@phpunit.de", 1564 - "role": "lead" 1565 - } 1566 - ], 1567 - "description": "Collection of value objects that represent the types of the PHP type system", 1568 - "homepage": "https://github.com/sebastianbergmann/type", 1569 - "support": { 1570 - "issues": "https://github.com/sebastianbergmann/type/issues", 1571 - "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" 1572 - }, 1573 - "funding": [ 1574 - { 1575 - "url": "https://github.com/sebastianbergmann", 1576 - "type": "github" 1577 - } 1578 - ], 1579 - "time": "2023-02-03T06:13:03+00:00" 1580 - }, 1581 - { 1582 - "name": "sebastian/version", 1583 - "version": "3.0.2", 1584 - "source": { 1585 - "type": "git", 1586 - "url": "https://github.com/sebastianbergmann/version.git", 1587 - "reference": "c6c1022351a901512170118436c764e473f6de8c" 1588 - }, 1589 - "dist": { 1590 - "type": "zip", 1591 - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", 1592 - "reference": "c6c1022351a901512170118436c764e473f6de8c", 1593 - "shasum": "" 1594 - }, 1595 - "require": { 1596 - "php": ">=7.3" 1597 - }, 1598 - "type": "library", 1599 - "extra": { 1600 - "branch-alias": { 1601 - "dev-master": "3.0-dev" 1602 - } 1603 - }, 1604 - "autoload": { 1605 - "classmap": [ 1606 - "src/" 1607 - ] 1608 - }, 1609 - "notification-url": "https://packagist.org/downloads/", 1610 - "license": [ 1611 - "BSD-3-Clause" 1612 - ], 1613 - "authors": [ 1614 - { 1615 - "name": "Sebastian Bergmann", 1616 - "email": "sebastian@phpunit.de", 1617 - "role": "lead" 1618 - } 1619 - ], 1620 - "description": "Library that helps with managing the version number of Git-hosted PHP projects", 1621 - "homepage": "https://github.com/sebastianbergmann/version", 1622 - "support": { 1623 - "issues": "https://github.com/sebastianbergmann/version/issues", 1624 - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" 1625 - }, 1626 - "funding": [ 1627 - { 1628 - "url": "https://github.com/sebastianbergmann", 1629 - "type": "github" 1630 - } 1631 - ], 1632 - "time": "2020-09-28T06:39:44+00:00" 1633 - }, 1634 - { 1635 526 "name": "squizlabs/php_codesniffer", 1636 - "version": "3.9.0", 527 + "version": "3.10.1", 1637 528 "source": { 1638 529 "type": "git", 1639 530 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 1640 - "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b" 531 + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877" 1641 532 }, 1642 533 "dist": { 1643 534 "type": "zip", 1644 - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b", 1645 - "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b", 535 + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877", 536 + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877", 1646 537 "shasum": "" 1647 538 }, 1648 539 "require": { ··· 261 2048 "type": "open_collective" 262 2049 } 263 2050 ], 264 - "time": "2024-02-16T15:06:51+00:00" 265 - }, 266 - { 267 - "name": "theseer/tokenizer", 268 - "version": "1.2.2", 269 - "source": { 270 - "type": "git", 271 - "url": "https://github.com/theseer/tokenizer.git", 272 - "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" 273 - }, 274 - "dist": { 275 - "type": "zip", 276 - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", 277 - "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", 278 - "shasum": "" 279 - }, 280 - "require": { 281 - "ext-dom": "*", 282 - "ext-tokenizer": "*", 283 - "ext-xmlwriter": "*", 284 - "php": "^7.2 || ^8.0" 285 - }, 286 - "type": "library", 287 - "autoload": { 288 - "classmap": [ 289 - "src/" 290 - ] 291 - }, 292 - "notification-url": "https://packagist.org/downloads/", 293 - "license": [ 294 - "BSD-3-Clause" 295 - ], 296 - "authors": [ 297 - { 298 - "name": "Arne Blankerts", 299 - "email": "arne@blankerts.de", 300 - "role": "Developer" 301 - } 302 - ], 303 - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 304 - "support": { 305 - "issues": "https://github.com/theseer/tokenizer/issues", 306 - "source": "https://github.com/theseer/tokenizer/tree/1.2.2" 307 - }, 308 - "funding": [ 309 - { 310 - "url": "https://github.com/theseer", 311 - "type": "github" 312 - } 313 - ], 314 - "time": "2023-11-20T00:12:19+00:00" 2051 + "time": "2024-05-22T21:24:41+00:00" 315 2052 } 316 2053 ], 317 2054 "aliases": [],
+4 -4
pkgs/development/php-packages/php-parallel-lint/default.nix
··· 6 6 7 7 php.buildComposerProject (finalAttrs: { 8 8 pname = "php-parallel-lint"; 9 - version = "1.3.2.999"; 9 + version = "1.4.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "php-parallel-lint"; 13 13 repo = "PHP-Parallel-Lint"; 14 - rev = "539292fea03d718cc86e7137ad72ea35b694f2bf"; 15 - hash = "sha256-VIBuS4PwRt20Ic5gYAXTv8p/5Nq/0B3VwMcp9zKbu5U="; 14 + rev = "v${finalAttrs.version}"; 15 + hash = "sha256-g5e/yfvfq55MQDux3JRDvhaYEay68Q4u1VfIwDRgv7I="; 16 16 }; 17 17 18 18 composerLock = ./composer.lock; 19 - vendorHash = "sha256-PHQ0N1eFCM4s/aPVpTsyZN5gnQpNe9Wfs6CG2RNxxbk="; 19 + vendorHash = "sha256-NZLGeX1i+E621UGYeWn5tKufDbCLv4iD1VXJcnhfleY="; 20 20 21 21 meta = { 22 22 description = "Tool to check syntax of PHP files faster than serial check with fancier output";