| author | ymh <ymh.work@gmail.com> |
| Wed, 29 Sep 2021 13:53:11 +0200 | |
| changeset 1546 | fa507125e96c |
| parent 1544 | 8f8faf11c81f |
| child 1557 | 7c67caaafdeb |
| permissions | -rw-r--r-- |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
{
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
"_readme": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
"This file locks the dependencies of your project to a known state", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
"This file is @generated automatically" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
], |
| 1544 | 7 |
"content-hash": "23013c97dc5c647a551ecfe0cf1e74fe", |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
"packages": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
{
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
10 |
"name": "abraham/twitteroauth", |
| 1544 | 11 |
"version": "3.1.0", |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
"source": {
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
"type": "git", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
"url": "https://github.com/abraham/twitteroauth.git", |
| 1544 | 15 |
"reference": "51a502cde3c4f414ea0f98827afbeca1f19dfe2d" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
"dist": {
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
"type": "zip", |
| 1544 | 19 |
"url": "https://api.github.com/repos/abraham/twitteroauth/zipball/51a502cde3c4f414ea0f98827afbeca1f19dfe2d", |
20 |
"reference": "51a502cde3c4f414ea0f98827afbeca1f19dfe2d", |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
21 |
"shasum": "" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
23 |
"require": {
|
| 1544 | 24 |
"composer/ca-bundle": "^1.2", |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
25 |
"ext-curl": "*", |
| 1544 | 26 |
"php": "^7.3 || ^7.4 || ^8.0" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
27 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
28 |
"require-dev": {
|
| 1544 | 29 |
"php-vcr/php-vcr": "^1", |
30 |
"php-vcr/phpunit-testlistener-vcr": "dev-php-8", |
|
31 |
"phpmd/phpmd": "^2", |
|
32 |
"phpunit/phpunit": "^8 || ^9", |
|
33 |
"squizlabs/php_codesniffer": "^3" |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
34 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
35 |
"type": "library", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
36 |
"autoload": {
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
37 |
"psr-4": {
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
38 |
"Abraham\\TwitterOAuth\\": "src" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
39 |
} |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
40 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
41 |
"notification-url": "https://packagist.org/downloads/", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
42 |
"license": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
43 |
"MIT" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
44 |
], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
45 |
"authors": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
46 |
{
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
47 |
"name": "Abraham Williams", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
48 |
"email": "abraham@abrah.am", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
49 |
"homepage": "https://abrah.am", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
50 |
"role": "Developer" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
51 |
} |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
52 |
], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
53 |
"description": "The most popular PHP library for use with the Twitter OAuth REST API.", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
54 |
"homepage": "https://twitteroauth.com", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
55 |
"keywords": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
56 |
"Twitter API", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
57 |
"Twitter oAuth", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
58 |
"api", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
59 |
"oauth", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
60 |
"rest", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
61 |
"social", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
62 |
"twitter" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
63 |
], |
| 1544 | 64 |
"support": {
|
65 |
"issues": "https://github.com/abraham/twitteroauth/issues", |
|
66 |
"source": "https://github.com/abraham/twitteroauth" |
|
67 |
}, |
|
68 |
"time": "2021-07-19T00:42:49+00:00" |
|
69 |
}, |
|
70 |
{
|
|
71 |
"name": "composer/ca-bundle", |
|
72 |
"version": "1.2.10", |
|
73 |
"source": {
|
|
74 |
"type": "git", |
|
75 |
"url": "https://github.com/composer/ca-bundle.git", |
|
76 |
"reference": "9fdb22c2e97a614657716178093cd1da90a64aa8" |
|
77 |
}, |
|
78 |
"dist": {
|
|
79 |
"type": "zip", |
|
80 |
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8", |
|
81 |
"reference": "9fdb22c2e97a614657716178093cd1da90a64aa8", |
|
82 |
"shasum": "" |
|
83 |
}, |
|
84 |
"require": {
|
|
85 |
"ext-openssl": "*", |
|
86 |
"ext-pcre": "*", |
|
87 |
"php": "^5.3.2 || ^7.0 || ^8.0" |
|
88 |
}, |
|
89 |
"require-dev": {
|
|
90 |
"phpstan/phpstan": "^0.12.55", |
|
91 |
"psr/log": "^1.0", |
|
92 |
"symfony/phpunit-bridge": "^4.2 || ^5", |
|
93 |
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" |
|
94 |
}, |
|
95 |
"type": "library", |
|
96 |
"extra": {
|
|
97 |
"branch-alias": {
|
|
98 |
"dev-main": "1.x-dev" |
|
99 |
} |
|
100 |
}, |
|
101 |
"autoload": {
|
|
102 |
"psr-4": {
|
|
103 |
"Composer\\CaBundle\\": "src" |
|
104 |
} |
|
105 |
}, |
|
106 |
"notification-url": "https://packagist.org/downloads/", |
|
107 |
"license": [ |
|
108 |
"MIT" |
|
109 |
], |
|
110 |
"authors": [ |
|
111 |
{
|
|
112 |
"name": "Jordi Boggiano", |
|
113 |
"email": "j.boggiano@seld.be", |
|
114 |
"homepage": "http://seld.be" |
|
115 |
} |
|
116 |
], |
|
117 |
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
|
118 |
"keywords": [ |
|
119 |
"cabundle", |
|
120 |
"cacert", |
|
121 |
"certificate", |
|
122 |
"ssl", |
|
123 |
"tls" |
|
124 |
], |
|
125 |
"support": {
|
|
126 |
"irc": "irc://irc.freenode.org/composer", |
|
127 |
"issues": "https://github.com/composer/ca-bundle/issues", |
|
128 |
"source": "https://github.com/composer/ca-bundle/tree/1.2.10" |
|
129 |
}, |
|
130 |
"funding": [ |
|
131 |
{
|
|
132 |
"url": "https://packagist.com", |
|
133 |
"type": "custom" |
|
134 |
}, |
|
135 |
{
|
|
136 |
"url": "https://github.com/composer", |
|
137 |
"type": "github" |
|
138 |
}, |
|
139 |
{
|
|
140 |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
141 |
"type": "tidelift" |
|
142 |
} |
|
143 |
], |
|
144 |
"time": "2021-06-07T13:58:28+00:00" |
|
145 |
}, |
|
146 |
{
|
|
147 |
"name": "laminas/laminas-dependency-plugin", |
|
148 |
"version": "2.2.0", |
|
149 |
"source": {
|
|
150 |
"type": "git", |
|
151 |
"url": "https://github.com/laminas/laminas-dependency-plugin.git", |
|
152 |
"reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3" |
|
153 |
}, |
|
154 |
"dist": {
|
|
155 |
"type": "zip", |
|
156 |
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/73cfb63ddca9d6bfedad5e0a038f6d55063975a3", |
|
157 |
"reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3", |
|
158 |
"shasum": "" |
|
159 |
}, |
|
160 |
"require": {
|
|
161 |
"composer-plugin-api": "^1.1 || ^2.0", |
|
162 |
"php": "^7.3 || ~8.0.0 || ~8.1.0" |
|
163 |
}, |
|
164 |
"require-dev": {
|
|
165 |
"composer/composer": "^1.9 || ^2.0", |
|
166 |
"laminas/laminas-coding-standard": "^2.2.1", |
|
167 |
"mikey179/vfsstream": "^1.6.10@alpha", |
|
168 |
"phpunit/phpunit": "^9.5.5", |
|
169 |
"psalm/plugin-phpunit": "^0.15.1", |
|
170 |
"roave/security-advisories": "dev-master", |
|
171 |
"vimeo/psalm": "^4.5" |
|
172 |
}, |
|
173 |
"type": "composer-plugin", |
|
174 |
"extra": {
|
|
175 |
"class": "Laminas\\DependencyPlugin\\DependencyRewriterPluginDelegator" |
|
176 |
}, |
|
177 |
"autoload": {
|
|
178 |
"psr-4": {
|
|
179 |
"Laminas\\DependencyPlugin\\": "src/" |
|
180 |
} |
|
181 |
}, |
|
182 |
"notification-url": "https://packagist.org/downloads/", |
|
183 |
"license": [ |
|
184 |
"BSD-3-Clause" |
|
185 |
], |
|
186 |
"description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.", |
|
187 |
"support": {
|
|
188 |
"issues": "https://github.com/laminas/laminas-dependency-plugin/issues", |
|
189 |
"source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.2.0" |
|
190 |
}, |
|
191 |
"funding": [ |
|
192 |
{
|
|
193 |
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
194 |
"type": "community_bridge" |
|
195 |
} |
|
196 |
], |
|
197 |
"time": "2021-09-08T17:51:35+00:00" |
|
198 |
}, |
|
199 |
{
|
|
200 |
"name": "laminas/laminas-i18n", |
|
201 |
"version": "2.11.2", |
|
202 |
"source": {
|
|
203 |
"type": "git", |
|
204 |
"url": "https://github.com/laminas/laminas-i18n.git", |
|
205 |
"reference": "78adb53ebf6c0bc63f92273fd7809dabc554f786" |
|
206 |
}, |
|
207 |
"dist": {
|
|
208 |
"type": "zip", |
|
209 |
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/78adb53ebf6c0bc63f92273fd7809dabc554f786", |
|
210 |
"reference": "78adb53ebf6c0bc63f92273fd7809dabc554f786", |
|
211 |
"shasum": "" |
|
212 |
}, |
|
213 |
"require": {
|
|
214 |
"ext-intl": "*", |
|
215 |
"laminas/laminas-stdlib": "^2.7 || ^3.0", |
|
216 |
"laminas/laminas-zendframework-bridge": "^1.0", |
|
217 |
"php": "^7.3 || ~8.0.0" |
|
218 |
}, |
|
219 |
"conflict": {
|
|
220 |
"phpspec/prophecy": "<1.9.0" |
|
221 |
}, |
|
222 |
"replace": {
|
|
223 |
"zendframework/zend-i18n": "^2.10.1" |
|
224 |
}, |
|
225 |
"require-dev": {
|
|
226 |
"laminas/laminas-cache": "^2.6.1", |
|
227 |
"laminas/laminas-coding-standard": "~1.0.0", |
|
228 |
"laminas/laminas-config": "^2.6", |
|
229 |
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0", |
|
230 |
"laminas/laminas-filter": "^2.6.1", |
|
231 |
"laminas/laminas-servicemanager": "^3.2.1", |
|
232 |
"laminas/laminas-validator": "^2.6", |
|
233 |
"laminas/laminas-view": "^2.6.3", |
|
234 |
"phpunit/phpunit": "^9.3" |
|
235 |
}, |
|
236 |
"suggest": {
|
|
237 |
"laminas/laminas-cache": "Laminas\\Cache component", |
|
238 |
"laminas/laminas-config": "Laminas\\Config component", |
|
239 |
"laminas/laminas-eventmanager": "You should install this package to use the events in the translator", |
|
240 |
"laminas/laminas-filter": "You should install this package to use the provided filters", |
|
241 |
"laminas/laminas-i18n-resources": "Translation resources", |
|
242 |
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component", |
|
243 |
"laminas/laminas-validator": "You should install this package to use the provided validators", |
|
244 |
"laminas/laminas-view": "You should install this package to use the provided view helpers" |
|
245 |
}, |
|
246 |
"type": "library", |
|
247 |
"extra": {
|
|
248 |
"laminas": {
|
|
249 |
"component": "Laminas\\I18n", |
|
250 |
"config-provider": "Laminas\\I18n\\ConfigProvider" |
|
251 |
} |
|
252 |
}, |
|
253 |
"autoload": {
|
|
254 |
"psr-4": {
|
|
255 |
"Laminas\\I18n\\": "src/" |
|
256 |
} |
|
257 |
}, |
|
258 |
"notification-url": "https://packagist.org/downloads/", |
|
259 |
"license": [ |
|
260 |
"BSD-3-Clause" |
|
261 |
], |
|
262 |
"description": "Provide translations for your application, and filter and validate internationalized values", |
|
263 |
"homepage": "https://laminas.dev", |
|
264 |
"keywords": [ |
|
265 |
"i18n", |
|
266 |
"laminas" |
|
267 |
], |
|
268 |
"support": {
|
|
269 |
"chat": "https://laminas.dev/chat", |
|
270 |
"docs": "https://docs.laminas.dev/laminas-i18n/", |
|
271 |
"forum": "https://discourse.laminas.dev", |
|
272 |
"issues": "https://github.com/laminas/laminas-i18n/issues", |
|
273 |
"rss": "https://github.com/laminas/laminas-i18n/releases.atom", |
|
274 |
"source": "https://github.com/laminas/laminas-i18n" |
|
275 |
}, |
|
276 |
"funding": [ |
|
277 |
{
|
|
278 |
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
279 |
"type": "community_bridge" |
|
280 |
} |
|
281 |
], |
|
282 |
"time": "2021-08-20T08:23:04+00:00" |
|
283 |
}, |
|
284 |
{
|
|
285 |
"name": "laminas/laminas-stdlib", |
|
286 |
"version": "3.6.0", |
|
287 |
"source": {
|
|
288 |
"type": "git", |
|
289 |
"url": "https://github.com/laminas/laminas-stdlib.git", |
|
290 |
"reference": "c53d8537f108fac3fae652677a19735db730ba46" |
|
291 |
}, |
|
292 |
"dist": {
|
|
293 |
"type": "zip", |
|
294 |
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/c53d8537f108fac3fae652677a19735db730ba46", |
|
295 |
"reference": "c53d8537f108fac3fae652677a19735db730ba46", |
|
296 |
"shasum": "" |
|
297 |
}, |
|
298 |
"require": {
|
|
299 |
"php": "^7.3 || ~8.0.0 || ~8.1.0" |
|
300 |
}, |
|
301 |
"conflict": {
|
|
302 |
"zendframework/zend-stdlib": "*" |
|
303 |
}, |
|
304 |
"require-dev": {
|
|
305 |
"laminas/laminas-coding-standard": "~2.3.0", |
|
306 |
"phpbench/phpbench": "^0.17.1", |
|
307 |
"phpunit/phpunit": "~9.3.7", |
|
308 |
"psalm/plugin-phpunit": "^0.16.0", |
|
309 |
"vimeo/psalm": "^4.7" |
|
310 |
}, |
|
311 |
"type": "library", |
|
312 |
"autoload": {
|
|
313 |
"psr-4": {
|
|
314 |
"Laminas\\Stdlib\\": "src/" |
|
315 |
} |
|
316 |
}, |
|
317 |
"notification-url": "https://packagist.org/downloads/", |
|
318 |
"license": [ |
|
319 |
"BSD-3-Clause" |
|
320 |
], |
|
321 |
"description": "SPL extensions, array utilities, error handlers, and more", |
|
322 |
"homepage": "https://laminas.dev", |
|
323 |
"keywords": [ |
|
324 |
"laminas", |
|
325 |
"stdlib" |
|
326 |
], |
|
327 |
"support": {
|
|
328 |
"chat": "https://laminas.dev/chat", |
|
329 |
"docs": "https://docs.laminas.dev/laminas-stdlib/", |
|
330 |
"forum": "https://discourse.laminas.dev", |
|
331 |
"issues": "https://github.com/laminas/laminas-stdlib/issues", |
|
332 |
"rss": "https://github.com/laminas/laminas-stdlib/releases.atom", |
|
333 |
"source": "https://github.com/laminas/laminas-stdlib" |
|
334 |
}, |
|
335 |
"funding": [ |
|
336 |
{
|
|
337 |
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
338 |
"type": "community_bridge" |
|
339 |
} |
|
340 |
], |
|
341 |
"time": "2021-09-02T16:11:32+00:00" |
|
342 |
}, |
|
343 |
{
|
|
344 |
"name": "laminas/laminas-zendframework-bridge", |
|
345 |
"version": "1.4.0", |
|
346 |
"source": {
|
|
347 |
"type": "git", |
|
348 |
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", |
|
349 |
"reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf" |
|
350 |
}, |
|
351 |
"dist": {
|
|
352 |
"type": "zip", |
|
353 |
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", |
|
354 |
"reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", |
|
355 |
"shasum": "" |
|
356 |
}, |
|
357 |
"require": {
|
|
358 |
"php": "^7.3 || ~8.0.0 || ~8.1.0" |
|
359 |
}, |
|
360 |
"require-dev": {
|
|
361 |
"phpunit/phpunit": "^9.3", |
|
362 |
"psalm/plugin-phpunit": "^0.15.1", |
|
363 |
"squizlabs/php_codesniffer": "^3.5", |
|
364 |
"vimeo/psalm": "^4.6" |
|
365 |
}, |
|
366 |
"type": "library", |
|
367 |
"extra": {
|
|
368 |
"laminas": {
|
|
369 |
"module": "Laminas\\ZendFrameworkBridge" |
|
370 |
} |
|
371 |
}, |
|
372 |
"autoload": {
|
|
373 |
"files": [ |
|
374 |
"src/autoload.php" |
|
375 |
], |
|
376 |
"psr-4": {
|
|
377 |
"Laminas\\ZendFrameworkBridge\\": "src//" |
|
378 |
} |
|
379 |
}, |
|
380 |
"notification-url": "https://packagist.org/downloads/", |
|
381 |
"license": [ |
|
382 |
"BSD-3-Clause" |
|
383 |
], |
|
384 |
"description": "Alias legacy ZF class names to Laminas Project equivalents.", |
|
385 |
"keywords": [ |
|
386 |
"ZendFramework", |
|
387 |
"autoloading", |
|
388 |
"laminas", |
|
389 |
"zf" |
|
390 |
], |
|
391 |
"support": {
|
|
392 |
"forum": "https://discourse.laminas.dev/", |
|
393 |
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", |
|
394 |
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", |
|
395 |
"source": "https://github.com/laminas/laminas-zendframework-bridge" |
|
396 |
}, |
|
397 |
"funding": [ |
|
398 |
{
|
|
399 |
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
400 |
"type": "community_bridge" |
|
401 |
} |
|
402 |
], |
|
403 |
"time": "2021-09-03T17:53:30+00:00" |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
404 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
405 |
{
|
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
406 |
"name": "psr/cache", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
407 |
"version": "1.0.1", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
408 |
"source": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
409 |
"type": "git", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
410 |
"url": "https://github.com/php-fig/cache.git", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
411 |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
412 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
413 |
"dist": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
414 |
"type": "zip", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
415 |
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
416 |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
417 |
"shasum": "" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
418 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
419 |
"require": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
420 |
"php": ">=5.3.0" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
421 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
422 |
"type": "library", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
423 |
"extra": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
424 |
"branch-alias": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
425 |
"dev-master": "1.0.x-dev" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
426 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
427 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
428 |
"autoload": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
429 |
"psr-4": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
430 |
"Psr\\Cache\\": "src/" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
431 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
432 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
433 |
"notification-url": "https://packagist.org/downloads/", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
434 |
"license": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
435 |
"MIT" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
436 |
], |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
437 |
"authors": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
438 |
{
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
439 |
"name": "PHP-FIG", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
440 |
"homepage": "http://www.php-fig.org/" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
441 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
442 |
], |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
443 |
"description": "Common interface for caching libraries", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
444 |
"keywords": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
445 |
"cache", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
446 |
"psr", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
447 |
"psr-6" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
448 |
], |
| 1544 | 449 |
"support": {
|
450 |
"source": "https://github.com/php-fig/cache/tree/master" |
|
451 |
}, |
|
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
452 |
"time": "2016-08-06T20:24:11+00:00" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
453 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
454 |
{
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
455 |
"name": "tedivm/stash", |
| 1544 | 456 |
"version": "v0.16.0", |
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
457 |
"source": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
458 |
"type": "git", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
459 |
"url": "https://github.com/tedious/Stash.git", |
| 1544 | 460 |
"reference": "7d42f58e4f395397d7c76d4eff55eb56aacadc34" |
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
461 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
462 |
"dist": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
463 |
"type": "zip", |
| 1544 | 464 |
"url": "https://api.github.com/repos/tedious/Stash/zipball/7d42f58e4f395397d7c76d4eff55eb56aacadc34", |
465 |
"reference": "7d42f58e4f395397d7c76d4eff55eb56aacadc34", |
|
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
466 |
"shasum": "" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
467 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
468 |
"require": {
|
| 1544 | 469 |
"php": ">7.0", |
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
470 |
"psr/cache": "~1.0" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
471 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
472 |
"provide": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
473 |
"psr/cache-implementation": "1.0.0" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
474 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
475 |
"require-dev": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
476 |
"friendsofphp/php-cs-fixer": "^2.8", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
477 |
"phpunit/phpunit": "^6", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
478 |
"satooshi/php-coveralls": "1.0.*" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
479 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
480 |
"type": "library", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
481 |
"autoload": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
482 |
"psr-4": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
483 |
"Stash\\": "src/Stash/" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
484 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
485 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
486 |
"notification-url": "https://packagist.org/downloads/", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
487 |
"license": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
488 |
"BSD-3-Clause" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
489 |
], |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
490 |
"authors": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
491 |
{
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
492 |
"name": "Robert Hafner", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
493 |
"email": "tedivm@tedivm.com" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
494 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
495 |
{
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
496 |
"name": "Josh Hall-Bachner", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
497 |
"email": "charlequin@gmail.com" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
498 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
499 |
], |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
500 |
"description": "The place to keep your cache.", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
501 |
"homepage": "http://github.com/tedious/Stash", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
502 |
"keywords": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
503 |
"apc", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
504 |
"cache", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
505 |
"caching", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
506 |
"memcached", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
507 |
"psr-6", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
508 |
"psr6", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
509 |
"redis", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
510 |
"sessions" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
511 |
], |
| 1544 | 512 |
"support": {
|
513 |
"issues": "https://github.com/tedious/Stash/issues", |
|
514 |
"source": "https://github.com/tedious/Stash/tree/v0.16.0" |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
515 |
}, |
| 1544 | 516 |
"funding": [ |
517 |
{
|
|
518 |
"url": "https://tidelift.com/funding/github/packagist/tedivm/stash", |
|
519 |
"type": "tidelift" |
|
520 |
} |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
521 |
], |
| 1544 | 522 |
"time": "2021-01-18T04:06:48+00:00" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
523 |
} |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
524 |
], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
525 |
"packages-dev": [], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
526 |
"aliases": [], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
527 |
"minimum-stability": "stable", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
528 |
"stability-flags": [], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
529 |
"prefer-stable": false, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
530 |
"prefer-lowest": false, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
531 |
"platform": [], |
| 1544 | 532 |
"platform-dev": [], |
533 |
"plugin-api-version": "2.1.0" |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
534 |
} |