Plugin Directory

Changeset 1495762


Ignore:
Timestamp:
09/14/2016 01:21:29 PM (9 years ago)
Author:
yamamotofebc
Message:

0.0.6

Location:
wp-sacloud-ojs/trunk/vendor/composer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-sacloud-ojs/trunk/vendor/composer/autoload_classmap.php

    r1483778 r1495762  
    77
    88return array(
     9    'Wp_Sacloud_Ojs\\Options' => $baseDir . '/classes/Options.php',
    910);
  • wp-sacloud-ojs/trunk/vendor/composer/autoload_static.php

    r1483778 r1495762  
    4242    );
    4343
     44    public static $classMap = array (
     45        'Wp_Sacloud_Ojs\\Options' => __DIR__ . '/../..' . '/classes/Options.php',
     46    );
     47
    4448    public static function getInitializer(ClassLoader $loader)
    4549    {
     
    4852            $loader->prefixDirsPsr4 = ComposerStaticInit191ed2e81f3ecc2d5e3c6c1d76e3ef37::$prefixDirsPsr4;
    4953            $loader->prefixesPsr0 = ComposerStaticInit191ed2e81f3ecc2d5e3c6c1d76e3ef37::$prefixesPsr0;
     54            $loader->classMap = ComposerStaticInit191ed2e81f3ecc2d5e3c6c1d76e3ef37::$classMap;
    5055
    5156        }, null, ClassLoader::class);
  • wp-sacloud-ojs/trunk/vendor/composer/installed.json

    r1483778 r1495762  
    11[
    2     {
    3         "name": "symfony/event-dispatcher",
    4         "version": "v2.8.9",
    5         "version_normalized": "2.8.9.0",
    6         "source": {
    7             "type": "git",
    8             "url": "https://github.com/symfony/event-dispatcher.git",
    9             "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8"
    10         },
    11         "dist": {
    12             "type": "zip",
    13             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/889983a79a043dfda68f38c38b6dba092dd49cd8",
    14             "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8",
    15             "shasum": ""
    16         },
    17         "require": {
    18             "php": ">=5.3.9"
    19         },
    20         "require-dev": {
    21             "psr/log": "~1.0",
    22             "symfony/config": "~2.0,>=2.0.5|~3.0.0",
    23             "symfony/dependency-injection": "~2.6|~3.0.0",
    24             "symfony/expression-language": "~2.6|~3.0.0",
    25             "symfony/stopwatch": "~2.3|~3.0.0"
    26         },
    27         "suggest": {
    28             "symfony/dependency-injection": "",
    29             "symfony/http-kernel": ""
    30         },
    31         "time": "2016-07-28 16:56:28",
    32         "type": "library",
    33         "extra": {
    34             "branch-alias": {
    35                 "dev-master": "2.8-dev"
    36             }
    37         },
    38         "installation-source": "source",
    39         "autoload": {
    40             "psr-4": {
    41                 "Symfony\\Component\\EventDispatcher\\": ""
    42             },
    43             "exclude-from-classmap": [
    44                 "/Tests/"
    45             ]
    46         },
    47         "notification-url": "https://packagist.org/downloads/",
    48         "license": [
    49             "MIT"
    50         ],
    51         "authors": [
    52             {
    53                 "name": "Fabien Potencier",
    54                 "email": "[email protected]"
    55             },
    56             {
    57                 "name": "Symfony Community",
    58                 "homepage": "https://symfony.com/contributors"
    59             }
    60         ],
    61         "description": "Symfony EventDispatcher Component",
    62         "homepage": "https://symfony.com"
    63     },
    642    {
    653        "name": "guzzle/guzzle",
     
    224162            "sdk"
    225163        ]
     164    },
     165    {
     166        "name": "symfony/event-dispatcher",
     167        "version": "v2.8.11",
     168        "version_normalized": "2.8.11.0",
     169        "source": {
     170            "type": "git",
     171            "url": "https://github.com/symfony/event-dispatcher.git",
     172            "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8"
     173        },
     174        "dist": {
     175            "type": "zip",
     176            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/889983a79a043dfda68f38c38b6dba092dd49cd8",
     177            "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8",
     178            "shasum": ""
     179        },
     180        "require": {
     181            "php": ">=5.3.9"
     182        },
     183        "require-dev": {
     184            "psr/log": "~1.0",
     185            "symfony/config": "~2.0,>=2.0.5|~3.0.0",
     186            "symfony/dependency-injection": "~2.6|~3.0.0",
     187            "symfony/expression-language": "~2.6|~3.0.0",
     188            "symfony/stopwatch": "~2.3|~3.0.0"
     189        },
     190        "suggest": {
     191            "symfony/dependency-injection": "",
     192            "symfony/http-kernel": ""
     193        },
     194        "time": "2016-07-28 16:56:28",
     195        "type": "library",
     196        "extra": {
     197            "branch-alias": {
     198                "dev-master": "2.8-dev"
     199            }
     200        },
     201        "installation-source": "source",
     202        "autoload": {
     203            "psr-4": {
     204                "Symfony\\Component\\EventDispatcher\\": ""
     205            },
     206            "exclude-from-classmap": [
     207                "/Tests/"
     208            ]
     209        },
     210        "notification-url": "https://packagist.org/downloads/",
     211        "license": [
     212            "MIT"
     213        ],
     214        "authors": [
     215            {
     216                "name": "Fabien Potencier",
     217                "email": "[email protected]"
     218            },
     219            {
     220                "name": "Symfony Community",
     221                "homepage": "https://symfony.com/contributors"
     222            }
     223        ],
     224        "description": "Symfony EventDispatcher Component",
     225        "homepage": "https://symfony.com"
    226226    }
    227227]
Note: See TracChangeset for help on using the changeset viewer.