2 "_readme": [ |
2 "_readme": [ |
3 "This file locks the dependencies of your project to a known state", |
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", |
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 "This file is @generated automatically" |
5 "This file is @generated automatically" |
6 ], |
6 ], |
7 "content-hash": "3d5f2c50faad9a67bd8606d1c8cda8f4", |
7 "content-hash": "ade900337552d77090ae25724b6767a9", |
8 "packages": [ |
8 "packages": [ |
9 { |
9 { |
10 "name": "abraham/twitteroauth", |
10 "name": "abraham/twitteroauth", |
11 "version": "0.9.2", |
11 "version": "0.9.2", |
12 "source": { |
12 "source": { |
57 "rest", |
57 "rest", |
58 "social", |
58 "social", |
59 "twitter" |
59 "twitter" |
60 ], |
60 ], |
61 "time": "2018-07-04T01:28:41+00:00" |
61 "time": "2018-07-04T01:28:41+00:00" |
|
62 }, |
|
63 { |
|
64 "name": "psr/cache", |
|
65 "version": "1.0.1", |
|
66 "source": { |
|
67 "type": "git", |
|
68 "url": "https://github.com/php-fig/cache.git", |
|
69 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
|
70 }, |
|
71 "dist": { |
|
72 "type": "zip", |
|
73 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
74 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
75 "shasum": "" |
|
76 }, |
|
77 "require": { |
|
78 "php": ">=5.3.0" |
|
79 }, |
|
80 "type": "library", |
|
81 "extra": { |
|
82 "branch-alias": { |
|
83 "dev-master": "1.0.x-dev" |
|
84 } |
|
85 }, |
|
86 "autoload": { |
|
87 "psr-4": { |
|
88 "Psr\\Cache\\": "src/" |
|
89 } |
|
90 }, |
|
91 "notification-url": "https://packagist.org/downloads/", |
|
92 "license": [ |
|
93 "MIT" |
|
94 ], |
|
95 "authors": [ |
|
96 { |
|
97 "name": "PHP-FIG", |
|
98 "homepage": "http://www.php-fig.org/" |
|
99 } |
|
100 ], |
|
101 "description": "Common interface for caching libraries", |
|
102 "keywords": [ |
|
103 "cache", |
|
104 "psr", |
|
105 "psr-6" |
|
106 ], |
|
107 "time": "2016-08-06T20:24:11+00:00" |
|
108 }, |
|
109 { |
|
110 "name": "tedivm/stash", |
|
111 "version": "v0.15.1", |
|
112 "source": { |
|
113 "type": "git", |
|
114 "url": "https://github.com/tedious/Stash.git", |
|
115 "reference": "a6f14f7787e765efbc8f1a871519f74caa0fd6db" |
|
116 }, |
|
117 "dist": { |
|
118 "type": "zip", |
|
119 "url": "https://api.github.com/repos/tedious/Stash/zipball/a6f14f7787e765efbc8f1a871519f74caa0fd6db", |
|
120 "reference": "a6f14f7787e765efbc8f1a871519f74caa0fd6db", |
|
121 "shasum": "" |
|
122 }, |
|
123 "require": { |
|
124 "php": "^7.0", |
|
125 "psr/cache": "~1.0" |
|
126 }, |
|
127 "provide": { |
|
128 "psr/cache-implementation": "1.0.0" |
|
129 }, |
|
130 "require-dev": { |
|
131 "friendsofphp/php-cs-fixer": "^2.8", |
|
132 "phpunit/phpunit": "^6", |
|
133 "satooshi/php-coveralls": "1.0.*" |
|
134 }, |
|
135 "type": "library", |
|
136 "autoload": { |
|
137 "psr-4": { |
|
138 "Stash\\": "src/Stash/" |
|
139 } |
|
140 }, |
|
141 "notification-url": "https://packagist.org/downloads/", |
|
142 "license": [ |
|
143 "BSD-3-Clause" |
|
144 ], |
|
145 "authors": [ |
|
146 { |
|
147 "name": "Robert Hafner", |
|
148 "email": "tedivm@tedivm.com" |
|
149 }, |
|
150 { |
|
151 "name": "Josh Hall-Bachner", |
|
152 "email": "charlequin@gmail.com" |
|
153 } |
|
154 ], |
|
155 "description": "The place to keep your cache.", |
|
156 "homepage": "http://github.com/tedious/Stash", |
|
157 "keywords": [ |
|
158 "apc", |
|
159 "cache", |
|
160 "caching", |
|
161 "memcached", |
|
162 "psr-6", |
|
163 "psr6", |
|
164 "redis", |
|
165 "sessions" |
|
166 ], |
|
167 "time": "2018-02-19T21:12:55+00:00" |
62 }, |
168 }, |
63 { |
169 { |
64 "name": "zendframework/zend-i18n", |
170 "name": "zendframework/zend-i18n", |
65 "version": "2.9.0", |
171 "version": "2.9.0", |
66 "source": { |
172 "source": { |