Changeset 1495762
- Timestamp:
- 09/14/2016 01:21:29 PM (9 years ago)
- Location:
- wp-sacloud-ojs/trunk/vendor/composer
- Files:
-
- 3 edited
-
autoload_classmap.php (modified) (1 diff)
-
autoload_static.php (modified) (2 diffs)
-
installed.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-sacloud-ojs/trunk/vendor/composer/autoload_classmap.php
r1483778 r1495762 7 7 8 8 return array( 9 'Wp_Sacloud_Ojs\\Options' => $baseDir . '/classes/Options.php', 9 10 ); -
wp-sacloud-ojs/trunk/vendor/composer/autoload_static.php
r1483778 r1495762 42 42 ); 43 43 44 public static $classMap = array ( 45 'Wp_Sacloud_Ojs\\Options' => __DIR__ . '/../..' . '/classes/Options.php', 46 ); 47 44 48 public static function getInitializer(ClassLoader $loader) 45 49 { … … 48 52 $loader->prefixDirsPsr4 = ComposerStaticInit191ed2e81f3ecc2d5e3c6c1d76e3ef37::$prefixDirsPsr4; 49 53 $loader->prefixesPsr0 = ComposerStaticInit191ed2e81f3ecc2d5e3c6c1d76e3ef37::$prefixesPsr0; 54 $loader->classMap = ComposerStaticInit191ed2e81f3ecc2d5e3c6c1d76e3ef37::$classMap; 50 55 51 56 }, null, ClassLoader::class); -
wp-sacloud-ojs/trunk/vendor/composer/installed.json
r1483778 r1495762 1 1 [ 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 },64 2 { 65 3 "name": "guzzle/guzzle", … … 224 162 "sdk" 225 163 ] 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" 226 226 } 227 227 ]
Note: See TracChangeset
for help on using the changeset viewer.