composer.lock (4689B)
1 { 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 5 "This file is @generated automatically" 6 ], 7 "hash": "bd593b7914da047594ca84f8572f646a", 8 "content-hash": "bcfdfa1717dfe7a6b695b8cbaba9a88c", 9 "packages": [ 10 { 11 "name": "finwo/property-accessor", 12 "version": "v0.1.4", 13 "source": { 14 "type": "git", 15 "url": "https://github.com/finwo/property-accessor.git", 16 "reference": "b87005786dbdd368628d586b9568db6e8aec11bc" 17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/finwo/property-accessor/zipball/b87005786dbdd368628d586b9568db6e8aec11bc", 21 "reference": "b87005786dbdd368628d586b9568db6e8aec11bc", 22 "shasum": "" 23 }, 24 "require": { 25 "php": ">=5.3" 26 }, 27 "type": "library", 28 "autoload": { 29 "psr-4": { 30 "Finwo\\PropertyAccessor\\": "src/" 31 } 32 }, 33 "notification-url": "https://packagist.org/downloads/", 34 "authors": [ 35 { 36 "name": "Robin Bron", 37 "email": "robin@finwo.nl" 38 } 39 ], 40 "time": "2016-05-12 11:49:48" 41 }, 42 { 43 "name": "jakeasmith/http_build_url", 44 "version": "1.0.0", 45 "source": { 46 "type": "git", 47 "url": "https://github.com/jakeasmith/http_build_url.git", 48 "reference": "15bdd686e5178ddfa3e88de60fa585adffb292bb" 49 }, 50 "dist": { 51 "type": "zip", 52 "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/15bdd686e5178ddfa3e88de60fa585adffb292bb", 53 "reference": "15bdd686e5178ddfa3e88de60fa585adffb292bb", 54 "shasum": "" 55 }, 56 "require-dev": { 57 "phpunit/phpunit": "~3.7" 58 }, 59 "type": "library", 60 "autoload": { 61 "files": [ 62 "src/http_build_url.php" 63 ] 64 }, 65 "notification-url": "https://packagist.org/downloads/", 66 "license": [ 67 "MIT" 68 ], 69 "authors": [ 70 { 71 "name": "Jake A. Smith", 72 "email": "theman@jakeasmith.com" 73 } 74 ], 75 "description": "Provides functionality for http_build_url() to environments without pecl_http.", 76 "time": "2015-05-06 12:27:20" 77 }, 78 { 79 "name": "mustangostang/spyc", 80 "version": "0.6.1", 81 "source": { 82 "type": "git", 83 "url": "https://github.com/mustangostang/spyc.git", 84 "reference": "022532641d61d383fd3ae666982bd46e61e5915e" 85 }, 86 "dist": { 87 "type": "zip", 88 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/022532641d61d383fd3ae666982bd46e61e5915e", 89 "reference": "022532641d61d383fd3ae666982bd46e61e5915e", 90 "shasum": "" 91 }, 92 "require": { 93 "php": ">=5.3.1" 94 }, 95 "require-dev": { 96 "phpunit/phpunit": "4.3.*@dev" 97 }, 98 "type": "library", 99 "extra": { 100 "branch-alias": { 101 "dev-master": "0.5.x-dev" 102 } 103 }, 104 "autoload": { 105 "files": [ 106 "Spyc.php" 107 ] 108 }, 109 "notification-url": "https://packagist.org/downloads/", 110 "license": [ 111 "MIT" 112 ], 113 "authors": [ 114 { 115 "name": "mustangostang", 116 "email": "vlad.andersen@gmail.com" 117 } 118 ], 119 "description": "A simple YAML loader/dumper class for PHP", 120 "homepage": "https://github.com/mustangostang/spyc/", 121 "keywords": [ 122 "spyc", 123 "yaml", 124 "yml" 125 ], 126 "time": "2016-10-21 00:03:34" 127 } 128 ], 129 "packages-dev": [], 130 "aliases": [], 131 "minimum-stability": "stable", 132 "stability-flags": [], 133 "prefer-stable": false, 134 "prefer-lowest": false, 135 "platform": [], 136 "platform-dev": [] 137 }