github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/php/testdata/composer.lock (about) 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#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "6b40e38a2760b264b8f67388ef868e05", 8 "packages": [ 9 { 10 "name": "symfony/polyfill-ctype", 11 "version": "v1.9.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/symfony/polyfill-ctype.git", 15 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", 20 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.3.3" 25 }, 26 "suggest": { 27 "ext-ctype": "For best performance" 28 }, 29 "type": "library", 30 "extra": { 31 "branch-alias": { 32 "dev-master": "1.9-dev" 33 } 34 }, 35 "autoload": { 36 "psr-4": { 37 "Symfony\\Polyfill\\Ctype\\": "" 38 }, 39 "files": [ 40 "bootstrap.php" 41 ] 42 }, 43 "notification-url": "https://packagist.org/downloads/", 44 "license": [ 45 "MIT" 46 ], 47 "authors": [ 48 { 49 "name": "Symfony Community", 50 "homepage": "https://symfony.com/contributors" 51 }, 52 { 53 "name": "Gert de Pagter", 54 "email": "BackEndTea@gmail.com" 55 } 56 ], 57 "description": "Symfony polyfill for ctype functions", 58 "homepage": "https://symfony.com", 59 "keywords": [ 60 "compatibility", 61 "ctype", 62 "polyfill", 63 "portable" 64 ], 65 "time": "2018-08-06T14:22:27+00:00" 66 }, 67 { 68 "name": "symfony/polyfill-mbstring", 69 "version": "v1.9.0", 70 "source": { 71 "type": "git", 72 "url": "https://github.com/symfony/polyfill-mbstring.git", 73 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" 74 }, 75 "dist": { 76 "type": "zip", 77 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", 78 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", 79 "shasum": "" 80 }, 81 "require": { 82 "php": ">=5.3.3" 83 }, 84 "suggest": { 85 "ext-mbstring": "For best performance" 86 }, 87 "type": "library", 88 "extra": { 89 "branch-alias": { 90 "dev-master": "1.9-dev" 91 } 92 }, 93 "autoload": { 94 "psr-4": { 95 "Symfony\\Polyfill\\Mbstring\\": "" 96 }, 97 "files": [ 98 "bootstrap.php" 99 ] 100 }, 101 "notification-url": "https://packagist.org/downloads/", 102 "license": [ 103 "MIT" 104 ], 105 "authors": [ 106 { 107 "name": "Nicolas Grekas", 108 "email": "p@tchwork.com" 109 }, 110 { 111 "name": "Symfony Community", 112 "homepage": "https://symfony.com/contributors" 113 } 114 ], 115 "description": "Symfony polyfill for the Mbstring extension", 116 "homepage": "https://symfony.com", 117 "keywords": [ 118 "compatibility", 119 "mbstring", 120 "polyfill", 121 "portable", 122 "shim" 123 ], 124 "time": "2018-08-06T14:22:27+00:00" 125 }, 126 { 127 "name": "twig/twig", 128 "version": "v2.5.0", 129 "source": { 130 "type": "git", 131 "url": "https://github.com/twigphp/Twig.git", 132 "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323" 133 }, 134 "dist": { 135 "type": "zip", 136 "url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323", 137 "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323", 138 "shasum": "" 139 }, 140 "require": { 141 "php": "^7.0", 142 "symfony/polyfill-ctype": "^1.8", 143 "symfony/polyfill-mbstring": "~1.0" 144 }, 145 "require-dev": { 146 "psr/container": "^1.0", 147 "symfony/debug": "^2.7", 148 "symfony/phpunit-bridge": "^3.3" 149 }, 150 "type": "library", 151 "extra": { 152 "branch-alias": { 153 "dev-master": "2.5-dev" 154 } 155 }, 156 "autoload": { 157 "psr-0": { 158 "Twig_": "lib/" 159 }, 160 "psr-4": { 161 "Twig\\": "src/" 162 } 163 }, 164 "notification-url": "https://packagist.org/downloads/", 165 "license": [ 166 "BSD-3-Clause" 167 ], 168 "authors": [ 169 { 170 "name": "Fabien Potencier", 171 "email": "fabien@symfony.com", 172 "homepage": "http://fabien.potencier.org", 173 "role": "Lead Developer" 174 }, 175 { 176 "name": "Armin Ronacher", 177 "email": "armin.ronacher@active-4.com", 178 "role": "Project Founder" 179 }, 180 { 181 "name": "Twig Team", 182 "homepage": "https://twig.symfony.com/contributors", 183 "role": "Contributors" 184 } 185 ], 186 "description": "Twig, the flexible, fast, and secure template language for PHP", 187 "homepage": "https://twig.symfony.com", 188 "keywords": [ 189 "templating" 190 ], 191 "time": "2018-07-13T07:18:09+00:00" 192 } 193 ], 194 "packages-dev": [], 195 "aliases": [], 196 "minimum-stability": "stable", 197 "stability-flags": [], 198 "prefer-stable": false, 199 "prefer-lowest": false, 200 "platform": { 201 "php": "^7.1" 202 }, 203 "platform-dev": [] 204 }