Plugin Directory

Changeset 2343351


Ignore:
Timestamp:
07/20/2020 10:26:56 AM (5 years ago)
Author:
remzicavdar
Message:

Updated jQuery to 3.5.1
Updated jQuery Migrate to 3.3.0
Updated several dev libraries

Location:
jquery-manager/trunk
Files:
8 added
8 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • jquery-manager/trunk/.codebeatignore

    r2153020 r2343351  
    1 tests/
    2 assets/js/
    3 bin/
    4 inc/
    5 vendor/
     1tests/**
     2assets/**
     3bin/**
     4inc/**
     5vendor/**
  • jquery-manager/trunk/.github/stale.yml

    r2120136 r2343351  
    11# Number of days of inactivity before an issue becomes stale
    2 daysUntilStale: 60
     2daysUntilStale: 40
    33# Number of days of inactivity before a stale issue is closed
    44daysUntilClose: 7
    55# Issues with these labels will never be considered stale
    66exemptLabels:
    7   - pinned
    8   - security
     7  - Pinned
     8  - Security
    99# Label to use when marking an issue as stale
    1010staleLabel: Won't fix
  • jquery-manager/trunk/README.md

    r2153020 r2343351  
    3636
    3737## [Download](https://downloads.wordpress.org/plugin/jquery-manager.zip) jQuery Manager for WordPress
     38
    3839Go to the wordpress.org plugin page [wordpress.org/plugins/jquery-manager/](https://wordpress.org/plugins/jquery-manager/) and download the .zip file.
    3940
     
    7778
    7879Use 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>
    8081If 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.
    8182
    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/
    8890
    8991#### 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-fork
    9192
    92 Tutorial: http://makeapullrequest.com
     93-   https://help.github.com/en/articles/syncing-a-fork
    9394
    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)
     95Tutorial: 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)
    9598
    9699[![WordPress](https://forthebadge.com/images/badges/built-with-wordpress.svg)](https://wordpress.org)
    97100
    98 ## This project uses [Semantic Versioning](https://semver.org/) ##
     101## This project uses [Semantic Versioning](https://semver.org/)
     102
    99103Given a version number MAJOR.MINOR.PATCH:
     104
    1001051. MAJOR version number increases when incompatible API changes are made
    1011062. MINOR version number increases when functionality in a backwards-compatible manner are added
     
    103108
    104109## License
     110
    105111[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FRemzi1993%2Fjquery-manager.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FRemzi1993%2Fjquery-manager?ref=badge_large)
    106112
    107113## 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  
    2424    "require": {
    2525        "php": ">=5.6.38",
    26         "composer/installers": "1.7.0",
     26        "composer/installers": "1.9.0",
    2727        "collizo4sky/persist-admin-notices-dismissal": "1.4.3"
    2828    },
    2929    "require-dev": {
    30         "phpunit/phpunit": "7.5.16",
     30        "phpunit/phpunit": "9.2.6",
    3131        "squizlabs/php_codesniffer": "*",
    3232        "phpcompatibility/php-compatibility": "*",
  • jquery-manager/trunk/composer.lock

    r2156603 r2343351  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "4510275a1de31677efe7fb98fd4cb01e",
     7    "content-hash": "19dd2f36482314c6592b8e44eb2096ae",
    88    "packages": [
    99        {
     
    1212            "source": {
    1313                "type": "git",
    14                 "url": "https://github.com/collizo4sky/persist-admin-notices-dismissal.git",
     14                "url": "https://github.com/w3guy/persist-admin-notices-dismissal.git",
    1515                "reference": "2d7d8bb3cba631ad227c92296a4b675d7cbc71d7"
    1616            },
    1717            "dist": {
    1818                "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",
    2020                "reference": "2d7d8bb3cba631ad227c92296a4b675d7cbc71d7",
    2121                "shasum": ""
     
    3939        {
    4040            "name": "composer/installers",
    41             "version": "v1.7.0",
     41            "version": "v1.9.0",
    4242            "source": {
    4343                "type": "git",
    4444                "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"
    5555            },
    5656            "replace": {
     
    5959            },
    6060            "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"
    6366            },
    6467            "type": "composer-plugin",
     
    9699                "Lan Management System",
    97100                "MODX Evo",
     101                "MantisBT",
    98102                "Mautic",
    99103                "Maya",
     
    150154                "silverstripe",
    151155                "sydes",
     156                "sylius",
    152157                "symfony",
    153158                "typo3",
     
    157162                "zikula"
    158163            ],
    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"
    160175        }
    161176    ],
     
    163178        {
    164179            "name": "dealerdirect/phpcodesniffer-composer-installer",
    165             "version": "v0.5.0",
     180            "version": "v0.7.0",
    166181            "source": {
    167182                "type": "git",
    168183                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
    169                 "reference": "e749410375ff6fb7a040a68878c656c2e610b132"
    170             },
    171             "dist": {
    172                 "type": "zip",
    173                 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132",
    174                 "reference": "e749410375ff6fb7a040a68878c656c2e610b132",
    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"
    181196            },
    182197            "require-dev": {
     
    225240                "tests"
    226241            ],
    227             "time": "2018-10-26T13:21:45+00:00"
     242            "time": "2020-06-25T14:57:39+00:00"
    228243        },
    229244        {
    230245            "name": "doctrine/instantiator",
    231             "version": "1.2.0",
     246            "version": "1.3.1",
    232247            "source": {
    233248                "type": "git",
    234249                "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"
    245260            },
    246261            "require-dev": {
     
    281296                "instantiate"
    282297            ],
    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"
    284313        },
    285314        {
    286315            "name": "myclabs/deep-copy",
    287             "version": "1.9.3",
     316            "version": "1.10.1",
    288317            "source": {
    289318                "type": "git",
    290319                "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"
    301330            },
    302331            "replace": {
     
    329358                "object graph"
    330359            ],
    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"
    332367        },
    333368        {
     
    435470        {
    436471            "name": "phpcompatibility/php-compatibility",
    437             "version": "9.3.1",
     472            "version": "9.3.5",
    438473            "source": {
    439474                "type": "git",
    440475                "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
    441                 "reference": "9999344e47e7af6b00e1a898eacc4e4368fb7196"
    442             },
    443             "dist": {
    444                 "type": "zip",
    445                 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9999344e47e7af6b00e1a898eacc4e4368fb7196",
    446                 "reference": "9999344e47e7af6b00e1a898eacc4e4368fb7196",
     476                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
     477            },
     478            "dist": {
     479                "type": "zip",
     480                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
     481                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
    447482                "shasum": ""
    448483            },
     
    489524                "standards"
    490525            ],
    491             "time": "2019-09-05T18:36:49+00:00"
     526            "time": "2019-12-27T09:44:58+00:00"
    492527        },
    493528        {
    494529            "name": "phpdocumentor/reflection-common",
    495             "version": "2.0.0",
     530            "version": "2.2.0",
    496531            "source": {
    497532                "type": "git",
    498533                "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"
    517549                }
    518550            },
     
    541573                "static analysis"
    542574            ],
    543             "time": "2018-08-07T13:53:10+00:00"
     575            "time": "2020-06-27T09:03:43+00:00"
    544576        },
    545577        {
    546578            "name": "phpdocumentor/reflection-docblock",
    547             "version": "4.3.2",
     579            "version": "5.1.0",
    548580            "source": {
    549581                "type": "git",
    550582                "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                 "phpdocumentor/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"
    574606                }
    575607            },
    576608            "autoload": {
    577609                "psr-4": {
    578                     "phpDocumentor\\Reflection\\": [
    579                         "src/"
    580                     ]
     610                    "phpDocumentor\\Reflection\\": "src"
    581611                }
    582612            },
     
    589619                    "name": "Mike van Riel",
    590620                    "email": "[email protected]"
     621                },
     622                {
     623                    "name": "Jaap van Otterdijk",
     624                    "email": "[email protected]"
    591625                }
    592626            ],
    593627            "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": "2019-09-12T14:27:41+00:00"
     628            "time": "2020-02-22T12:28:44+00:00"
    595629        },
    596630        {
    597631            "name": "phpdocumentor/type-resolver",
    598             "version": "1.0.1",
     632            "version": "1.3.0",
    599633            "source": {
    600634                "type": "git",
    601635                "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",
    612646                "phpdocumentor/reflection-common": "^2.0"
    613647            },
    614648            "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"
    623655                }
    624656            },
     
    639671            ],
    640672            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
    641             "time": "2019-08-22T18:11:29+00:00"
     673            "time": "2020-06-27T10:12:23+00:00"
    642674        },
    643675        {
    644676            "name": "phpspec/prophecy",
    645             "version": "1.8.1",
     677            "version": "1.11.1",
    646678            "source": {
    647679                "type": "git",
    648680                "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"
    672704                }
    673705            },
     
    702734                "stub"
    703735            ],
    704             "time": "2019-06-13T12:50:23+00:00"
     736            "time": "2020-07-08T12:44:21+00:00"
    705737        },
    706738        {
    707739            "name": "phpunit/php-code-coverage",
    708             "version": "6.1.4",
     740            "version": "8.0.2",
    709741            "source": {
    710742                "type": "git",
    711743                "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",
    718750                "shasum": ""
    719751            },
     
    721753                "ext-dom": "*",
    722754                "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"
    734766            },
    735767            "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"
    742775                }
    743776            },
     
    765798                "xunit"
    766799            ],
    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"
    768807        },
    769808        {
    770809            "name": "phpunit/php-file-iterator",
    771             "version": "2.0.2",
     810            "version": "3.0.4",
    772811            "source": {
    773812                "type": "git",
    774813                "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"
    793832                }
    794833            },
     
    815854                "iterator"
    816855            ],
    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"
    818922        },
    819923        {
    820924            "name": "phpunit/php-text-template",
    821             "version": "1.2.1",
     925            "version": "2.0.2",
    822926            "source": {
    823927                "type": "git",
    824928                "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            },
    837949            "autoload": {
    838950                "classmap": [
     
    856968                "template"
    857969            ],
    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"
    859977        },
    860978        {
    861979            "name": "phpunit/php-timer",
    862             "version": "2.1.2",
     980            "version": "5.0.1",
    863981            "source": {
    864982                "type": "git",
    865983                "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"
    8841002                }
    8851003            },
     
    9051023                "timer"
    9061024            ],
    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"
    9081032        },
    9091033        {
    9101034            "name": "phpunit/php-token-stream",
    911             "version": "3.1.0",
     1035            "version": "4.0.3",
    9121036            "source": {
    9131037                "type": "git",
    9141038                "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",
    9211045                "shasum": ""
    9221046            },
    9231047            "require": {
    9241048                "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"
    9341058                }
    9351059            },
     
    9541078                "tokenizer"
    9551079            ],
    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"
    9571087        },
    9581088        {
    9591089            "name": "phpunit/phpunit",
    960             "version": "7.5.16",
     1090            "version": "9.2.6",
    9611091            "source": {
    9621092                "type": "git",
    9631093                "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",
    9741104                "ext-dom": "*",
    9751105                "ext-json": "*",
     
    9771107                "ext-mbstring": "*",
    9781108                "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"
    10021134            },
    10031135            "suggest": {
    10041136                "ext-soap": "*",
    1005                 "ext-xdebug": "*",
    1006                 "phpunit/php-invoker": "^2.0"
     1137                "ext-xdebug": "*"
    10071138            },
    10081139            "bin": [
     
    10121143            "extra": {
    10131144                "branch-alias": {
    1014                     "dev-master": "7.5-dev"
     1145                    "dev-master": "9.2-dev"
    10151146                }
    10161147            },
     
    10181149                "classmap": [
    10191150                    "src/"
     1151                ],
     1152                "files": [
     1153                    "src/Framework/Assert/Functions.php"
    10201154                ]
    10211155            },
     
    10381172                "xunit"
    10391173            ],
    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"
    10411185        },
    10421186        {
    10431187            "name": "roave/security-advisories",
    10441188            "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            },
    10451200            "conflict": {
    10461201                "3f/pygmentize": "<1.2",
     
    10491204                "amphp/artax": "<1.0.6|>=2,<2.0.6",
    10501205                "amphp/http": "<1.0.1",
     1206                "amphp/http-client": ">=4,<4.4",
    10511207                "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
    10521208                "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
    10531209                "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",
    10541214                "brightlocal/phpwhois": "<=4.2.5",
     1215                "buddypress/buddypress": "<5.1.2",
    10551216                "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
    10561217                "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",
    10571218                "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
    10581219                "cartalyst/sentry": "<=2.1.6",
     1220                "centreon/centreon": "<18.10.8|>=19,<19.4.5",
     1221                "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
    10591222                "codeigniter/framework": "<=3.0.6",
    10601223                "composer/composer": "<=1-alpha.11",
    10611224                "contao-components/mediaelement": ">=2.14.2,<2.21.1",
    10621225                "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",
    10641227                "contao/listing-bundle": ">=4,<4.4.8",
    1065                 "contao/newsletter-bundle": ">=4,<4.1",
     1228                "datadog/dd-trace": ">=0.30,<0.30.2",
    10661229                "david-garcia/phpwhois": "<=4.3.1",
    10671230                "doctrine/annotations": ">=1,<1.2.7",
     
    10741237                "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
    10751238                "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
     1239                "dolibarr/dolibarr": "<11.0.4",
    10761240                "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",
    10791245                "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",
    10831256                "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
    10841257                "ezyang/htmlpurifier": "<4.1.1",
     
    10861259                "fooman/tcpdf": "<6.2.22",
    10871260                "fossar/tcpdf-parser": "<6.2.22",
     1261                "friendsofsymfony/oauth2-php": "<1.3",
    10881262                "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
    10891263                "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
    10901264                "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",
    10911267                "gree/jose": "<=2.2",
    10921268                "gregwar/rst": "<1.0.3",
     
    10961272                "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
    10971273                "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",
    10981275                "ivankristianto/phpwhois": "<=4.3",
    10991276                "james-heinrich/getid3": "<1.9.9",
     
    11031280                "kreait/firebase-php": ">=3.2,<3.8.1",
    11041281                "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",
    11061283                "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
    11071284                "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",
    11111290                "monolog/monolog": ">=1.8,<1.12",
    11121291                "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",
    11131295                "onelogin/php-saml": "<2.10.4",
     1296                "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
    11141297                "openid/php-openid": "<2.3",
    11151298                "oro/crm": ">=1.7,<1.7.4",
     
    11201303                "paypal/merchant-sdk-php": "<3.12",
    11211304                "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",
    11251311                "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
    11261312                "phpwhois/phpwhois": "<=4.2.5",
    11271313                "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",
    11281319                "propel/propel": ">=2-alpha.1,<=2-alpha.7",
    11291320                "propel/propel1": ">=1,<=1.7.1",
    11301321                "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",
    11321324                "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",
    11331326                "sensiolabs/connect": "<4.2.3",
    11341327                "serluck/phpwhois": "<=4.2.6",
    11351328                "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",
    11371333                "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",
    11401336                "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
    11411337                "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",
    11421340                "silverstripe/userforms": "<3",
    11431341                "simple-updates/phpwhois": "<=1",
    11441342                "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
    1145                 "simplesamlphp/simplesamlphp": "<1.17.3",
     1343                "simplesamlphp/simplesamlphp": "<1.18.6",
    11461344                "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
     1345                "simplito/elliptic-php": "<1.0.6",
    11471346                "slim/slim": "<2.6",
    11481347                "smarty/smarty": "<3.1.33",
     
    11501349                "spoonity/tcpdf": "<6.2.22",
    11511350                "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
     1351                "ssddanbrown/bookstack": "<0.29.2",
    11521352                "stormpath/sdk": ">=0,<9.9.99",
     1353                "studio-42/elfinder": "<2.1.49",
    11531354                "swiftmailer/swiftmailer": ">=4,<5.4.5",
    11541355                "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
    11551356                "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",
    11561357                "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",
    11591363                "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",
    11601365                "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",
    11611366                "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",
    11641369                "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",
    11651371                "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
    11661372                "symfony/polyfill": ">=1,<1.10",
     
    11681374                "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",
    11691375                "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",
    11711377                "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",
    11721378                "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",
    11731379                "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",
    11741380                "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",
    11761382                "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",
    11781384                "symfony/translation": ">=2,<2.0.17",
    11791385                "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",
    11801387                "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
    11811388                "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
     1389                "t3g/svg-sanitizer": "<1.0.3",
    11821390                "tecnickcom/tcpdf": "<6.2.22",
    11831391                "thelia/backoffice-default-template": ">=2.1,<2.1.2",
     
    11871395                "truckersmp/phpwhois": "<=4.3.1",
    11881396                "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",
    11911399                "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",
    11921400                "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
    11931401                "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
    11941402                "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",
    11951405                "wallabag/tcpdf": "<6.2.22",
    11961406                "willdurand/js-translation-bundle": "<2.1.1",
     1407                "yii2mod/yii2-cms": "<1.9.2",
    11971408                "yiisoft/yii": ">=1.1.14,<1.1.15",
    11981409                "yiisoft/yii2": "<2.0.15",
     
    12031414                "yiisoft/yii2-jui": "<2.0.4",
    12041415                "yiisoft/yii2-redis": "<2.0.8",
     1416                "yourls/yourls": "<1.7.4",
    12051417                "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
    12061418                "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
     
    12371449                {
    12381450                    "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"
    12411458                }
    12421459            ],
    12431460            "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"
    12701497                }
    12711498            },
     
    12821509                {
    12831510                    "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",
    12841563                    "email": "[email protected]"
    12851564                }
     
    12871566            "description": "Looks up which function or method a line of code belongs to",
    12881567            "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"
    12901575        },
    12911576        {
    12921577            "name": "sebastian/comparator",
    1293             "version": "3.0.2",
     1578            "version": "4.0.3",
    12941579            "source": {
    12951580                "type": "git",
    12961581                "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"
    13171602                }
    13181603            },
     
    13281613            "authors": [
    13291614                {
     1615                    "name": "Sebastian Bergmann",
     1616                    "email": "[email protected]"
     1617                },
     1618                {
    13301619                    "name": "Jeff Welch",
    13311620                    "email": "[email protected]"
     
    13381627                    "name": "Bernhard Schussek",
    13391628                    "email": "[email protected]"
    1340                 },
    1341                 {
    1342                     "name": "Sebastian Bergmann",
    1343                     "email": "[email protected]"
    13441629                }
    13451630            ],
     
    13511636                "equality"
    13521637            ],
    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"
    13541645        },
    13551646        {
    13561647            "name": "sebastian/diff",
    1357             "version": "3.0.2",
     1648            "version": "4.0.2",
    13581649            "source": {
    13591650                "type": "git",
    13601651                "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"
    13801671                }
    13811672            },
     
    13911682            "authors": [
    13921683                {
     1684                    "name": "Sebastian Bergmann",
     1685                    "email": "[email protected]"
     1686                },
     1687                {
    13931688                    "name": "Kore Nordmann",
    13941689                    "email": "[email protected]"
    1395                 },
    1396                 {
    1397                     "name": "Sebastian Bergmann",
    1398                     "email": "[email protected]"
    13991690                }
    14001691            ],
     
    14071698                "unified diff"
    14081699            ],
    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"
    14101707        },
    14111708        {
    14121709            "name": "sebastian/environment",
    1413             "version": "4.2.2",
     1710            "version": "5.1.2",
    14141711            "source": {
    14151712                "type": "git",
    14161713                "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"
    14301727            },
    14311728            "suggest": {
     
    14351732            "extra": {
    14361733                "branch-alias": {
    1437                     "dev-master": "4.2-dev"
     1734                    "dev-master": "5.0-dev"
    14381735                }
    14391736            },
     
    14601757                "hhvm"
    14611758            ],
    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"
    14631766        },
    14641767        {
    14651768            "name": "sebastian/exporter",
    1466             "version": "3.1.2",
     1769            "version": "4.0.2",
    14671770            "source": {
    14681771                "type": "git",
    14691772                "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"
    14811784            },
    14821785            "require-dev": {
    14831786                "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"
    14901793                }
    14911794            },
     
    15271830                "exporter"
    15281831            ],
    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"
    15301839        },
    15311840        {
    15321841            "name": "sebastian/global-state",
    1533             "version": "2.0.0",
     1842            "version": "4.0.0",
    15341843            "source": {
    15351844                "type": "git",
    15361845                "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"
    15501862            },
    15511863            "suggest": {
     
    15551867            "extra": {
    15561868                "branch-alias": {
    1557                     "dev-master": "2.0-dev"
     1869                    "dev-master": "4.0-dev"
    15581870                }
    15591871            },
     
    15781890                "global state"
    15791891            ],
    1580             "time": "2017-04-27T15:39:26+00:00"
     1892            "time": "2020-02-07T06:11:37+00:00"
    15811893        },
    15821894        {
    15831895            "name": "sebastian/object-enumerator",
    1584             "version": "3.0.3",
     1896            "version": "4.0.2",
    15851897            "source": {
    15861898                "type": "git",
    15871899                "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"
    16081920                }
    16091921            },
     
    16251937            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
    16261938            "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"
    16281946        },
    16291947        {
    16301948            "name": "sebastian/object-reflector",
    1631             "version": "1.1.1",
     1949            "version": "2.0.2",
    16321950            "source": {
    16331951                "type": "git",
    16341952                "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"
    16531971                }
    16541972            },
     
    16701988            "description": "Allows reflection of object attributes, including inherited and non-public ones",
    16711989            "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"
    16731997        },
    16741998        {
    16751999            "name": "sebastian/recursion-context",
    1676             "version": "3.0.0",
     2000            "version": "4.0.2",
    16772001            "source": {
    16782002                "type": "git",
    16792003                "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"
    16982022                }
    16992023            },
     
    17092033            "authors": [
    17102034                {
     2035                    "name": "Sebastian Bergmann",
     2036                    "email": "[email protected]"
     2037                },
     2038                {
    17112039                    "name": "Jeff Welch",
    17122040                    "email": "[email protected]"
    17132041                },
    17142042                {
     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                {
    17152094                    "name": "Sebastian Bergmann",
    17162095                    "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]"
    17632096                }
    17642097            ],
    17652098            "description": "Provides a list of PHP built-in functions that operate on resources",
    17662099            "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"
    17902132                }
    17912133            },
     
    18062148                }
    18072149            ],
     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            ],
    18082199            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
    18092200            "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"
    18112208        },
    18122209        {
    18132210            "name": "squizlabs/php_codesniffer",
    1814             "version": "3.4.2",
     2211            "version": "3.5.5",
    18152212            "source": {
    18162213                "type": "git",
    18172214                "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",
    18242221                "shasum": ""
    18252222            },
     
    18592256                "standards"
    18602257            ],
    1861             "time": "2019-04-10T23:49:02+00:00"
     2258            "time": "2020-04-17T01:09:41+00:00"
    18622259        },
    18632260        {
    18642261            "name": "symfony/polyfill-ctype",
    1865             "version": "v1.12.0",
     2262            "version": "v1.17.1",
    18662263            "source": {
    18672264                "type": "git",
    18682265                "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",
    18752272                "shasum": ""
    18762273            },
     
    18842281            "extra": {
    18852282                "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"
    18872288                }
    18882289            },
     
    19172318                "portable"
    19182319            ],
    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"
    19202335        },
    19212336        {
    19222337            "name": "theseer/tokenizer",
    1923             "version": "1.1.3",
     2338            "version": "1.2.0",
    19242339            "source": {
    19252340                "type": "git",
    19262341                "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",
    19332348                "shasum": ""
    19342349            },
     
    19372352                "ext-tokenizer": "*",
    19382353                "ext-xmlwriter": "*",
    1939                 "php": "^7.0"
     2354                "php": "^7.2 || ^8.0"
    19402355            },
    19412356            "type": "library",
     
    19572372            ],
    19582373            "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"
    19602381        },
    19612382        {
    19622383            "name": "webmozart/assert",
    1963             "version": "1.5.0",
     2384            "version": "1.9.1",
    19642385            "source": {
    19652386                "type": "git",
    19662387                "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",
    19772398                "symfony/polyfill-ctype": "^1.8"
    19782399            },
     2400            "conflict": {
     2401                "phpstan/phpstan": "<0.12.20",
     2402                "vimeo/psalm": "<3.9.1"
     2403            },
    19792404            "require-dev": {
    19802405                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
    19812406            },
    19822407            "type": "library",
    1983             "extra": {
    1984                 "branch-alias": {
    1985                     "dev-master": "1.3-dev"
    1986                 }
    1987             },
    19882408            "autoload": {
    19892409                "psr-4": {
     
    20072427                "validate"
    20082428            ],
    2009             "time": "2019-08-24T08:43:50+00:00"
     2429            "time": "2020-07-08T17:02:28+00:00"
    20102430        }
    20112431    ],
     
    20222442    "platform-dev": {
    20232443        "ext-xdebug": "*"
    2024     }
     2444    },
     2445    "plugin-api-version": "1.1.0"
    20252446}
  • jquery-manager/trunk/jquery-manager.php

    r2156603 r2343351  
    1313 * Plugin URI:      https://github.com/Remzi1993/jquery-manager
    1414 * 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.4
     15 * Version:         1.10.5
    1616 * Author:          Remzi Cavdar
    1717 * Author URI:      https://twitter.com/remzicavdar
     
    4040
    4141// 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' );
     42define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_3X', 'jquery-3.5.1' );
     43define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_3X_SLIM', 'jquery-3.5.1.slim' );
    4444define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_2X', 'jquery-2.2.4' );
    4545define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_1X', 'jquery-1.12.4' );
    4646
    4747// 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' );
     48define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_MIGRATE_3X', 'jquery-migrate-3.3.0' );
    4949define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_MIGRATE_1X', 'jquery-migrate-1.4.1' );
    5050
  • jquery-manager/trunk/package.json

    r2156603 r2343351  
    11{
    22    "name": "jquery-manager",
    3     "version": "1.10.4",
     3    "version": "1.10.5",
    44    "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.",
    55    "main": "jquery-manager.php",
  • jquery-manager/trunk/readme.txt

    r2266034 r2343351  
    33Tags: 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
    44Requires at least: 4.9
    5 Tested up to: 5.4
     5Tested up to: 5.5
    66Requires PHP: 5.6
    77Stable tag: trunk
     
    123123**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.
    124124
    125  I think this plugin solves a major shortcoming in WordPress and gives you finite control over jQuery (also giving 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.