Plugin Directory

Changeset 2058433


Ignore:
Timestamp:
03/27/2019 04:44:50 PM (7 years ago)
Author:
waughjai
Message:

Update dependencies

Location:
waj-copyright-year
Files:
32 added
3 edited

Legend:

Unmodified
Added
Removed
  • waj-copyright-year/tags/1.0.2/composer.lock

    r2058425 r2058433  
    5454        {
    5555            "name": "doctrine/instantiator",
    56             "version": "1.1.0",
     56            "version": "1.2.0",
    5757            "source": {
    5858                "type": "git",
    5959                "url": "https://github.com/doctrine/instantiator.git",
    60                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
    61             },
    62             "dist": {
    63                 "type": "zip",
    64                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
    65                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
     60                "reference": "a2c590166b2133a4633738648b6b064edae0814a"
     61            },
     62            "dist": {
     63                "type": "zip",
     64                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
     65                "reference": "a2c590166b2133a4633738648b6b064edae0814a",
    6666                "shasum": ""
    6767            },
     
    7070            },
    7171            "require-dev": {
    72                 "athletic/athletic": "~0.1.8",
     72                "doctrine/coding-standard": "^6.0",
    7373                "ext-pdo": "*",
    7474                "ext-phar": "*",
    75                 "phpunit/phpunit": "^6.2.3",
    76                 "squizlabs/php_codesniffer": "^3.0.2"
     75                "phpbench/phpbench": "^0.13",
     76                "phpstan/phpstan-phpunit": "^0.11",
     77                "phpstan/phpstan-shim": "^0.11",
     78                "phpunit/phpunit": "^7.0"
    7779            },
    7880            "type": "library",
     
    99101            ],
    100102            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
    101             "homepage": "https://github.com/doctrine/instantiator",
     103            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
    102104            "keywords": [
    103105                "constructor",
    104106                "instantiate"
    105107            ],
    106             "time": "2017-07-22T11:58:36+00:00"
     108            "time": "2019-03-17T17:37:11+00:00"
    107109        },
    108110        {
     
    722724        {
    723725            "name": "phpunit/phpunit",
    724             "version": "6.5.13",
     726            "version": "6.5.14",
    725727            "source": {
    726728                "type": "git",
    727729                "url": "https://github.com/sebastianbergmann/phpunit.git",
    728                 "reference": "0973426fb012359b2f18d3bd1e90ef1172839693"
    729             },
    730             "dist": {
    731                 "type": "zip",
    732                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693",
    733                 "reference": "0973426fb012359b2f18d3bd1e90ef1172839693",
     730                "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7"
     731            },
     732            "dist": {
     733                "type": "zip",
     734                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
     735                "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
    734736                "shasum": ""
    735737            },
     
    802804                "xunit"
    803805            ],
    804             "time": "2018-09-08T15:10:43+00:00"
     806            "time": "2019-02-01T05:22:47+00:00"
    805807        },
    806808        {
     
    861863                "xunit"
    862864            ],
     865            "abandoned": true,
    863866            "time": "2018-08-09T05:50:03+00:00"
    864867        },
     
    14241427        {
    14251428            "name": "symfony/polyfill-ctype",
    1426             "version": "v1.10.0",
     1429            "version": "v1.11.0",
    14271430            "source": {
    14281431                "type": "git",
    14291432                "url": "https://github.com/symfony/polyfill-ctype.git",
    1430                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
    1431             },
    1432             "dist": {
    1433                 "type": "zip",
    1434                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
    1435                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
     1433                "reference": "82ebae02209c21113908c229e9883c419720738a"
     1434            },
     1435            "dist": {
     1436                "type": "zip",
     1437                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
     1438                "reference": "82ebae02209c21113908c229e9883c419720738a",
    14361439                "shasum": ""
    14371440            },
     
    14451448            "extra": {
    14461449                "branch-alias": {
    1447                     "dev-master": "1.9-dev"
     1450                    "dev-master": "1.11-dev"
    14481451                }
    14491452            },
     
    14671470                {
    14681471                    "name": "Gert de Pagter",
    1469                     "email": "BackEndTea@gmail.com"
     1472                    "email": "backendtea@gmail.com"
    14701473                }
    14711474            ],
     
    14781481                "portable"
    14791482            ],
    1480             "time": "2018-08-06T14:22:27+00:00"
     1483            "time": "2019-02-06T07:57:58+00:00"
    14811484        },
    14821485        {
  • waj-copyright-year/trunk/composer.lock

    r2010122 r2058433  
    5454        {
    5555            "name": "doctrine/instantiator",
    56             "version": "1.1.0",
     56            "version": "1.2.0",
    5757            "source": {
    5858                "type": "git",
    5959                "url": "https://github.com/doctrine/instantiator.git",
    60                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
    61             },
    62             "dist": {
    63                 "type": "zip",
    64                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
    65                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
     60                "reference": "a2c590166b2133a4633738648b6b064edae0814a"
     61            },
     62            "dist": {
     63                "type": "zip",
     64                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
     65                "reference": "a2c590166b2133a4633738648b6b064edae0814a",
    6666                "shasum": ""
    6767            },
     
    7070            },
    7171            "require-dev": {
    72                 "athletic/athletic": "~0.1.8",
     72                "doctrine/coding-standard": "^6.0",
    7373                "ext-pdo": "*",
    7474                "ext-phar": "*",
    75                 "phpunit/phpunit": "^6.2.3",
    76                 "squizlabs/php_codesniffer": "^3.0.2"
     75                "phpbench/phpbench": "^0.13",
     76                "phpstan/phpstan-phpunit": "^0.11",
     77                "phpstan/phpstan-shim": "^0.11",
     78                "phpunit/phpunit": "^7.0"
    7779            },
    7880            "type": "library",
     
    99101            ],
    100102            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
    101             "homepage": "https://github.com/doctrine/instantiator",
     103            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
    102104            "keywords": [
    103105                "constructor",
    104106                "instantiate"
    105107            ],
    106             "time": "2017-07-22T11:58:36+00:00"
     108            "time": "2019-03-17T17:37:11+00:00"
    107109        },
    108110        {
     
    722724        {
    723725            "name": "phpunit/phpunit",
    724             "version": "6.5.13",
     726            "version": "6.5.14",
    725727            "source": {
    726728                "type": "git",
    727729                "url": "https://github.com/sebastianbergmann/phpunit.git",
    728                 "reference": "0973426fb012359b2f18d3bd1e90ef1172839693"
    729             },
    730             "dist": {
    731                 "type": "zip",
    732                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693",
    733                 "reference": "0973426fb012359b2f18d3bd1e90ef1172839693",
     730                "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7"
     731            },
     732            "dist": {
     733                "type": "zip",
     734                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
     735                "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
    734736                "shasum": ""
    735737            },
     
    802804                "xunit"
    803805            ],
    804             "time": "2018-09-08T15:10:43+00:00"
     806            "time": "2019-02-01T05:22:47+00:00"
    805807        },
    806808        {
     
    861863                "xunit"
    862864            ],
     865            "abandoned": true,
    863866            "time": "2018-08-09T05:50:03+00:00"
    864867        },
     
    14241427        {
    14251428            "name": "symfony/polyfill-ctype",
    1426             "version": "v1.10.0",
     1429            "version": "v1.11.0",
    14271430            "source": {
    14281431                "type": "git",
    14291432                "url": "https://github.com/symfony/polyfill-ctype.git",
    1430                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
    1431             },
    1432             "dist": {
    1433                 "type": "zip",
    1434                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
    1435                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
     1433                "reference": "82ebae02209c21113908c229e9883c419720738a"
     1434            },
     1435            "dist": {
     1436                "type": "zip",
     1437                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
     1438                "reference": "82ebae02209c21113908c229e9883c419720738a",
    14361439                "shasum": ""
    14371440            },
     
    14451448            "extra": {
    14461449                "branch-alias": {
    1447                     "dev-master": "1.9-dev"
     1450                    "dev-master": "1.11-dev"
    14481451                }
    14491452            },
     
    14671470                {
    14681471                    "name": "Gert de Pagter",
    1469                     "email": "BackEndTea@gmail.com"
     1472                    "email": "backendtea@gmail.com"
    14701473                }
    14711474            ],
     
    14781481                "portable"
    14791482            ],
    1480             "time": "2018-08-06T14:22:27+00:00"
     1483            "time": "2019-02-06T07:57:58+00:00"
    14811484        },
    14821485        {
  • waj-copyright-year/trunk/readme.txt

    r2058425 r2058433  
    44Requires at least: 4.9.8
    55Tested up to: 5.1.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5959== Changelog ==
    6060
     61= 1.0.3 =
     62* Update dependencies
     63
    6164= 1.0.2 =
    6265* Test in WordPress version 5.1.
Note: See TracChangeset for help on using the changeset viewer.