Changeset 2343351
- Timestamp:
- 07/20/2020 10:26:56 AM (5 years ago)
- Location:
- jquery-manager/trunk
- Files:
-
- 8 added
- 8 deleted
- 8 edited
-
.codebeatignore (modified) (1 diff)
-
.github/stale.yml (modified) (1 diff)
-
README.md (modified) (3 diffs)
-
assets/js/jquery-3.4.1.js (deleted)
-
assets/js/jquery-3.4.1.min.js (deleted)
-
assets/js/jquery-3.4.1.min.map (deleted)
-
assets/js/jquery-3.4.1.slim.js (deleted)
-
assets/js/jquery-3.4.1.slim.min.js (deleted)
-
assets/js/jquery-3.4.1.slim.min.map (deleted)
-
assets/js/jquery-3.5.1.js (added)
-
assets/js/jquery-3.5.1.min.js (added)
-
assets/js/jquery-3.5.1.min.map (added)
-
assets/js/jquery-3.5.1.slim.js (added)
-
assets/js/jquery-3.5.1.slim.min.js (added)
-
assets/js/jquery-3.5.1.slim.min.map (added)
-
assets/js/jquery-migrate-3.1.0.js (deleted)
-
assets/js/jquery-migrate-3.1.0.min.js (deleted)
-
assets/js/jquery-migrate-3.3.0.js (added)
-
assets/js/jquery-migrate-3.3.0.min.js (added)
-
composer.json (modified) (1 diff)
-
composer.lock (modified) (61 diffs)
-
jquery-manager.php (modified) (2 diffs)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jquery-manager/trunk/.codebeatignore
r2153020 r2343351 1 tests/ 2 assets/ js/3 bin/ 4 inc/ 5 vendor/ 1 tests/** 2 assets/** 3 bin/** 4 inc/** 5 vendor/** -
jquery-manager/trunk/.github/stale.yml
r2120136 r2343351 1 1 # Number of days of inactivity before an issue becomes stale 2 daysUntilStale: 602 daysUntilStale: 40 3 3 # Number of days of inactivity before a stale issue is closed 4 4 daysUntilClose: 7 5 5 # Issues with these labels will never be considered stale 6 6 exemptLabels: 7 - pinned8 - security7 - Pinned 8 - Security 9 9 # Label to use when marking an issue as stale 10 10 staleLabel: Won't fix -
jquery-manager/trunk/README.md
r2153020 r2343351 36 36 37 37 ## [Download](https://downloads.wordpress.org/plugin/jquery-manager.zip) jQuery Manager for WordPress 38 38 39 Go to the wordpress.org plugin page [wordpress.org/plugins/jquery-manager/](https://wordpress.org/plugins/jquery-manager/) and download the .zip file. 39 40 … … 77 78 78 79 Use the following command to clone this repository:<br> 79 `$ git clone https://github.com/Remzi1993/jquery-manager.git` (example)<br>80 `$ git clone [email protected]:Remzi1993/jquery-manager.git` (example)<br> 80 81 If you have forked this repo. You should clone your own repo. To begin working on your feature or fix you should create a branch, this will be easier for us to check your pull request later on. 81 82 82 ### Git workflow explained ### 83 - https://opensource.guide/how-to-contribute/#opening-a-pull-request 84 - https://guides.github.com/introduction/flow/ 85 - https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow 86 - https://en.wikipedia.org/wiki/Fork_and_pull_model 87 - https://nvie.com/posts/a-successful-git-branching-model/ 83 ### Git workflow explained 84 85 - https://opensource.guide/how-to-contribute/#opening-a-pull-request 86 - https://guides.github.com/introduction/flow/ 87 - https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow 88 - https://en.wikipedia.org/wiki/Fork_and_pull_model 89 - https://nvie.com/posts/a-successful-git-branching-model/ 88 90 89 91 #### Keep your forks up to date with the upstream repo - or use the [Pull](https://github.com/apps/pull) GitHub App 90 - https://help.github.com/en/articles/syncing-a-fork91 92 92 Tutorial: http://makeapullrequest.com 93 - https://help.github.com/en/articles/syncing-a-fork 93 94 94 **Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) 95 Tutorial: http://makeapullrequest.com 96 97 **Working on your first Pull Request?** You can learn how from this _free_ series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) 95 98 96 99 [](https://wordpress.org) 97 100 98 ## This project uses [Semantic Versioning](https://semver.org/) ## 101 ## This project uses [Semantic Versioning](https://semver.org/) 102 99 103 Given a version number MAJOR.MINOR.PATCH: 104 100 105 1. MAJOR version number increases when incompatible API changes are made 101 106 2. MINOR version number increases when functionality in a backwards-compatible manner are added … … 103 108 104 109 ## License 110 105 111 [](https://app.fossa.io/projects/git%2Bgithub.com%2FRemzi1993%2Fjquery-manager?ref=badge_large) 106 112 107 113 ## First timers test - add your name below! - https://www.firsttimersonly.com 108 - Akhil 109 - tavaresjaime00 110 - Arun 111 - sharduldesai7 114 115 - Akhil 116 - tavaresjaime00 117 - Arun 118 - sharduldesai7 119 - Anushka 120 - Finewitch 121 - SkelleyBelly -
jquery-manager/trunk/composer.json
r2156603 r2343351 24 24 "require": { 25 25 "php": ">=5.6.38", 26 "composer/installers": "1. 7.0",26 "composer/installers": "1.9.0", 27 27 "collizo4sky/persist-admin-notices-dismissal": "1.4.3" 28 28 }, 29 29 "require-dev": { 30 "phpunit/phpunit": " 7.5.16",30 "phpunit/phpunit": "9.2.6", 31 31 "squizlabs/php_codesniffer": "*", 32 32 "phpcompatibility/php-compatibility": "*", -
jquery-manager/trunk/composer.lock
r2156603 r2343351 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 4510275a1de31677efe7fb98fd4cb01e",7 "content-hash": "19dd2f36482314c6592b8e44eb2096ae", 8 8 "packages": [ 9 9 { … … 12 12 "source": { 13 13 "type": "git", 14 "url": "https://github.com/ collizo4sky/persist-admin-notices-dismissal.git",14 "url": "https://github.com/w3guy/persist-admin-notices-dismissal.git", 15 15 "reference": "2d7d8bb3cba631ad227c92296a4b675d7cbc71d7" 16 16 }, 17 17 "dist": { 18 18 "type": "zip", 19 "url": "https://api.github.com/repos/ collizo4sky/persist-admin-notices-dismissal/zipball/2d7d8bb3cba631ad227c92296a4b675d7cbc71d7",19 "url": "https://api.github.com/repos/w3guy/persist-admin-notices-dismissal/zipball/2d7d8bb3cba631ad227c92296a4b675d7cbc71d7", 20 20 "reference": "2d7d8bb3cba631ad227c92296a4b675d7cbc71d7", 21 21 "shasum": "" … … 39 39 { 40 40 "name": "composer/installers", 41 "version": "v1. 7.0",41 "version": "v1.9.0", 42 42 "source": { 43 43 "type": "git", 44 44 "url": "https://github.com/composer/installers.git", 45 "reference": " 141b272484481432cda342727a427dc1e206bfa0"46 }, 47 "dist": { 48 "type": "zip", 49 "url": "https://api.github.com/repos/composer/installers/zipball/ 141b272484481432cda342727a427dc1e206bfa0",50 "reference": " 141b272484481432cda342727a427dc1e206bfa0",51 "shasum": "" 52 }, 53 "require": { 54 "composer-plugin-api": "^1.0 "45 "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca" 46 }, 47 "dist": { 48 "type": "zip", 49 "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca", 50 "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca", 51 "shasum": "" 52 }, 53 "require": { 54 "composer-plugin-api": "^1.0 || ^2.0" 55 55 }, 56 56 "replace": { … … 59 59 }, 60 60 "require-dev": { 61 "composer/composer": "1.0.*@dev", 62 "phpunit/phpunit": "^4.8.36" 61 "composer/composer": "1.6.* || 2.0.*@dev", 62 "composer/semver": "1.0.* || 2.0.*@dev", 63 "phpunit/phpunit": "^4.8.36", 64 "sebastian/comparator": "^1.2.4", 65 "symfony/process": "^2.3" 63 66 }, 64 67 "type": "composer-plugin", … … 96 99 "Lan Management System", 97 100 "MODX Evo", 101 "MantisBT", 98 102 "Mautic", 99 103 "Maya", … … 150 154 "silverstripe", 151 155 "sydes", 156 "sylius", 152 157 "symfony", 153 158 "typo3", … … 157 162 "zikula" 158 163 ], 159 "time": "2019-08-12T15:00:31+00:00" 164 "funding": [ 165 { 166 "url": "https://packagist.com", 167 "type": "custom" 168 }, 169 { 170 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 171 "type": "tidelift" 172 } 173 ], 174 "time": "2020-04-07T06:57:05+00:00" 160 175 } 161 176 ], … … 163 178 { 164 179 "name": "dealerdirect/phpcodesniffer-composer-installer", 165 "version": "v0. 5.0",180 "version": "v0.7.0", 166 181 "source": { 167 182 "type": "git", 168 183 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", 169 "reference": "e 749410375ff6fb7a040a68878c656c2e610b132"170 }, 171 "dist": { 172 "type": "zip", 173 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e 749410375ff6fb7a040a68878c656c2e610b132",174 "reference": "e 749410375ff6fb7a040a68878c656c2e610b132",175 "shasum": "" 176 }, 177 "require": { 178 "composer-plugin-api": "^1.0 ",179 "php": " ^5.3|^7",180 "squizlabs/php_codesniffer": "^2 |^3"184 "reference": "e8d808670b8f882188368faaf1144448c169c0b7" 185 }, 186 "dist": { 187 "type": "zip", 188 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e8d808670b8f882188368faaf1144448c169c0b7", 189 "reference": "e8d808670b8f882188368faaf1144448c169c0b7", 190 "shasum": "" 191 }, 192 "require": { 193 "composer-plugin-api": "^1.0 || ^2.0", 194 "php": ">=5.3", 195 "squizlabs/php_codesniffer": "^2 || ^3 || 4.0.x-dev" 181 196 }, 182 197 "require-dev": { … … 225 240 "tests" 226 241 ], 227 "time": "20 18-10-26T13:21:45+00:00"242 "time": "2020-06-25T14:57:39+00:00" 228 243 }, 229 244 { 230 245 "name": "doctrine/instantiator", 231 "version": "1. 2.0",246 "version": "1.3.1", 232 247 "source": { 233 248 "type": "git", 234 249 "url": "https://github.com/doctrine/instantiator.git", 235 "reference": " a2c590166b2133a4633738648b6b064edae0814a"236 }, 237 "dist": { 238 "type": "zip", 239 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ a2c590166b2133a4633738648b6b064edae0814a",240 "reference": " a2c590166b2133a4633738648b6b064edae0814a",241 "shasum": "" 242 }, 243 "require": { 244 "php": "^7.1 "250 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" 251 }, 252 "dist": { 253 "type": "zip", 254 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", 255 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", 256 "shasum": "" 257 }, 258 "require": { 259 "php": "^7.1 || ^8.0" 245 260 }, 246 261 "require-dev": { … … 281 296 "instantiate" 282 297 ], 283 "time": "2019-03-17T17:37:11+00:00" 298 "funding": [ 299 { 300 "url": "https://www.doctrine-project.org/sponsorship.html", 301 "type": "custom" 302 }, 303 { 304 "url": "https://www.patreon.com/phpdoctrine", 305 "type": "patreon" 306 }, 307 { 308 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 309 "type": "tidelift" 310 } 311 ], 312 "time": "2020-05-29T17:27:14+00:00" 284 313 }, 285 314 { 286 315 "name": "myclabs/deep-copy", 287 "version": "1. 9.3",316 "version": "1.10.1", 288 317 "source": { 289 318 "type": "git", 290 319 "url": "https://github.com/myclabs/DeepCopy.git", 291 "reference": " 007c053ae6f31bba39dfa19a7726f56e9763bbea"292 }, 293 "dist": { 294 "type": "zip", 295 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 007c053ae6f31bba39dfa19a7726f56e9763bbea",296 "reference": " 007c053ae6f31bba39dfa19a7726f56e9763bbea",297 "shasum": "" 298 }, 299 "require": { 300 "php": "^7.1 "320 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" 321 }, 322 "dist": { 323 "type": "zip", 324 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", 325 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", 326 "shasum": "" 327 }, 328 "require": { 329 "php": "^7.1 || ^8.0" 301 330 }, 302 331 "replace": { … … 329 358 "object graph" 330 359 ], 331 "time": "2019-08-09T12:45:53+00:00" 360 "funding": [ 361 { 362 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 363 "type": "tidelift" 364 } 365 ], 366 "time": "2020-06-29T13:22:24+00:00" 332 367 }, 333 368 { … … 435 470 { 436 471 "name": "phpcompatibility/php-compatibility", 437 "version": "9.3. 1",472 "version": "9.3.5", 438 473 "source": { 439 474 "type": "git", 440 475 "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", 441 "reference": "9 999344e47e7af6b00e1a898eacc4e4368fb7196"442 }, 443 "dist": { 444 "type": "zip", 445 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9 999344e47e7af6b00e1a898eacc4e4368fb7196",446 "reference": "9 999344e47e7af6b00e1a898eacc4e4368fb7196",476 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243" 477 }, 478 "dist": { 479 "type": "zip", 480 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243", 481 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243", 447 482 "shasum": "" 448 483 }, … … 489 524 "standards" 490 525 ], 491 "time": "2019- 09-05T18:36:49+00:00"526 "time": "2019-12-27T09:44:58+00:00" 492 527 }, 493 528 { 494 529 "name": "phpdocumentor/reflection-common", 495 "version": "2. 0.0",530 "version": "2.2.0", 496 531 "source": { 497 532 "type": "git", 498 533 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 499 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a" 500 }, 501 "dist": { 502 "type": "zip", 503 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a", 504 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a", 505 "shasum": "" 506 }, 507 "require": { 508 "php": ">=7.1" 509 }, 510 "require-dev": { 511 "phpunit/phpunit": "~6" 512 }, 513 "type": "library", 514 "extra": { 515 "branch-alias": { 516 "dev-master": "2.x-dev" 534 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" 535 }, 536 "dist": { 537 "type": "zip", 538 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", 539 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", 540 "shasum": "" 541 }, 542 "require": { 543 "php": "^7.2 || ^8.0" 544 }, 545 "type": "library", 546 "extra": { 547 "branch-alias": { 548 "dev-2.x": "2.x-dev" 517 549 } 518 550 }, … … 541 573 "static analysis" 542 574 ], 543 "time": "20 18-08-07T13:53:10+00:00"575 "time": "2020-06-27T09:03:43+00:00" 544 576 }, 545 577 { 546 578 "name": "phpdocumentor/reflection-docblock", 547 "version": " 4.3.2",579 "version": "5.1.0", 548 580 "source": { 549 581 "type": "git", 550 582 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 551 "reference": " b83ff7cfcfee7827e1e78b637a5904fe6a96698e"552 }, 553 "dist": { 554 "type": "zip", 555 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/ b83ff7cfcfee7827e1e78b637a5904fe6a96698e",556 "reference": " b83ff7cfcfee7827e1e78b637a5904fe6a96698e",557 "shasum": "" 558 }, 559 "require": { 560 " php": "^7.0",561 "php documentor/reflection-common": "^1.0.0 || ^2.0.0",562 "phpdocumentor/ type-resolver": "~0.4 || ^1.0.0",563 " webmozart/assert": "^1.0"564 },565 "require-dev": {566 "doctrine/instantiator": "^1.0.5",567 " mockery/mockery": "^1.0",568 " phpunit/phpunit": "^6.4"569 }, 570 "type": "library", 571 "extra": { 572 "branch-alias": { 573 "dev-master": " 4.x-dev"583 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" 584 }, 585 "dist": { 586 "type": "zip", 587 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", 588 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", 589 "shasum": "" 590 }, 591 "require": { 592 "ext-filter": "^7.1", 593 "php": "^7.2", 594 "phpdocumentor/reflection-common": "^2.0", 595 "phpdocumentor/type-resolver": "^1.0", 596 "webmozart/assert": "^1" 597 }, 598 "require-dev": { 599 "doctrine/instantiator": "^1", 600 "mockery/mockery": "^1" 601 }, 602 "type": "library", 603 "extra": { 604 "branch-alias": { 605 "dev-master": "5.x-dev" 574 606 } 575 607 }, 576 608 "autoload": { 577 609 "psr-4": { 578 "phpDocumentor\\Reflection\\": [ 579 "src/" 580 ] 610 "phpDocumentor\\Reflection\\": "src" 581 611 } 582 612 }, … … 589 619 "name": "Mike van Riel", 590 620 "email": "[email protected]" 621 }, 622 { 623 "name": "Jaap van Otterdijk", 624 "email": "[email protected]" 591 625 } 592 626 ], 593 627 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 594 "time": "20 19-09-12T14:27:41+00:00"628 "time": "2020-02-22T12:28:44+00:00" 595 629 }, 596 630 { 597 631 "name": "phpdocumentor/type-resolver", 598 "version": "1. 0.1",632 "version": "1.3.0", 599 633 "source": { 600 634 "type": "git", 601 635 "url": "https://github.com/phpDocumentor/TypeResolver.git", 602 "reference": " 2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"603 }, 604 "dist": { 605 "type": "zip", 606 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/ 2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",607 "reference": " 2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",608 "shasum": "" 609 }, 610 "require": { 611 "php": "^7. 1",636 "reference": "e878a14a65245fbe78f8080eba03b47c3b705651" 637 }, 638 "dist": { 639 "type": "zip", 640 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651", 641 "reference": "e878a14a65245fbe78f8080eba03b47c3b705651", 642 "shasum": "" 643 }, 644 "require": { 645 "php": "^7.2 || ^8.0", 612 646 "phpdocumentor/reflection-common": "^2.0" 613 647 }, 614 648 "require-dev": { 615 "ext-tokenizer": "^7.1", 616 "mockery/mockery": "~1", 617 "phpunit/phpunit": "^7.0" 618 }, 619 "type": "library", 620 "extra": { 621 "branch-alias": { 622 "dev-master": "1.x-dev" 649 "ext-tokenizer": "*" 650 }, 651 "type": "library", 652 "extra": { 653 "branch-alias": { 654 "dev-1.x": "1.x-dev" 623 655 } 624 656 }, … … 639 671 ], 640 672 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 641 "time": "20 19-08-22T18:11:29+00:00"673 "time": "2020-06-27T10:12:23+00:00" 642 674 }, 643 675 { 644 676 "name": "phpspec/prophecy", 645 "version": "1. 8.1",677 "version": "1.11.1", 646 678 "source": { 647 679 "type": "git", 648 680 "url": "https://github.com/phpspec/prophecy.git", 649 "reference": " 1927e75f4ed19131ec9bcc3b002e07fb1173ee76"650 }, 651 "dist": { 652 "type": "zip", 653 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/ 1927e75f4ed19131ec9bcc3b002e07fb1173ee76",654 "reference": " 1927e75f4ed19131ec9bcc3b002e07fb1173ee76",655 "shasum": "" 656 }, 657 "require": { 658 "doctrine/instantiator": "^1. 0.2",659 "php": "^ 5.3|^7.0",660 "phpdocumentor/reflection-docblock": "^ 2.0|^3.0.2|^4.0",661 "sebastian/comparator": "^ 1.1|^2.0|^3.0",662 "sebastian/recursion-context": "^ 1.0|^2.0|^3.0"663 }, 664 "require-dev": { 665 "phpspec/phpspec": "^ 2.5|^3.2",666 "phpunit/phpunit": "^ 4.8.35 || ^5.7 || ^6.5 || ^7.1"667 }, 668 "type": "library", 669 "extra": { 670 "branch-alias": { 671 "dev-master": "1. 8.x-dev"681 "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160" 682 }, 683 "dist": { 684 "type": "zip", 685 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160", 686 "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160", 687 "shasum": "" 688 }, 689 "require": { 690 "doctrine/instantiator": "^1.2", 691 "php": "^7.2", 692 "phpdocumentor/reflection-docblock": "^5.0", 693 "sebastian/comparator": "^3.0 || ^4.0", 694 "sebastian/recursion-context": "^3.0 || ^4.0" 695 }, 696 "require-dev": { 697 "phpspec/phpspec": "^6.0", 698 "phpunit/phpunit": "^8.0" 699 }, 700 "type": "library", 701 "extra": { 702 "branch-alias": { 703 "dev-master": "1.11.x-dev" 672 704 } 673 705 }, … … 702 734 "stub" 703 735 ], 704 "time": "20 19-06-13T12:50:23+00:00"736 "time": "2020-07-08T12:44:21+00:00" 705 737 }, 706 738 { 707 739 "name": "phpunit/php-code-coverage", 708 "version": " 6.1.4",740 "version": "8.0.2", 709 741 "source": { 710 742 "type": "git", 711 743 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 712 "reference": " 807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"713 }, 714 "dist": { 715 "type": "zip", 716 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ 807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",717 "reference": " 807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",744 "reference": "ca6647ffddd2add025ab3f21644a441d7c146cdc" 745 }, 746 "dist": { 747 "type": "zip", 748 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca6647ffddd2add025ab3f21644a441d7c146cdc", 749 "reference": "ca6647ffddd2add025ab3f21644a441d7c146cdc", 718 750 "shasum": "" 719 751 }, … … 721 753 "ext-dom": "*", 722 754 "ext-xmlwriter": "*", 723 "php": "^7. 1",724 "phpunit/php-file-iterator": "^ 2.0",725 "phpunit/php-text-template": "^ 1.2.1",726 "phpunit/php-token-stream": "^ 3.0",727 "sebastian/code-unit-reverse-lookup": "^ 1.0.1",728 "sebastian/environment": "^ 3.1 || ^4.0",729 "sebastian/version": "^ 2.0.1",730 "theseer/tokenizer": "^1.1 "731 }, 732 "require-dev": { 733 "phpunit/phpunit": "^ 7.0"755 "php": "^7.3", 756 "phpunit/php-file-iterator": "^3.0", 757 "phpunit/php-text-template": "^2.0", 758 "phpunit/php-token-stream": "^4.0", 759 "sebastian/code-unit-reverse-lookup": "^2.0", 760 "sebastian/environment": "^5.0", 761 "sebastian/version": "^3.0", 762 "theseer/tokenizer": "^1.1.3" 763 }, 764 "require-dev": { 765 "phpunit/phpunit": "^9.0" 734 766 }, 735 767 "suggest": { 736 "ext-xdebug": "^2.6.0" 737 }, 738 "type": "library", 739 "extra": { 740 "branch-alias": { 741 "dev-master": "6.1-dev" 768 "ext-pcov": "*", 769 "ext-xdebug": "*" 770 }, 771 "type": "library", 772 "extra": { 773 "branch-alias": { 774 "dev-master": "8.0-dev" 742 775 } 743 776 }, … … 765 798 "xunit" 766 799 ], 767 "time": "2018-10-31T16:06:48+00:00" 800 "funding": [ 801 { 802 "url": "https://github.com/sebastianbergmann", 803 "type": "github" 804 } 805 ], 806 "time": "2020-05-23T08:02:54+00:00" 768 807 }, 769 808 { 770 809 "name": "phpunit/php-file-iterator", 771 "version": " 2.0.2",810 "version": "3.0.4", 772 811 "source": { 773 812 "type": "git", 774 813 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 775 "reference": " 050bedf145a257b1ff02746c31894800e5122946"776 }, 777 "dist": { 778 "type": "zip", 779 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/ 050bedf145a257b1ff02746c31894800e5122946",780 "reference": " 050bedf145a257b1ff02746c31894800e5122946",781 "shasum": "" 782 }, 783 "require": { 784 "php": "^7. 1"785 }, 786 "require-dev": { 787 "phpunit/phpunit": "^ 7.1"788 }, 789 "type": "library", 790 "extra": { 791 "branch-alias": { 792 "dev-master": " 2.0.x-dev"814 "reference": "25fefc5b19835ca653877fe081644a3f8c1d915e" 815 }, 816 "dist": { 817 "type": "zip", 818 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/25fefc5b19835ca653877fe081644a3f8c1d915e", 819 "reference": "25fefc5b19835ca653877fe081644a3f8c1d915e", 820 "shasum": "" 821 }, 822 "require": { 823 "php": "^7.3 || ^8.0" 824 }, 825 "require-dev": { 826 "phpunit/phpunit": "^9.0" 827 }, 828 "type": "library", 829 "extra": { 830 "branch-alias": { 831 "dev-master": "3.0-dev" 793 832 } 794 833 }, … … 815 854 "iterator" 816 855 ], 817 "time": "2018-09-13T20:33:42+00:00" 856 "funding": [ 857 { 858 "url": "https://github.com/sebastianbergmann", 859 "type": "github" 860 } 861 ], 862 "time": "2020-07-11T05:18:21+00:00" 863 }, 864 { 865 "name": "phpunit/php-invoker", 866 "version": "3.0.2", 867 "source": { 868 "type": "git", 869 "url": "https://github.com/sebastianbergmann/php-invoker.git", 870 "reference": "f6eedfed1085dd1f4c599629459a0277d25f9a66" 871 }, 872 "dist": { 873 "type": "zip", 874 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f6eedfed1085dd1f4c599629459a0277d25f9a66", 875 "reference": "f6eedfed1085dd1f4c599629459a0277d25f9a66", 876 "shasum": "" 877 }, 878 "require": { 879 "php": "^7.3 || ^8.0" 880 }, 881 "require-dev": { 882 "ext-pcntl": "*", 883 "phpunit/phpunit": "^9.0" 884 }, 885 "suggest": { 886 "ext-pcntl": "*" 887 }, 888 "type": "library", 889 "extra": { 890 "branch-alias": { 891 "dev-master": "3.0-dev" 892 } 893 }, 894 "autoload": { 895 "classmap": [ 896 "src/" 897 ] 898 }, 899 "notification-url": "https://packagist.org/downloads/", 900 "license": [ 901 "BSD-3-Clause" 902 ], 903 "authors": [ 904 { 905 "name": "Sebastian Bergmann", 906 "email": "[email protected]", 907 "role": "lead" 908 } 909 ], 910 "description": "Invoke callables with a timeout", 911 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 912 "keywords": [ 913 "process" 914 ], 915 "funding": [ 916 { 917 "url": "https://github.com/sebastianbergmann", 918 "type": "github" 919 } 920 ], 921 "time": "2020-06-26T11:53:53+00:00" 818 922 }, 819 923 { 820 924 "name": "phpunit/php-text-template", 821 "version": " 1.2.1",925 "version": "2.0.2", 822 926 "source": { 823 927 "type": "git", 824 928 "url": "https://github.com/sebastianbergmann/php-text-template.git", 825 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 826 }, 827 "dist": { 828 "type": "zip", 829 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 830 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 831 "shasum": "" 832 }, 833 "require": { 834 "php": ">=5.3.3" 835 }, 836 "type": "library", 929 "reference": "6ff9c8ea4d3212b88fcf74e25e516e2c51c99324" 930 }, 931 "dist": { 932 "type": "zip", 933 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/6ff9c8ea4d3212b88fcf74e25e516e2c51c99324", 934 "reference": "6ff9c8ea4d3212b88fcf74e25e516e2c51c99324", 935 "shasum": "" 936 }, 937 "require": { 938 "php": "^7.3 || ^8.0" 939 }, 940 "require-dev": { 941 "phpunit/phpunit": "^9.0" 942 }, 943 "type": "library", 944 "extra": { 945 "branch-alias": { 946 "dev-master": "2.0-dev" 947 } 948 }, 837 949 "autoload": { 838 950 "classmap": [ … … 856 968 "template" 857 969 ], 858 "time": "2015-06-21T13:50:34+00:00" 970 "funding": [ 971 { 972 "url": "https://github.com/sebastianbergmann", 973 "type": "github" 974 } 975 ], 976 "time": "2020-06-26T11:55:37+00:00" 859 977 }, 860 978 { 861 979 "name": "phpunit/php-timer", 862 "version": " 2.1.2",980 "version": "5.0.1", 863 981 "source": { 864 982 "type": "git", 865 983 "url": "https://github.com/sebastianbergmann/php-timer.git", 866 "reference": " 1038454804406b0b5f5f520358e78c1c2f71501e"867 }, 868 "dist": { 869 "type": "zip", 870 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/ 1038454804406b0b5f5f520358e78c1c2f71501e",871 "reference": " 1038454804406b0b5f5f520358e78c1c2f71501e",872 "shasum": "" 873 }, 874 "require": { 875 "php": "^7. 1"876 }, 877 "require-dev": { 878 "phpunit/phpunit": "^ 7.0"879 }, 880 "type": "library", 881 "extra": { 882 "branch-alias": { 883 "dev-master": " 2.1-dev"984 "reference": "cc49734779cbb302bf51a44297dab8c4bbf941e7" 985 }, 986 "dist": { 987 "type": "zip", 988 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/cc49734779cbb302bf51a44297dab8c4bbf941e7", 989 "reference": "cc49734779cbb302bf51a44297dab8c4bbf941e7", 990 "shasum": "" 991 }, 992 "require": { 993 "php": "^7.3 || ^8.0" 994 }, 995 "require-dev": { 996 "phpunit/phpunit": "^9.2" 997 }, 998 "type": "library", 999 "extra": { 1000 "branch-alias": { 1001 "dev-master": "5.0-dev" 884 1002 } 885 1003 }, … … 905 1023 "timer" 906 1024 ], 907 "time": "2019-06-07T04:22:29+00:00" 1025 "funding": [ 1026 { 1027 "url": "https://github.com/sebastianbergmann", 1028 "type": "github" 1029 } 1030 ], 1031 "time": "2020-06-26T11:58:13+00:00" 908 1032 }, 909 1033 { 910 1034 "name": "phpunit/php-token-stream", 911 "version": " 3.1.0",1035 "version": "4.0.3", 912 1036 "source": { 913 1037 "type": "git", 914 1038 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 915 "reference": " e899757bb3df5ff6e95089132f32cd59aac2220a"916 }, 917 "dist": { 918 "type": "zip", 919 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ e899757bb3df5ff6e95089132f32cd59aac2220a",920 "reference": " e899757bb3df5ff6e95089132f32cd59aac2220a",1039 "reference": "5672711b6b07b14d5ab694e700c62eeb82fcf374" 1040 }, 1041 "dist": { 1042 "type": "zip", 1043 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5672711b6b07b14d5ab694e700c62eeb82fcf374", 1044 "reference": "5672711b6b07b14d5ab694e700c62eeb82fcf374", 921 1045 "shasum": "" 922 1046 }, 923 1047 "require": { 924 1048 "ext-tokenizer": "*", 925 "php": "^7. 1"926 }, 927 "require-dev": { 928 "phpunit/phpunit": "^ 7.0"929 }, 930 "type": "library", 931 "extra": { 932 "branch-alias": { 933 "dev-master": " 3.1-dev"1049 "php": "^7.3 || ^8.0" 1050 }, 1051 "require-dev": { 1052 "phpunit/phpunit": "^9.0" 1053 }, 1054 "type": "library", 1055 "extra": { 1056 "branch-alias": { 1057 "dev-master": "4.0-dev" 934 1058 } 935 1059 }, … … 954 1078 "tokenizer" 955 1079 ], 956 "time": "2019-07-25T05:29:42+00:00" 1080 "funding": [ 1081 { 1082 "url": "https://github.com/sebastianbergmann", 1083 "type": "github" 1084 } 1085 ], 1086 "time": "2020-06-27T06:36:25+00:00" 957 1087 }, 958 1088 { 959 1089 "name": "phpunit/phpunit", 960 "version": " 7.5.16",1090 "version": "9.2.6", 961 1091 "source": { 962 1092 "type": "git", 963 1093 "url": "https://github.com/sebastianbergmann/phpunit.git", 964 "reference": " 316afa6888d2562e04aeb67ea7f2017a0eb41661"965 }, 966 "dist": { 967 "type": "zip", 968 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 316afa6888d2562e04aeb67ea7f2017a0eb41661",969 "reference": " 316afa6888d2562e04aeb67ea7f2017a0eb41661",970 "shasum": "" 971 }, 972 "require": { 973 "doctrine/instantiator": "^1. 1",1094 "reference": "1c6a9e4312e209e659f1fce3ce88dd197c2448f6" 1095 }, 1096 "dist": { 1097 "type": "zip", 1098 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c6a9e4312e209e659f1fce3ce88dd197c2448f6", 1099 "reference": "1c6a9e4312e209e659f1fce3ce88dd197c2448f6", 1100 "shasum": "" 1101 }, 1102 "require": { 1103 "doctrine/instantiator": "^1.3.1", 974 1104 "ext-dom": "*", 975 1105 "ext-json": "*", … … 977 1107 "ext-mbstring": "*", 978 1108 "ext-xml": "*", 979 "myclabs/deep-copy": "^1.7", 980 "phar-io/manifest": "^1.0.2", 981 "phar-io/version": "^2.0", 982 "php": "^7.1", 983 "phpspec/prophecy": "^1.7", 984 "phpunit/php-code-coverage": "^6.0.7", 985 "phpunit/php-file-iterator": "^2.0.1", 986 "phpunit/php-text-template": "^1.2.1", 987 "phpunit/php-timer": "^2.1", 988 "sebastian/comparator": "^3.0", 989 "sebastian/diff": "^3.0", 990 "sebastian/environment": "^4.0", 991 "sebastian/exporter": "^3.1", 992 "sebastian/global-state": "^2.0", 993 "sebastian/object-enumerator": "^3.0.3", 994 "sebastian/resource-operations": "^2.0", 995 "sebastian/version": "^2.0.1" 996 }, 997 "conflict": { 998 "phpunit/phpunit-mock-objects": "*" 999 }, 1000 "require-dev": { 1001 "ext-pdo": "*" 1109 "ext-xmlwriter": "*", 1110 "myclabs/deep-copy": "^1.9.5", 1111 "phar-io/manifest": "^1.0.3", 1112 "phar-io/version": "^2.0.1", 1113 "php": "^7.3", 1114 "phpspec/prophecy": "^1.10.3", 1115 "phpunit/php-code-coverage": "^8.0.2", 1116 "phpunit/php-file-iterator": "^3.0.3", 1117 "phpunit/php-invoker": "^3.0.2", 1118 "phpunit/php-text-template": "^2.0.2", 1119 "phpunit/php-timer": "^5.0.1", 1120 "sebastian/code-unit": "^1.0.5", 1121 "sebastian/comparator": "^4.0.3", 1122 "sebastian/diff": "^4.0.1", 1123 "sebastian/environment": "^5.1.2", 1124 "sebastian/exporter": "^4.0.2", 1125 "sebastian/global-state": "^4.0", 1126 "sebastian/object-enumerator": "^4.0.2", 1127 "sebastian/resource-operations": "^3.0.2", 1128 "sebastian/type": "^2.1.1", 1129 "sebastian/version": "^3.0.1" 1130 }, 1131 "require-dev": { 1132 "ext-pdo": "*", 1133 "phpspec/prophecy-phpunit": "^2.0" 1002 1134 }, 1003 1135 "suggest": { 1004 1136 "ext-soap": "*", 1005 "ext-xdebug": "*", 1006 "phpunit/php-invoker": "^2.0" 1137 "ext-xdebug": "*" 1007 1138 }, 1008 1139 "bin": [ … … 1012 1143 "extra": { 1013 1144 "branch-alias": { 1014 "dev-master": " 7.5-dev"1145 "dev-master": "9.2-dev" 1015 1146 } 1016 1147 }, … … 1018 1149 "classmap": [ 1019 1150 "src/" 1151 ], 1152 "files": [ 1153 "src/Framework/Assert/Functions.php" 1020 1154 ] 1021 1155 }, … … 1038 1172 "xunit" 1039 1173 ], 1040 "time": "2019-09-14T09:08:39+00:00" 1174 "funding": [ 1175 { 1176 "url": "https://phpunit.de/donate.html", 1177 "type": "custom" 1178 }, 1179 { 1180 "url": "https://github.com/sebastianbergmann", 1181 "type": "github" 1182 } 1183 ], 1184 "time": "2020-07-13T17:55:55+00:00" 1041 1185 }, 1042 1186 { 1043 1187 "name": "roave/security-advisories", 1044 1188 "version": "dev-master", 1189 "source": { 1190 "type": "git", 1191 "url": "https://github.com/Roave/SecurityAdvisories.git", 1192 "reference": "9f386dba391018e90a5f1e51abeffc6bf27583db" 1193 }, 1194 "dist": { 1195 "type": "zip", 1196 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/9f386dba391018e90a5f1e51abeffc6bf27583db", 1197 "reference": "9f386dba391018e90a5f1e51abeffc6bf27583db", 1198 "shasum": "" 1199 }, 1045 1200 "conflict": { 1046 1201 "3f/pygmentize": "<1.2", … … 1049 1204 "amphp/artax": "<1.0.6|>=2,<2.0.6", 1050 1205 "amphp/http": "<1.0.1", 1206 "amphp/http-client": ">=4,<4.4", 1051 1207 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", 1052 1208 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", 1053 1209 "aws/aws-sdk-php": ">=3,<3.2.1", 1210 "bagisto/bagisto": "<0.1.5", 1211 "barrelstrength/sprout-base-email": "<1.2.7", 1212 "barrelstrength/sprout-forms": "<3.9", 1213 "bolt/bolt": "<3.7.1", 1054 1214 "brightlocal/phpwhois": "<=4.2.5", 1215 "buddypress/buddypress": "<5.1.2", 1055 1216 "bugsnag/bugsnag-laravel": ">=2,<2.0.2", 1056 1217 "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7", 1057 1218 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", 1058 1219 "cartalyst/sentry": "<=2.1.6", 1220 "centreon/centreon": "<18.10.8|>=19,<19.4.5", 1221 "cesnet/simplesamlphp-module-proxystatistics": "<3.1", 1059 1222 "codeigniter/framework": "<=3.0.6", 1060 1223 "composer/composer": "<=1-alpha.11", 1061 1224 "contao-components/mediaelement": ">=2.14.2,<2.21.1", 1062 1225 "contao/core": ">=2,<3.5.39", 1063 "contao/core-bundle": ">=4,<4.4. 39|>=4.5,<4.7.5",1226 "contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6", 1064 1227 "contao/listing-bundle": ">=4,<4.4.8", 1065 " contao/newsletter-bundle": ">=4,<4.1",1228 "datadog/dd-trace": ">=0.30,<0.30.2", 1066 1229 "david-garcia/phpwhois": "<=4.3.1", 1067 1230 "doctrine/annotations": ">=1,<1.2.7", … … 1074 1237 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", 1075 1238 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", 1239 "dolibarr/dolibarr": "<11.0.4", 1076 1240 "dompdf/dompdf": ">=0.6,<0.6.2", 1077 "drupal/core": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5", 1078 "drupal/drupal": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5", 1241 "drupal/core": ">=7,<7.72|>=8,<8.8.8|>=8.9,<8.9.1|>=9,<9.0.1", 1242 "drupal/drupal": ">=7,<7.72|>=8,<8.8.8|>=8.9,<8.9.1|>=9,<9.0.1", 1243 "endroid/qr-code-bundle": "<3.4.2", 1244 "enshrined/svg-sanitize": "<0.13.1", 1079 1245 "erusev/parsedown": "<1.7.2", 1080 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4", 1081 "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1", 1082 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3", 1246 "ezsystems/demobundle": ">=5.4,<5.4.6.1", 1247 "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", 1248 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", 1249 "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", 1250 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", 1251 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2", 1252 "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1", 1253 "ezsystems/ezplatform-user": ">=1,<1.0.1", 1254 "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1", 1255 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2", 1083 1256 "ezsystems/repository-forms": ">=2.3,<2.3.2.1", 1084 1257 "ezyang/htmlpurifier": "<4.1.1", … … 1086 1259 "fooman/tcpdf": "<6.2.22", 1087 1260 "fossar/tcpdf-parser": "<6.2.22", 1261 "friendsofsymfony/oauth2-php": "<1.3", 1088 1262 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", 1089 1263 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", 1090 1264 "fuel/core": "<1.8.1", 1265 "getgrav/grav": "<1.7-beta.8", 1266 "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", 1091 1267 "gree/jose": "<=2.2", 1092 1268 "gregwar/rst": "<1.0.3", … … 1096 1272 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", 1097 1273 "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", 1274 "illuminate/view": ">=7,<7.1.2", 1098 1275 "ivankristianto/phpwhois": "<=4.3", 1099 1276 "james-heinrich/getid3": "<1.9.9", … … 1103 1280 "kreait/firebase-php": ">=3.2,<3.8.1", 1104 1281 "la-haute-societe/tcpdf": "<6.2.22", 1105 "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30 ",1282 "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30|>=7,<7.1.2", 1106 1283 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", 1107 1284 "league/commonmark": "<0.18.3", 1108 "magento/magento1ce": "<1.9.4.1", 1109 "magento/magento1ee": ">=1.9,<1.14.4.1", 1110 "magento/product-community-edition": ">=2,<2.2.8|>=2.3,<2.3.1", 1285 "librenms/librenms": "<1.53", 1286 "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", 1287 "magento/magento1ce": "<1.9.4.3", 1288 "magento/magento1ee": ">=1,<1.14.4.3", 1289 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", 1111 1290 "monolog/monolog": ">=1.8,<1.12", 1112 1291 "namshi/jose": "<2.2", 1292 "nystudio107/craft-seomatic": "<3.3", 1293 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", 1294 "october/october": ">=1.0.319,<1.0.467", 1113 1295 "onelogin/php-saml": "<2.10.4", 1296 "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", 1114 1297 "openid/php-openid": "<2.3", 1115 1298 "oro/crm": ">=1.7,<1.7.4", … … 1120 1303 "paypal/merchant-sdk-php": "<3.12", 1121 1304 "pear/archive_tar": "<1.4.4", 1122 "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6", 1123 "phpoffice/phpexcel": "<=1.8.1", 1124 "phpoffice/phpspreadsheet": "<=1.5", 1305 "phpfastcache/phpfastcache": ">=5,<5.0.13", 1306 "phpmailer/phpmailer": "<6.1.6", 1307 "phpmussel/phpmussel": ">=1,<1.6", 1308 "phpmyadmin/phpmyadmin": "<4.9.2", 1309 "phpoffice/phpexcel": "<1.8.2", 1310 "phpoffice/phpspreadsheet": "<1.8", 1125 1311 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", 1126 1312 "phpwhois/phpwhois": "<=4.2.5", 1127 1313 "phpxmlrpc/extras": "<0.6.1", 1314 "pimcore/pimcore": "<6.3", 1315 "prestashop/autoupgrade": ">=4,<4.10.1", 1316 "prestashop/gamification": "<2.3.2", 1317 "prestashop/ps_facetedsearch": "<3.4.1", 1318 "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2", 1128 1319 "propel/propel": ">=2-alpha.1,<=2-alpha.7", 1129 1320 "propel/propel1": ">=1,<=1.7.1", 1130 1321 "pusher/pusher-php-server": "<2.2.1", 1131 "robrichards/xmlseclibs": ">=1,<3.0.2", 1322 "rainlab/debugbar-plugin": "<3.1", 1323 "robrichards/xmlseclibs": "<3.0.4", 1132 1324 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", 1325 "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", 1133 1326 "sensiolabs/connect": "<4.2.3", 1134 1327 "serluck/phpwhois": "<=4.2.6", 1135 1328 "shopware/shopware": "<5.3.7", 1136 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11", 1329 "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1", 1330 "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2", 1331 "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4", 1332 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", 1137 1333 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", 1138 "silverstripe/framework": " >=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.4",1139 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2 ",1334 "silverstripe/framework": "<4.4.7|>=4.5,<4.5.4", 1335 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4", 1140 1336 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", 1141 1337 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", 1338 "silverstripe/subsites": ">=2,<2.1.1", 1339 "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", 1142 1340 "silverstripe/userforms": "<3", 1143 1341 "simple-updates/phpwhois": "<=1", 1144 1342 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", 1145 "simplesamlphp/simplesamlphp": "<1.1 7.3",1343 "simplesamlphp/simplesamlphp": "<1.18.6", 1146 1344 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", 1345 "simplito/elliptic-php": "<1.0.6", 1147 1346 "slim/slim": "<2.6", 1148 1347 "smarty/smarty": "<3.1.33", … … 1150 1349 "spoonity/tcpdf": "<6.2.22", 1151 1350 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", 1351 "ssddanbrown/bookstack": "<0.29.2", 1152 1352 "stormpath/sdk": ">=0,<9.9.99", 1353 "studio-42/elfinder": "<2.1.49", 1153 1354 "swiftmailer/swiftmailer": ">=4,<5.4.5", 1154 1355 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", 1155 1356 "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", 1156 1357 "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", 1157 "sylius/sylius": ">=1,<1.1.18|>=1.2,<1.2.17|>=1.3,<1.3.12|>=1.4,<1.4.4", 1158 "symfony/cache": ">=3.1,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1358 "sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3", 1359 "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5", 1360 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", 1361 "symbiote/silverstripe-versionedfiles": "<=2.0.3", 1362 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 1159 1363 "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1364 "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", 1160 1365 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", 1161 1366 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1162 "symfony/http-foundation": ">=2,<2. 7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",1163 "symfony/http-kernel": ">=2,<2. 3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",1367 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", 1368 "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 1164 1369 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", 1370 "symfony/mime": ">=4.3,<4.3.8", 1165 1371 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1166 1372 "symfony/polyfill": ">=1,<1.10", … … 1168 1374 "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1169 1375 "symfony/routing": ">=2,<2.0.19", 1170 "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7 ",1376 "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7", 1171 1377 "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", 1172 1378 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7", 1173 1379 "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", 1174 1380 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", 1175 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4. 1.12|>=4.2,<4.2.7",1381 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", 1176 1382 "symfony/serializer": ">=2,<2.0.11", 1177 "symfony/symfony": ">=2,<2. 7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",1383 "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", 1178 1384 "symfony/translation": ">=2,<2.0.17", 1179 1385 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", 1386 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", 1180 1387 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", 1181 1388 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", 1389 "t3g/svg-sanitizer": "<1.0.3", 1182 1390 "tecnickcom/tcpdf": "<6.2.22", 1183 1391 "thelia/backoffice-default-template": ">=2.1,<2.1.2", … … 1187 1395 "truckersmp/phpwhois": "<=4.3.1", 1188 1396 "twig/twig": "<1.38|>=2,<2.7", 1189 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7. 27|>=9,<9.5.8",1190 "typo3/cms-core": ">=8,<8.7. 27|>=9,<9.5.8",1397 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2", 1398 "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2", 1191 1399 "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", 1192 1400 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", 1193 1401 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", 1194 1402 "ua-parser/uap-php": "<3.8", 1403 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", 1404 "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", 1195 1405 "wallabag/tcpdf": "<6.2.22", 1196 1406 "willdurand/js-translation-bundle": "<2.1.1", 1407 "yii2mod/yii2-cms": "<1.9.2", 1197 1408 "yiisoft/yii": ">=1.1.14,<1.1.15", 1198 1409 "yiisoft/yii2": "<2.0.15", … … 1203 1414 "yiisoft/yii2-jui": "<2.0.4", 1204 1415 "yiisoft/yii2-redis": "<2.0.8", 1416 "yourls/yourls": "<1.7.4", 1205 1417 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", 1206 1418 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", … … 1237 1449 { 1238 1450 "name": "Marco Pivetta", 1239 "role": "maintainer", 1240 "email": "[email protected]" 1451 "email": "[email protected]", 1452 "role": "maintainer" 1453 }, 1454 { 1455 "name": "Ilya Tribusean", 1456 "email": "[email protected]", 1457 "role": "maintainer" 1241 1458 } 1242 1459 ], 1243 1460 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", 1244 "time": "2019-07-18T15:17:58+00:00" 1245 }, 1246 { 1247 "name": "sebastian/code-unit-reverse-lookup", 1248 "version": "1.0.1", 1249 "source": { 1250 "type": "git", 1251 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 1252 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" 1253 }, 1254 "dist": { 1255 "type": "zip", 1256 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 1257 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 1258 "shasum": "" 1259 }, 1260 "require": { 1261 "php": "^5.6 || ^7.0" 1262 }, 1263 "require-dev": { 1264 "phpunit/phpunit": "^5.7 || ^6.0" 1265 }, 1266 "type": "library", 1267 "extra": { 1268 "branch-alias": { 1269 "dev-master": "1.0.x-dev" 1461 "funding": [ 1462 { 1463 "url": "https://github.com/Ocramius", 1464 "type": "github" 1465 }, 1466 { 1467 "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories", 1468 "type": "tidelift" 1469 } 1470 ], 1471 "time": "2020-07-16T05:17:29+00:00" 1472 }, 1473 { 1474 "name": "sebastian/code-unit", 1475 "version": "1.0.5", 1476 "source": { 1477 "type": "git", 1478 "url": "https://github.com/sebastianbergmann/code-unit.git", 1479 "reference": "c1e2df332c905079980b119c4db103117e5e5c90" 1480 }, 1481 "dist": { 1482 "type": "zip", 1483 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/c1e2df332c905079980b119c4db103117e5e5c90", 1484 "reference": "c1e2df332c905079980b119c4db103117e5e5c90", 1485 "shasum": "" 1486 }, 1487 "require": { 1488 "php": "^7.3 || ^8.0" 1489 }, 1490 "require-dev": { 1491 "phpunit/phpunit": "^9.0" 1492 }, 1493 "type": "library", 1494 "extra": { 1495 "branch-alias": { 1496 "dev-master": "1.0-dev" 1270 1497 } 1271 1498 }, … … 1282 1509 { 1283 1510 "name": "Sebastian Bergmann", 1511 "email": "[email protected]", 1512 "role": "lead" 1513 } 1514 ], 1515 "description": "Collection of value objects that represent the PHP code units", 1516 "homepage": "https://github.com/sebastianbergmann/code-unit", 1517 "funding": [ 1518 { 1519 "url": "https://github.com/sebastianbergmann", 1520 "type": "github" 1521 } 1522 ], 1523 "time": "2020-06-26T12:50:45+00:00" 1524 }, 1525 { 1526 "name": "sebastian/code-unit-reverse-lookup", 1527 "version": "2.0.2", 1528 "source": { 1529 "type": "git", 1530 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 1531 "reference": "ee51f9bb0c6d8a43337055db3120829fa14da819" 1532 }, 1533 "dist": { 1534 "type": "zip", 1535 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ee51f9bb0c6d8a43337055db3120829fa14da819", 1536 "reference": "ee51f9bb0c6d8a43337055db3120829fa14da819", 1537 "shasum": "" 1538 }, 1539 "require": { 1540 "php": "^7.3 || ^8.0" 1541 }, 1542 "require-dev": { 1543 "phpunit/phpunit": "^9.0" 1544 }, 1545 "type": "library", 1546 "extra": { 1547 "branch-alias": { 1548 "dev-master": "2.0-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", 1284 1563 "email": "[email protected]" 1285 1564 } … … 1287 1566 "description": "Looks up which function or method a line of code belongs to", 1288 1567 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 1289 "time": "2017-03-04T06:30:41+00:00" 1568 "funding": [ 1569 { 1570 "url": "https://github.com/sebastianbergmann", 1571 "type": "github" 1572 } 1573 ], 1574 "time": "2020-06-26T12:04:00+00:00" 1290 1575 }, 1291 1576 { 1292 1577 "name": "sebastian/comparator", 1293 "version": " 3.0.2",1578 "version": "4.0.3", 1294 1579 "source": { 1295 1580 "type": "git", 1296 1581 "url": "https://github.com/sebastianbergmann/comparator.git", 1297 "reference": " 5de4fc177adf9bce8df98d8d141a7559d7ccf6da"1298 }, 1299 "dist": { 1300 "type": "zip", 1301 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ 5de4fc177adf9bce8df98d8d141a7559d7ccf6da",1302 "reference": " 5de4fc177adf9bce8df98d8d141a7559d7ccf6da",1303 "shasum": "" 1304 }, 1305 "require": { 1306 "php": "^7. 1",1307 "sebastian/diff": "^ 3.0",1308 "sebastian/exporter": "^ 3.1"1309 }, 1310 "require-dev": { 1311 "phpunit/phpunit": "^ 7.1"1312 }, 1313 "type": "library", 1314 "extra": { 1315 "branch-alias": { 1316 "dev-master": " 3.0-dev"1582 "reference": "dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f" 1583 }, 1584 "dist": { 1585 "type": "zip", 1586 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f", 1587 "reference": "dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f", 1588 "shasum": "" 1589 }, 1590 "require": { 1591 "php": "^7.3 || ^8.0", 1592 "sebastian/diff": "^4.0", 1593 "sebastian/exporter": "^4.0" 1594 }, 1595 "require-dev": { 1596 "phpunit/phpunit": "^9.0" 1597 }, 1598 "type": "library", 1599 "extra": { 1600 "branch-alias": { 1601 "dev-master": "4.0-dev" 1317 1602 } 1318 1603 }, … … 1328 1613 "authors": [ 1329 1614 { 1615 "name": "Sebastian Bergmann", 1616 "email": "[email protected]" 1617 }, 1618 { 1330 1619 "name": "Jeff Welch", 1331 1620 "email": "[email protected]" … … 1338 1627 "name": "Bernhard Schussek", 1339 1628 "email": "[email protected]" 1340 },1341 {1342 "name": "Sebastian Bergmann",1343 "email": "[email protected]"1344 1629 } 1345 1630 ], … … 1351 1636 "equality" 1352 1637 ], 1353 "time": "2018-07-12T15:12:46+00:00" 1638 "funding": [ 1639 { 1640 "url": "https://github.com/sebastianbergmann", 1641 "type": "github" 1642 } 1643 ], 1644 "time": "2020-06-26T12:05:46+00:00" 1354 1645 }, 1355 1646 { 1356 1647 "name": "sebastian/diff", 1357 "version": " 3.0.2",1648 "version": "4.0.2", 1358 1649 "source": { 1359 1650 "type": "git", 1360 1651 "url": "https://github.com/sebastianbergmann/diff.git", 1361 "reference": " 720fcc7e9b5cf384ea68d9d930d480907a0c1a29"1362 }, 1363 "dist": { 1364 "type": "zip", 1365 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ 720fcc7e9b5cf384ea68d9d930d480907a0c1a29",1366 "reference": " 720fcc7e9b5cf384ea68d9d930d480907a0c1a29",1367 "shasum": "" 1368 }, 1369 "require": { 1370 "php": "^7. 1"1371 }, 1372 "require-dev": { 1373 "phpunit/phpunit": "^ 7.5 || ^8.0",1374 "symfony/process": "^ 2 || ^3.3 || ^4"1375 }, 1376 "type": "library", 1377 "extra": { 1378 "branch-alias": { 1379 "dev-master": " 3.0-dev"1652 "reference": "1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113" 1653 }, 1654 "dist": { 1655 "type": "zip", 1656 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113", 1657 "reference": "1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113", 1658 "shasum": "" 1659 }, 1660 "require": { 1661 "php": "^7.3 || ^8.0" 1662 }, 1663 "require-dev": { 1664 "phpunit/phpunit": "^9.0", 1665 "symfony/process": "^4.2 || ^5" 1666 }, 1667 "type": "library", 1668 "extra": { 1669 "branch-alias": { 1670 "dev-master": "4.0-dev" 1380 1671 } 1381 1672 }, … … 1391 1682 "authors": [ 1392 1683 { 1684 "name": "Sebastian Bergmann", 1685 "email": "[email protected]" 1686 }, 1687 { 1393 1688 "name": "Kore Nordmann", 1394 1689 "email": "[email protected]" 1395 },1396 {1397 "name": "Sebastian Bergmann",1398 "email": "[email protected]"1399 1690 } 1400 1691 ], … … 1407 1698 "unified diff" 1408 1699 ], 1409 "time": "2019-02-04T06:01:07+00:00" 1700 "funding": [ 1701 { 1702 "url": "https://github.com/sebastianbergmann", 1703 "type": "github" 1704 } 1705 ], 1706 "time": "2020-06-30T04:46:02+00:00" 1410 1707 }, 1411 1708 { 1412 1709 "name": "sebastian/environment", 1413 "version": " 4.2.2",1710 "version": "5.1.2", 1414 1711 "source": { 1415 1712 "type": "git", 1416 1713 "url": "https://github.com/sebastianbergmann/environment.git", 1417 "reference": " f2a2c8e1c97c11ace607a7a667d73d47c19fe404"1418 }, 1419 "dist": { 1420 "type": "zip", 1421 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/ f2a2c8e1c97c11ace607a7a667d73d47c19fe404",1422 "reference": " f2a2c8e1c97c11ace607a7a667d73d47c19fe404",1423 "shasum": "" 1424 }, 1425 "require": { 1426 "php": "^7. 1"1427 }, 1428 "require-dev": { 1429 "phpunit/phpunit": "^ 7.5"1714 "reference": "0a757cab9d5b7ef49a619f1143e6c9c1bc0fe9d2" 1715 }, 1716 "dist": { 1717 "type": "zip", 1718 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/0a757cab9d5b7ef49a619f1143e6c9c1bc0fe9d2", 1719 "reference": "0a757cab9d5b7ef49a619f1143e6c9c1bc0fe9d2", 1720 "shasum": "" 1721 }, 1722 "require": { 1723 "php": "^7.3 || ^8.0" 1724 }, 1725 "require-dev": { 1726 "phpunit/phpunit": "^9.0" 1430 1727 }, 1431 1728 "suggest": { … … 1435 1732 "extra": { 1436 1733 "branch-alias": { 1437 "dev-master": " 4.2-dev"1734 "dev-master": "5.0-dev" 1438 1735 } 1439 1736 }, … … 1460 1757 "hhvm" 1461 1758 ], 1462 "time": "2019-05-05T09:05:15+00:00" 1759 "funding": [ 1760 { 1761 "url": "https://github.com/sebastianbergmann", 1762 "type": "github" 1763 } 1764 ], 1765 "time": "2020-06-26T12:07:24+00:00" 1463 1766 }, 1464 1767 { 1465 1768 "name": "sebastian/exporter", 1466 "version": " 3.1.2",1769 "version": "4.0.2", 1467 1770 "source": { 1468 1771 "type": "git", 1469 1772 "url": "https://github.com/sebastianbergmann/exporter.git", 1470 "reference": " 68609e1261d215ea5b21b7987539cbfbe156ec3e"1471 }, 1472 "dist": { 1473 "type": "zip", 1474 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ 68609e1261d215ea5b21b7987539cbfbe156ec3e",1475 "reference": " 68609e1261d215ea5b21b7987539cbfbe156ec3e",1476 "shasum": "" 1477 }, 1478 "require": { 1479 "php": "^7. 0",1480 "sebastian/recursion-context": "^ 3.0"1773 "reference": "571d721db4aec847a0e59690b954af33ebf9f023" 1774 }, 1775 "dist": { 1776 "type": "zip", 1777 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/571d721db4aec847a0e59690b954af33ebf9f023", 1778 "reference": "571d721db4aec847a0e59690b954af33ebf9f023", 1779 "shasum": "" 1780 }, 1781 "require": { 1782 "php": "^7.3 || ^8.0", 1783 "sebastian/recursion-context": "^4.0" 1481 1784 }, 1482 1785 "require-dev": { 1483 1786 "ext-mbstring": "*", 1484 "phpunit/phpunit": "^ 6.0"1485 }, 1486 "type": "library", 1487 "extra": { 1488 "branch-alias": { 1489 "dev-master": " 3.1.x-dev"1787 "phpunit/phpunit": "^9.2" 1788 }, 1789 "type": "library", 1790 "extra": { 1791 "branch-alias": { 1792 "dev-master": "4.0-dev" 1490 1793 } 1491 1794 }, … … 1527 1830 "exporter" 1528 1831 ], 1529 "time": "2019-09-14T09:02:43+00:00" 1832 "funding": [ 1833 { 1834 "url": "https://github.com/sebastianbergmann", 1835 "type": "github" 1836 } 1837 ], 1838 "time": "2020-06-26T12:08:55+00:00" 1530 1839 }, 1531 1840 { 1532 1841 "name": "sebastian/global-state", 1533 "version": " 2.0.0",1842 "version": "4.0.0", 1534 1843 "source": { 1535 1844 "type": "git", 1536 1845 "url": "https://github.com/sebastianbergmann/global-state.git", 1537 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" 1538 }, 1539 "dist": { 1540 "type": "zip", 1541 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 1542 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 1543 "shasum": "" 1544 }, 1545 "require": { 1546 "php": "^7.0" 1547 }, 1548 "require-dev": { 1549 "phpunit/phpunit": "^6.0" 1846 "reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72" 1847 }, 1848 "dist": { 1849 "type": "zip", 1850 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bdb1e7c79e592b8c82cb1699be3c8743119b8a72", 1851 "reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72", 1852 "shasum": "" 1853 }, 1854 "require": { 1855 "php": "^7.3", 1856 "sebastian/object-reflector": "^2.0", 1857 "sebastian/recursion-context": "^4.0" 1858 }, 1859 "require-dev": { 1860 "ext-dom": "*", 1861 "phpunit/phpunit": "^9.0" 1550 1862 }, 1551 1863 "suggest": { … … 1555 1867 "extra": { 1556 1868 "branch-alias": { 1557 "dev-master": " 2.0-dev"1869 "dev-master": "4.0-dev" 1558 1870 } 1559 1871 }, … … 1578 1890 "global state" 1579 1891 ], 1580 "time": "20 17-04-27T15:39:26+00:00"1892 "time": "2020-02-07T06:11:37+00:00" 1581 1893 }, 1582 1894 { 1583 1895 "name": "sebastian/object-enumerator", 1584 "version": " 3.0.3",1896 "version": "4.0.2", 1585 1897 "source": { 1586 1898 "type": "git", 1587 1899 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 1588 "reference": " 7cfd9e65d11ffb5af41198476395774d4c8a84c5"1589 }, 1590 "dist": { 1591 "type": "zip", 1592 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ 7cfd9e65d11ffb5af41198476395774d4c8a84c5",1593 "reference": " 7cfd9e65d11ffb5af41198476395774d4c8a84c5",1594 "shasum": "" 1595 }, 1596 "require": { 1597 "php": "^7. 0",1598 "sebastian/object-reflector": "^ 1.1.1",1599 "sebastian/recursion-context": "^ 3.0"1600 }, 1601 "require-dev": { 1602 "phpunit/phpunit": "^ 6.0"1603 }, 1604 "type": "library", 1605 "extra": { 1606 "branch-alias": { 1607 "dev-master": " 3.0.x-dev"1900 "reference": "074fed2d0a6d08e1677dd8ce9d32aecb384917b8" 1901 }, 1902 "dist": { 1903 "type": "zip", 1904 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/074fed2d0a6d08e1677dd8ce9d32aecb384917b8", 1905 "reference": "074fed2d0a6d08e1677dd8ce9d32aecb384917b8", 1906 "shasum": "" 1907 }, 1908 "require": { 1909 "php": "^7.3 || ^8.0", 1910 "sebastian/object-reflector": "^2.0", 1911 "sebastian/recursion-context": "^4.0" 1912 }, 1913 "require-dev": { 1914 "phpunit/phpunit": "^9.0" 1915 }, 1916 "type": "library", 1917 "extra": { 1918 "branch-alias": { 1919 "dev-master": "4.0-dev" 1608 1920 } 1609 1921 }, … … 1625 1937 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 1626 1938 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 1627 "time": "2017-08-03T12:35:26+00:00" 1939 "funding": [ 1940 { 1941 "url": "https://github.com/sebastianbergmann", 1942 "type": "github" 1943 } 1944 ], 1945 "time": "2020-06-26T12:11:32+00:00" 1628 1946 }, 1629 1947 { 1630 1948 "name": "sebastian/object-reflector", 1631 "version": " 1.1.1",1949 "version": "2.0.2", 1632 1950 "source": { 1633 1951 "type": "git", 1634 1952 "url": "https://github.com/sebastianbergmann/object-reflector.git", 1635 "reference": " 773f97c67f28de00d397be301821b06708fca0be"1636 }, 1637 "dist": { 1638 "type": "zip", 1639 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/ 773f97c67f28de00d397be301821b06708fca0be",1640 "reference": " 773f97c67f28de00d397be301821b06708fca0be",1641 "shasum": "" 1642 }, 1643 "require": { 1644 "php": "^7. 0"1645 }, 1646 "require-dev": { 1647 "phpunit/phpunit": "^ 6.0"1648 }, 1649 "type": "library", 1650 "extra": { 1651 "branch-alias": { 1652 "dev-master": " 1.1-dev"1953 "reference": "127a46f6b057441b201253526f81d5406d6c7840" 1954 }, 1955 "dist": { 1956 "type": "zip", 1957 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/127a46f6b057441b201253526f81d5406d6c7840", 1958 "reference": "127a46f6b057441b201253526f81d5406d6c7840", 1959 "shasum": "" 1960 }, 1961 "require": { 1962 "php": "^7.3 || ^8.0" 1963 }, 1964 "require-dev": { 1965 "phpunit/phpunit": "^9.0" 1966 }, 1967 "type": "library", 1968 "extra": { 1969 "branch-alias": { 1970 "dev-master": "2.0-dev" 1653 1971 } 1654 1972 }, … … 1670 1988 "description": "Allows reflection of object attributes, including inherited and non-public ones", 1671 1989 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 1672 "time": "2017-03-29T09:07:27+00:00" 1990 "funding": [ 1991 { 1992 "url": "https://github.com/sebastianbergmann", 1993 "type": "github" 1994 } 1995 ], 1996 "time": "2020-06-26T12:12:55+00:00" 1673 1997 }, 1674 1998 { 1675 1999 "name": "sebastian/recursion-context", 1676 "version": " 3.0.0",2000 "version": "4.0.2", 1677 2001 "source": { 1678 2002 "type": "git", 1679 2003 "url": "https://github.com/sebastianbergmann/recursion-context.git", 1680 "reference": " 5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"1681 }, 1682 "dist": { 1683 "type": "zip", 1684 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/ 5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",1685 "reference": " 5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",1686 "shasum": "" 1687 }, 1688 "require": { 1689 "php": "^7. 0"1690 }, 1691 "require-dev": { 1692 "phpunit/phpunit": "^ 6.0"1693 }, 1694 "type": "library", 1695 "extra": { 1696 "branch-alias": { 1697 "dev-master": " 3.0.x-dev"2004 "reference": "062231bf61d2b9448c4fa5a7643b5e1829c11d63" 2005 }, 2006 "dist": { 2007 "type": "zip", 2008 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/062231bf61d2b9448c4fa5a7643b5e1829c11d63", 2009 "reference": "062231bf61d2b9448c4fa5a7643b5e1829c11d63", 2010 "shasum": "" 2011 }, 2012 "require": { 2013 "php": "^7.3 || ^8.0" 2014 }, 2015 "require-dev": { 2016 "phpunit/phpunit": "^9.0" 2017 }, 2018 "type": "library", 2019 "extra": { 2020 "branch-alias": { 2021 "dev-master": "4.0-dev" 1698 2022 } 1699 2023 }, … … 1709 2033 "authors": [ 1710 2034 { 2035 "name": "Sebastian Bergmann", 2036 "email": "[email protected]" 2037 }, 2038 { 1711 2039 "name": "Jeff Welch", 1712 2040 "email": "[email protected]" 1713 2041 }, 1714 2042 { 2043 "name": "Adam Harvey", 2044 "email": "[email protected]" 2045 } 2046 ], 2047 "description": "Provides functionality to recursively process PHP variables", 2048 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 2049 "funding": [ 2050 { 2051 "url": "https://github.com/sebastianbergmann", 2052 "type": "github" 2053 } 2054 ], 2055 "time": "2020-06-26T12:14:17+00:00" 2056 }, 2057 { 2058 "name": "sebastian/resource-operations", 2059 "version": "3.0.2", 2060 "source": { 2061 "type": "git", 2062 "url": "https://github.com/sebastianbergmann/resource-operations.git", 2063 "reference": "0653718a5a629b065e91f774595267f8dc32e213" 2064 }, 2065 "dist": { 2066 "type": "zip", 2067 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0653718a5a629b065e91f774595267f8dc32e213", 2068 "reference": "0653718a5a629b065e91f774595267f8dc32e213", 2069 "shasum": "" 2070 }, 2071 "require": { 2072 "php": "^7.3 || ^8.0" 2073 }, 2074 "require-dev": { 2075 "phpunit/phpunit": "^9.0" 2076 }, 2077 "type": "library", 2078 "extra": { 2079 "branch-alias": { 2080 "dev-master": "3.0-dev" 2081 } 2082 }, 2083 "autoload": { 2084 "classmap": [ 2085 "src/" 2086 ] 2087 }, 2088 "notification-url": "https://packagist.org/downloads/", 2089 "license": [ 2090 "BSD-3-Clause" 2091 ], 2092 "authors": [ 2093 { 1715 2094 "name": "Sebastian Bergmann", 1716 2095 "email": "[email protected]" 1717 },1718 {1719 "name": "Adam Harvey",1720 "email": "[email protected]"1721 }1722 ],1723 "description": "Provides functionality to recursively process PHP variables",1724 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",1725 "time": "2017-03-03T06:23:57+00:00"1726 },1727 {1728 "name": "sebastian/resource-operations",1729 "version": "2.0.1",1730 "source": {1731 "type": "git",1732 "url": "https://github.com/sebastianbergmann/resource-operations.git",1733 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"1734 },1735 "dist": {1736 "type": "zip",1737 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",1738 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",1739 "shasum": ""1740 },1741 "require": {1742 "php": "^7.1"1743 },1744 "type": "library",1745 "extra": {1746 "branch-alias": {1747 "dev-master": "2.0-dev"1748 }1749 },1750 "autoload": {1751 "classmap": [1752 "src/"1753 ]1754 },1755 "notification-url": "https://packagist.org/downloads/",1756 "license": [1757 "BSD-3-Clause"1758 ],1759 "authors": [1760 {1761 "name": "Sebastian Bergmann",1762 "email": "[email protected]"1763 2096 } 1764 2097 ], 1765 2098 "description": "Provides a list of PHP built-in functions that operate on resources", 1766 2099 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 1767 "time": "2018-10-04T04:07:39+00:00" 1768 }, 1769 { 1770 "name": "sebastian/version", 1771 "version": "2.0.1", 1772 "source": { 1773 "type": "git", 1774 "url": "https://github.com/sebastianbergmann/version.git", 1775 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 1776 }, 1777 "dist": { 1778 "type": "zip", 1779 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 1780 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 1781 "shasum": "" 1782 }, 1783 "require": { 1784 "php": ">=5.6" 1785 }, 1786 "type": "library", 1787 "extra": { 1788 "branch-alias": { 1789 "dev-master": "2.0.x-dev" 2100 "funding": [ 2101 { 2102 "url": "https://github.com/sebastianbergmann", 2103 "type": "github" 2104 } 2105 ], 2106 "time": "2020-06-26T12:16:22+00:00" 2107 }, 2108 { 2109 "name": "sebastian/type", 2110 "version": "2.2.1", 2111 "source": { 2112 "type": "git", 2113 "url": "https://github.com/sebastianbergmann/type.git", 2114 "reference": "86991e2b33446cd96e648c18bcdb1e95afb2c05a" 2115 }, 2116 "dist": { 2117 "type": "zip", 2118 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/86991e2b33446cd96e648c18bcdb1e95afb2c05a", 2119 "reference": "86991e2b33446cd96e648c18bcdb1e95afb2c05a", 2120 "shasum": "" 2121 }, 2122 "require": { 2123 "php": "^7.3 || ^8.0" 2124 }, 2125 "require-dev": { 2126 "phpunit/phpunit": "^9.2" 2127 }, 2128 "type": "library", 2129 "extra": { 2130 "branch-alias": { 2131 "dev-master": "2.2-dev" 1790 2132 } 1791 2133 }, … … 1806 2148 } 1807 2149 ], 2150 "description": "Collection of value objects that represent the types of the PHP type system", 2151 "homepage": "https://github.com/sebastianbergmann/type", 2152 "funding": [ 2153 { 2154 "url": "https://github.com/sebastianbergmann", 2155 "type": "github" 2156 } 2157 ], 2158 "time": "2020-07-05T08:31:53+00:00" 2159 }, 2160 { 2161 "name": "sebastian/version", 2162 "version": "3.0.1", 2163 "source": { 2164 "type": "git", 2165 "url": "https://github.com/sebastianbergmann/version.git", 2166 "reference": "626586115d0ed31cb71483be55beb759b5af5a3c" 2167 }, 2168 "dist": { 2169 "type": "zip", 2170 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/626586115d0ed31cb71483be55beb759b5af5a3c", 2171 "reference": "626586115d0ed31cb71483be55beb759b5af5a3c", 2172 "shasum": "" 2173 }, 2174 "require": { 2175 "php": "^7.3 || ^8.0" 2176 }, 2177 "type": "library", 2178 "extra": { 2179 "branch-alias": { 2180 "dev-master": "3.0-dev" 2181 } 2182 }, 2183 "autoload": { 2184 "classmap": [ 2185 "src/" 2186 ] 2187 }, 2188 "notification-url": "https://packagist.org/downloads/", 2189 "license": [ 2190 "BSD-3-Clause" 2191 ], 2192 "authors": [ 2193 { 2194 "name": "Sebastian Bergmann", 2195 "email": "[email protected]", 2196 "role": "lead" 2197 } 2198 ], 1808 2199 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 1809 2200 "homepage": "https://github.com/sebastianbergmann/version", 1810 "time": "2016-10-03T07:35:21+00:00" 2201 "funding": [ 2202 { 2203 "url": "https://github.com/sebastianbergmann", 2204 "type": "github" 2205 } 2206 ], 2207 "time": "2020-06-26T12:18:43+00:00" 1811 2208 }, 1812 2209 { 1813 2210 "name": "squizlabs/php_codesniffer", 1814 "version": "3. 4.2",2211 "version": "3.5.5", 1815 2212 "source": { 1816 2213 "type": "git", 1817 2214 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 1818 "reference": " b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"1819 }, 1820 "dist": { 1821 "type": "zip", 1822 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",1823 "reference": " b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",2215 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6" 2216 }, 2217 "dist": { 2218 "type": "zip", 2219 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6", 2220 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6", 1824 2221 "shasum": "" 1825 2222 }, … … 1859 2256 "standards" 1860 2257 ], 1861 "time": "20 19-04-10T23:49:02+00:00"2258 "time": "2020-04-17T01:09:41+00:00" 1862 2259 }, 1863 2260 { 1864 2261 "name": "symfony/polyfill-ctype", 1865 "version": "v1.1 2.0",2262 "version": "v1.17.1", 1866 2263 "source": { 1867 2264 "type": "git", 1868 2265 "url": "https://github.com/symfony/polyfill-ctype.git", 1869 "reference": " 550ebaac289296ce228a706d0867afc34687e3f4"1870 }, 1871 "dist": { 1872 "type": "zip", 1873 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ 550ebaac289296ce228a706d0867afc34687e3f4",1874 "reference": " 550ebaac289296ce228a706d0867afc34687e3f4",2266 "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d" 2267 }, 2268 "dist": { 2269 "type": "zip", 2270 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", 2271 "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", 1875 2272 "shasum": "" 1876 2273 }, … … 1884 2281 "extra": { 1885 2282 "branch-alias": { 1886 "dev-master": "1.12-dev" 2283 "dev-master": "1.17-dev" 2284 }, 2285 "thanks": { 2286 "name": "symfony/polyfill", 2287 "url": "https://github.com/symfony/polyfill" 1887 2288 } 1888 2289 }, … … 1917 2318 "portable" 1918 2319 ], 1919 "time": "2019-08-06T08:03:45+00:00" 2320 "funding": [ 2321 { 2322 "url": "https://symfony.com/sponsor", 2323 "type": "custom" 2324 }, 2325 { 2326 "url": "https://github.com/fabpot", 2327 "type": "github" 2328 }, 2329 { 2330 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2331 "type": "tidelift" 2332 } 2333 ], 2334 "time": "2020-06-06T08:46:27+00:00" 1920 2335 }, 1921 2336 { 1922 2337 "name": "theseer/tokenizer", 1923 "version": "1. 1.3",2338 "version": "1.2.0", 1924 2339 "source": { 1925 2340 "type": "git", 1926 2341 "url": "https://github.com/theseer/tokenizer.git", 1927 "reference": " 11336f6f84e16a720dae9d8e6ed5019efa85a0f9"1928 }, 1929 "dist": { 1930 "type": "zip", 1931 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/ 11336f6f84e16a720dae9d8e6ed5019efa85a0f9",1932 "reference": " 11336f6f84e16a720dae9d8e6ed5019efa85a0f9",2342 "reference": "75a63c33a8577608444246075ea0af0d052e452a" 2343 }, 2344 "dist": { 2345 "type": "zip", 2346 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", 2347 "reference": "75a63c33a8577608444246075ea0af0d052e452a", 1933 2348 "shasum": "" 1934 2349 }, … … 1937 2352 "ext-tokenizer": "*", 1938 2353 "ext-xmlwriter": "*", 1939 "php": "^7. 0"2354 "php": "^7.2 || ^8.0" 1940 2355 }, 1941 2356 "type": "library", … … 1957 2372 ], 1958 2373 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 1959 "time": "2019-06-13T22:48:21+00:00" 2374 "funding": [ 2375 { 2376 "url": "https://github.com/theseer", 2377 "type": "github" 2378 } 2379 ], 2380 "time": "2020-07-12T23:59:07+00:00" 1960 2381 }, 1961 2382 { 1962 2383 "name": "webmozart/assert", 1963 "version": "1. 5.0",2384 "version": "1.9.1", 1964 2385 "source": { 1965 2386 "type": "git", 1966 2387 "url": "https://github.com/webmozart/assert.git", 1967 "reference": " 88e6d84706d09a236046d686bbea96f07b3a34f4"1968 }, 1969 "dist": { 1970 "type": "zip", 1971 "url": "https://api.github.com/repos/webmozart/assert/zipball/ 88e6d84706d09a236046d686bbea96f07b3a34f4",1972 "reference": " 88e6d84706d09a236046d686bbea96f07b3a34f4",1973 "shasum": "" 1974 }, 1975 "require": { 1976 "php": "^5.3.3 || ^7.0 ",2388 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" 2389 }, 2390 "dist": { 2391 "type": "zip", 2392 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", 2393 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", 2394 "shasum": "" 2395 }, 2396 "require": { 2397 "php": "^5.3.3 || ^7.0 || ^8.0", 1977 2398 "symfony/polyfill-ctype": "^1.8" 1978 2399 }, 2400 "conflict": { 2401 "phpstan/phpstan": "<0.12.20", 2402 "vimeo/psalm": "<3.9.1" 2403 }, 1979 2404 "require-dev": { 1980 2405 "phpunit/phpunit": "^4.8.36 || ^7.5.13" 1981 2406 }, 1982 2407 "type": "library", 1983 "extra": {1984 "branch-alias": {1985 "dev-master": "1.3-dev"1986 }1987 },1988 2408 "autoload": { 1989 2409 "psr-4": { … … 2007 2427 "validate" 2008 2428 ], 2009 "time": "20 19-08-24T08:43:50+00:00"2429 "time": "2020-07-08T17:02:28+00:00" 2010 2430 } 2011 2431 ], … … 2022 2442 "platform-dev": { 2023 2443 "ext-xdebug": "*" 2024 } 2444 }, 2445 "plugin-api-version": "1.1.0" 2025 2446 } -
jquery-manager/trunk/jquery-manager.php
r2156603 r2343351 13 13 * Plugin URI: https://github.com/Remzi1993/jquery-manager 14 14 * Description: Manage jQuery and jQuery Migrate, activate a specific jQuery and/or jQuery Migrate version. The ultimate jQuery debugging tool for WordPress. This plugin is an open source project, made possible by your contribution (code). Development is done on GitHub. 15 * Version: 1.10. 415 * Version: 1.10.5 16 16 * Author: Remzi Cavdar 17 17 * Author URI: https://twitter.com/remzicavdar … … 40 40 41 41 // jQuery versions, don't forget to update the files! .js and .min.js are automatically added accordingly at the end of the name/file. 42 define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_3X', 'jquery-3. 4.1' );43 define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_3X_SLIM', 'jquery-3. 4.1.slim' );42 define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_3X', 'jquery-3.5.1' ); 43 define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_3X_SLIM', 'jquery-3.5.1.slim' ); 44 44 define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_2X', 'jquery-2.2.4' ); 45 45 define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_1X', 'jquery-1.12.4' ); 46 46 47 47 // jQuery Migrate versions, don't forget to update your files! .js and .min.js are automatically added accordingly at the end of the name/file. 48 define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_MIGRATE_3X', 'jquery-migrate-3. 1.0' );48 define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_MIGRATE_3X', 'jquery-migrate-3.3.0' ); 49 49 define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_MIGRATE_1X', 'jquery-migrate-1.4.1' ); 50 50 -
jquery-manager/trunk/package.json
r2156603 r2343351 1 1 { 2 2 "name": "jquery-manager", 3 "version": "1.10. 4",3 "version": "1.10.5", 4 4 "description": "Manage jQuery and jQuery Migrate on a WordPress website, select a specific jQuery and/or jQuery Migrate version. The ultimate jQuery debugging tool for WordPress. This plugin is a open source project, made possible by your contribution (code). Development is done on GitHub.", 5 5 "main": "jquery-manager.php", -
jquery-manager/trunk/readme.txt
r2266034 r2343351 3 3 Tags: jquery, jquery manager, jquery updater, jquery migrate, jquery update, remove jquery migrate, javascript, jquery ui, update, jquery update, jquery wordpress, jquery wordpress updater, manage jquery, jquery settings, jquery tool, jquery debugger, debug 4 4 Requires at least: 4.9 5 Tested up to: 5. 45 Tested up to: 5.5 6 6 Requires PHP: 5.6 7 7 Stable tag: trunk … … 123 123 **Idea Behind / Philosophy:** It began as a plugin internally at our company, we would uses jQuery Updater plugin and this plugin was buggy and slow. That's why we decided to fork this plugin and create our own WP plugin. 124 124 125 I think this plugin solves a major shortcoming in WordPress and gives you finite control over jQuery ( alsogiving you control which version you want to use).125 I think this plugin solves a major shortcoming in WordPress and gives you finite control over jQuery (giving you control which version you want to use).
Note: See TracChangeset
for help on using the changeset viewer.