Plugin Directory

Changeset 1395650


Ignore:
Timestamp:
04/14/2016 03:04:50 PM (10 years ago)
Author:
k00ni
Message:

increment version to 2.1; improved readme.txt; updated vendor information

Location:
fixed-menu-anchor/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • fixed-menu-anchor/trunk/fixed-menu-anchor.php

    r1377742 r1395650  
    88 * Plugin Name: Fixed Menu Anchor
    99 * Plugin URI: https://wordpress.org/plugins/fixed-menu-anchor
    10  * Version: 2.0.4
     10 * Version: 2.1
    1111 * Description: Having problems with a fixed header/menu which overlaps the target of an anchor? Use this plugin to jump just before the target so that the fixed header/menu does not overlap anymore.
    1212 * Author: Konrad Abicht, Marc Sauerwald
     
    1818
    1919if (!defined('FIXEDMENUANCHOR_VERSION')) {
    20     define('FIXEDMENUANCHOR_VERSION', '2.0.4');
     20    define('FIXEDMENUANCHOR_VERSION', '2.1');
    2121}
    2222
  • fixed-menu-anchor/trunk/readme.txt

    r1395643 r1395650  
    11=== Plugin Name ===
    22Contributors: k00ni
    3 Tags: anchor, fixed menu, fixed header, sticky header
     3Tags: anchor, fixed menu, fixed header, sticky header, sticky menu
    44Requires at least: 4.3
    55Tested up to: 4.5
     
    1212== Description ==
    1313
    14 Imagine a sticky header (menu, cookie banner, ...), which sticks at the top of the screen after you scrolled down to a certain point. That fixed thing will overlap anything which is beneath. Using anchors in that situation, will inevitable let you run in the problem, that the target of an anchor is beneath the sticky header. The reason is that the browser jumps directly to the anchor target and shows it at the top of the screen.
     14The fixed menu anchor plugin helps you by let you jump a little before the anchor target so that a sticky header/menu does not overlap the anchor target. It is also possible to use different values for a mobile view (only PRO version).
    1515
    16 That plugin helps you by let you jump a little before the anchor target so that the sticky header does not overlap the anchor target anymore. Its easy to use: just tell the plugin the total height of the sticky header and let it handle the rest. This plugin is minimal invasive and using jQuery and was made to be compatible and to be lightweight.
     16> **Premium Support** <br>
     17> The Plugins First team provides active one to one email support for the Fixed Menu Anchor plugin, for people who bought [Fixed Menu Anchor Pro](https://plugins-first.io/en/product/fixed-menu-anchor-wordpress-plugin/). The PRO version not only comes with additional support, but also provides a feature for mobile-first themes. Check it out!
    1718
    18 = We want your feedback =
     19> **General Support and Bug Reports** <br>
     20> You'll  find general support in the [Support area](https://wordpress.org/support/plugin/fixed-menu-anchor) of WordPress.org, where you can also report bugs.
    1921
    20 We want to hear from you guys, how you find this plugin, what stuff is missing and which features are even incomplete/bad/obsolete?
     22= Highlights =
    2123
    22 Please post us feature-requests and change-requests in this [online tool](http://www.tricider.com/brainstorming/36hMm5tEARp). You can even critize and vote existing ones.
    23 
    24 = News =
    25 
    26 * **March 10th 2016**: Today version 2.0 was released with some existing new features. Here are the main highlights:
    27   * you can now define a maximum viewport width until a certain distance is to be used (only pro version).
    28   * you can define a certain CSS-class, when it is attached on a link, the click event will be ignored
    29   * tested up to WordPress 4.4.2
    30 * **February 13th 2016:** We planning to release version 2.0 of this plugin soon. In the new, among other features, you can set a CSS class which tells the plugin to ignore anchor-clicks. That is very helpful in accordions or tabbed-menus. There is also a new channel to post feedback about this tool, which helps us to get an overview about the things you want (or dont want) in this plugin.
     24* Simple, easy to configure / setup
     25* Define a maximum viewport width until a certain distance between screen top and anchor target is to be used (relevant for mobile optimized header).
     26* You can define a standard distance between screen top and anchor target, which will be used whenever maximum viewport does not apply.
     27* Define a certain CSS-class, when it is attached on a link, the click event will be ignored.
     28* Browser agnostic – It is fully compatible with all major browsers: Firefox, Chromium/Chrome, Safari, Opera, Edge
     29* Theme agnostic – You can use it in every theme as long as jQuery library is loaded.
     30* Tested up to WordPress 4.5
    3131
    3232== Installation ==
     
    5858Yes, with version 2 (only pro version), we introduced a feature, that lets you set a certain screen width and a value for the distance, which only applies until that width is reached. After the width is higher, the default value will be used.
    5959
     60== Screenshots ==
     61
     621. Before and after view - On the right side you see how it looks *without* this plugin: your anchor-target is overlapped by the sticky header/menu. In comparison to that, on the left side, you see how it looks *with* this plugin: you will jump a little bit before the anchor-target so it will not be overlapped.
     63
    6064== Changelog ==
    61 = 2.0.1 - 2.0.4 =
    62 * Bug fixing
    63 * removed unneccessary files  (e.g. documentation of used vendors)
     65= 2.1 =
     66* Adapted to fit new requirements for WordPress 4.5
    6467
    65 = 2.0.0 =
     68= 2.0.0 - 2.0.4 =
    6669* Added new features:
    6770  * you can now define a maximum viewport width until a certain distance is to be used (only pro version).
     
    7073* tested plugin if compatible with standard theme of WordPress 4.4.2
    7174* added shortcut in plugin view to reach settings page faster after activation
     75* bug fixing
     76* removed unnecessary files  (e.g. documentation of used vendors)
    7277
    7378= 1.0.3 =
     
    7883
    7984= 1.0.1 =
    80 * Added support for `id` attribute (e.g. you can use &lt;p id="foo"&gt;&lt;/p&gt;) to be used to
    81   determine a target to jump to
     85* Added support for `id` attribute to be used to determine a target to jump to
    8286
    8387= 1.0.0 =
    8488* First release; introducing a way to jump right before an anchor target
    85 * Anchor target recognized using `name` attribute. (e.g. use &lt;a name="foo"&gt;&lt;/a&gt;)
     89* Anchor target recognized using `name` attribute.
  • fixed-menu-anchor/trunk/vendor/composer/LICENSE

    r1368514 r1395650  
    11
    2 Copyright (c) 2015 Nils Adermann, Jordi Boggiano
     2Copyright (c) 2016 Nils Adermann, Jordi Boggiano
    33
    44Permission is hereby granted, free of charge, to any person obtaining a copy
  • fixed-menu-anchor/trunk/vendor/composer/autoload_real.php

    r1368514 r1395650  
    2424        spl_autoload_unregister(array('ComposerAutoloaderInit90ff2e72938a46ee1e21cb14d03ac94b', 'loadClassLoader'));
    2525
    26         $map = require __DIR__ . '/autoload_namespaces.php';
    27         foreach ($map as $namespace => $path) {
    28             $loader->set($namespace, $path);
    29         }
     26        if (PHP_VERSION_ID >= 50600) {
     27            require_once __DIR__ . '/autoload_static.php';
    3028
    31         $map = require __DIR__ . '/autoload_psr4.php';
    32         foreach ($map as $namespace => $path) {
    33             $loader->setPsr4($namespace, $path);
    34         }
     29            call_user_func(\Composer\Autoload\ComposerStaticInit90ff2e72938a46ee1e21cb14d03ac94b::getInitializer($loader));
     30        } else {
     31            $map = require __DIR__ . '/autoload_namespaces.php';
     32            foreach ($map as $namespace => $path) {
     33                $loader->set($namespace, $path);
     34            }
    3535
    36         $classMap = require __DIR__ . '/autoload_classmap.php';
    37         if ($classMap) {
    38             $loader->addClassMap($classMap);
     36            $map = require __DIR__ . '/autoload_psr4.php';
     37            foreach ($map as $namespace => $path) {
     38                $loader->setPsr4($namespace, $path);
     39            }
     40
     41            $classMap = require __DIR__ . '/autoload_classmap.php';
     42            if ($classMap) {
     43                $loader->addClassMap($classMap);
     44            }
    3945        }
    4046
    4147        $loader->register(true);
    4248
    43         $includeFiles = require __DIR__ . '/autoload_files.php';
     49        if (PHP_VERSION_ID >= 50600) {
     50            $includeFiles = Composer\Autoload\ComposerStaticInit90ff2e72938a46ee1e21cb14d03ac94b::$files;
     51        } else {
     52            $includeFiles = require __DIR__ . '/autoload_files.php';
     53        }
    4454        foreach ($includeFiles as $fileIdentifier => $file) {
    4555            composerRequire90ff2e72938a46ee1e21cb14d03ac94b($fileIdentifier, $file);
  • fixed-menu-anchor/trunk/vendor/composer/installed.json

    r1373131 r1395650  
    11[
    2     {
    3         "name": "phpdocumentor/reflection-docblock",
    4         "version": "2.0.4",
    5         "version_normalized": "2.0.4.0",
    6         "source": {
    7             "type": "git",
    8             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    9             "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
    10         },
    11         "dist": {
    12             "type": "zip",
    13             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
    14             "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
    15             "shasum": ""
    16         },
    17         "require": {
    18             "php": ">=5.3.3"
    19         },
    20         "require-dev": {
    21             "phpunit/phpunit": "~4.0"
    22         },
    23         "suggest": {
    24             "dflydev/markdown": "~1.0",
    25             "erusev/parsedown": "~1.0"
    26         },
    27         "time": "2015-02-03 12:10:50",
    28         "type": "library",
    29         "extra": {
    30             "branch-alias": {
    31                 "dev-master": "2.0.x-dev"
    32             }
    33         },
    34         "installation-source": "dist",
    35         "autoload": {
    36             "psr-0": {
    37                 "phpDocumentor": [
    38                     "src/"
    39                 ]
    40             }
    41         },
    42         "notification-url": "https://packagist.org/downloads/",
    43         "license": [
    44             "MIT"
    45         ],
    46         "authors": [
    47             {
    48                 "name": "Mike van Riel",
    49                 "email": "mike.vanriel@naenius.com"
    50             }
    51         ]
    52     },
    53     {
    54         "name": "phpunit/php-text-template",
    55         "version": "1.2.1",
    56         "version_normalized": "1.2.1.0",
    57         "source": {
    58             "type": "git",
    59             "url": "https://github.com/sebastianbergmann/php-text-template.git",
    60             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
    61         },
    62         "dist": {
    63             "type": "zip",
    64             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
    65             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
    66             "shasum": ""
    67         },
    68         "require": {
    69             "php": ">=5.3.3"
    70         },
    71         "time": "2015-06-21 13:50:34",
    72         "type": "library",
    73         "installation-source": "dist",
    74         "autoload": {
    75             "classmap": [
    76                 "src/"
    77             ]
    78         },
    79         "notification-url": "https://packagist.org/downloads/",
    80         "license": [
    81             "BSD-3-Clause"
    82         ],
    83         "authors": [
    84             {
    85                 "name": "Sebastian Bergmann",
    86                 "email": "sebastian@phpunit.de",
    87                 "role": "lead"
    88             }
    89         ],
    90         "description": "Simple template engine.",
    91         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
    92         "keywords": [
    93             "template"
    94         ]
    95     },
    96     {
    97         "name": "sebastian/version",
    98         "version": "1.0.6",
    99         "version_normalized": "1.0.6.0",
    100         "source": {
    101             "type": "git",
    102             "url": "https://github.com/sebastianbergmann/version.git",
    103             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
    104         },
    105         "dist": {
    106             "type": "zip",
    107             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
    108             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
    109             "shasum": ""
    110         },
    111         "time": "2015-06-21 13:59:46",
    112         "type": "library",
    113         "installation-source": "dist",
    114         "autoload": {
    115             "classmap": [
    116                 "src/"
    117             ]
    118         },
    119         "notification-url": "https://packagist.org/downloads/",
    120         "license": [
    121             "BSD-3-Clause"
    122         ],
    123         "authors": [
    124             {
    125                 "name": "Sebastian Bergmann",
    126                 "email": "sebastian@phpunit.de",
    127                 "role": "lead"
    128             }
    129         ],
    130         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
    131         "homepage": "https://github.com/sebastianbergmann/version"
    132     },
    133     {
    134         "name": "sebastian/global-state",
    135         "version": "1.1.1",
    136         "version_normalized": "1.1.1.0",
    137         "source": {
    138             "type": "git",
    139             "url": "https://github.com/sebastianbergmann/global-state.git",
    140             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
    141         },
    142         "dist": {
    143             "type": "zip",
    144             "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
    145             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
    146             "shasum": ""
    147         },
    148         "require": {
    149             "php": ">=5.3.3"
    150         },
    151         "require-dev": {
    152             "phpunit/phpunit": "~4.2"
    153         },
    154         "suggest": {
    155             "ext-uopz": "*"
    156         },
    157         "time": "2015-10-12 03:26:01",
    158         "type": "library",
    159         "extra": {
    160             "branch-alias": {
    161                 "dev-master": "1.0-dev"
    162             }
    163         },
    164         "installation-source": "dist",
    165         "autoload": {
    166             "classmap": [
    167                 "src/"
    168             ]
    169         },
    170         "notification-url": "https://packagist.org/downloads/",
    171         "license": [
    172             "BSD-3-Clause"
    173         ],
    174         "authors": [
    175             {
    176                 "name": "Sebastian Bergmann",
    177                 "email": "sebastian@phpunit.de"
    178             }
    179         ],
    180         "description": "Snapshotting of global state",
    181         "homepage": "http://www.github.com/sebastianbergmann/global-state",
    182         "keywords": [
    183             "global state"
    184         ]
    185     },
    186     {
    187         "name": "sebastian/recursion-context",
    188         "version": "1.0.2",
    189         "version_normalized": "1.0.2.0",
    190         "source": {
    191             "type": "git",
    192             "url": "https://github.com/sebastianbergmann/recursion-context.git",
    193             "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
    194         },
    195         "dist": {
    196             "type": "zip",
    197             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
    198             "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
    199             "shasum": ""
    200         },
    201         "require": {
    202             "php": ">=5.3.3"
    203         },
    204         "require-dev": {
    205             "phpunit/phpunit": "~4.4"
    206         },
    207         "time": "2015-11-11 19:50:13",
    208         "type": "library",
    209         "extra": {
    210             "branch-alias": {
    211                 "dev-master": "1.0.x-dev"
    212             }
    213         },
    214         "installation-source": "source",
    215         "autoload": {
    216             "classmap": [
    217                 "src/"
    218             ]
    219         },
    220         "notification-url": "https://packagist.org/downloads/",
    221         "license": [
    222             "BSD-3-Clause"
    223         ],
    224         "authors": [
    225             {
    226                 "name": "Jeff Welch",
    227                 "email": "whatthejeff@gmail.com"
    228             },
    229             {
    230                 "name": "Sebastian Bergmann",
    231                 "email": "sebastian@phpunit.de"
    232             },
    233             {
    234                 "name": "Adam Harvey",
    235                 "email": "aharvey@php.net"
    236             }
    237         ],
    238         "description": "Provides functionality to recursively process PHP variables",
    239         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
    240     },
    241     {
    242         "name": "sebastian/exporter",
    243         "version": "1.2.1",
    244         "version_normalized": "1.2.1.0",
    245         "source": {
    246             "type": "git",
    247             "url": "https://github.com/sebastianbergmann/exporter.git",
    248             "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
    249         },
    250         "dist": {
    251             "type": "zip",
    252             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
    253             "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
    254             "shasum": ""
    255         },
    256         "require": {
    257             "php": ">=5.3.3",
    258             "sebastian/recursion-context": "~1.0"
    259         },
    260         "require-dev": {
    261             "phpunit/phpunit": "~4.4"
    262         },
    263         "time": "2015-06-21 07:55:53",
    264         "type": "library",
    265         "extra": {
    266             "branch-alias": {
    267                 "dev-master": "1.2.x-dev"
    268             }
    269         },
    270         "installation-source": "source",
    271         "autoload": {
    272             "classmap": [
    273                 "src/"
    274             ]
    275         },
    276         "notification-url": "https://packagist.org/downloads/",
    277         "license": [
    278             "BSD-3-Clause"
    279         ],
    280         "authors": [
    281             {
    282                 "name": "Jeff Welch",
    283                 "email": "whatthejeff@gmail.com"
    284             },
    285             {
    286                 "name": "Volker Dusch",
    287                 "email": "github@wallbash.com"
    288             },
    289             {
    290                 "name": "Bernhard Schussek",
    291                 "email": "bschussek@2bepublished.at"
    292             },
    293             {
    294                 "name": "Sebastian Bergmann",
    295                 "email": "sebastian@phpunit.de"
    296             },
    297             {
    298                 "name": "Adam Harvey",
    299                 "email": "aharvey@php.net"
    300             }
    301         ],
    302         "description": "Provides the functionality to export PHP variables for visualization",
    303         "homepage": "http://www.github.com/sebastianbergmann/exporter",
    304         "keywords": [
    305             "export",
    306             "exporter"
    307         ]
    308     },
    309     {
    310         "name": "sebastian/diff",
    311         "version": "1.4.1",
    312         "version_normalized": "1.4.1.0",
    313         "source": {
    314             "type": "git",
    315             "url": "https://github.com/sebastianbergmann/diff.git",
    316             "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
    317         },
    318         "dist": {
    319             "type": "zip",
    320             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
    321             "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
    322             "shasum": ""
    323         },
    324         "require": {
    325             "php": ">=5.3.3"
    326         },
    327         "require-dev": {
    328             "phpunit/phpunit": "~4.8"
    329         },
    330         "time": "2015-12-08 07:14:41",
    331         "type": "library",
    332         "extra": {
    333             "branch-alias": {
    334                 "dev-master": "1.4-dev"
    335             }
    336         },
    337         "installation-source": "source",
    338         "autoload": {
    339             "classmap": [
    340                 "src/"
    341             ]
    342         },
    343         "notification-url": "https://packagist.org/downloads/",
    344         "license": [
    345             "BSD-3-Clause"
    346         ],
    347         "authors": [
    348             {
    349                 "name": "Kore Nordmann",
    350                 "email": "mail@kore-nordmann.de"
    351             },
    352             {
    353                 "name": "Sebastian Bergmann",
    354                 "email": "sebastian@phpunit.de"
    355             }
    356         ],
    357         "description": "Diff implementation",
    358         "homepage": "https://github.com/sebastianbergmann/diff",
    359         "keywords": [
    360             "diff"
    361         ]
    362     },
    363     {
    364         "name": "sebastian/comparator",
    365         "version": "1.2.0",
    366         "version_normalized": "1.2.0.0",
    367         "source": {
    368             "type": "git",
    369             "url": "https://github.com/sebastianbergmann/comparator.git",
    370             "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
    371         },
    372         "dist": {
    373             "type": "zip",
    374             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
    375             "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
    376             "shasum": ""
    377         },
    378         "require": {
    379             "php": ">=5.3.3",
    380             "sebastian/diff": "~1.2",
    381             "sebastian/exporter": "~1.2"
    382         },
    383         "require-dev": {
    384             "phpunit/phpunit": "~4.4"
    385         },
    386         "time": "2015-07-26 15:48:44",
    387         "type": "library",
    388         "extra": {
    389             "branch-alias": {
    390                 "dev-master": "1.2.x-dev"
    391             }
    392         },
    393         "installation-source": "source",
    394         "autoload": {
    395             "classmap": [
    396                 "src/"
    397             ]
    398         },
    399         "notification-url": "https://packagist.org/downloads/",
    400         "license": [
    401             "BSD-3-Clause"
    402         ],
    403         "authors": [
    404             {
    405                 "name": "Jeff Welch",
    406                 "email": "whatthejeff@gmail.com"
    407             },
    408             {
    409                 "name": "Volker Dusch",
    410                 "email": "github@wallbash.com"
    411             },
    412             {
    413                 "name": "Bernhard Schussek",
    414                 "email": "bschussek@2bepublished.at"
    415             },
    416             {
    417                 "name": "Sebastian Bergmann",
    418                 "email": "sebastian@phpunit.de"
    419             }
    420         ],
    421         "description": "Provides the functionality to compare PHP values for equality",
    422         "homepage": "http://www.github.com/sebastianbergmann/comparator",
    423         "keywords": [
    424             "comparator",
    425             "compare",
    426             "equality"
    427         ]
    428     },
    429     {
    430         "name": "doctrine/instantiator",
    431         "version": "1.0.5",
    432         "version_normalized": "1.0.5.0",
    433         "source": {
    434             "type": "git",
    435             "url": "https://github.com/doctrine/instantiator.git",
    436             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
    437         },
    438         "dist": {
    439             "type": "zip",
    440             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
    441             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
    442             "shasum": ""
    443         },
    444         "require": {
    445             "php": ">=5.3,<8.0-DEV"
    446         },
    447         "require-dev": {
    448             "athletic/athletic": "~0.1.8",
    449             "ext-pdo": "*",
    450             "ext-phar": "*",
    451             "phpunit/phpunit": "~4.0",
    452             "squizlabs/php_codesniffer": "~2.0"
    453         },
    454         "time": "2015-06-14 21:17:01",
    455         "type": "library",
    456         "extra": {
    457             "branch-alias": {
    458                 "dev-master": "1.0.x-dev"
    459             }
    460         },
    461         "installation-source": "source",
    462         "autoload": {
    463             "psr-4": {
    464                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
    465             }
    466         },
    467         "notification-url": "https://packagist.org/downloads/",
    468         "license": [
    469             "MIT"
    470         ],
    471         "authors": [
    472             {
    473                 "name": "Marco Pivetta",
    474                 "email": "ocramius@gmail.com",
    475                 "homepage": "http://ocramius.github.com/"
    476             }
    477         ],
    478         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
    479         "homepage": "https://github.com/doctrine/instantiator",
    480         "keywords": [
    481             "constructor",
    482             "instantiate"
    483         ]
    484     },
    485     {
    486         "name": "phpunit/phpunit-mock-objects",
    487         "version": "2.3.8",
    488         "version_normalized": "2.3.8.0",
    489         "source": {
    490             "type": "git",
    491             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
    492             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
    493         },
    494         "dist": {
    495             "type": "zip",
    496             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
    497             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
    498             "shasum": ""
    499         },
    500         "require": {
    501             "doctrine/instantiator": "^1.0.2",
    502             "php": ">=5.3.3",
    503             "phpunit/php-text-template": "~1.2",
    504             "sebastian/exporter": "~1.2"
    505         },
    506         "require-dev": {
    507             "phpunit/phpunit": "~4.4"
    508         },
    509         "suggest": {
    510             "ext-soap": "*"
    511         },
    512         "time": "2015-10-02 06:51:40",
    513         "type": "library",
    514         "extra": {
    515             "branch-alias": {
    516                 "dev-master": "2.3.x-dev"
    517             }
    518         },
    519         "installation-source": "source",
    520         "autoload": {
    521             "classmap": [
    522                 "src/"
    523             ]
    524         },
    525         "notification-url": "https://packagist.org/downloads/",
    526         "license": [
    527             "BSD-3-Clause"
    528         ],
    529         "authors": [
    530             {
    531                 "name": "Sebastian Bergmann",
    532                 "email": "sb@sebastian-bergmann.de",
    533                 "role": "lead"
    534             }
    535         ],
    536         "description": "Mock Object library for PHPUnit",
    537         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
    538         "keywords": [
    539             "mock",
    540             "xunit"
    541         ]
    542     },
    543     {
    544         "name": "phpunit/php-timer",
    545         "version": "1.0.7",
    546         "version_normalized": "1.0.7.0",
    547         "source": {
    548             "type": "git",
    549             "url": "https://github.com/sebastianbergmann/php-timer.git",
    550             "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
    551         },
    552         "dist": {
    553             "type": "zip",
    554             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
    555             "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
    556             "shasum": ""
    557         },
    558         "require": {
    559             "php": ">=5.3.3"
    560         },
    561         "time": "2015-06-21 08:01:12",
    562         "type": "library",
    563         "installation-source": "source",
    564         "autoload": {
    565             "classmap": [
    566                 "src/"
    567             ]
    568         },
    569         "notification-url": "https://packagist.org/downloads/",
    570         "license": [
    571             "BSD-3-Clause"
    572         ],
    573         "authors": [
    574             {
    575                 "name": "Sebastian Bergmann",
    576                 "email": "sb@sebastian-bergmann.de",
    577                 "role": "lead"
    578             }
    579         ],
    580         "description": "Utility class for timing",
    581         "homepage": "https://github.com/sebastianbergmann/php-timer/",
    582         "keywords": [
    583             "timer"
    584         ]
    585     },
    586     {
    587         "name": "phpunit/php-token-stream",
    588         "version": "1.4.8",
    589         "version_normalized": "1.4.8.0",
    590         "source": {
    591             "type": "git",
    592             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
    593             "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
    594         },
    595         "dist": {
    596             "type": "zip",
    597             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
    598             "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
    599             "shasum": ""
    600         },
    601         "require": {
    602             "ext-tokenizer": "*",
    603             "php": ">=5.3.3"
    604         },
    605         "require-dev": {
    606             "phpunit/phpunit": "~4.2"
    607         },
    608         "time": "2015-09-15 10:49:45",
    609         "type": "library",
    610         "extra": {
    611             "branch-alias": {
    612                 "dev-master": "1.4-dev"
    613             }
    614         },
    615         "installation-source": "source",
    616         "autoload": {
    617             "classmap": [
    618                 "src/"
    619             ]
    620         },
    621         "notification-url": "https://packagist.org/downloads/",
    622         "license": [
    623             "BSD-3-Clause"
    624         ],
    625         "authors": [
    626             {
    627                 "name": "Sebastian Bergmann",
    628                 "email": "sebastian@phpunit.de"
    629             }
    630         ],
    631         "description": "Wrapper around PHP's tokenizer extension.",
    632         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
    633         "keywords": [
    634             "tokenizer"
    635         ]
    636     },
    637     {
    638         "name": "phpunit/php-file-iterator",
    639         "version": "1.4.1",
    640         "version_normalized": "1.4.1.0",
    641         "source": {
    642             "type": "git",
    643             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    644             "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
    645         },
    646         "dist": {
    647             "type": "zip",
    648             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
    649             "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
    650             "shasum": ""
    651         },
    652         "require": {
    653             "php": ">=5.3.3"
    654         },
    655         "time": "2015-06-21 13:08:43",
    656         "type": "library",
    657         "extra": {
    658             "branch-alias": {
    659                 "dev-master": "1.4.x-dev"
    660             }
    661         },
    662         "installation-source": "source",
    663         "autoload": {
    664             "classmap": [
    665                 "src/"
    666             ]
    667         },
    668         "notification-url": "https://packagist.org/downloads/",
    669         "license": [
    670             "BSD-3-Clause"
    671         ],
    672         "authors": [
    673             {
    674                 "name": "Sebastian Bergmann",
    675                 "email": "sb@sebastian-bergmann.de",
    676                 "role": "lead"
    677             }
    678         ],
    679         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
    680         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
    681         "keywords": [
    682             "filesystem",
    683             "iterator"
    684         ]
    685     },
    686     {
    687         "name": "phpunit/php-code-coverage",
    688         "version": "2.2.4",
    689         "version_normalized": "2.2.4.0",
    690         "source": {
    691             "type": "git",
    692             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    693             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
    694         },
    695         "dist": {
    696             "type": "zip",
    697             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
    698             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
    699             "shasum": ""
    700         },
    701         "require": {
    702             "php": ">=5.3.3",
    703             "phpunit/php-file-iterator": "~1.3",
    704             "phpunit/php-text-template": "~1.2",
    705             "phpunit/php-token-stream": "~1.3",
    706             "sebastian/environment": "^1.3.2",
    707             "sebastian/version": "~1.0"
    708         },
    709         "require-dev": {
    710             "ext-xdebug": ">=2.1.4",
    711             "phpunit/phpunit": "~4"
    712         },
    713         "suggest": {
    714             "ext-dom": "*",
    715             "ext-xdebug": ">=2.2.1",
    716             "ext-xmlwriter": "*"
    717         },
    718         "time": "2015-10-06 15:47:00",
    719         "type": "library",
    720         "extra": {
    721             "branch-alias": {
    722                 "dev-master": "2.2.x-dev"
    723             }
    724         },
    725         "installation-source": "source",
    726         "autoload": {
    727             "classmap": [
    728                 "src/"
    729             ]
    730         },
    731         "notification-url": "https://packagist.org/downloads/",
    732         "license": [
    733             "BSD-3-Clause"
    734         ],
    735         "authors": [
    736             {
    737                 "name": "Sebastian Bergmann",
    738                 "email": "sb@sebastian-bergmann.de",
    739                 "role": "lead"
    740             }
    741         ],
    742         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
    743         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
    744         "keywords": [
    745             "coverage",
    746             "testing",
    747             "xunit"
    748         ]
    749     },
    750     {
    751         "name": "hamcrest/hamcrest-php",
    752         "version": "v1.2.2",
    753         "version_normalized": "1.2.2.0",
    754         "source": {
    755             "type": "git",
    756             "url": "https://github.com/hamcrest/hamcrest-php.git",
    757             "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
    758         },
    759         "dist": {
    760             "type": "zip",
    761             "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
    762             "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
    763             "shasum": ""
    764         },
    765         "require": {
    766             "php": ">=5.3.2"
    767         },
    768         "replace": {
    769             "cordoval/hamcrest-php": "*",
    770             "davedevelopment/hamcrest-php": "*",
    771             "kodova/hamcrest-php": "*"
    772         },
    773         "require-dev": {
    774             "phpunit/php-file-iterator": "1.3.3",
    775             "satooshi/php-coveralls": "dev-master"
    776         },
    777         "time": "2015-05-11 14:41:42",
    778         "type": "library",
    779         "installation-source": "dist",
    780         "autoload": {
    781             "classmap": [
    782                 "hamcrest"
    783             ],
    784             "files": [
    785                 "hamcrest/Hamcrest.php"
    786             ]
    787         },
    788         "notification-url": "https://packagist.org/downloads/",
    789         "license": [
    790             "BSD"
    791         ],
    792         "description": "This is the PHP port of Hamcrest Matchers",
    793         "keywords": [
    794             "test"
    795         ]
    796     },
    797     {
    798         "name": "mockery/mockery",
    799         "version": "0.9.4",
    800         "version_normalized": "0.9.4.0",
    801         "source": {
    802             "type": "git",
    803             "url": "https://github.com/padraic/mockery.git",
    804             "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
    805         },
    806         "dist": {
    807             "type": "zip",
    808             "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
    809             "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
    810             "shasum": ""
    811         },
    812         "require": {
    813             "hamcrest/hamcrest-php": "~1.1",
    814             "lib-pcre": ">=7.0",
    815             "php": ">=5.3.2"
    816         },
    817         "require-dev": {
    818             "phpunit/phpunit": "~4.0"
    819         },
    820         "time": "2015-04-02 19:54:00",
    821         "type": "library",
    822         "extra": {
    823             "branch-alias": {
    824                 "dev-master": "0.9.x-dev"
    825             }
    826         },
    827         "installation-source": "dist",
    828         "autoload": {
    829             "psr-0": {
    830                 "Mockery": "library/"
    831             }
    832         },
    833         "notification-url": "https://packagist.org/downloads/",
    834         "license": [
    835             "BSD-3-Clause"
    836         ],
    837         "authors": [
    838             {
    839                 "name": "Pádraic Brady",
    840                 "email": "padraic.brady@gmail.com",
    841                 "homepage": "http://blog.astrumfutura.com"
    842             },
    843             {
    844                 "name": "Dave Marshall",
    845                 "email": "dave.marshall@atstsolutions.co.uk",
    846                 "homepage": "http://davedevelopment.co.uk"
    847             }
    848         ],
    849         "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
    850         "homepage": "http://github.com/padraic/mockery",
    851         "keywords": [
    852             "BDD",
    853             "TDD",
    854             "library",
    855             "mock",
    856             "mock objects",
    857             "mockery",
    858             "stub",
    859             "test",
    860             "test double",
    861             "testing"
    862         ]
    863     },
    8642    {
    8653        "name": "twig/twig",
     
    92462            "templating"
    92563        ]
    926     },
    927     {
    928         "name": "antecedent/patchwork",
    929         "version": "1.3.5",
    930         "version_normalized": "1.3.5.0",
    931         "source": {
    932             "type": "git",
    933             "url": "https://github.com/antecedent/patchwork.git",
    934             "reference": "908a233f8a374f02b02ff5e3d6ba687ca506d57d"
    935         },
    936         "dist": {
    937             "type": "zip",
    938             "url": "https://api.github.com/repos/antecedent/patchwork/zipball/908a233f8a374f02b02ff5e3d6ba687ca506d57d",
    939             "reference": "908a233f8a374f02b02ff5e3d6ba687ca506d57d",
    940             "shasum": ""
    941         },
    942         "require": {
    943             "php": ">=5.3.0"
    944         },
    945         "time": "2015-10-09 18:20:06",
    946         "type": "library",
    947         "installation-source": "dist",
    948         "notification-url": "https://packagist.org/downloads/",
    949         "license": [
    950             "MIT"
    951         ],
    952         "authors": [
    953             {
    954                 "name": "Ignas Rudaitis",
    955                 "email": "ignas.rudaitis@gmail.com"
    956             }
    957         ],
    958         "description": "A pure PHP library that lets you redefine user-defined functions at runtime.",
    959         "homepage": "http://antecedent.github.io/patchwork/",
    960         "keywords": [
    961             "aop",
    962             "aspect",
    963             "interception",
    964             "monkeypatching",
    965             "redefinition",
    966             "runkit",
    967             "testing"
    968         ]
    969     },
    970     {
    971         "name": "brain/monkey",
    972         "version": "1.3.1",
    973         "version_normalized": "1.3.1.0",
    974         "source": {
    975             "type": "git",
    976             "url": "https://github.com/Brain-WP/BrainMonkey.git",
    977             "reference": "1a523003c148a1c736010b75c34a4999a7ed64ec"
    978         },
    979         "dist": {
    980             "type": "zip",
    981             "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/1a523003c148a1c736010b75c34a4999a7ed64ec",
    982             "reference": "1a523003c148a1c736010b75c34a4999a7ed64ec",
    983             "shasum": ""
    984         },
    985         "require": {
    986             "antecedent/patchwork": "1.3.*",
    987             "mockery/mockery": "*"
    988         },
    989         "require-dev": {
    990             "mockery/mockery": "0.9.3",
    991             "phpunit/phpunit": "~4.8"
    992         },
    993         "time": "2016-02-19 10:42:51",
    994         "type": "library",
    995         "extra": {
    996             "branch-alias": {
    997                 "dev-master": "1.0.x-dev"
    998             }
    999         },
    1000         "installation-source": "dist",
    1001         "autoload": {
    1002             "psr-4": {
    1003                 "Brain\\": "src/"
    1004             }
    1005         },
    1006         "notification-url": "https://packagist.org/downloads/",
    1007         "license": [
    1008             "MIT"
    1009         ],
    1010         "authors": [
    1011             {
    1012                 "name": "Giuseppe Mazzapica",
    1013                 "email": "giuseppe.mazzapica@gmail.com",
    1014                 "homepage": "http://gm.zoomlab.it",
    1015                 "role": "Developer"
    1016             }
    1017         ],
    1018         "description": "Mocking utility for PHP functions and WordPress plugin API",
    1019         "keywords": [
    1020             "Monkey Patching",
    1021             "interception",
    1022             "mock",
    1023             "mock functions",
    1024             "mockery",
    1025             "patchwork",
    1026             "redefinition",
    1027             "runkit",
    1028             "test",
    1029             "testing"
    1030         ]
    1031     },
    1032     {
    1033         "name": "phpspec/prophecy",
    1034         "version": "v1.6.0",
    1035         "version_normalized": "1.6.0.0",
    1036         "source": {
    1037             "type": "git",
    1038             "url": "https://github.com/phpspec/prophecy.git",
    1039             "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
    1040         },
    1041         "dist": {
    1042             "type": "zip",
    1043             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
    1044             "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
    1045             "shasum": ""
    1046         },
    1047         "require": {
    1048             "doctrine/instantiator": "^1.0.2",
    1049             "php": "^5.3|^7.0",
    1050             "phpdocumentor/reflection-docblock": "~2.0",
    1051             "sebastian/comparator": "~1.1",
    1052             "sebastian/recursion-context": "~1.0"
    1053         },
    1054         "require-dev": {
    1055             "phpspec/phpspec": "~2.0"
    1056         },
    1057         "time": "2016-02-15 07:46:21",
    1058         "type": "library",
    1059         "extra": {
    1060             "branch-alias": {
    1061                 "dev-master": "1.5.x-dev"
    1062             }
    1063         },
    1064         "installation-source": "source",
    1065         "autoload": {
    1066             "psr-0": {
    1067                 "Prophecy\\": "src/"
    1068             }
    1069         },
    1070         "notification-url": "https://packagist.org/downloads/",
    1071         "license": [
    1072             "MIT"
    1073         ],
    1074         "authors": [
    1075             {
    1076                 "name": "Konstantin Kudryashov",
    1077                 "email": "ever.zet@gmail.com",
    1078                 "homepage": "http://everzet.com"
    1079             },
    1080             {
    1081                 "name": "Marcello Duarte",
    1082                 "email": "marcello.duarte@gmail.com"
    1083             }
    1084         ],
    1085         "description": "Highly opinionated mocking framework for PHP 5.3+",
    1086         "homepage": "https://github.com/phpspec/prophecy",
    1087         "keywords": [
    1088             "Double",
    1089             "Dummy",
    1090             "fake",
    1091             "mock",
    1092             "spy",
    1093             "stub"
    1094         ]
    1095     },
    1096     {
    1097         "name": "sebastian/environment",
    1098         "version": "1.3.5",
    1099         "version_normalized": "1.3.5.0",
    1100         "source": {
    1101             "type": "git",
    1102             "url": "https://github.com/sebastianbergmann/environment.git",
    1103             "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
    1104         },
    1105         "dist": {
    1106             "type": "zip",
    1107             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
    1108             "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
    1109             "shasum": ""
    1110         },
    1111         "require": {
    1112             "php": ">=5.3.3"
    1113         },
    1114         "require-dev": {
    1115             "phpunit/phpunit": "~4.4"
    1116         },
    1117         "time": "2016-02-26 18:40:46",
    1118         "type": "library",
    1119         "extra": {
    1120             "branch-alias": {
    1121                 "dev-master": "1.3.x-dev"
    1122             }
    1123         },
    1124         "installation-source": "source",
    1125         "autoload": {
    1126             "classmap": [
    1127                 "src/"
    1128             ]
    1129         },
    1130         "notification-url": "https://packagist.org/downloads/",
    1131         "license": [
    1132             "BSD-3-Clause"
    1133         ],
    1134         "authors": [
    1135             {
    1136                 "name": "Sebastian Bergmann",
    1137                 "email": "sebastian@phpunit.de"
    1138             }
    1139         ],
    1140         "description": "Provides functionality to handle HHVM/PHP environments",
    1141         "homepage": "http://www.github.com/sebastianbergmann/environment",
    1142         "keywords": [
    1143             "Xdebug",
    1144             "environment",
    1145             "hhvm"
    1146         ]
    1147     },
    1148     {
    1149         "name": "symfony/yaml",
    1150         "version": "v3.0.3",
    1151         "version_normalized": "3.0.3.0",
    1152         "source": {
    1153             "type": "git",
    1154             "url": "https://github.com/symfony/yaml.git",
    1155             "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c"
    1156         },
    1157         "dist": {
    1158             "type": "zip",
    1159             "url": "https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c",
    1160             "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c",
    1161             "shasum": ""
    1162         },
    1163         "require": {
    1164             "php": ">=5.5.9"
    1165         },
    1166         "time": "2016-02-23 15:16:06",
    1167         "type": "library",
    1168         "extra": {
    1169             "branch-alias": {
    1170                 "dev-master": "3.0-dev"
    1171             }
    1172         },
    1173         "installation-source": "source",
    1174         "autoload": {
    1175             "psr-4": {
    1176                 "Symfony\\Component\\Yaml\\": ""
    1177             },
    1178             "exclude-from-classmap": [
    1179                 "/Tests/"
    1180             ]
    1181         },
    1182         "notification-url": "https://packagist.org/downloads/",
    1183         "license": [
    1184             "MIT"
    1185         ],
    1186         "authors": [
    1187             {
    1188                 "name": "Fabien Potencier",
    1189                 "email": "fabien@symfony.com"
    1190             },
    1191             {
    1192                 "name": "Symfony Community",
    1193                 "homepage": "https://symfony.com/contributors"
    1194             }
    1195         ],
    1196         "description": "Symfony Yaml Component",
    1197         "homepage": "https://symfony.com"
    119864    },
    119965    {
     
    1253119            "web service",
    1254120            "xml"
     121        ]
     122    },
     123    {
     124        "name": "antecedent/patchwork",
     125        "version": "1.3.5",
     126        "version_normalized": "1.3.5.0",
     127        "source": {
     128            "type": "git",
     129            "url": "https://github.com/antecedent/patchwork.git",
     130            "reference": "908a233f8a374f02b02ff5e3d6ba687ca506d57d"
     131        },
     132        "dist": {
     133            "type": "zip",
     134            "url": "https://api.github.com/repos/antecedent/patchwork/zipball/908a233f8a374f02b02ff5e3d6ba687ca506d57d",
     135            "reference": "908a233f8a374f02b02ff5e3d6ba687ca506d57d",
     136            "shasum": ""
     137        },
     138        "require": {
     139            "php": ">=5.3.0"
     140        },
     141        "time": "2015-10-09 18:20:06",
     142        "type": "library",
     143        "installation-source": "dist",
     144        "notification-url": "https://packagist.org/downloads/",
     145        "license": [
     146            "MIT"
     147        ],
     148        "authors": [
     149            {
     150                "name": "Ignas Rudaitis",
     151                "email": "ignas.rudaitis@gmail.com"
     152            }
     153        ],
     154        "description": "A pure PHP library that lets you redefine user-defined functions at runtime.",
     155        "homepage": "http://antecedent.github.io/patchwork/",
     156        "keywords": [
     157            "aop",
     158            "aspect",
     159            "interception",
     160            "monkeypatching",
     161            "redefinition",
     162            "runkit",
     163            "testing"
     164        ]
     165    },
     166    {
     167        "name": "hamcrest/hamcrest-php",
     168        "version": "v1.2.2",
     169        "version_normalized": "1.2.2.0",
     170        "source": {
     171            "type": "git",
     172            "url": "https://github.com/hamcrest/hamcrest-php.git",
     173            "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
     174        },
     175        "dist": {
     176            "type": "zip",
     177            "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
     178            "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
     179            "shasum": ""
     180        },
     181        "require": {
     182            "php": ">=5.3.2"
     183        },
     184        "replace": {
     185            "cordoval/hamcrest-php": "*",
     186            "davedevelopment/hamcrest-php": "*",
     187            "kodova/hamcrest-php": "*"
     188        },
     189        "require-dev": {
     190            "phpunit/php-file-iterator": "1.3.3",
     191            "satooshi/php-coveralls": "dev-master"
     192        },
     193        "time": "2015-05-11 14:41:42",
     194        "type": "library",
     195        "installation-source": "dist",
     196        "autoload": {
     197            "classmap": [
     198                "hamcrest"
     199            ],
     200            "files": [
     201                "hamcrest/Hamcrest.php"
     202            ]
     203        },
     204        "notification-url": "https://packagist.org/downloads/",
     205        "license": [
     206            "BSD"
     207        ],
     208        "description": "This is the PHP port of Hamcrest Matchers",
     209        "keywords": [
     210            "test"
     211        ]
     212    },
     213    {
     214        "name": "mockery/mockery",
     215        "version": "0.9.4",
     216        "version_normalized": "0.9.4.0",
     217        "source": {
     218            "type": "git",
     219            "url": "https://github.com/padraic/mockery.git",
     220            "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
     221        },
     222        "dist": {
     223            "type": "zip",
     224            "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
     225            "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
     226            "shasum": ""
     227        },
     228        "require": {
     229            "hamcrest/hamcrest-php": "~1.1",
     230            "lib-pcre": ">=7.0",
     231            "php": ">=5.3.2"
     232        },
     233        "require-dev": {
     234            "phpunit/phpunit": "~4.0"
     235        },
     236        "time": "2015-04-02 19:54:00",
     237        "type": "library",
     238        "extra": {
     239            "branch-alias": {
     240                "dev-master": "0.9.x-dev"
     241            }
     242        },
     243        "installation-source": "dist",
     244        "autoload": {
     245            "psr-0": {
     246                "Mockery": "library/"
     247            }
     248        },
     249        "notification-url": "https://packagist.org/downloads/",
     250        "license": [
     251            "BSD-3-Clause"
     252        ],
     253        "authors": [
     254            {
     255                "name": "Pádraic Brady",
     256                "email": "padraic.brady@gmail.com",
     257                "homepage": "http://blog.astrumfutura.com"
     258            },
     259            {
     260                "name": "Dave Marshall",
     261                "email": "dave.marshall@atstsolutions.co.uk",
     262                "homepage": "http://davedevelopment.co.uk"
     263            }
     264        ],
     265        "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
     266        "homepage": "http://github.com/padraic/mockery",
     267        "keywords": [
     268            "BDD",
     269            "TDD",
     270            "library",
     271            "mock",
     272            "mock objects",
     273            "mockery",
     274            "stub",
     275            "test",
     276            "test double",
     277            "testing"
     278        ]
     279    },
     280    {
     281        "name": "brain/monkey",
     282        "version": "1.3.2",
     283        "version_normalized": "1.3.2.0",
     284        "source": {
     285            "type": "git",
     286            "url": "https://github.com/Brain-WP/BrainMonkey.git",
     287            "reference": "a9142f017be946aa8da045220c26421252bf98d4"
     288        },
     289        "dist": {
     290            "type": "zip",
     291            "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/a9142f017be946aa8da045220c26421252bf98d4",
     292            "reference": "a9142f017be946aa8da045220c26421252bf98d4",
     293            "shasum": ""
     294        },
     295        "require": {
     296            "antecedent/patchwork": "1.3.*",
     297            "mockery/mockery": "*",
     298            "php": ">=5.4.0"
     299        },
     300        "require-dev": {
     301            "mockery/mockery": "0.9.3",
     302            "phpunit/phpunit": "~4.8"
     303        },
     304        "time": "2016-03-28 21:01:44",
     305        "type": "library",
     306        "extra": {
     307            "branch-alias": {
     308                "dev-master": "1.0.x-dev"
     309            }
     310        },
     311        "installation-source": "dist",
     312        "autoload": {
     313            "psr-4": {
     314                "Brain\\": "src/"
     315            }
     316        },
     317        "notification-url": "https://packagist.org/downloads/",
     318        "license": [
     319            "MIT"
     320        ],
     321        "authors": [
     322            {
     323                "name": "Giuseppe Mazzapica",
     324                "email": "giuseppe.mazzapica@gmail.com",
     325                "homepage": "http://gm.zoomlab.it",
     326                "role": "Developer"
     327            }
     328        ],
     329        "description": "Mocking utility for PHP functions and WordPress plugin API",
     330        "keywords": [
     331            "Monkey Patching",
     332            "interception",
     333            "mock",
     334            "mock functions",
     335            "mockery",
     336            "patchwork",
     337            "redefinition",
     338            "runkit",
     339            "test",
     340            "testing"
     341        ]
     342    },
     343    {
     344        "name": "sebastian/version",
     345        "version": "1.0.6",
     346        "version_normalized": "1.0.6.0",
     347        "source": {
     348            "type": "git",
     349            "url": "https://github.com/sebastianbergmann/version.git",
     350            "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
     351        },
     352        "dist": {
     353            "type": "zip",
     354            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
     355            "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
     356            "shasum": ""
     357        },
     358        "time": "2015-06-21 13:59:46",
     359        "type": "library",
     360        "installation-source": "dist",
     361        "autoload": {
     362            "classmap": [
     363                "src/"
     364            ]
     365        },
     366        "notification-url": "https://packagist.org/downloads/",
     367        "license": [
     368            "BSD-3-Clause"
     369        ],
     370        "authors": [
     371            {
     372                "name": "Sebastian Bergmann",
     373                "email": "sebastian@phpunit.de",
     374                "role": "lead"
     375            }
     376        ],
     377        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
     378        "homepage": "https://github.com/sebastianbergmann/version"
     379    },
     380    {
     381        "name": "sebastian/global-state",
     382        "version": "1.1.1",
     383        "version_normalized": "1.1.1.0",
     384        "source": {
     385            "type": "git",
     386            "url": "https://github.com/sebastianbergmann/global-state.git",
     387            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
     388        },
     389        "dist": {
     390            "type": "zip",
     391            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
     392            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
     393            "shasum": ""
     394        },
     395        "require": {
     396            "php": ">=5.3.3"
     397        },
     398        "require-dev": {
     399            "phpunit/phpunit": "~4.2"
     400        },
     401        "suggest": {
     402            "ext-uopz": "*"
     403        },
     404        "time": "2015-10-12 03:26:01",
     405        "type": "library",
     406        "extra": {
     407            "branch-alias": {
     408                "dev-master": "1.0-dev"
     409            }
     410        },
     411        "installation-source": "dist",
     412        "autoload": {
     413            "classmap": [
     414                "src/"
     415            ]
     416        },
     417        "notification-url": "https://packagist.org/downloads/",
     418        "license": [
     419            "BSD-3-Clause"
     420        ],
     421        "authors": [
     422            {
     423                "name": "Sebastian Bergmann",
     424                "email": "sebastian@phpunit.de"
     425            }
     426        ],
     427        "description": "Snapshotting of global state",
     428        "homepage": "http://www.github.com/sebastianbergmann/global-state",
     429        "keywords": [
     430            "global state"
     431        ]
     432    },
     433    {
     434        "name": "sebastian/recursion-context",
     435        "version": "1.0.2",
     436        "version_normalized": "1.0.2.0",
     437        "source": {
     438            "type": "git",
     439            "url": "https://github.com/sebastianbergmann/recursion-context.git",
     440            "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
     441        },
     442        "dist": {
     443            "type": "zip",
     444            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
     445            "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
     446            "shasum": ""
     447        },
     448        "require": {
     449            "php": ">=5.3.3"
     450        },
     451        "require-dev": {
     452            "phpunit/phpunit": "~4.4"
     453        },
     454        "time": "2015-11-11 19:50:13",
     455        "type": "library",
     456        "extra": {
     457            "branch-alias": {
     458                "dev-master": "1.0.x-dev"
     459            }
     460        },
     461        "installation-source": "dist",
     462        "autoload": {
     463            "classmap": [
     464                "src/"
     465            ]
     466        },
     467        "notification-url": "https://packagist.org/downloads/",
     468        "license": [
     469            "BSD-3-Clause"
     470        ],
     471        "authors": [
     472            {
     473                "name": "Jeff Welch",
     474                "email": "whatthejeff@gmail.com"
     475            },
     476            {
     477                "name": "Sebastian Bergmann",
     478                "email": "sebastian@phpunit.de"
     479            },
     480            {
     481                "name": "Adam Harvey",
     482                "email": "aharvey@php.net"
     483            }
     484        ],
     485        "description": "Provides functionality to recursively process PHP variables",
     486        "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
     487    },
     488    {
     489        "name": "sebastian/exporter",
     490        "version": "1.2.1",
     491        "version_normalized": "1.2.1.0",
     492        "source": {
     493            "type": "git",
     494            "url": "https://github.com/sebastianbergmann/exporter.git",
     495            "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
     496        },
     497        "dist": {
     498            "type": "zip",
     499            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
     500            "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
     501            "shasum": ""
     502        },
     503        "require": {
     504            "php": ">=5.3.3",
     505            "sebastian/recursion-context": "~1.0"
     506        },
     507        "require-dev": {
     508            "phpunit/phpunit": "~4.4"
     509        },
     510        "time": "2015-06-21 07:55:53",
     511        "type": "library",
     512        "extra": {
     513            "branch-alias": {
     514                "dev-master": "1.2.x-dev"
     515            }
     516        },
     517        "installation-source": "dist",
     518        "autoload": {
     519            "classmap": [
     520                "src/"
     521            ]
     522        },
     523        "notification-url": "https://packagist.org/downloads/",
     524        "license": [
     525            "BSD-3-Clause"
     526        ],
     527        "authors": [
     528            {
     529                "name": "Jeff Welch",
     530                "email": "whatthejeff@gmail.com"
     531            },
     532            {
     533                "name": "Volker Dusch",
     534                "email": "github@wallbash.com"
     535            },
     536            {
     537                "name": "Bernhard Schussek",
     538                "email": "bschussek@2bepublished.at"
     539            },
     540            {
     541                "name": "Sebastian Bergmann",
     542                "email": "sebastian@phpunit.de"
     543            },
     544            {
     545                "name": "Adam Harvey",
     546                "email": "aharvey@php.net"
     547            }
     548        ],
     549        "description": "Provides the functionality to export PHP variables for visualization",
     550        "homepage": "http://www.github.com/sebastianbergmann/exporter",
     551        "keywords": [
     552            "export",
     553            "exporter"
     554        ]
     555    },
     556    {
     557        "name": "sebastian/environment",
     558        "version": "1.3.5",
     559        "version_normalized": "1.3.5.0",
     560        "source": {
     561            "type": "git",
     562            "url": "https://github.com/sebastianbergmann/environment.git",
     563            "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
     564        },
     565        "dist": {
     566            "type": "zip",
     567            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
     568            "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
     569            "shasum": ""
     570        },
     571        "require": {
     572            "php": ">=5.3.3"
     573        },
     574        "require-dev": {
     575            "phpunit/phpunit": "~4.4"
     576        },
     577        "time": "2016-02-26 18:40:46",
     578        "type": "library",
     579        "extra": {
     580            "branch-alias": {
     581                "dev-master": "1.3.x-dev"
     582            }
     583        },
     584        "installation-source": "dist",
     585        "autoload": {
     586            "classmap": [
     587                "src/"
     588            ]
     589        },
     590        "notification-url": "https://packagist.org/downloads/",
     591        "license": [
     592            "BSD-3-Clause"
     593        ],
     594        "authors": [
     595            {
     596                "name": "Sebastian Bergmann",
     597                "email": "sebastian@phpunit.de"
     598            }
     599        ],
     600        "description": "Provides functionality to handle HHVM/PHP environments",
     601        "homepage": "http://www.github.com/sebastianbergmann/environment",
     602        "keywords": [
     603            "Xdebug",
     604            "environment",
     605            "hhvm"
     606        ]
     607    },
     608    {
     609        "name": "sebastian/diff",
     610        "version": "1.4.1",
     611        "version_normalized": "1.4.1.0",
     612        "source": {
     613            "type": "git",
     614            "url": "https://github.com/sebastianbergmann/diff.git",
     615            "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
     616        },
     617        "dist": {
     618            "type": "zip",
     619            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
     620            "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
     621            "shasum": ""
     622        },
     623        "require": {
     624            "php": ">=5.3.3"
     625        },
     626        "require-dev": {
     627            "phpunit/phpunit": "~4.8"
     628        },
     629        "time": "2015-12-08 07:14:41",
     630        "type": "library",
     631        "extra": {
     632            "branch-alias": {
     633                "dev-master": "1.4-dev"
     634            }
     635        },
     636        "installation-source": "dist",
     637        "autoload": {
     638            "classmap": [
     639                "src/"
     640            ]
     641        },
     642        "notification-url": "https://packagist.org/downloads/",
     643        "license": [
     644            "BSD-3-Clause"
     645        ],
     646        "authors": [
     647            {
     648                "name": "Kore Nordmann",
     649                "email": "mail@kore-nordmann.de"
     650            },
     651            {
     652                "name": "Sebastian Bergmann",
     653                "email": "sebastian@phpunit.de"
     654            }
     655        ],
     656        "description": "Diff implementation",
     657        "homepage": "https://github.com/sebastianbergmann/diff",
     658        "keywords": [
     659            "diff"
     660        ]
     661    },
     662    {
     663        "name": "sebastian/comparator",
     664        "version": "1.2.0",
     665        "version_normalized": "1.2.0.0",
     666        "source": {
     667            "type": "git",
     668            "url": "https://github.com/sebastianbergmann/comparator.git",
     669            "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
     670        },
     671        "dist": {
     672            "type": "zip",
     673            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
     674            "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
     675            "shasum": ""
     676        },
     677        "require": {
     678            "php": ">=5.3.3",
     679            "sebastian/diff": "~1.2",
     680            "sebastian/exporter": "~1.2"
     681        },
     682        "require-dev": {
     683            "phpunit/phpunit": "~4.4"
     684        },
     685        "time": "2015-07-26 15:48:44",
     686        "type": "library",
     687        "extra": {
     688            "branch-alias": {
     689                "dev-master": "1.2.x-dev"
     690            }
     691        },
     692        "installation-source": "dist",
     693        "autoload": {
     694            "classmap": [
     695                "src/"
     696            ]
     697        },
     698        "notification-url": "https://packagist.org/downloads/",
     699        "license": [
     700            "BSD-3-Clause"
     701        ],
     702        "authors": [
     703            {
     704                "name": "Jeff Welch",
     705                "email": "whatthejeff@gmail.com"
     706            },
     707            {
     708                "name": "Volker Dusch",
     709                "email": "github@wallbash.com"
     710            },
     711            {
     712                "name": "Bernhard Schussek",
     713                "email": "bschussek@2bepublished.at"
     714            },
     715            {
     716                "name": "Sebastian Bergmann",
     717                "email": "sebastian@phpunit.de"
     718            }
     719        ],
     720        "description": "Provides the functionality to compare PHP values for equality",
     721        "homepage": "http://www.github.com/sebastianbergmann/comparator",
     722        "keywords": [
     723            "comparator",
     724            "compare",
     725            "equality"
     726        ]
     727    },
     728    {
     729        "name": "symfony/yaml",
     730        "version": "v3.0.4",
     731        "version_normalized": "3.0.4.0",
     732        "source": {
     733            "type": "git",
     734            "url": "https://github.com/symfony/yaml.git",
     735            "reference": "0047c8366744a16de7516622c5b7355336afae96"
     736        },
     737        "dist": {
     738            "type": "zip",
     739            "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
     740            "reference": "0047c8366744a16de7516622c5b7355336afae96",
     741            "shasum": ""
     742        },
     743        "require": {
     744            "php": ">=5.5.9"
     745        },
     746        "time": "2016-03-04 07:55:57",
     747        "type": "library",
     748        "extra": {
     749            "branch-alias": {
     750                "dev-master": "3.0-dev"
     751            }
     752        },
     753        "installation-source": "dist",
     754        "autoload": {
     755            "psr-4": {
     756                "Symfony\\Component\\Yaml\\": ""
     757            },
     758            "exclude-from-classmap": [
     759                "/Tests/"
     760            ]
     761        },
     762        "notification-url": "https://packagist.org/downloads/",
     763        "license": [
     764            "MIT"
     765        ],
     766        "authors": [
     767            {
     768                "name": "Fabien Potencier",
     769                "email": "fabien@symfony.com"
     770            },
     771            {
     772                "name": "Symfony Community",
     773                "homepage": "https://symfony.com/contributors"
     774            }
     775        ],
     776        "description": "Symfony Yaml Component",
     777        "homepage": "https://symfony.com"
     778    },
     779    {
     780        "name": "doctrine/instantiator",
     781        "version": "1.0.5",
     782        "version_normalized": "1.0.5.0",
     783        "source": {
     784            "type": "git",
     785            "url": "https://github.com/doctrine/instantiator.git",
     786            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
     787        },
     788        "dist": {
     789            "type": "zip",
     790            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
     791            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
     792            "shasum": ""
     793        },
     794        "require": {
     795            "php": ">=5.3,<8.0-DEV"
     796        },
     797        "require-dev": {
     798            "athletic/athletic": "~0.1.8",
     799            "ext-pdo": "*",
     800            "ext-phar": "*",
     801            "phpunit/phpunit": "~4.0",
     802            "squizlabs/php_codesniffer": "~2.0"
     803        },
     804        "time": "2015-06-14 21:17:01",
     805        "type": "library",
     806        "extra": {
     807            "branch-alias": {
     808                "dev-master": "1.0.x-dev"
     809            }
     810        },
     811        "installation-source": "dist",
     812        "autoload": {
     813            "psr-4": {
     814                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
     815            }
     816        },
     817        "notification-url": "https://packagist.org/downloads/",
     818        "license": [
     819            "MIT"
     820        ],
     821        "authors": [
     822            {
     823                "name": "Marco Pivetta",
     824                "email": "ocramius@gmail.com",
     825                "homepage": "http://ocramius.github.com/"
     826            }
     827        ],
     828        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
     829        "homepage": "https://github.com/doctrine/instantiator",
     830        "keywords": [
     831            "constructor",
     832            "instantiate"
     833        ]
     834    },
     835    {
     836        "name": "phpdocumentor/reflection-docblock",
     837        "version": "2.0.4",
     838        "version_normalized": "2.0.4.0",
     839        "source": {
     840            "type": "git",
     841            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
     842            "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
     843        },
     844        "dist": {
     845            "type": "zip",
     846            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
     847            "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
     848            "shasum": ""
     849        },
     850        "require": {
     851            "php": ">=5.3.3"
     852        },
     853        "require-dev": {
     854            "phpunit/phpunit": "~4.0"
     855        },
     856        "suggest": {
     857            "dflydev/markdown": "~1.0",
     858            "erusev/parsedown": "~1.0"
     859        },
     860        "time": "2015-02-03 12:10:50",
     861        "type": "library",
     862        "extra": {
     863            "branch-alias": {
     864                "dev-master": "2.0.x-dev"
     865            }
     866        },
     867        "installation-source": "dist",
     868        "autoload": {
     869            "psr-0": {
     870                "phpDocumentor": [
     871                    "src/"
     872                ]
     873            }
     874        },
     875        "notification-url": "https://packagist.org/downloads/",
     876        "license": [
     877            "MIT"
     878        ],
     879        "authors": [
     880            {
     881                "name": "Mike van Riel",
     882                "email": "mike.vanriel@naenius.com"
     883            }
     884        ]
     885    },
     886    {
     887        "name": "phpspec/prophecy",
     888        "version": "v1.6.0",
     889        "version_normalized": "1.6.0.0",
     890        "source": {
     891            "type": "git",
     892            "url": "https://github.com/phpspec/prophecy.git",
     893            "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
     894        },
     895        "dist": {
     896            "type": "zip",
     897            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
     898            "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
     899            "shasum": ""
     900        },
     901        "require": {
     902            "doctrine/instantiator": "^1.0.2",
     903            "php": "^5.3|^7.0",
     904            "phpdocumentor/reflection-docblock": "~2.0",
     905            "sebastian/comparator": "~1.1",
     906            "sebastian/recursion-context": "~1.0"
     907        },
     908        "require-dev": {
     909            "phpspec/phpspec": "~2.0"
     910        },
     911        "time": "2016-02-15 07:46:21",
     912        "type": "library",
     913        "extra": {
     914            "branch-alias": {
     915                "dev-master": "1.5.x-dev"
     916            }
     917        },
     918        "installation-source": "dist",
     919        "autoload": {
     920            "psr-0": {
     921                "Prophecy\\": "src/"
     922            }
     923        },
     924        "notification-url": "https://packagist.org/downloads/",
     925        "license": [
     926            "MIT"
     927        ],
     928        "authors": [
     929            {
     930                "name": "Konstantin Kudryashov",
     931                "email": "ever.zet@gmail.com",
     932                "homepage": "http://everzet.com"
     933            },
     934            {
     935                "name": "Marcello Duarte",
     936                "email": "marcello.duarte@gmail.com"
     937            }
     938        ],
     939        "description": "Highly opinionated mocking framework for PHP 5.3+",
     940        "homepage": "https://github.com/phpspec/prophecy",
     941        "keywords": [
     942            "Double",
     943            "Dummy",
     944            "fake",
     945            "mock",
     946            "spy",
     947            "stub"
     948        ]
     949    },
     950    {
     951        "name": "phpunit/php-text-template",
     952        "version": "1.2.1",
     953        "version_normalized": "1.2.1.0",
     954        "source": {
     955            "type": "git",
     956            "url": "https://github.com/sebastianbergmann/php-text-template.git",
     957            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
     958        },
     959        "dist": {
     960            "type": "zip",
     961            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
     962            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
     963            "shasum": ""
     964        },
     965        "require": {
     966            "php": ">=5.3.3"
     967        },
     968        "time": "2015-06-21 13:50:34",
     969        "type": "library",
     970        "installation-source": "dist",
     971        "autoload": {
     972            "classmap": [
     973                "src/"
     974            ]
     975        },
     976        "notification-url": "https://packagist.org/downloads/",
     977        "license": [
     978            "BSD-3-Clause"
     979        ],
     980        "authors": [
     981            {
     982                "name": "Sebastian Bergmann",
     983                "email": "sebastian@phpunit.de",
     984                "role": "lead"
     985            }
     986        ],
     987        "description": "Simple template engine.",
     988        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
     989        "keywords": [
     990            "template"
     991        ]
     992    },
     993    {
     994        "name": "phpunit/phpunit-mock-objects",
     995        "version": "2.3.8",
     996        "version_normalized": "2.3.8.0",
     997        "source": {
     998            "type": "git",
     999            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
     1000            "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
     1001        },
     1002        "dist": {
     1003            "type": "zip",
     1004            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
     1005            "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
     1006            "shasum": ""
     1007        },
     1008        "require": {
     1009            "doctrine/instantiator": "^1.0.2",
     1010            "php": ">=5.3.3",
     1011            "phpunit/php-text-template": "~1.2",
     1012            "sebastian/exporter": "~1.2"
     1013        },
     1014        "require-dev": {
     1015            "phpunit/phpunit": "~4.4"
     1016        },
     1017        "suggest": {
     1018            "ext-soap": "*"
     1019        },
     1020        "time": "2015-10-02 06:51:40",
     1021        "type": "library",
     1022        "extra": {
     1023            "branch-alias": {
     1024                "dev-master": "2.3.x-dev"
     1025            }
     1026        },
     1027        "installation-source": "dist",
     1028        "autoload": {
     1029            "classmap": [
     1030                "src/"
     1031            ]
     1032        },
     1033        "notification-url": "https://packagist.org/downloads/",
     1034        "license": [
     1035            "BSD-3-Clause"
     1036        ],
     1037        "authors": [
     1038            {
     1039                "name": "Sebastian Bergmann",
     1040                "email": "sb@sebastian-bergmann.de",
     1041                "role": "lead"
     1042            }
     1043        ],
     1044        "description": "Mock Object library for PHPUnit",
     1045        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
     1046        "keywords": [
     1047            "mock",
     1048            "xunit"
     1049        ]
     1050    },
     1051    {
     1052        "name": "phpunit/php-timer",
     1053        "version": "1.0.7",
     1054        "version_normalized": "1.0.7.0",
     1055        "source": {
     1056            "type": "git",
     1057            "url": "https://github.com/sebastianbergmann/php-timer.git",
     1058            "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
     1059        },
     1060        "dist": {
     1061            "type": "zip",
     1062            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
     1063            "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
     1064            "shasum": ""
     1065        },
     1066        "require": {
     1067            "php": ">=5.3.3"
     1068        },
     1069        "time": "2015-06-21 08:01:12",
     1070        "type": "library",
     1071        "installation-source": "dist",
     1072        "autoload": {
     1073            "classmap": [
     1074                "src/"
     1075            ]
     1076        },
     1077        "notification-url": "https://packagist.org/downloads/",
     1078        "license": [
     1079            "BSD-3-Clause"
     1080        ],
     1081        "authors": [
     1082            {
     1083                "name": "Sebastian Bergmann",
     1084                "email": "sb@sebastian-bergmann.de",
     1085                "role": "lead"
     1086            }
     1087        ],
     1088        "description": "Utility class for timing",
     1089        "homepage": "https://github.com/sebastianbergmann/php-timer/",
     1090        "keywords": [
     1091            "timer"
     1092        ]
     1093    },
     1094    {
     1095        "name": "phpunit/php-token-stream",
     1096        "version": "1.4.8",
     1097        "version_normalized": "1.4.8.0",
     1098        "source": {
     1099            "type": "git",
     1100            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
     1101            "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
     1102        },
     1103        "dist": {
     1104            "type": "zip",
     1105            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
     1106            "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
     1107            "shasum": ""
     1108        },
     1109        "require": {
     1110            "ext-tokenizer": "*",
     1111            "php": ">=5.3.3"
     1112        },
     1113        "require-dev": {
     1114            "phpunit/phpunit": "~4.2"
     1115        },
     1116        "time": "2015-09-15 10:49:45",
     1117        "type": "library",
     1118        "extra": {
     1119            "branch-alias": {
     1120                "dev-master": "1.4-dev"
     1121            }
     1122        },
     1123        "installation-source": "dist",
     1124        "autoload": {
     1125            "classmap": [
     1126                "src/"
     1127            ]
     1128        },
     1129        "notification-url": "https://packagist.org/downloads/",
     1130        "license": [
     1131            "BSD-3-Clause"
     1132        ],
     1133        "authors": [
     1134            {
     1135                "name": "Sebastian Bergmann",
     1136                "email": "sebastian@phpunit.de"
     1137            }
     1138        ],
     1139        "description": "Wrapper around PHP's tokenizer extension.",
     1140        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
     1141        "keywords": [
     1142            "tokenizer"
     1143        ]
     1144    },
     1145    {
     1146        "name": "phpunit/php-file-iterator",
     1147        "version": "1.4.1",
     1148        "version_normalized": "1.4.1.0",
     1149        "source": {
     1150            "type": "git",
     1151            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
     1152            "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
     1153        },
     1154        "dist": {
     1155            "type": "zip",
     1156            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
     1157            "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
     1158            "shasum": ""
     1159        },
     1160        "require": {
     1161            "php": ">=5.3.3"
     1162        },
     1163        "time": "2015-06-21 13:08:43",
     1164        "type": "library",
     1165        "extra": {
     1166            "branch-alias": {
     1167                "dev-master": "1.4.x-dev"
     1168            }
     1169        },
     1170        "installation-source": "dist",
     1171        "autoload": {
     1172            "classmap": [
     1173                "src/"
     1174            ]
     1175        },
     1176        "notification-url": "https://packagist.org/downloads/",
     1177        "license": [
     1178            "BSD-3-Clause"
     1179        ],
     1180        "authors": [
     1181            {
     1182                "name": "Sebastian Bergmann",
     1183                "email": "sb@sebastian-bergmann.de",
     1184                "role": "lead"
     1185            }
     1186        ],
     1187        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
     1188        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
     1189        "keywords": [
     1190            "filesystem",
     1191            "iterator"
     1192        ]
     1193    },
     1194    {
     1195        "name": "phpunit/php-code-coverage",
     1196        "version": "2.2.4",
     1197        "version_normalized": "2.2.4.0",
     1198        "source": {
     1199            "type": "git",
     1200            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
     1201            "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
     1202        },
     1203        "dist": {
     1204            "type": "zip",
     1205            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
     1206            "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
     1207            "shasum": ""
     1208        },
     1209        "require": {
     1210            "php": ">=5.3.3",
     1211            "phpunit/php-file-iterator": "~1.3",
     1212            "phpunit/php-text-template": "~1.2",
     1213            "phpunit/php-token-stream": "~1.3",
     1214            "sebastian/environment": "^1.3.2",
     1215            "sebastian/version": "~1.0"
     1216        },
     1217        "require-dev": {
     1218            "ext-xdebug": ">=2.1.4",
     1219            "phpunit/phpunit": "~4"
     1220        },
     1221        "suggest": {
     1222            "ext-dom": "*",
     1223            "ext-xdebug": ">=2.2.1",
     1224            "ext-xmlwriter": "*"
     1225        },
     1226        "time": "2015-10-06 15:47:00",
     1227        "type": "library",
     1228        "extra": {
     1229            "branch-alias": {
     1230                "dev-master": "2.2.x-dev"
     1231            }
     1232        },
     1233        "installation-source": "dist",
     1234        "autoload": {
     1235            "classmap": [
     1236                "src/"
     1237            ]
     1238        },
     1239        "notification-url": "https://packagist.org/downloads/",
     1240        "license": [
     1241            "BSD-3-Clause"
     1242        ],
     1243        "authors": [
     1244            {
     1245                "name": "Sebastian Bergmann",
     1246                "email": "sb@sebastian-bergmann.de",
     1247                "role": "lead"
     1248            }
     1249        ],
     1250        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
     1251        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
     1252        "keywords": [
     1253            "coverage",
     1254            "testing",
     1255            "xunit"
    12551256        ]
    12561257    },
     
    13041305            }
    13051306        },
    1306         "installation-source": "source",
     1307        "installation-source": "dist",
    13071308        "autoload": {
    13081309            "classmap": [
Note: See TracChangeset for help on using the changeset viewer.