Commit 5c272ff82cd90932c7bd779fdfd81912ab5dc846
1 parent
7df9d6e0
Exists in
composer
Populado composer com algumas dependencias
Showing
2 changed files
with
801 additions
and
0 deletions
Show diff stats
composer.json
1 | 1 | { |
2 | + "require": { | |
3 | + "components/jquery": "^3.3", | |
4 | + "league/oauth2-facebook": "^2.0", | |
5 | + "league/oauth2-linkedin": "^4.1", | |
6 | + "opauth/openid": "^0.1.0", | |
7 | + "php": "^7.2", | |
8 | + "setasign/fpdf": "^1.8", | |
9 | + "sybio/gif-creator": "^1.0", | |
10 | + "symm/gisconverter": "^1.0", | |
11 | + "twbs/bootstrap": "^4.1" | |
12 | + }, | |
13 | + "autoload": { | |
14 | + "psr-4": { | |
15 | + "i3geo\\": "src" | |
16 | + } | |
17 | + } | |
2 | 18 | } | ... | ... |
... | ... | @@ -0,0 +1,785 @@ |
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": "df327f5f0b1161be4566d2e8a6b421b0", | |
8 | + "packages": [ | |
9 | + { | |
10 | + "name": "components/jquery", | |
11 | + "version": "3.3.1", | |
12 | + "source": { | |
13 | + "type": "git", | |
14 | + "url": "https://github.com/components/jquery.git", | |
15 | + "reference": "459648cda77875519c5da3ae1dd0ed5d170aa649" | |
16 | + }, | |
17 | + "dist": { | |
18 | + "type": "zip", | |
19 | + "url": "https://api.github.com/repos/components/jquery/zipball/459648cda77875519c5da3ae1dd0ed5d170aa649", | |
20 | + "reference": "459648cda77875519c5da3ae1dd0ed5d170aa649", | |
21 | + "shasum": "" | |
22 | + }, | |
23 | + "type": "component", | |
24 | + "extra": { | |
25 | + "component": { | |
26 | + "scripts": [ | |
27 | + "jquery.js" | |
28 | + ], | |
29 | + "files": [ | |
30 | + "jquery.min.js", | |
31 | + "jquery.min.map", | |
32 | + "jquery.slim.js", | |
33 | + "jquery.slim.min.js", | |
34 | + "jquery.slim.min.map" | |
35 | + ] | |
36 | + } | |
37 | + }, | |
38 | + "notification-url": "https://packagist.org/downloads/", | |
39 | + "license": [ | |
40 | + "MIT" | |
41 | + ], | |
42 | + "authors": [ | |
43 | + { | |
44 | + "name": "JS Foundation and other contributors" | |
45 | + } | |
46 | + ], | |
47 | + "description": "jQuery JavaScript Library", | |
48 | + "homepage": "http://jquery.com", | |
49 | + "time": "2018-03-04T13:23:48+00:00" | |
50 | + }, | |
51 | + { | |
52 | + "name": "guzzlehttp/guzzle", | |
53 | + "version": "6.3.3", | |
54 | + "source": { | |
55 | + "type": "git", | |
56 | + "url": "https://github.com/guzzle/guzzle.git", | |
57 | + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" | |
58 | + }, | |
59 | + "dist": { | |
60 | + "type": "zip", | |
61 | + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", | |
62 | + "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", | |
63 | + "shasum": "" | |
64 | + }, | |
65 | + "require": { | |
66 | + "guzzlehttp/promises": "^1.0", | |
67 | + "guzzlehttp/psr7": "^1.4", | |
68 | + "php": ">=5.5" | |
69 | + }, | |
70 | + "require-dev": { | |
71 | + "ext-curl": "*", | |
72 | + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", | |
73 | + "psr/log": "^1.0" | |
74 | + }, | |
75 | + "suggest": { | |
76 | + "psr/log": "Required for using the Log middleware" | |
77 | + }, | |
78 | + "type": "library", | |
79 | + "extra": { | |
80 | + "branch-alias": { | |
81 | + "dev-master": "6.3-dev" | |
82 | + } | |
83 | + }, | |
84 | + "autoload": { | |
85 | + "files": [ | |
86 | + "src/functions_include.php" | |
87 | + ], | |
88 | + "psr-4": { | |
89 | + "GuzzleHttp\\": "src/" | |
90 | + } | |
91 | + }, | |
92 | + "notification-url": "https://packagist.org/downloads/", | |
93 | + "license": [ | |
94 | + "MIT" | |
95 | + ], | |
96 | + "authors": [ | |
97 | + { | |
98 | + "name": "Michael Dowling", | |
99 | + "email": "mtdowling@gmail.com", | |
100 | + "homepage": "https://github.com/mtdowling" | |
101 | + } | |
102 | + ], | |
103 | + "description": "Guzzle is a PHP HTTP client library", | |
104 | + "homepage": "http://guzzlephp.org/", | |
105 | + "keywords": [ | |
106 | + "client", | |
107 | + "curl", | |
108 | + "framework", | |
109 | + "http", | |
110 | + "http client", | |
111 | + "rest", | |
112 | + "web service" | |
113 | + ], | |
114 | + "time": "2018-04-22T15:46:56+00:00" | |
115 | + }, | |
116 | + { | |
117 | + "name": "guzzlehttp/promises", | |
118 | + "version": "v1.3.1", | |
119 | + "source": { | |
120 | + "type": "git", | |
121 | + "url": "https://github.com/guzzle/promises.git", | |
122 | + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
123 | + }, | |
124 | + "dist": { | |
125 | + "type": "zip", | |
126 | + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
127 | + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
128 | + "shasum": "" | |
129 | + }, | |
130 | + "require": { | |
131 | + "php": ">=5.5.0" | |
132 | + }, | |
133 | + "require-dev": { | |
134 | + "phpunit/phpunit": "^4.0" | |
135 | + }, | |
136 | + "type": "library", | |
137 | + "extra": { | |
138 | + "branch-alias": { | |
139 | + "dev-master": "1.4-dev" | |
140 | + } | |
141 | + }, | |
142 | + "autoload": { | |
143 | + "psr-4": { | |
144 | + "GuzzleHttp\\Promise\\": "src/" | |
145 | + }, | |
146 | + "files": [ | |
147 | + "src/functions_include.php" | |
148 | + ] | |
149 | + }, | |
150 | + "notification-url": "https://packagist.org/downloads/", | |
151 | + "license": [ | |
152 | + "MIT" | |
153 | + ], | |
154 | + "authors": [ | |
155 | + { | |
156 | + "name": "Michael Dowling", | |
157 | + "email": "mtdowling@gmail.com", | |
158 | + "homepage": "https://github.com/mtdowling" | |
159 | + } | |
160 | + ], | |
161 | + "description": "Guzzle promises library", | |
162 | + "keywords": [ | |
163 | + "promise" | |
164 | + ], | |
165 | + "time": "2016-12-20T10:07:11+00:00" | |
166 | + }, | |
167 | + { | |
168 | + "name": "guzzlehttp/psr7", | |
169 | + "version": "1.4.2", | |
170 | + "source": { | |
171 | + "type": "git", | |
172 | + "url": "https://github.com/guzzle/psr7.git", | |
173 | + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" | |
174 | + }, | |
175 | + "dist": { | |
176 | + "type": "zip", | |
177 | + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | |
178 | + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | |
179 | + "shasum": "" | |
180 | + }, | |
181 | + "require": { | |
182 | + "php": ">=5.4.0", | |
183 | + "psr/http-message": "~1.0" | |
184 | + }, | |
185 | + "provide": { | |
186 | + "psr/http-message-implementation": "1.0" | |
187 | + }, | |
188 | + "require-dev": { | |
189 | + "phpunit/phpunit": "~4.0" | |
190 | + }, | |
191 | + "type": "library", | |
192 | + "extra": { | |
193 | + "branch-alias": { | |
194 | + "dev-master": "1.4-dev" | |
195 | + } | |
196 | + }, | |
197 | + "autoload": { | |
198 | + "psr-4": { | |
199 | + "GuzzleHttp\\Psr7\\": "src/" | |
200 | + }, | |
201 | + "files": [ | |
202 | + "src/functions_include.php" | |
203 | + ] | |
204 | + }, | |
205 | + "notification-url": "https://packagist.org/downloads/", | |
206 | + "license": [ | |
207 | + "MIT" | |
208 | + ], | |
209 | + "authors": [ | |
210 | + { | |
211 | + "name": "Michael Dowling", | |
212 | + "email": "mtdowling@gmail.com", | |
213 | + "homepage": "https://github.com/mtdowling" | |
214 | + }, | |
215 | + { | |
216 | + "name": "Tobias Schultze", | |
217 | + "homepage": "https://github.com/Tobion" | |
218 | + } | |
219 | + ], | |
220 | + "description": "PSR-7 message implementation that also provides common utility methods", | |
221 | + "keywords": [ | |
222 | + "http", | |
223 | + "message", | |
224 | + "request", | |
225 | + "response", | |
226 | + "stream", | |
227 | + "uri", | |
228 | + "url" | |
229 | + ], | |
230 | + "time": "2017-03-20T17:10:46+00:00" | |
231 | + }, | |
232 | + { | |
233 | + "name": "league/oauth2-client", | |
234 | + "version": "2.3.0", | |
235 | + "source": { | |
236 | + "type": "git", | |
237 | + "url": "https://github.com/thephpleague/oauth2-client.git", | |
238 | + "reference": "aa2e3df188f0bfd87f7880cc880e906e99923580" | |
239 | + }, | |
240 | + "dist": { | |
241 | + "type": "zip", | |
242 | + "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/aa2e3df188f0bfd87f7880cc880e906e99923580", | |
243 | + "reference": "aa2e3df188f0bfd87f7880cc880e906e99923580", | |
244 | + "shasum": "" | |
245 | + }, | |
246 | + "require": { | |
247 | + "guzzlehttp/guzzle": "^6.0", | |
248 | + "paragonie/random_compat": "^1|^2", | |
249 | + "php": "^5.6|^7.0" | |
250 | + }, | |
251 | + "require-dev": { | |
252 | + "eloquent/liberator": "^2.0", | |
253 | + "eloquent/phony-phpunit": "^1.0|^3.0", | |
254 | + "jakub-onderka/php-parallel-lint": "^0.9.2", | |
255 | + "phpunit/phpunit": "^5.7|^6.0", | |
256 | + "squizlabs/php_codesniffer": "^2.3|^3.0" | |
257 | + }, | |
258 | + "type": "library", | |
259 | + "extra": { | |
260 | + "branch-alias": { | |
261 | + "dev-2.x": "2.0.x-dev" | |
262 | + } | |
263 | + }, | |
264 | + "autoload": { | |
265 | + "psr-4": { | |
266 | + "League\\OAuth2\\Client\\": "src/" | |
267 | + } | |
268 | + }, | |
269 | + "notification-url": "https://packagist.org/downloads/", | |
270 | + "license": [ | |
271 | + "MIT" | |
272 | + ], | |
273 | + "authors": [ | |
274 | + { | |
275 | + "name": "Alex Bilbie", | |
276 | + "email": "hello@alexbilbie.com", | |
277 | + "homepage": "http://www.alexbilbie.com", | |
278 | + "role": "Developer" | |
279 | + }, | |
280 | + { | |
281 | + "name": "Woody Gilk", | |
282 | + "homepage": "https://github.com/shadowhand", | |
283 | + "role": "Contributor" | |
284 | + } | |
285 | + ], | |
286 | + "description": "OAuth 2.0 Client Library", | |
287 | + "keywords": [ | |
288 | + "Authentication", | |
289 | + "SSO", | |
290 | + "authorization", | |
291 | + "identity", | |
292 | + "idp", | |
293 | + "oauth", | |
294 | + "oauth2", | |
295 | + "single sign on" | |
296 | + ], | |
297 | + "time": "2018-01-13T05:27:58+00:00" | |
298 | + }, | |
299 | + { | |
300 | + "name": "league/oauth2-facebook", | |
301 | + "version": "2.0.1", | |
302 | + "source": { | |
303 | + "type": "git", | |
304 | + "url": "https://github.com/thephpleague/oauth2-facebook.git", | |
305 | + "reference": "bcbcd540fb66ae16b4f82671c8ae7752b6a89556" | |
306 | + }, | |
307 | + "dist": { | |
308 | + "type": "zip", | |
309 | + "url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/bcbcd540fb66ae16b4f82671c8ae7752b6a89556", | |
310 | + "reference": "bcbcd540fb66ae16b4f82671c8ae7752b6a89556", | |
311 | + "shasum": "" | |
312 | + }, | |
313 | + "require": { | |
314 | + "league/oauth2-client": "^2.0", | |
315 | + "php": "^5.6 || ^7.0" | |
316 | + }, | |
317 | + "require-dev": { | |
318 | + "mockery/mockery": "~0.9", | |
319 | + "phpunit/phpunit": "~4.0", | |
320 | + "squizlabs/php_codesniffer": "~2.0" | |
321 | + }, | |
322 | + "type": "library", | |
323 | + "autoload": { | |
324 | + "psr-4": { | |
325 | + "League\\OAuth2\\Client\\": "src/" | |
326 | + } | |
327 | + }, | |
328 | + "notification-url": "https://packagist.org/downloads/", | |
329 | + "license": [ | |
330 | + "MIT" | |
331 | + ], | |
332 | + "authors": [ | |
333 | + { | |
334 | + "name": "Sammy Kaye Powers", | |
335 | + "email": "me@sammyk.me", | |
336 | + "homepage": "http://www.sammyk.me" | |
337 | + } | |
338 | + ], | |
339 | + "description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client", | |
340 | + "keywords": [ | |
341 | + "Authentication", | |
342 | + "authorization", | |
343 | + "client", | |
344 | + "facebook", | |
345 | + "oauth", | |
346 | + "oauth2" | |
347 | + ], | |
348 | + "time": "2017-07-22T01:25:00+00:00" | |
349 | + }, | |
350 | + { | |
351 | + "name": "league/oauth2-linkedin", | |
352 | + "version": "4.1.1", | |
353 | + "source": { | |
354 | + "type": "git", | |
355 | + "url": "https://github.com/thephpleague/oauth2-linkedin.git", | |
356 | + "reference": "0dfb338db84cb87c3d24b0205ec7f3e3a9457b81" | |
357 | + }, | |
358 | + "dist": { | |
359 | + "type": "zip", | |
360 | + "url": "https://api.github.com/repos/thephpleague/oauth2-linkedin/zipball/0dfb338db84cb87c3d24b0205ec7f3e3a9457b81", | |
361 | + "reference": "0dfb338db84cb87c3d24b0205ec7f3e3a9457b81", | |
362 | + "shasum": "" | |
363 | + }, | |
364 | + "require": { | |
365 | + "league/oauth2-client": "^2.0" | |
366 | + }, | |
367 | + "require-dev": { | |
368 | + "mockery/mockery": "~0.9", | |
369 | + "phpunit/phpunit": "~4.0", | |
370 | + "squizlabs/php_codesniffer": "~2.0" | |
371 | + }, | |
372 | + "type": "library", | |
373 | + "extra": { | |
374 | + "branch-alias": { | |
375 | + "dev-master": "1.0.x-dev" | |
376 | + } | |
377 | + }, | |
378 | + "autoload": { | |
379 | + "psr-4": { | |
380 | + "League\\OAuth2\\Client\\": "src/" | |
381 | + } | |
382 | + }, | |
383 | + "notification-url": "https://packagist.org/downloads/", | |
384 | + "license": [ | |
385 | + "MIT" | |
386 | + ], | |
387 | + "authors": [ | |
388 | + { | |
389 | + "name": "Steven Maguire", | |
390 | + "email": "stevenmaguire@gmail.com", | |
391 | + "homepage": "https://github.com/stevenmaguire" | |
392 | + } | |
393 | + ], | |
394 | + "description": "LinkedIn OAuth 2.0 Client Provider for The PHP League OAuth2-Client", | |
395 | + "keywords": [ | |
396 | + "authorisation", | |
397 | + "authorization", | |
398 | + "client", | |
399 | + "linkedin", | |
400 | + "oauth", | |
401 | + "oauth2" | |
402 | + ], | |
403 | + "time": "2018-07-23T15:43:54+00:00" | |
404 | + }, | |
405 | + { | |
406 | + "name": "opauth/opauth", | |
407 | + "version": "0.4.5", | |
408 | + "source": { | |
409 | + "type": "git", | |
410 | + "url": "https://github.com/opauth/opauth.git", | |
411 | + "reference": "3f979012d0bdf2d447bb02b97f7f7d9f482c77e8" | |
412 | + }, | |
413 | + "dist": { | |
414 | + "type": "zip", | |
415 | + "url": "https://api.github.com/repos/opauth/opauth/zipball/3f979012d0bdf2d447bb02b97f7f7d9f482c77e8", | |
416 | + "reference": "3f979012d0bdf2d447bb02b97f7f7d9f482c77e8", | |
417 | + "shasum": "" | |
418 | + }, | |
419 | + "require": { | |
420 | + "php": ">=5.2.0" | |
421 | + }, | |
422 | + "suggest": { | |
423 | + "opauth/facebook": "Allows Facebook authentication", | |
424 | + "opauth/google": "Allows Google authentication", | |
425 | + "opauth/twitter": "Allows Twitter authentication" | |
426 | + }, | |
427 | + "type": "library", | |
428 | + "autoload": { | |
429 | + "classmap": [ | |
430 | + "lib/Opauth/" | |
431 | + ] | |
432 | + }, | |
433 | + "notification-url": "https://packagist.org/downloads/", | |
434 | + "license": [ | |
435 | + "MIT" | |
436 | + ], | |
437 | + "authors": [ | |
438 | + { | |
439 | + "name": "U-Zyn Chua", | |
440 | + "email": "chua@uzyn.com", | |
441 | + "homepage": "http://uzyn.com" | |
442 | + } | |
443 | + ], | |
444 | + "description": "Multi-provider authentication framework for PHP", | |
445 | + "homepage": "http://opauth.org", | |
446 | + "keywords": [ | |
447 | + "Authentication", | |
448 | + "OpenId", | |
449 | + "auth", | |
450 | + "facebook", | |
451 | + "google", | |
452 | + "oauth", | |
453 | + "omniauth", | |
454 | + "twitter" | |
455 | + ], | |
456 | + "time": "2018-02-25T03:18:21+00:00" | |
457 | + }, | |
458 | + { | |
459 | + "name": "opauth/openid", | |
460 | + "version": "0.1.0", | |
461 | + "source": { | |
462 | + "type": "git", | |
463 | + "url": "https://github.com/opauth/openid.git", | |
464 | + "reference": "ebf166cddbaff78e740234189073ab6919e85eb7" | |
465 | + }, | |
466 | + "dist": { | |
467 | + "type": "zip", | |
468 | + "url": "https://api.github.com/repos/opauth/openid/zipball/ebf166cddbaff78e740234189073ab6919e85eb7", | |
469 | + "reference": "ebf166cddbaff78e740234189073ab6919e85eb7", | |
470 | + "shasum": "" | |
471 | + }, | |
472 | + "require": { | |
473 | + "opauth/opauth": ">=0.2.0", | |
474 | + "php": ">=5.2.0" | |
475 | + }, | |
476 | + "type": "library", | |
477 | + "autoload": { | |
478 | + "psr-0": { | |
479 | + "": "." | |
480 | + } | |
481 | + }, | |
482 | + "notification-url": "https://packagist.org/downloads/", | |
483 | + "license": [ | |
484 | + "MIT" | |
485 | + ], | |
486 | + "authors": [ | |
487 | + { | |
488 | + "name": "U-Zyn Chua", | |
489 | + "email": "chua@uzyn.com", | |
490 | + "homepage": "http://uzyn.com" | |
491 | + } | |
492 | + ], | |
493 | + "description": "OpenID strategy for Opauth", | |
494 | + "homepage": "http://opauth.org", | |
495 | + "keywords": [ | |
496 | + "Authentication", | |
497 | + "OpenId", | |
498 | + "auth" | |
499 | + ], | |
500 | + "time": "2012-06-08T07:00:03+00:00" | |
501 | + }, | |
502 | + { | |
503 | + "name": "paragonie/random_compat", | |
504 | + "version": "v2.0.17", | |
505 | + "source": { | |
506 | + "type": "git", | |
507 | + "url": "https://github.com/paragonie/random_compat.git", | |
508 | + "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" | |
509 | + }, | |
510 | + "dist": { | |
511 | + "type": "zip", | |
512 | + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", | |
513 | + "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", | |
514 | + "shasum": "" | |
515 | + }, | |
516 | + "require": { | |
517 | + "php": ">=5.2.0" | |
518 | + }, | |
519 | + "require-dev": { | |
520 | + "phpunit/phpunit": "4.*|5.*" | |
521 | + }, | |
522 | + "suggest": { | |
523 | + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | |
524 | + }, | |
525 | + "type": "library", | |
526 | + "autoload": { | |
527 | + "files": [ | |
528 | + "lib/random.php" | |
529 | + ] | |
530 | + }, | |
531 | + "notification-url": "https://packagist.org/downloads/", | |
532 | + "license": [ | |
533 | + "MIT" | |
534 | + ], | |
535 | + "authors": [ | |
536 | + { | |
537 | + "name": "Paragon Initiative Enterprises", | |
538 | + "email": "security@paragonie.com", | |
539 | + "homepage": "https://paragonie.com" | |
540 | + } | |
541 | + ], | |
542 | + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | |
543 | + "keywords": [ | |
544 | + "csprng", | |
545 | + "polyfill", | |
546 | + "pseudorandom", | |
547 | + "random" | |
548 | + ], | |
549 | + "time": "2018-07-04T16:31:37+00:00" | |
550 | + }, | |
551 | + { | |
552 | + "name": "psr/http-message", | |
553 | + "version": "1.0.1", | |
554 | + "source": { | |
555 | + "type": "git", | |
556 | + "url": "https://github.com/php-fig/http-message.git", | |
557 | + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
558 | + }, | |
559 | + "dist": { | |
560 | + "type": "zip", | |
561 | + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
562 | + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
563 | + "shasum": "" | |
564 | + }, | |
565 | + "require": { | |
566 | + "php": ">=5.3.0" | |
567 | + }, | |
568 | + "type": "library", | |
569 | + "extra": { | |
570 | + "branch-alias": { | |
571 | + "dev-master": "1.0.x-dev" | |
572 | + } | |
573 | + }, | |
574 | + "autoload": { | |
575 | + "psr-4": { | |
576 | + "Psr\\Http\\Message\\": "src/" | |
577 | + } | |
578 | + }, | |
579 | + "notification-url": "https://packagist.org/downloads/", | |
580 | + "license": [ | |
581 | + "MIT" | |
582 | + ], | |
583 | + "authors": [ | |
584 | + { | |
585 | + "name": "PHP-FIG", | |
586 | + "homepage": "http://www.php-fig.org/" | |
587 | + } | |
588 | + ], | |
589 | + "description": "Common interface for HTTP messages", | |
590 | + "homepage": "https://github.com/php-fig/http-message", | |
591 | + "keywords": [ | |
592 | + "http", | |
593 | + "http-message", | |
594 | + "psr", | |
595 | + "psr-7", | |
596 | + "request", | |
597 | + "response" | |
598 | + ], | |
599 | + "time": "2016-08-06T14:39:51+00:00" | |
600 | + }, | |
601 | + { | |
602 | + "name": "setasign/fpdf", | |
603 | + "version": "1.8.1", | |
604 | + "source": { | |
605 | + "type": "git", | |
606 | + "url": "https://github.com/Setasign/FPDF.git", | |
607 | + "reference": "2c68c9e6c034ac3187d25968790139a73184cdb1" | |
608 | + }, | |
609 | + "dist": { | |
610 | + "type": "zip", | |
611 | + "url": "https://api.github.com/repos/Setasign/FPDF/zipball/2c68c9e6c034ac3187d25968790139a73184cdb1", | |
612 | + "reference": "2c68c9e6c034ac3187d25968790139a73184cdb1", | |
613 | + "shasum": "" | |
614 | + }, | |
615 | + "type": "library", | |
616 | + "autoload": { | |
617 | + "classmap": [ | |
618 | + "fpdf.php" | |
619 | + ] | |
620 | + }, | |
621 | + "notification-url": "https://packagist.org/downloads/", | |
622 | + "license": [ | |
623 | + "no usage restriction" | |
624 | + ], | |
625 | + "authors": [ | |
626 | + { | |
627 | + "name": "Olivier Plathey", | |
628 | + "email": "oliver@fpdf.org", | |
629 | + "homepage": "http://fpdf.org/" | |
630 | + } | |
631 | + ], | |
632 | + "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.", | |
633 | + "homepage": "http://www.fpdf.org", | |
634 | + "keywords": [ | |
635 | + "fpdf", | |
636 | + "pdf" | |
637 | + ], | |
638 | + "time": "2016-01-01T17:47:15+00:00" | |
639 | + }, | |
640 | + { | |
641 | + "name": "sybio/gif-creator", | |
642 | + "version": "1.0.0", | |
643 | + "source": { | |
644 | + "type": "git", | |
645 | + "url": "https://github.com/Sybio/GifCreator.git", | |
646 | + "reference": "250fc2f705181693c6c40b3d569d62353164bcbf" | |
647 | + }, | |
648 | + "dist": { | |
649 | + "type": "zip", | |
650 | + "url": "https://api.github.com/repos/Sybio/GifCreator/zipball/250fc2f705181693c6c40b3d569d62353164bcbf", | |
651 | + "reference": "250fc2f705181693c6c40b3d569d62353164bcbf", | |
652 | + "shasum": "" | |
653 | + }, | |
654 | + "require": { | |
655 | + "php": ">=5.3.0" | |
656 | + }, | |
657 | + "type": "library", | |
658 | + "autoload": { | |
659 | + "psr-0": { | |
660 | + "GifCreator": "src" | |
661 | + } | |
662 | + }, | |
663 | + "notification-url": "https://packagist.org/downloads/", | |
664 | + "license": [ | |
665 | + "MIT" | |
666 | + ], | |
667 | + "authors": [ | |
668 | + { | |
669 | + "name": "Clément Guillemain", | |
670 | + "homepage": "http://clementguillemain.fr", | |
671 | + "role": "Developer / Freelancer" | |
672 | + } | |
673 | + ], | |
674 | + "description": "PHP class that creates animated GIF from multiple images", | |
675 | + "homepage": "https://github.com/Sybio/GifCreator", | |
676 | + "keywords": [ | |
677 | + "animated", | |
678 | + "creation", | |
679 | + "encode", | |
680 | + "gif", | |
681 | + "php" | |
682 | + ], | |
683 | + "time": "2012-10-13T09:04:46+00:00" | |
684 | + }, | |
685 | + { | |
686 | + "name": "symm/gisconverter", | |
687 | + "version": "v1.0.5", | |
688 | + "source": { | |
689 | + "type": "git", | |
690 | + "url": "https://github.com/symm/gisconverter.git", | |
691 | + "reference": "21ab697b7692b891dac37c64d10c9d83d4433f80" | |
692 | + }, | |
693 | + "dist": { | |
694 | + "type": "zip", | |
695 | + "url": "https://api.github.com/repos/symm/gisconverter/zipball/21ab697b7692b891dac37c64d10c9d83d4433f80", | |
696 | + "reference": "21ab697b7692b891dac37c64d10c9d83d4433f80", | |
697 | + "shasum": "" | |
698 | + }, | |
699 | + "require": { | |
700 | + "php": ">=5.3.0" | |
701 | + }, | |
702 | + "require-dev": { | |
703 | + "phpunit/phpunit": "3.7.*" | |
704 | + }, | |
705 | + "type": "library", | |
706 | + "extra": { | |
707 | + "branch-alias": { | |
708 | + "dev-master": "1.0.x-dev" | |
709 | + } | |
710 | + }, | |
711 | + "autoload": { | |
712 | + "psr-0": { | |
713 | + "Symm\\Gisconverter": "src/" | |
714 | + } | |
715 | + }, | |
716 | + "notification-url": "https://packagist.org/downloads/", | |
717 | + "license": [ | |
718 | + "BSD" | |
719 | + ], | |
720 | + "description": "A php library to convert vector geometries between different formats", | |
721 | + "time": "2014-08-07T13:50:52+00:00" | |
722 | + }, | |
723 | + { | |
724 | + "name": "twbs/bootstrap", | |
725 | + "version": "v4.1.3", | |
726 | + "source": { | |
727 | + "type": "git", | |
728 | + "url": "https://github.com/twbs/bootstrap.git", | |
729 | + "reference": "3b558734382ce58b51e5fc676453bfd53bba9201" | |
730 | + }, | |
731 | + "dist": { | |
732 | + "type": "zip", | |
733 | + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/3b558734382ce58b51e5fc676453bfd53bba9201", | |
734 | + "reference": "3b558734382ce58b51e5fc676453bfd53bba9201", | |
735 | + "shasum": "" | |
736 | + }, | |
737 | + "replace": { | |
738 | + "twitter/bootstrap": "self.version" | |
739 | + }, | |
740 | + "type": "library", | |
741 | + "extra": { | |
742 | + "branch-alias": { | |
743 | + "dev-master": "3.3.x-dev" | |
744 | + } | |
745 | + }, | |
746 | + "notification-url": "https://packagist.org/downloads/", | |
747 | + "license": [ | |
748 | + "MIT" | |
749 | + ], | |
750 | + "authors": [ | |
751 | + { | |
752 | + "name": "Jacob Thornton", | |
753 | + "email": "jacobthornton@gmail.com" | |
754 | + }, | |
755 | + { | |
756 | + "name": "Mark Otto", | |
757 | + "email": "markdotto@gmail.com" | |
758 | + } | |
759 | + ], | |
760 | + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", | |
761 | + "homepage": "https://getbootstrap.com/", | |
762 | + "keywords": [ | |
763 | + "JS", | |
764 | + "css", | |
765 | + "framework", | |
766 | + "front-end", | |
767 | + "mobile-first", | |
768 | + "responsive", | |
769 | + "sass", | |
770 | + "web" | |
771 | + ], | |
772 | + "time": "2018-07-24T15:54:34+00:00" | |
773 | + } | |
774 | + ], | |
775 | + "packages-dev": [], | |
776 | + "aliases": [], | |
777 | + "minimum-stability": "stable", | |
778 | + "stability-flags": [], | |
779 | + "prefer-stable": false, | |
780 | + "prefer-lowest": false, | |
781 | + "platform": { | |
782 | + "php": "^7.2" | |
783 | + }, | |
784 | + "platform-dev": [] | |
785 | +} | ... | ... |