composer.lock (1753B)
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 "content-hash": "7ee2591fa52ac9c0595ff005a0bf9df3", 8 "packages": [ 9 { 10 "name": "finwo/cache", 11 "version": "v0.4.1", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/finwo/php-cache.git", 15 "reference": "53a60fd4705216e13716a43b76de333bb1254488" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/finwo/php-cache/zipball/53a60fd4705216e13716a43b76de333bb1254488", 20 "reference": "53a60fd4705216e13716a43b76de333bb1254488", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.3" 25 }, 26 "require-dev": { 27 "phpunit/phpunit": "*" 28 }, 29 "type": "library", 30 "autoload": { 31 "psr-4": { 32 "Finwo\\Cache\\": "src" 33 } 34 }, 35 "notification-url": "https://packagist.org/downloads/", 36 "authors": [ 37 { 38 "name": "Robin Bron", 39 "email": "robin@finwo.nl" 40 } 41 ], 42 "time": "2017-01-23T13:23:13+00:00" 43 } 44 ], 45 "packages-dev": [], 46 "aliases": [], 47 "minimum-stability": "stable", 48 "stability-flags": [], 49 "prefer-stable": false, 50 "prefer-lowest": false, 51 "platform": { 52 "php": ">=5.3" 53 }, 54 "platform-dev": [] 55 }