관리-도구
편집 파일: provider-mockery~mockery~dev.json
{"minified":"composer/2.0","packages":{"mockery/mockery":[{"name":"mockery/mockery","description":"Mockery is a simple yet flexible PHP mock object framework","keywords":["testing","library","BDD","TDD","test","mockery","mock","stub","test double","mock objects"],"homepage":"https://github.com/mockery/mockery","version":"2.0.x-dev","version_normalized":"2.0.9999999.9999999-dev","license":["BSD-3-Clause"],"authors":[{"name":"Pádraic Brady","email":"padraic.brady@gmail.com","homepage":"https://blog.astrumfutura.com"},{"name":"Dave Marshall","email":"dave.marshall@atstsolutions.co.uk","homepage":"https://davedevelopment.co.uk"}],"source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"7ce7d66195defa28cdf30cc5d4ea22e80d55190f"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/7ce7d66195defa28cdf30cc5d4ea22e80d55190f","type":"zip","shasum":"","reference":"7ce7d66195defa28cdf30cc5d4ea22e80d55190f"},"type":"library","time":"2023-06-23T21:58:09+00:00","autoload":{"files":["src/helpers.php","src/Mockery.php"],"psr-4":{"Mockery\\":"src/Mockery"}},"extra":{"branch-alias":{"dev-main":"1.6.x-dev"}},"require":{"ext-mbstring":"*","ext-json":"*","ext-pcre":"*","php":"^8.1 || ^8.2 || ^8.3"},"require-dev":{"phpunit/phpunit":"^8.5 || ^9.6","psalm/plugin-phpunit":"^0.18","vimeo/psalm":"^5.12"},"conflict":{"phpunit/phpunit":"<8.0"},"support":{"issues":"https://github.com/mockery/mockery/issues","source":"https://github.com/mockery/mockery/tree/2.0.x"}},{"version":"1.6.x-dev","version_normalized":"1.6.9999999.9999999-dev","authors":[{"name":"Pádraic Brady","email":"padraic.brady@gmail.com","homepage":"https://github.com/padraic","role":"Author"},{"name":"Dave Marshall","email":"dave.marshall@atstsolutions.co.uk","homepage":"https://davedevelopment.co.uk","role":"Developer"},{"name":"Nathanael Esayeas","email":"nathanael.esayeas@protonmail.com","homepage":"https://github.com/ghostwriter","role":"Lead Developer"}],"source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"f14c1b124e7c8901bf70dc6eafa290179dfac319"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/f14c1b124e7c8901bf70dc6eafa290179dfac319","type":"zip","shasum":"","reference":"f14c1b124e7c8901bf70dc6eafa290179dfac319"},"time":"2023-07-24T19:21:28+00:00","autoload":{"files":["library/helpers.php","library/Mockery.php"],"psr-4":{"Mockery\\":"library/Mockery"}},"default-branch":true,"require":{"lib-pcre":">=7.0","hamcrest/hamcrest-php":"^2.0.1","php":">=7.4,<8.3"},"require-dev":{"phpunit/phpunit":"^8.5 || ^9.3","psalm/plugin-phpunit":"^0.18.4","vimeo/psalm":"^5.13.1","symplify/easy-coding-standard":"^11.5.0"},"support":{"docs":"https://docs.mockery.io/","issues":"https://github.com/mockery/mockery/issues","rss":"https://github.com/mockery/mockery/releases.atom","security":"https://github.com/mockery/mockery/security/advisories","source":"https://github.com/mockery/mockery"},"extra":"__unset"},{"version":"1.5.x-dev","version_normalized":"1.5.9999999.9999999-dev","authors":[{"name":"Pádraic Brady","email":"padraic.brady@gmail.com","homepage":"http://blog.astrumfutura.com"},{"name":"Dave Marshall","email":"dave.marshall@atstsolutions.co.uk","homepage":"http://davedevelopment.co.uk"}],"source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"9ff2fef04db2fbeb18610f40960f0b7fec39421f"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/9ff2fef04db2fbeb18610f40960f0b7fec39421f","type":"zip","shasum":"","reference":"9ff2fef04db2fbeb18610f40960f0b7fec39421f"},"time":"2023-04-18T00:25:22+00:00","extra":{"branch-alias":{"dev-master":"1.4.x-dev"}},"require":{"php":"^7.3 || ^8.0","lib-pcre":">=7.0","hamcrest/hamcrest-php":"^2.0.1"},"require-dev":{"phpunit/phpunit":"^8.5 || ^9.3","psalm/plugin-phpunit":"^0.18","vimeo/psalm":"^5.9"},"support":{"issues":"https://github.com/mockery/mockery/issues","source":"https://github.com/mockery/mockery/tree/1.5.x"},"default-branch":"__unset"},{"version":"1.3.x-dev","version_normalized":"1.3.9999999.9999999-dev","source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"dc206df4fa314a50bbb81cf72239a305c5bbd5c0"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/dc206df4fa314a50bbb81cf72239a305c5bbd5c0","type":"zip","shasum":"","reference":"dc206df4fa314a50bbb81cf72239a305c5bbd5c0"},"time":"2022-09-07T15:05:49+00:00","autoload":{"psr-0":{"Mockery":"library/"}},"extra":{"branch-alias":{"dev-master":"1.3.x-dev"}},"require":{"php":">=5.6.0","lib-pcre":">=7.0","hamcrest/hamcrest-php":"^2.0.1"},"require-dev":{"phpunit/phpunit":"^5.7.10|^6.5|^7.5|^8.5|^9.3"},"support":{"issues":"https://github.com/mockery/mockery/issues","source":"https://github.com/mockery/mockery/tree/1.3"},"conflict":"__unset"},{"description":"Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.","homepage":"http://github.com/padraic/mockery","version":"0.9.x-dev","version_normalized":"0.9.9999999.9999999-dev","source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"f356e061d8ae815cd283fdc8f4412b635044be3c"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/f356e061d8ae815cd283fdc8f4412b635044be3c","type":"zip","shasum":"","reference":"f356e061d8ae815cd283fdc8f4412b635044be3c"},"time":"2019-05-13T15:59:04+00:00","extra":{"branch-alias":{"dev-master":"0.9.x-dev"}},"require":{"php":">=5.3.2","lib-pcre":">=7.0","hamcrest/hamcrest-php":"~1.1"},"require-dev":{"phpunit/phpunit":"~4.0"},"support":{"issues":"https://github.com/mockery/mockery/issues","source":"https://github.com/mockery/mockery/tree/0.9"}},{"description":"Mockery is a simple yet flexible PHP mock object framework","homepage":"https://github.com/mockery/mockery","version":"dev-bugfix-1310/mock-disjunctive-normal-form-type","version_normalized":"dev-bugfix-1310/mock-disjunctive-normal-form-type","authors":[{"name":"Pádraic Brady","email":"padraic.brady@gmail.com","homepage":"https://github.com/padraic","role":"Author"},{"name":"Dave Marshall","email":"dave.marshall@atstsolutions.co.uk","homepage":"https://davedevelopment.co.uk","role":"Developer"},{"name":"Nathanael Esayeas","email":"nathanael.esayeas@protonmail.com","homepage":"https://github.com/ghostwriter","role":"Lead Developer"}],"source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"f14c1b124e7c8901bf70dc6eafa290179dfac319"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/f14c1b124e7c8901bf70dc6eafa290179dfac319","type":"zip","shasum":"","reference":"f14c1b124e7c8901bf70dc6eafa290179dfac319"},"time":"2023-07-24T19:21:28+00:00","autoload":{"files":["library/helpers.php","library/Mockery.php"],"psr-4":{"Mockery\\":"library/Mockery"}},"require":{"php":">=7.4,<8.3","lib-pcre":">=7.0","hamcrest/hamcrest-php":"^2.0.1"},"require-dev":{"phpunit/phpunit":"^8.5 || ^9.3","psalm/plugin-phpunit":"^0.18.4","symplify/easy-coding-standard":"^11.5.0","vimeo/psalm":"^5.13.1"},"conflict":{"phpunit/phpunit":"<8.0"},"support":{"docs":"https://docs.mockery.io/","issues":"https://github.com/mockery/mockery/issues","rss":"https://github.com/mockery/mockery/releases.atom","security":"https://github.com/mockery/mockery/security/advisories","source":"https://github.com/mockery/mockery"},"extra":"__unset"},{"version":"dev-main","version_normalized":"dev-main","source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"7920a88021164f95b258b15381219bf81ff8d30e"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/7920a88021164f95b258b15381219bf81ff8d30e","type":"zip","shasum":"","reference":"7920a88021164f95b258b15381219bf81ff8d30e"},"time":"2023-07-19T19:27:10+00:00","require":{"lib-pcre":">=7.0","hamcrest/hamcrest-php":"^2.0.1","php":">=7.4,<8.3"},"require-dev":{"phpunit/phpunit":"^8.5 || ^9.3","psalm/plugin-phpunit":"^0.18.4","vimeo/psalm":"^5.13.1","symplify/easy-coding-standard":"^11.5.0"}},{"version":"dev-feature/types","version_normalized":"dev-feature/types","authors":[{"name":"Pádraic Brady","email":"padraic.brady@gmail.com","homepage":"http://blog.astrumfutura.com"},{"name":"Dave Marshall","email":"dave.marshall@atstsolutions.co.uk","homepage":"http://davedevelopment.co.uk"}],"source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"65fc9fc69c83e17fb7323fb1ee7aa8ef11f81e5a"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/65fc9fc69c83e17fb7323fb1ee7aa8ef11f81e5a","type":"zip","shasum":"","reference":"65fc9fc69c83e17fb7323fb1ee7aa8ef11f81e5a"},"time":"2023-06-29T16:30:07+00:00","autoload":{"files":["src/helpers.php","src/Mockery.php"],"psr-4":{"Mockery\\":"src/Mockery"}},"extra":{"branch-alias":{"dev-main":"1.6.x-dev"}},"require":{"php":">=7.4,<8.3","lib-pcre":">=7.0","hamcrest/hamcrest-php":"^2.0.1"},"require-dev":{"phpunit/phpunit":"^8.5 || ^9.3","psalm/plugin-phpunit":"^0.18.4","vimeo/psalm":"^5.13.1"},"support":{"issues":"https://github.com/mockery/mockery/issues","source":"https://github.com/mockery/mockery/tree/feature/types"}},{"version":"dev-feature/refactor-internal-classes","version_normalized":"dev-feature/refactor-internal-classes","source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"6283364874ca9001b99069ffa869d009ed31ccd4"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/6283364874ca9001b99069ffa869d009ed31ccd4","type":"zip","shasum":"","reference":"6283364874ca9001b99069ffa869d009ed31ccd4"},"time":"2023-04-15T03:06:10+00:00","autoload":{"files":["library/helpers.php","library/Mockery.php"],"psr-4":{"Mockery\\":"library/Mockery"}},"extra":{"branch-alias":{"dev-master":"1.4.x-dev"}},"require":{"php":"^7.3 || ^8.0","lib-pcre":">=7.0","hamcrest/hamcrest-php":"^2.0.1"},"require-dev":{"phpunit/phpunit":"^8.5 || ^9.3","psalm/plugin-phpunit":"^0.18","vimeo/psalm":"^5.9"},"support":{"issues":"https://github.com/mockery/mockery/issues","source":"https://github.com/mockery/mockery/tree/feature/refactor-internal-classes"}},{"version":"dev-mock-internals","version_normalized":"dev-mock-internals","source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"aa3b17f3d38e8d9c08da83438e2f1e3a94949922"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/aa3b17f3d38e8d9c08da83438e2f1e3a94949922","type":"zip","shasum":"","reference":"aa3b17f3d38e8d9c08da83438e2f1e3a94949922"},"time":"2023-02-22T11:37:44+00:00","autoload":{"psr-0":{"Mockery":"library/"}},"require-dev":{"phpunit/phpunit":"^8.5 || ^9.3"},"support":{"issues":"https://github.com/mockery/mockery/issues","source":"https://github.com/mockery/mockery/tree/mock-internals"}},{"version":"dev-remove-comments-from-mock-pass","version_normalized":"dev-remove-comments-from-mock-pass","source":{"url":"https://github.com/mockery/mockery.git","type":"git","reference":"939187a6c3a6df87380e83c4ffaca02e4a07b75b"},"dist":{"url":"https://api.github.com/repos/mockery/mockery/zipball/939187a6c3a6df87380e83c4ffaca02e4a07b75b","type":"zip","shasum":"","reference":"939187a6c3a6df87380e83c4ffaca02e4a07b75b"},"time":"2019-12-04T08:38:00+00:00","extra":{"branch-alias":{"dev-master":"1.3.x-dev"}},"require":{"php":">=5.6.0","lib-pcre":">=7.0","hamcrest/hamcrest-php":"~2.0","sebastian/comparator":"^1.2.4|^3.0"},"require-dev":{"phpunit/phpunit":"~5.7.10|~6.5|~7.0|~8.0"},"support":{"issues":"https://github.com/mockery/mockery/issues","source":"https://github.com/mockery/mockery/tree/remove-comments-from-mock-pass"},"conflict":"__unset"}]},"last-modified":"Wed, 26 Jul 2023 14:06:56 GMT"}