Changeset 2058433
- Timestamp:
- 03/27/2019 04:44:50 PM (7 years ago)
- Location:
- waj-copyright-year
- Files:
-
- 32 added
- 3 edited
-
tags/1.0.2/composer.lock (modified) (10 diffs)
-
tags/1.0.3 (added)
-
tags/1.0.3/LICENSE (added)
-
tags/1.0.3/composer.json (added)
-
tags/1.0.3/composer.lock (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/src (added)
-
tags/1.0.3/src/CopyrightYear.php (added)
-
tags/1.0.3/vendor (added)
-
tags/1.0.3/vendor/autoload.php (added)
-
tags/1.0.3/vendor/bin (added)
-
tags/1.0.3/vendor/composer (added)
-
tags/1.0.3/vendor/composer/ClassLoader.php (added)
-
tags/1.0.3/vendor/composer/LICENSE (added)
-
tags/1.0.3/vendor/composer/autoload_classmap.php (added)
-
tags/1.0.3/vendor/composer/autoload_files.php (added)
-
tags/1.0.3/vendor/composer/autoload_namespaces.php (added)
-
tags/1.0.3/vendor/composer/autoload_psr4.php (added)
-
tags/1.0.3/vendor/composer/autoload_real.php (added)
-
tags/1.0.3/vendor/composer/autoload_static.php (added)
-
tags/1.0.3/vendor/composer/installed.json (added)
-
tags/1.0.3/vendor/waughj (added)
-
tags/1.0.3/vendor/waughj/test-hash-item (added)
-
tags/1.0.3/vendor/waughj/test-hash-item/.gitignore (added)
-
tags/1.0.3/vendor/waughj/test-hash-item/LICENSE (added)
-
tags/1.0.3/vendor/waughj/test-hash-item/README.md (added)
-
tags/1.0.3/vendor/waughj/test-hash-item/composer.json (added)
-
tags/1.0.3/vendor/waughj/test-hash-item/phpunit.xml (added)
-
tags/1.0.3/vendor/waughj/test-hash-item/src (added)
-
tags/1.0.3/vendor/waughj/test-hash-item/src/TestHashItem.php (added)
-
tags/1.0.3/vendor/waughj/test-hash-item/tests (added)
-
tags/1.0.3/vendor/waughj/test-hash-item/tests/TestHashItemTest.php (added)
-
tags/1.0.3/waj-copyright-year.php (added)
-
trunk/composer.lock (modified) (10 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
waj-copyright-year/tags/1.0.2/composer.lock
r2058425 r2058433 54 54 { 55 55 "name": "doctrine/instantiator", 56 "version": "1. 1.0",56 "version": "1.2.0", 57 57 "source": { 58 58 "type": "git", 59 59 "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", 66 66 "shasum": "" 67 67 }, … … 70 70 }, 71 71 "require-dev": { 72 " athletic/athletic": "~0.1.8",72 "doctrine/coding-standard": "^6.0", 73 73 "ext-pdo": "*", 74 74 "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" 77 79 }, 78 80 "type": "library", … … 99 101 ], 100 102 "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", 102 104 "keywords": [ 103 105 "constructor", 104 106 "instantiate" 105 107 ], 106 "time": "201 7-07-22T11:58:36+00:00"108 "time": "2019-03-17T17:37:11+00:00" 107 109 }, 108 110 { … … 722 724 { 723 725 "name": "phpunit/phpunit", 724 "version": "6.5.1 3",726 "version": "6.5.14", 725 727 "source": { 726 728 "type": "git", 727 729 "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", 734 736 "shasum": "" 735 737 }, … … 802 804 "xunit" 803 805 ], 804 "time": "201 8-09-08T15:10:43+00:00"806 "time": "2019-02-01T05:22:47+00:00" 805 807 }, 806 808 { … … 861 863 "xunit" 862 864 ], 865 "abandoned": true, 863 866 "time": "2018-08-09T05:50:03+00:00" 864 867 }, … … 1424 1427 { 1425 1428 "name": "symfony/polyfill-ctype", 1426 "version": "v1.1 0.0",1429 "version": "v1.11.0", 1427 1430 "source": { 1428 1431 "type": "git", 1429 1432 "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", 1436 1439 "shasum": "" 1437 1440 }, … … 1445 1448 "extra": { 1446 1449 "branch-alias": { 1447 "dev-master": "1. 9-dev"1450 "dev-master": "1.11-dev" 1448 1451 } 1449 1452 }, … … 1467 1470 { 1468 1471 "name": "Gert de Pagter", 1469 "email": " BackEndTea@gmail.com"1472 "email": "backendtea@gmail.com" 1470 1473 } 1471 1474 ], … … 1478 1481 "portable" 1479 1482 ], 1480 "time": "201 8-08-06T14:22:27+00:00"1483 "time": "2019-02-06T07:57:58+00:00" 1481 1484 }, 1482 1485 { -
waj-copyright-year/trunk/composer.lock
r2010122 r2058433 54 54 { 55 55 "name": "doctrine/instantiator", 56 "version": "1. 1.0",56 "version": "1.2.0", 57 57 "source": { 58 58 "type": "git", 59 59 "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", 66 66 "shasum": "" 67 67 }, … … 70 70 }, 71 71 "require-dev": { 72 " athletic/athletic": "~0.1.8",72 "doctrine/coding-standard": "^6.0", 73 73 "ext-pdo": "*", 74 74 "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" 77 79 }, 78 80 "type": "library", … … 99 101 ], 100 102 "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", 102 104 "keywords": [ 103 105 "constructor", 104 106 "instantiate" 105 107 ], 106 "time": "201 7-07-22T11:58:36+00:00"108 "time": "2019-03-17T17:37:11+00:00" 107 109 }, 108 110 { … … 722 724 { 723 725 "name": "phpunit/phpunit", 724 "version": "6.5.1 3",726 "version": "6.5.14", 725 727 "source": { 726 728 "type": "git", 727 729 "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", 734 736 "shasum": "" 735 737 }, … … 802 804 "xunit" 803 805 ], 804 "time": "201 8-09-08T15:10:43+00:00"806 "time": "2019-02-01T05:22:47+00:00" 805 807 }, 806 808 { … … 861 863 "xunit" 862 864 ], 865 "abandoned": true, 863 866 "time": "2018-08-09T05:50:03+00:00" 864 867 }, … … 1424 1427 { 1425 1428 "name": "symfony/polyfill-ctype", 1426 "version": "v1.1 0.0",1429 "version": "v1.11.0", 1427 1430 "source": { 1428 1431 "type": "git", 1429 1432 "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", 1436 1439 "shasum": "" 1437 1440 }, … … 1445 1448 "extra": { 1446 1449 "branch-alias": { 1447 "dev-master": "1. 9-dev"1450 "dev-master": "1.11-dev" 1448 1451 } 1449 1452 }, … … 1467 1470 { 1468 1471 "name": "Gert de Pagter", 1469 "email": " BackEndTea@gmail.com"1472 "email": "backendtea@gmail.com" 1470 1473 } 1471 1474 ], … … 1478 1481 "portable" 1479 1482 ], 1480 "time": "201 8-08-06T14:22:27+00:00"1483 "time": "2019-02-06T07:57:58+00:00" 1481 1484 }, 1482 1485 { -
waj-copyright-year/trunk/readme.txt
r2058425 r2058433 4 4 Requires at least: 4.9.8 5 5 Tested up to: 5.1.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 59 59 == Changelog == 60 60 61 = 1.0.3 = 62 * Update dependencies 63 61 64 = 1.0.2 = 62 65 * Test in WordPress version 5.1.
Note: See TracChangeset
for help on using the changeset viewer.