Changeset 47927
- Timestamp:
- 06/08/2020 08:09:53 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r47881 r47927 15 15 "require-dev": { 16 16 "dealerdirect/phpcodesniffer-composer-installer": "~0.6.0", 17 "wp-coding-standards/wpcs": "~2. 1.0",17 "wp-coding-standards/wpcs": "~2.3.0", 18 18 "phpcompatibility/phpcompatibility-wp": "^2.1.0", 19 19 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" -
trunk/composer.lock
r47881 r47927 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 1bf57d3f7cae929b12b027ac402b8763",7 "content-hash": "798cd84a945e4caa3d0161ff63ec3743", 8 8 "packages": [], 9 9 "packages-dev": [ … … 127 127 "constructor", 128 128 "instantiate" 129 ],130 "funding": [131 {132 "url": "https://www.doctrine-project.org/sponsorship.html",133 "type": "custom"134 },135 {136 "url": "https://www.patreon.com/phpdoctrine",137 "type": "patreon"138 },139 {140 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",141 "type": "tidelift"142 }143 129 ], 144 130 "time": "2020-05-29T17:27:14+00:00" … … 1674 1660 "portable" 1675 1661 ], 1676 "funding": [1677 {1678 "url": "https://symfony.com/sponsor",1679 "type": "custom"1680 },1681 {1682 "url": "https://github.com/fabpot",1683 "type": "github"1684 },1685 {1686 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1687 "type": "tidelift"1688 }1689 ],1690 1662 "time": "2020-05-12T16:14:59+00:00" 1691 1663 }, … … 1780 1752 { 1781 1753 "name": "wp-coding-standards/wpcs", 1782 "version": "2. 1.1",1754 "version": "2.3.0", 1783 1755 "source": { 1784 1756 "type": "git", 1785 1757 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", 1786 "reference": " bd9c33152115e6741e3510ff7189605b35167908"1787 }, 1788 "dist": { 1789 "type": "zip", 1790 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/ bd9c33152115e6741e3510ff7189605b35167908",1791 "reference": " bd9c33152115e6741e3510ff7189605b35167908",1758 "reference": "7da1894633f168fe244afc6de00d141f27517b62" 1759 }, 1760 "dist": { 1761 "type": "zip", 1762 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62", 1763 "reference": "7da1894633f168fe244afc6de00d141f27517b62", 1792 1764 "shasum": "" 1793 1765 }, … … 1797 1769 }, 1798 1770 "require-dev": { 1799 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 .0",1771 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", 1800 1772 "phpcompatibility/php-compatibility": "^9.0", 1773 "phpcsstandards/phpcsdevtools": "^1.0", 1801 1774 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 1802 1775 }, 1803 1776 "suggest": { 1804 "dealerdirect/phpcodesniffer-composer-installer": "^0. 5.0|| This Composer plugin will sort out the PHPCS 'installed_paths' automatically."1777 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." 1805 1778 }, 1806 1779 "type": "phpcodesniffer-standard", … … 1812 1785 { 1813 1786 "name": "Contributors", 1814 "homepage": "https://github.com/WordPress -Coding-Standards/WordPress-Coding-Standards/graphs/contributors"1787 "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors" 1815 1788 } 1816 1789 ], … … 1821 1794 "wordpress" 1822 1795 ], 1823 "time": "20 19-05-21T02:50:00+00:00"1796 "time": "2020-05-13T23:57:56+00:00" 1824 1797 } 1825 1798 ], … … 1832 1805 "php": ">=5.6" 1833 1806 }, 1834 "platform-dev": [], 1835 "plugin-api-version": "1.1.0" 1807 "platform-dev": [] 1836 1808 }
Note: See TracChangeset
for help on using the changeset viewer.