These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
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 | "hash": "bafe840ab49ea3c594c1bb4f35b5d689", |
||
8 | "content-hash": "3be7664ed2ebbd7bb19d3ef88e6030a9", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "anahkiasen/underscore-php", |
||
12 | "version": "2.0.0", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/Anahkiasen/underscore-php.git", |
||
16 | "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/Anahkiasen/underscore-php/zipball/48f97b295c82d99c1fe10d8b0684c43f051b5580", |
||
21 | "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "doctrine/inflector": "^1.0", |
||
26 | "patchwork/utf8": "^1.2", |
||
27 | "php": ">=5.4.0" |
||
28 | }, |
||
29 | "require-dev": { |
||
30 | "fabpot/php-cs-fixer": "2.0.*@dev", |
||
31 | "phpunit/phpunit": "^4.6" |
||
32 | }, |
||
33 | "type": "library", |
||
34 | "autoload": { |
||
35 | "psr-4": { |
||
36 | "Underscore\\": [ |
||
37 | "src", |
||
38 | "tests" |
||
39 | ] |
||
40 | } |
||
41 | }, |
||
42 | "notification-url": "https://packagist.org/downloads/", |
||
43 | "license": [ |
||
44 | "MIT" |
||
45 | ], |
||
46 | "authors": [ |
||
47 | { |
||
48 | "name": "Maxime Fabre", |
||
49 | "email": "[email protected]" |
||
50 | } |
||
51 | ], |
||
52 | "description": "A redacted port of Underscore.js for PHP", |
||
53 | "keywords": [ |
||
54 | "internals", |
||
55 | "laravel", |
||
56 | "toolkit" |
||
57 | ], |
||
58 | "time": "2015-05-16 19:24:58" |
||
59 | }, |
||
60 | { |
||
61 | "name": "aws/aws-sdk-php", |
||
62 | "version": "3.18.27", |
||
63 | "source": { |
||
64 | "type": "git", |
||
65 | "url": "https://github.com/aws/aws-sdk-php.git", |
||
66 | "reference": "8cc3d3231d9fb9da528205f3b905097a37ac3df3" |
||
67 | }, |
||
68 | "dist": { |
||
69 | "type": "zip", |
||
70 | "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8cc3d3231d9fb9da528205f3b905097a37ac3df3", |
||
71 | "reference": "8cc3d3231d9fb9da528205f3b905097a37ac3df3", |
||
72 | "shasum": "" |
||
73 | }, |
||
74 | "require": { |
||
75 | "guzzlehttp/guzzle": "~5.3|~6.0.1|~6.1", |
||
76 | "guzzlehttp/promises": "~1.0", |
||
77 | "guzzlehttp/psr7": "~1.3.1", |
||
78 | "mtdowling/jmespath.php": "~2.2", |
||
79 | "php": ">=5.5" |
||
80 | }, |
||
81 | "require-dev": { |
||
82 | "andrewsville/php-token-reflection": "^1.4", |
||
83 | "aws/aws-php-sns-message-validator": "~1.0", |
||
84 | "behat/behat": "~3.0", |
||
85 | "doctrine/cache": "~1.4", |
||
86 | "ext-dom": "*", |
||
87 | "ext-json": "*", |
||
88 | "ext-openssl": "*", |
||
89 | "ext-pcre": "*", |
||
90 | "ext-simplexml": "*", |
||
91 | "ext-spl": "*", |
||
92 | "nette/neon": "^2.3", |
||
93 | "phpunit/phpunit": "~4.0|~5.0", |
||
94 | "psr/cache": "^1.0" |
||
95 | }, |
||
96 | "suggest": { |
||
97 | "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", |
||
98 | "doctrine/cache": "To use the DoctrineCacheAdapter", |
||
99 | "ext-curl": "To send requests using cURL", |
||
100 | "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages" |
||
101 | }, |
||
102 | "type": "library", |
||
103 | "extra": { |
||
104 | "branch-alias": { |
||
105 | "dev-master": "3.0-dev" |
||
106 | } |
||
107 | }, |
||
108 | "autoload": { |
||
109 | "psr-4": { |
||
110 | "Aws\\": "src/" |
||
111 | }, |
||
112 | "files": [ |
||
113 | "src/functions.php" |
||
114 | ] |
||
115 | }, |
||
116 | "notification-url": "https://packagist.org/downloads/", |
||
117 | "license": [ |
||
118 | "Apache-2.0" |
||
119 | ], |
||
120 | "authors": [ |
||
121 | { |
||
122 | "name": "Amazon Web Services", |
||
123 | "homepage": "http://aws.amazon.com" |
||
124 | } |
||
125 | ], |
||
126 | "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", |
||
127 | "homepage": "http://aws.amazon.com/sdkforphp", |
||
128 | "keywords": [ |
||
129 | "amazon", |
||
130 | "aws", |
||
131 | "cloud", |
||
132 | "dynamodb", |
||
133 | "ec2", |
||
134 | "glacier", |
||
135 | "s3", |
||
136 | "sdk" |
||
137 | ], |
||
138 | "time": "2016-07-07 23:09:15" |
||
139 | }, |
||
140 | { |
||
141 | "name": "barryvdh/laravel-debugbar", |
||
142 | "version": "v2.2.2", |
||
143 | "source": { |
||
144 | "type": "git", |
||
145 | "url": "https://github.com/barryvdh/laravel-debugbar.git", |
||
146 | "reference": "c291e58d0a13953e0f68d99182ee77ebc693edc0" |
||
147 | }, |
||
148 | "dist": { |
||
149 | "type": "zip", |
||
150 | "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/c291e58d0a13953e0f68d99182ee77ebc693edc0", |
||
151 | "reference": "c291e58d0a13953e0f68d99182ee77ebc693edc0", |
||
152 | "shasum": "" |
||
153 | }, |
||
154 | "require": { |
||
155 | "illuminate/support": "5.1.*|5.2.*", |
||
156 | "maximebf/debugbar": "~1.11.0", |
||
157 | "php": ">=5.5.9", |
||
158 | "symfony/finder": "~2.7|~3.0" |
||
159 | }, |
||
160 | "type": "library", |
||
161 | "extra": { |
||
162 | "branch-alias": { |
||
163 | "dev-master": "2.2-dev" |
||
164 | } |
||
165 | }, |
||
166 | "autoload": { |
||
167 | "psr-4": { |
||
168 | "Barryvdh\\Debugbar\\": "src/" |
||
169 | }, |
||
170 | "files": [ |
||
171 | "src/helpers.php" |
||
172 | ] |
||
173 | }, |
||
174 | "notification-url": "https://packagist.org/downloads/", |
||
175 | "license": [ |
||
176 | "MIT" |
||
177 | ], |
||
178 | "authors": [ |
||
179 | { |
||
180 | "name": "Barry vd. Heuvel", |
||
181 | "email": "[email protected]" |
||
182 | } |
||
183 | ], |
||
184 | "description": "PHP Debugbar integration for Laravel", |
||
185 | "keywords": [ |
||
186 | "debug", |
||
187 | "debugbar", |
||
188 | "laravel", |
||
189 | "profiler", |
||
190 | "webprofiler" |
||
191 | ], |
||
192 | "time": "2016-05-11 13:54:43" |
||
193 | }, |
||
194 | { |
||
195 | "name": "barryvdh/laravel-ide-helper", |
||
196 | "version": "v2.2.1", |
||
197 | "source": { |
||
198 | "type": "git", |
||
199 | "url": "https://github.com/barryvdh/laravel-ide-helper.git", |
||
200 | "reference": "28af7cd19ca41cc0c63dd1de2b46c2b84d31c463" |
||
201 | }, |
||
202 | "dist": { |
||
203 | "type": "zip", |
||
204 | "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/28af7cd19ca41cc0c63dd1de2b46c2b84d31c463", |
||
205 | "reference": "28af7cd19ca41cc0c63dd1de2b46c2b84d31c463", |
||
206 | "shasum": "" |
||
207 | }, |
||
208 | "require": { |
||
209 | "barryvdh/reflection-docblock": "^2.0.4", |
||
210 | "illuminate/console": "^5.0,<5.4", |
||
211 | "illuminate/filesystem": "^5.0,<5.4", |
||
212 | "illuminate/support": "^5.0,<5.4", |
||
213 | "php": ">=5.4.0", |
||
214 | "symfony/class-loader": "^2.3|^3.0" |
||
215 | }, |
||
216 | "require-dev": { |
||
217 | "doctrine/dbal": "~2.3", |
||
218 | "phpunit/phpunit": "4.*", |
||
219 | "scrutinizer/ocular": "~1.1", |
||
220 | "squizlabs/php_codesniffer": "~2.3" |
||
221 | }, |
||
222 | "suggest": { |
||
223 | "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)" |
||
224 | }, |
||
225 | "type": "library", |
||
226 | "extra": { |
||
227 | "branch-alias": { |
||
228 | "dev-master": "2.2-dev" |
||
229 | } |
||
230 | }, |
||
231 | "autoload": { |
||
232 | "psr-4": { |
||
233 | "Barryvdh\\LaravelIdeHelper\\": "src" |
||
234 | } |
||
235 | }, |
||
236 | "notification-url": "https://packagist.org/downloads/", |
||
237 | "license": [ |
||
238 | "MIT" |
||
239 | ], |
||
240 | "authors": [ |
||
241 | { |
||
242 | "name": "Barry vd. Heuvel", |
||
243 | "email": "[email protected]" |
||
244 | } |
||
245 | ], |
||
246 | "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.", |
||
247 | "keywords": [ |
||
248 | "autocomplete", |
||
249 | "codeintel", |
||
250 | "helper", |
||
251 | "ide", |
||
252 | "laravel", |
||
253 | "netbeans", |
||
254 | "phpdoc", |
||
255 | "phpstorm", |
||
256 | "sublime" |
||
257 | ], |
||
258 | "time": "2016-07-04 11:52:48" |
||
259 | }, |
||
260 | { |
||
261 | "name": "barryvdh/reflection-docblock", |
||
262 | "version": "v2.0.4", |
||
263 | "source": { |
||
264 | "type": "git", |
||
265 | "url": "https://github.com/barryvdh/ReflectionDocBlock.git", |
||
266 | "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c" |
||
267 | }, |
||
268 | "dist": { |
||
269 | "type": "zip", |
||
270 | "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/3dcbd98b5d9384a5357266efba8fd29884458e5c", |
||
271 | "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c", |
||
272 | "shasum": "" |
||
273 | }, |
||
274 | "require": { |
||
275 | "php": ">=5.3.3" |
||
276 | }, |
||
277 | "require-dev": { |
||
278 | "phpunit/phpunit": "~4.0,<4.5" |
||
279 | }, |
||
280 | "suggest": { |
||
281 | "dflydev/markdown": "~1.0", |
||
282 | "erusev/parsedown": "~1.0" |
||
283 | }, |
||
284 | "type": "library", |
||
285 | "extra": { |
||
286 | "branch-alias": { |
||
287 | "dev-master": "2.0.x-dev" |
||
288 | } |
||
289 | }, |
||
290 | "autoload": { |
||
291 | "psr-0": { |
||
292 | "Barryvdh": [ |
||
293 | "src/" |
||
294 | ] |
||
295 | } |
||
296 | }, |
||
297 | "notification-url": "https://packagist.org/downloads/", |
||
298 | "license": [ |
||
299 | "MIT" |
||
300 | ], |
||
301 | "authors": [ |
||
302 | { |
||
303 | "name": "Mike van Riel", |
||
304 | "email": "[email protected]" |
||
305 | } |
||
306 | ], |
||
307 | "time": "2016-06-13 19:28:20" |
||
308 | }, |
||
309 | { |
||
310 | "name": "bugsnag/bugsnag", |
||
311 | "version": "v2.9.1", |
||
312 | "source": { |
||
313 | "type": "git", |
||
314 | "url": "https://github.com/bugsnag/bugsnag-php.git", |
||
315 | "reference": "c5b1ccf493a9451bf6e2bde4f1d41346e6d89322" |
||
316 | }, |
||
317 | "dist": { |
||
318 | "type": "zip", |
||
319 | "url": "https://api.github.com/repos/bugsnag/bugsnag-php/zipball/c5b1ccf493a9451bf6e2bde4f1d41346e6d89322", |
||
320 | "reference": "c5b1ccf493a9451bf6e2bde4f1d41346e6d89322", |
||
321 | "shasum": "" |
||
322 | }, |
||
323 | "require": { |
||
324 | "php": ">=5.2.0" |
||
325 | }, |
||
326 | "require-dev": { |
||
327 | "phpunit/phpunit": "^4.8|^5.0" |
||
328 | }, |
||
329 | "type": "library", |
||
330 | "extra": { |
||
331 | "branch-alias": { |
||
332 | "dev-master": "2.9-dev" |
||
333 | } |
||
334 | }, |
||
335 | "autoload": { |
||
336 | "psr-0": { |
||
337 | "Bugsnag_": "src/" |
||
338 | } |
||
339 | }, |
||
340 | "notification-url": "https://packagist.org/downloads/", |
||
341 | "license": [ |
||
342 | "MIT" |
||
343 | ], |
||
344 | "authors": [ |
||
345 | { |
||
346 | "name": "James Smith", |
||
347 | "email": "[email protected]", |
||
348 | "homepage": "https://bugsnag.com" |
||
349 | } |
||
350 | ], |
||
351 | "description": "Official Bugsnag notifier for PHP applications.", |
||
352 | "homepage": "https://github.com/bugsnag/bugsnag-php", |
||
353 | "keywords": [ |
||
354 | "bugsnag", |
||
355 | "errors", |
||
356 | "exceptions", |
||
357 | "logging", |
||
358 | "tracking" |
||
359 | ], |
||
360 | "time": "2016-07-07 01:17:22" |
||
361 | }, |
||
362 | { |
||
363 | "name": "bugsnag/bugsnag-laravel", |
||
364 | "version": "v1.7.0", |
||
365 | "source": { |
||
366 | "type": "git", |
||
367 | "url": "https://github.com/bugsnag/bugsnag-laravel.git", |
||
368 | "reference": "54758847fd546355fdec9f87555a0b6dc76da9ea" |
||
369 | }, |
||
370 | "dist": { |
||
371 | "type": "zip", |
||
372 | "url": "https://api.github.com/repos/bugsnag/bugsnag-laravel/zipball/54758847fd546355fdec9f87555a0b6dc76da9ea", |
||
373 | "reference": "54758847fd546355fdec9f87555a0b6dc76da9ea", |
||
374 | "shasum": "" |
||
375 | }, |
||
376 | "require": { |
||
377 | "bugsnag/bugsnag": "^2.5", |
||
378 | "illuminate/support": "^4.0|^5.0", |
||
379 | "php": ">=5.3.0" |
||
380 | }, |
||
381 | "require-dev": { |
||
382 | "phpunit/phpunit": "^4.8|^5.0" |
||
383 | }, |
||
384 | "type": "library", |
||
385 | "autoload": { |
||
386 | "psr-0": { |
||
387 | "Bugsnag\\BugsnagLaravel\\": "src/" |
||
388 | } |
||
389 | }, |
||
390 | "notification-url": "https://packagist.org/downloads/", |
||
391 | "license": [ |
||
392 | "MIT" |
||
393 | ], |
||
394 | "authors": [ |
||
395 | { |
||
396 | "name": "James Smith", |
||
397 | "email": "[email protected]" |
||
398 | } |
||
399 | ], |
||
400 | "description": "Official Bugsnag notifier for Laravel applications.", |
||
401 | "homepage": "https://github.com/bugsnag/bugsnag-laravel", |
||
402 | "keywords": [ |
||
403 | "bugsnag", |
||
404 | "errors", |
||
405 | "exceptions", |
||
406 | "laravel", |
||
407 | "logging", |
||
408 | "tracking" |
||
409 | ], |
||
410 | "time": "2016-07-07 01:35:07" |
||
411 | }, |
||
412 | { |
||
413 | "name": "classpreloader/classpreloader", |
||
414 | "version": "3.0.0", |
||
415 | "source": { |
||
416 | "type": "git", |
||
417 | "url": "https://github.com/ClassPreloader/ClassPreloader.git", |
||
418 | "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a" |
||
419 | }, |
||
420 | "dist": { |
||
421 | "type": "zip", |
||
422 | "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a", |
||
423 | "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a", |
||
424 | "shasum": "" |
||
425 | }, |
||
426 | "require": { |
||
427 | "nikic/php-parser": "^1.0|^2.0", |
||
428 | "php": ">=5.5.9" |
||
429 | }, |
||
430 | "require-dev": { |
||
431 | "phpunit/phpunit": "^4.8|^5.0" |
||
432 | }, |
||
433 | "type": "library", |
||
434 | "extra": { |
||
435 | "branch-alias": { |
||
436 | "dev-master": "3.0-dev" |
||
437 | } |
||
438 | }, |
||
439 | "autoload": { |
||
440 | "psr-4": { |
||
441 | "ClassPreloader\\": "src/" |
||
442 | } |
||
443 | }, |
||
444 | "notification-url": "https://packagist.org/downloads/", |
||
445 | "license": [ |
||
446 | "MIT" |
||
447 | ], |
||
448 | "authors": [ |
||
449 | { |
||
450 | "name": "Michael Dowling", |
||
451 | "email": "[email protected]" |
||
452 | }, |
||
453 | { |
||
454 | "name": "Graham Campbell", |
||
455 | "email": "[email protected]" |
||
456 | } |
||
457 | ], |
||
458 | "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", |
||
459 | "keywords": [ |
||
460 | "autoload", |
||
461 | "class", |
||
462 | "preload" |
||
463 | ], |
||
464 | "time": "2015-11-09 22:51:51" |
||
465 | }, |
||
466 | { |
||
467 | "name": "davejamesmiller/laravel-breadcrumbs", |
||
468 | "version": "3.0.0", |
||
469 | "source": { |
||
470 | "type": "git", |
||
471 | "url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git", |
||
472 | "reference": "5a5d5d1b1f5780359604f7fde11bbf810ff3e9e4" |
||
473 | }, |
||
474 | "dist": { |
||
475 | "type": "zip", |
||
476 | "url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/5a5d5d1b1f5780359604f7fde11bbf810ff3e9e4", |
||
477 | "reference": "5a5d5d1b1f5780359604f7fde11bbf810ff3e9e4", |
||
478 | "shasum": "" |
||
479 | }, |
||
480 | "require": { |
||
481 | "illuminate/support": "5.*", |
||
482 | "illuminate/view": "5.*", |
||
483 | "php": ">=5.4.0" |
||
484 | }, |
||
485 | "require-dev": { |
||
486 | "mockery/mockery": "0.9.*", |
||
487 | "orchestra/testbench": "3.0.*", |
||
488 | "phpunit/phpunit": "4.*", |
||
489 | "satooshi/php-coveralls": "0.6.*" |
||
490 | }, |
||
491 | "type": "library", |
||
492 | "autoload": { |
||
493 | "psr-4": { |
||
494 | "DaveJamesMiller\\Breadcrumbs\\": "src/" |
||
495 | } |
||
496 | }, |
||
497 | "notification-url": "https://packagist.org/downloads/", |
||
498 | "license": [ |
||
499 | "MIT License" |
||
500 | ], |
||
501 | "authors": [ |
||
502 | { |
||
503 | "name": "Dave James Miller", |
||
504 | "email": "[email protected]", |
||
505 | "homepage": "http://davejamesmiller.com/" |
||
506 | } |
||
507 | ], |
||
508 | "description": "A simple Laravel-style way to create breadcrumbs in Laravel 4+.", |
||
509 | "homepage": "https://github.com/davejamesmiller/laravel-breadcrumbs", |
||
510 | "keywords": [ |
||
511 | "laravel" |
||
512 | ], |
||
513 | "time": "2015-02-08 21:44:39" |
||
514 | }, |
||
515 | { |
||
516 | "name": "dnoegel/php-xdg-base-dir", |
||
517 | "version": "0.1", |
||
518 | "source": { |
||
519 | "type": "git", |
||
520 | "url": "https://github.com/dnoegel/php-xdg-base-dir.git", |
||
521 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" |
||
522 | }, |
||
523 | "dist": { |
||
524 | "type": "zip", |
||
525 | "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
526 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
527 | "shasum": "" |
||
528 | }, |
||
529 | "require": { |
||
530 | "php": ">=5.3.2" |
||
531 | }, |
||
532 | "require-dev": { |
||
533 | "phpunit/phpunit": "@stable" |
||
534 | }, |
||
535 | "type": "project", |
||
536 | "autoload": { |
||
537 | "psr-4": { |
||
538 | "XdgBaseDir\\": "src/" |
||
539 | } |
||
540 | }, |
||
541 | "notification-url": "https://packagist.org/downloads/", |
||
542 | "license": [ |
||
543 | "MIT" |
||
544 | ], |
||
545 | "description": "implementation of xdg base directory specification for php", |
||
546 | "time": "2014-10-24 07:27:01" |
||
547 | }, |
||
548 | { |
||
549 | "name": "doctrine/annotations", |
||
550 | "version": "v1.2.7", |
||
551 | "source": { |
||
552 | "type": "git", |
||
553 | "url": "https://github.com/doctrine/annotations.git", |
||
554 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
555 | }, |
||
556 | "dist": { |
||
557 | "type": "zip", |
||
558 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
559 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
560 | "shasum": "" |
||
561 | }, |
||
562 | "require": { |
||
563 | "doctrine/lexer": "1.*", |
||
564 | "php": ">=5.3.2" |
||
565 | }, |
||
566 | "require-dev": { |
||
567 | "doctrine/cache": "1.*", |
||
568 | "phpunit/phpunit": "4.*" |
||
569 | }, |
||
570 | "type": "library", |
||
571 | "extra": { |
||
572 | "branch-alias": { |
||
573 | "dev-master": "1.3.x-dev" |
||
574 | } |
||
575 | }, |
||
576 | "autoload": { |
||
577 | "psr-0": { |
||
578 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
579 | } |
||
580 | }, |
||
581 | "notification-url": "https://packagist.org/downloads/", |
||
582 | "license": [ |
||
583 | "MIT" |
||
584 | ], |
||
585 | "authors": [ |
||
586 | { |
||
587 | "name": "Roman Borschel", |
||
588 | "email": "[email protected]" |
||
589 | }, |
||
590 | { |
||
591 | "name": "Benjamin Eberlei", |
||
592 | "email": "[email protected]" |
||
593 | }, |
||
594 | { |
||
595 | "name": "Guilherme Blanco", |
||
596 | "email": "[email protected]" |
||
597 | }, |
||
598 | { |
||
599 | "name": "Jonathan Wage", |
||
600 | "email": "[email protected]" |
||
601 | }, |
||
602 | { |
||
603 | "name": "Johannes Schmitt", |
||
604 | "email": "[email protected]" |
||
605 | } |
||
606 | ], |
||
607 | "description": "Docblock Annotations Parser", |
||
608 | "homepage": "http://www.doctrine-project.org", |
||
609 | "keywords": [ |
||
610 | "annotations", |
||
611 | "docblock", |
||
612 | "parser" |
||
613 | ], |
||
614 | "time": "2015-08-31 12:32:49" |
||
615 | }, |
||
616 | { |
||
617 | "name": "doctrine/cache", |
||
618 | "version": "v1.6.0", |
||
619 | "source": { |
||
620 | "type": "git", |
||
621 | "url": "https://github.com/doctrine/cache.git", |
||
622 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
623 | }, |
||
624 | "dist": { |
||
625 | "type": "zip", |
||
626 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
627 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
628 | "shasum": "" |
||
629 | }, |
||
630 | "require": { |
||
631 | "php": "~5.5|~7.0" |
||
632 | }, |
||
633 | "conflict": { |
||
634 | "doctrine/common": ">2.2,<2.4" |
||
635 | }, |
||
636 | "require-dev": { |
||
637 | "phpunit/phpunit": "~4.8|~5.0", |
||
638 | "predis/predis": "~1.0", |
||
639 | "satooshi/php-coveralls": "~0.6" |
||
640 | }, |
||
641 | "type": "library", |
||
642 | "extra": { |
||
643 | "branch-alias": { |
||
644 | "dev-master": "1.6.x-dev" |
||
645 | } |
||
646 | }, |
||
647 | "autoload": { |
||
648 | "psr-4": { |
||
649 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
650 | } |
||
651 | }, |
||
652 | "notification-url": "https://packagist.org/downloads/", |
||
653 | "license": [ |
||
654 | "MIT" |
||
655 | ], |
||
656 | "authors": [ |
||
657 | { |
||
658 | "name": "Roman Borschel", |
||
659 | "email": "[email protected]" |
||
660 | }, |
||
661 | { |
||
662 | "name": "Benjamin Eberlei", |
||
663 | "email": "[email protected]" |
||
664 | }, |
||
665 | { |
||
666 | "name": "Guilherme Blanco", |
||
667 | "email": "[email protected]" |
||
668 | }, |
||
669 | { |
||
670 | "name": "Jonathan Wage", |
||
671 | "email": "[email protected]" |
||
672 | }, |
||
673 | { |
||
674 | "name": "Johannes Schmitt", |
||
675 | "email": "[email protected]" |
||
676 | } |
||
677 | ], |
||
678 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
679 | "homepage": "http://www.doctrine-project.org", |
||
680 | "keywords": [ |
||
681 | "cache", |
||
682 | "caching" |
||
683 | ], |
||
684 | "time": "2015-12-31 16:37:02" |
||
685 | }, |
||
686 | { |
||
687 | "name": "doctrine/collections", |
||
688 | "version": "v1.3.0", |
||
689 | "source": { |
||
690 | "type": "git", |
||
691 | "url": "https://github.com/doctrine/collections.git", |
||
692 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
693 | }, |
||
694 | "dist": { |
||
695 | "type": "zip", |
||
696 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
697 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
698 | "shasum": "" |
||
699 | }, |
||
700 | "require": { |
||
701 | "php": ">=5.3.2" |
||
702 | }, |
||
703 | "require-dev": { |
||
704 | "phpunit/phpunit": "~4.0" |
||
705 | }, |
||
706 | "type": "library", |
||
707 | "extra": { |
||
708 | "branch-alias": { |
||
709 | "dev-master": "1.2.x-dev" |
||
710 | } |
||
711 | }, |
||
712 | "autoload": { |
||
713 | "psr-0": { |
||
714 | "Doctrine\\Common\\Collections\\": "lib/" |
||
715 | } |
||
716 | }, |
||
717 | "notification-url": "https://packagist.org/downloads/", |
||
718 | "license": [ |
||
719 | "MIT" |
||
720 | ], |
||
721 | "authors": [ |
||
722 | { |
||
723 | "name": "Roman Borschel", |
||
724 | "email": "[email protected]" |
||
725 | }, |
||
726 | { |
||
727 | "name": "Benjamin Eberlei", |
||
728 | "email": "[email protected]" |
||
729 | }, |
||
730 | { |
||
731 | "name": "Guilherme Blanco", |
||
732 | "email": "[email protected]" |
||
733 | }, |
||
734 | { |
||
735 | "name": "Jonathan Wage", |
||
736 | "email": "[email protected]" |
||
737 | }, |
||
738 | { |
||
739 | "name": "Johannes Schmitt", |
||
740 | "email": "[email protected]" |
||
741 | } |
||
742 | ], |
||
743 | "description": "Collections Abstraction library", |
||
744 | "homepage": "http://www.doctrine-project.org", |
||
745 | "keywords": [ |
||
746 | "array", |
||
747 | "collections", |
||
748 | "iterator" |
||
749 | ], |
||
750 | "time": "2015-04-14 22:21:58" |
||
751 | }, |
||
752 | { |
||
753 | "name": "doctrine/common", |
||
754 | "version": "v2.6.1", |
||
755 | "source": { |
||
756 | "type": "git", |
||
757 | "url": "https://github.com/doctrine/common.git", |
||
758 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
759 | }, |
||
760 | "dist": { |
||
761 | "type": "zip", |
||
762 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
763 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
764 | "shasum": "" |
||
765 | }, |
||
766 | "require": { |
||
767 | "doctrine/annotations": "1.*", |
||
768 | "doctrine/cache": "1.*", |
||
769 | "doctrine/collections": "1.*", |
||
770 | "doctrine/inflector": "1.*", |
||
771 | "doctrine/lexer": "1.*", |
||
772 | "php": "~5.5|~7.0" |
||
773 | }, |
||
774 | "require-dev": { |
||
775 | "phpunit/phpunit": "~4.8|~5.0" |
||
776 | }, |
||
777 | "type": "library", |
||
778 | "extra": { |
||
779 | "branch-alias": { |
||
780 | "dev-master": "2.7.x-dev" |
||
781 | } |
||
782 | }, |
||
783 | "autoload": { |
||
784 | "psr-4": { |
||
785 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
786 | } |
||
787 | }, |
||
788 | "notification-url": "https://packagist.org/downloads/", |
||
789 | "license": [ |
||
790 | "MIT" |
||
791 | ], |
||
792 | "authors": [ |
||
793 | { |
||
794 | "name": "Roman Borschel", |
||
795 | "email": "[email protected]" |
||
796 | }, |
||
797 | { |
||
798 | "name": "Benjamin Eberlei", |
||
799 | "email": "[email protected]" |
||
800 | }, |
||
801 | { |
||
802 | "name": "Guilherme Blanco", |
||
803 | "email": "[email protected]" |
||
804 | }, |
||
805 | { |
||
806 | "name": "Jonathan Wage", |
||
807 | "email": "[email protected]" |
||
808 | }, |
||
809 | { |
||
810 | "name": "Johannes Schmitt", |
||
811 | "email": "[email protected]" |
||
812 | } |
||
813 | ], |
||
814 | "description": "Common Library for Doctrine projects", |
||
815 | "homepage": "http://www.doctrine-project.org", |
||
816 | "keywords": [ |
||
817 | "annotations", |
||
818 | "collections", |
||
819 | "eventmanager", |
||
820 | "persistence", |
||
821 | "spl" |
||
822 | ], |
||
823 | "time": "2015-12-25 13:18:31" |
||
824 | }, |
||
825 | { |
||
826 | "name": "doctrine/dbal", |
||
827 | "version": "v2.5.4", |
||
828 | "source": { |
||
829 | "type": "git", |
||
830 | "url": "https://github.com/doctrine/dbal.git", |
||
831 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" |
||
832 | }, |
||
833 | "dist": { |
||
834 | "type": "zip", |
||
835 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
836 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
837 | "shasum": "" |
||
838 | }, |
||
839 | "require": { |
||
840 | "doctrine/common": ">=2.4,<2.7-dev", |
||
841 | "php": ">=5.3.2" |
||
842 | }, |
||
843 | "require-dev": { |
||
844 | "phpunit/phpunit": "4.*", |
||
845 | "symfony/console": "2.*" |
||
846 | }, |
||
847 | "suggest": { |
||
848 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
849 | }, |
||
850 | "bin": [ |
||
851 | "bin/doctrine-dbal" |
||
852 | ], |
||
853 | "type": "library", |
||
854 | "extra": { |
||
855 | "branch-alias": { |
||
856 | "dev-master": "2.5.x-dev" |
||
857 | } |
||
858 | }, |
||
859 | "autoload": { |
||
860 | "psr-0": { |
||
861 | "Doctrine\\DBAL\\": "lib/" |
||
862 | } |
||
863 | }, |
||
864 | "notification-url": "https://packagist.org/downloads/", |
||
865 | "license": [ |
||
866 | "MIT" |
||
867 | ], |
||
868 | "authors": [ |
||
869 | { |
||
870 | "name": "Roman Borschel", |
||
871 | "email": "[email protected]" |
||
872 | }, |
||
873 | { |
||
874 | "name": "Benjamin Eberlei", |
||
875 | "email": "[email protected]" |
||
876 | }, |
||
877 | { |
||
878 | "name": "Guilherme Blanco", |
||
879 | "email": "[email protected]" |
||
880 | }, |
||
881 | { |
||
882 | "name": "Jonathan Wage", |
||
883 | "email": "[email protected]" |
||
884 | } |
||
885 | ], |
||
886 | "description": "Database Abstraction Layer", |
||
887 | "homepage": "http://www.doctrine-project.org", |
||
888 | "keywords": [ |
||
889 | "database", |
||
890 | "dbal", |
||
891 | "persistence", |
||
892 | "queryobject" |
||
893 | ], |
||
894 | "time": "2016-01-05 22:11:12" |
||
895 | }, |
||
896 | { |
||
897 | "name": "doctrine/inflector", |
||
898 | "version": "v1.1.0", |
||
899 | "source": { |
||
900 | "type": "git", |
||
901 | "url": "https://github.com/doctrine/inflector.git", |
||
902 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
903 | }, |
||
904 | "dist": { |
||
905 | "type": "zip", |
||
906 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
907 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
908 | "shasum": "" |
||
909 | }, |
||
910 | "require": { |
||
911 | "php": ">=5.3.2" |
||
912 | }, |
||
913 | "require-dev": { |
||
914 | "phpunit/phpunit": "4.*" |
||
915 | }, |
||
916 | "type": "library", |
||
917 | "extra": { |
||
918 | "branch-alias": { |
||
919 | "dev-master": "1.1.x-dev" |
||
920 | } |
||
921 | }, |
||
922 | "autoload": { |
||
923 | "psr-0": { |
||
924 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
925 | } |
||
926 | }, |
||
927 | "notification-url": "https://packagist.org/downloads/", |
||
928 | "license": [ |
||
929 | "MIT" |
||
930 | ], |
||
931 | "authors": [ |
||
932 | { |
||
933 | "name": "Roman Borschel", |
||
934 | "email": "[email protected]" |
||
935 | }, |
||
936 | { |
||
937 | "name": "Benjamin Eberlei", |
||
938 | "email": "[email protected]" |
||
939 | }, |
||
940 | { |
||
941 | "name": "Guilherme Blanco", |
||
942 | "email": "[email protected]" |
||
943 | }, |
||
944 | { |
||
945 | "name": "Jonathan Wage", |
||
946 | "email": "[email protected]" |
||
947 | }, |
||
948 | { |
||
949 | "name": "Johannes Schmitt", |
||
950 | "email": "[email protected]" |
||
951 | } |
||
952 | ], |
||
953 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
954 | "homepage": "http://www.doctrine-project.org", |
||
955 | "keywords": [ |
||
956 | "inflection", |
||
957 | "pluralize", |
||
958 | "singularize", |
||
959 | "string" |
||
960 | ], |
||
961 | "time": "2015-11-06 14:35:42" |
||
962 | }, |
||
963 | { |
||
964 | "name": "doctrine/lexer", |
||
965 | "version": "v1.0.1", |
||
966 | "source": { |
||
967 | "type": "git", |
||
968 | "url": "https://github.com/doctrine/lexer.git", |
||
969 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
970 | }, |
||
971 | "dist": { |
||
972 | "type": "zip", |
||
973 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
974 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
975 | "shasum": "" |
||
976 | }, |
||
977 | "require": { |
||
978 | "php": ">=5.3.2" |
||
979 | }, |
||
980 | "type": "library", |
||
981 | "extra": { |
||
982 | "branch-alias": { |
||
983 | "dev-master": "1.0.x-dev" |
||
984 | } |
||
985 | }, |
||
986 | "autoload": { |
||
987 | "psr-0": { |
||
988 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
989 | } |
||
990 | }, |
||
991 | "notification-url": "https://packagist.org/downloads/", |
||
992 | "license": [ |
||
993 | "MIT" |
||
994 | ], |
||
995 | "authors": [ |
||
996 | { |
||
997 | "name": "Roman Borschel", |
||
998 | "email": "[email protected]" |
||
999 | }, |
||
1000 | { |
||
1001 | "name": "Guilherme Blanco", |
||
1002 | "email": "[email protected]" |
||
1003 | }, |
||
1004 | { |
||
1005 | "name": "Johannes Schmitt", |
||
1006 | "email": "[email protected]" |
||
1007 | } |
||
1008 | ], |
||
1009 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
1010 | "homepage": "http://www.doctrine-project.org", |
||
1011 | "keywords": [ |
||
1012 | "lexer", |
||
1013 | "parser" |
||
1014 | ], |
||
1015 | "time": "2014-09-09 13:34:57" |
||
1016 | }, |
||
1017 | { |
||
1018 | "name": "drewm/mailchimp-api", |
||
1019 | "version": "v2.2.4", |
||
1020 | "source": { |
||
1021 | "type": "git", |
||
1022 | "url": "https://github.com/drewm/mailchimp-api.git", |
||
1023 | "reference": "89b7dbc54b7ba8c2e249d6e63f66d22ecb8070f8" |
||
1024 | }, |
||
1025 | "dist": { |
||
1026 | "type": "zip", |
||
1027 | "url": "https://api.github.com/repos/drewm/mailchimp-api/zipball/89b7dbc54b7ba8c2e249d6e63f66d22ecb8070f8", |
||
1028 | "reference": "89b7dbc54b7ba8c2e249d6e63f66d22ecb8070f8", |
||
1029 | "shasum": "" |
||
1030 | }, |
||
1031 | "require": { |
||
1032 | "ext-curl": "*", |
||
1033 | "php": ">=5.3" |
||
1034 | }, |
||
1035 | "require-dev": { |
||
1036 | "phpunit/phpunit": "4.0.*", |
||
1037 | "vlucas/phpdotenv": "^2.0" |
||
1038 | }, |
||
1039 | "type": "library", |
||
1040 | "autoload": { |
||
1041 | "psr-4": { |
||
1042 | "DrewM\\MailChimp\\": "src" |
||
1043 | } |
||
1044 | }, |
||
1045 | "notification-url": "https://packagist.org/downloads/", |
||
1046 | "license": [ |
||
1047 | "MIT" |
||
1048 | ], |
||
1049 | "authors": [ |
||
1050 | { |
||
1051 | "name": "Drew McLellan", |
||
1052 | "email": "[email protected]", |
||
1053 | "homepage": "http://allinthehead.com/" |
||
1054 | } |
||
1055 | ], |
||
1056 | "description": "Super-simple, minimum abstraction MailChimp API v3 wrapper", |
||
1057 | "homepage": "https://github.com/drewm/mailchimp-api", |
||
1058 | "time": "2016-07-01 15:53:33" |
||
1059 | }, |
||
1060 | { |
||
1061 | "name": "fedeisas/laravel-mail-css-inliner", |
||
1062 | "version": "dev-master", |
||
1063 | "source": { |
||
1064 | "type": "git", |
||
1065 | "url": "https://github.com/fedeisas/laravel-mail-css-inliner.git", |
||
1066 | "reference": "430ebd087347812f75a2476bcedc26ced2f4753f" |
||
1067 | }, |
||
1068 | "dist": { |
||
1069 | "type": "zip", |
||
1070 | "url": "https://api.github.com/repos/fedeisas/laravel-mail-css-inliner/zipball/430ebd087347812f75a2476bcedc26ced2f4753f", |
||
1071 | "reference": "430ebd087347812f75a2476bcedc26ced2f4753f", |
||
1072 | "shasum": "" |
||
1073 | }, |
||
1074 | "require": { |
||
1075 | "illuminate/support": "~5.0", |
||
1076 | "php": ">=5.4.0", |
||
1077 | "tijsverkoyen/css-to-inline-styles": "~1.2" |
||
1078 | }, |
||
1079 | "require-dev": { |
||
1080 | "jakub-onderka/php-console-highlighter": "0.3.*", |
||
1081 | "jakub-onderka/php-parallel-lint": "0.8.*", |
||
1082 | "phpmd/phpmd": "~1.5", |
||
1083 | "phpunit/phpunit": "~4.0", |
||
1084 | "satooshi/php-coveralls": "~0.7@dev", |
||
1085 | "squizlabs/php_codesniffer": "~1.5", |
||
1086 | "swiftmailer/swiftmailer": "~5.0" |
||
1087 | }, |
||
1088 | "type": "library", |
||
1089 | "autoload": { |
||
1090 | "psr-4": { |
||
1091 | "Fedeisas\\LaravelMailCssInliner\\": "src/" |
||
1092 | } |
||
1093 | }, |
||
1094 | "notification-url": "https://packagist.org/downloads/", |
||
1095 | "license": [ |
||
1096 | "MIT" |
||
1097 | ], |
||
1098 | "authors": [ |
||
1099 | { |
||
1100 | "name": "Fede Isas", |
||
1101 | "email": "[email protected]" |
||
1102 | } |
||
1103 | ], |
||
1104 | "description": "Inline the CSS of your HTML emails using Laravel", |
||
1105 | "keywords": [ |
||
1106 | "css", |
||
1107 | "laravel", |
||
1108 | "mailer" |
||
1109 | ], |
||
1110 | "time": "2014-12-09 12:53:44" |
||
1111 | }, |
||
1112 | { |
||
1113 | "name": "filp/whoops", |
||
1114 | "version": "2.0.0", |
||
1115 | "source": { |
||
1116 | "type": "git", |
||
1117 | "url": "https://github.com/filp/whoops.git", |
||
1118 | "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff" |
||
1119 | }, |
||
1120 | "dist": { |
||
1121 | "type": "zip", |
||
1122 | "url": "https://api.github.com/repos/filp/whoops/zipball/a327942c50cbd62b25c6fbe08f173031ce25fbff", |
||
1123 | "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff", |
||
1124 | "shasum": "" |
||
1125 | }, |
||
1126 | "require": { |
||
1127 | "php": ">=5.5.9" |
||
1128 | }, |
||
1129 | "require-dev": { |
||
1130 | "mockery/mockery": "0.9.*", |
||
1131 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
1132 | }, |
||
1133 | "suggest": { |
||
1134 | "symfony/var-dumper": "Pretty print complex values better with var-dumper available", |
||
1135 | "whoops/soap": "Formats errors as SOAP responses" |
||
1136 | }, |
||
1137 | "type": "library", |
||
1138 | "extra": { |
||
1139 | "branch-alias": { |
||
1140 | "dev-master": "2.0-dev" |
||
1141 | } |
||
1142 | }, |
||
1143 | "autoload": { |
||
1144 | "psr-4": { |
||
1145 | "Whoops\\": "src/Whoops/" |
||
1146 | } |
||
1147 | }, |
||
1148 | "notification-url": "https://packagist.org/downloads/", |
||
1149 | "license": [ |
||
1150 | "MIT" |
||
1151 | ], |
||
1152 | "authors": [ |
||
1153 | { |
||
1154 | "name": "Filipe Dobreira", |
||
1155 | "homepage": "https://github.com/filp", |
||
1156 | "role": "Developer" |
||
1157 | } |
||
1158 | ], |
||
1159 | "description": "php error handling for cool kids", |
||
1160 | "homepage": "https://github.com/filp/whoops", |
||
1161 | "keywords": [ |
||
1162 | "error", |
||
1163 | "exception", |
||
1164 | "handling", |
||
1165 | "library", |
||
1166 | "whoops", |
||
1167 | "zf2" |
||
1168 | ], |
||
1169 | "time": "2016-01-06 17:51:21" |
||
1170 | }, |
||
1171 | { |
||
1172 | "name": "fzaninotto/faker", |
||
1173 | "version": "v1.6.0", |
||
1174 | "source": { |
||
1175 | "type": "git", |
||
1176 | "url": "https://github.com/fzaninotto/Faker.git", |
||
1177 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123" |
||
1178 | }, |
||
1179 | "dist": { |
||
1180 | "type": "zip", |
||
1181 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
1182 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
1183 | "shasum": "" |
||
1184 | }, |
||
1185 | "require": { |
||
1186 | "php": "^5.3.3|^7.0" |
||
1187 | }, |
||
1188 | "require-dev": { |
||
1189 | "ext-intl": "*", |
||
1190 | "phpunit/phpunit": "~4.0", |
||
1191 | "squizlabs/php_codesniffer": "~1.5" |
||
1192 | }, |
||
1193 | "type": "library", |
||
1194 | "extra": { |
||
1195 | "branch-alias": [] |
||
1196 | }, |
||
1197 | "autoload": { |
||
1198 | "psr-4": { |
||
1199 | "Faker\\": "src/Faker/" |
||
1200 | } |
||
1201 | }, |
||
1202 | "notification-url": "https://packagist.org/downloads/", |
||
1203 | "license": [ |
||
1204 | "MIT" |
||
1205 | ], |
||
1206 | "authors": [ |
||
1207 | { |
||
1208 | "name": "François Zaninotto" |
||
1209 | } |
||
1210 | ], |
||
1211 | "description": "Faker is a PHP library that generates fake data for you.", |
||
1212 | "keywords": [ |
||
1213 | "data", |
||
1214 | "faker", |
||
1215 | "fixtures" |
||
1216 | ], |
||
1217 | "time": "2016-04-29 12:21:54" |
||
1218 | }, |
||
1219 | { |
||
1220 | "name": "giggsey/libphonenumber-for-php", |
||
1221 | "version": "7.4.4", |
||
1222 | "source": { |
||
1223 | "type": "git", |
||
1224 | "url": "https://github.com/giggsey/libphonenumber-for-php.git", |
||
1225 | "reference": "75cc4cb41d1f590391f15484df5bdc13963c2b1a" |
||
1226 | }, |
||
1227 | "dist": { |
||
1228 | "type": "zip", |
||
1229 | "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/75cc4cb41d1f590391f15484df5bdc13963c2b1a", |
||
1230 | "reference": "75cc4cb41d1f590391f15484df5bdc13963c2b1a", |
||
1231 | "shasum": "" |
||
1232 | }, |
||
1233 | "require": { |
||
1234 | "ext-mbstring": "*", |
||
1235 | "php": ">=5.3" |
||
1236 | }, |
||
1237 | "require-dev": { |
||
1238 | "pear/pear-core-minimal": "^1.9", |
||
1239 | "pear/pear_exception": "^1.0", |
||
1240 | "pear/versioncontrol_git": "dev-master", |
||
1241 | "phing/phing": "~2.7", |
||
1242 | "phpunit/phpunit": "~4.0", |
||
1243 | "satooshi/php-coveralls": "~0.6", |
||
1244 | "symfony/console": "^2.5" |
||
1245 | }, |
||
1246 | "suggest": { |
||
1247 | "ext-intl": "To use the geocoder and carrier mapping" |
||
1248 | }, |
||
1249 | "type": "library", |
||
1250 | "extra": { |
||
1251 | "branch-alias": { |
||
1252 | "dev-master": "7.x-dev" |
||
1253 | } |
||
1254 | }, |
||
1255 | "autoload": { |
||
1256 | "psr-0": { |
||
1257 | "libphonenumber": "src/" |
||
1258 | } |
||
1259 | }, |
||
1260 | "notification-url": "https://packagist.org/downloads/", |
||
1261 | "license": [ |
||
1262 | "Apache-2.0" |
||
1263 | ], |
||
1264 | "authors": [ |
||
1265 | { |
||
1266 | "name": "Joshua Gigg", |
||
1267 | "email": "[email protected]", |
||
1268 | "homepage": "http://giggsey.com/" |
||
1269 | } |
||
1270 | ], |
||
1271 | "description": "PHP Port of Google's libphonenumber", |
||
1272 | "homepage": "https://github.com/giggsey/libphonenumber-for-php", |
||
1273 | "keywords": [ |
||
1274 | "geocoding", |
||
1275 | "geolocation", |
||
1276 | "libphonenumber", |
||
1277 | "mobile", |
||
1278 | "phonenumber", |
||
1279 | "validation" |
||
1280 | ], |
||
1281 | "time": "2016-06-29 14:09:08" |
||
1282 | }, |
||
1283 | { |
||
1284 | "name": "google/apiclient", |
||
1285 | "version": "1.1.7", |
||
1286 | "source": { |
||
1287 | "type": "git", |
||
1288 | "url": "https://github.com/google/google-api-php-client.git", |
||
1289 | "reference": "400f250a30ae1dd4c4a0a4f750fe973fc70e6311" |
||
1290 | }, |
||
1291 | "dist": { |
||
1292 | "type": "zip", |
||
1293 | "url": "https://api.github.com/repos/google/google-api-php-client/zipball/400f250a30ae1dd4c4a0a4f750fe973fc70e6311", |
||
1294 | "reference": "400f250a30ae1dd4c4a0a4f750fe973fc70e6311", |
||
1295 | "shasum": "" |
||
1296 | }, |
||
1297 | "require": { |
||
1298 | "php": ">=5.2.1" |
||
1299 | }, |
||
1300 | "require-dev": { |
||
1301 | "phpunit/phpunit": "3.7.*", |
||
1302 | "squizlabs/php_codesniffer": "~2.3" |
||
1303 | }, |
||
1304 | "type": "library", |
||
1305 | "extra": { |
||
1306 | "branch-alias": { |
||
1307 | "dev-master": "1.1.x-dev" |
||
1308 | } |
||
1309 | }, |
||
1310 | "autoload": { |
||
1311 | "classmap": [ |
||
1312 | "src/" |
||
1313 | ] |
||
1314 | }, |
||
1315 | "notification-url": "https://packagist.org/downloads/", |
||
1316 | "license": [ |
||
1317 | "Apache-2.0" |
||
1318 | ], |
||
1319 | "description": "Client library for Google APIs", |
||
1320 | "homepage": "http://developers.google.com/api-client-library/php", |
||
1321 | "keywords": [ |
||
1322 | "google" |
||
1323 | ], |
||
1324 | "time": "2016-02-02 18:50:42" |
||
1325 | }, |
||
1326 | { |
||
1327 | "name": "greggilbert/recaptcha", |
||
1328 | "version": "2.1.1", |
||
1329 | "source": { |
||
1330 | "type": "git", |
||
1331 | "url": "https://github.com/greggilbert/recaptcha.git", |
||
1332 | "reference": "fb835b2ac089e52e643e97b93b4060330485955d" |
||
1333 | }, |
||
1334 | "dist": { |
||
1335 | "type": "zip", |
||
1336 | "url": "https://api.github.com/repos/greggilbert/recaptcha/zipball/fb835b2ac089e52e643e97b93b4060330485955d", |
||
1337 | "reference": "fb835b2ac089e52e643e97b93b4060330485955d", |
||
1338 | "shasum": "" |
||
1339 | }, |
||
1340 | "require": { |
||
1341 | "illuminate/support": "~5.1", |
||
1342 | "php": ">=5.3.0" |
||
1343 | }, |
||
1344 | "type": "library", |
||
1345 | "extra": { |
||
1346 | "branch-alias": { |
||
1347 | "dev-master": "2.1-dev" |
||
1348 | } |
||
1349 | }, |
||
1350 | "autoload": { |
||
1351 | "classmap": [ |
||
1352 | "src/migrations" |
||
1353 | ], |
||
1354 | "psr-4": { |
||
1355 | "Greggilbert\\Recaptcha\\": "src/" |
||
1356 | } |
||
1357 | }, |
||
1358 | "notification-url": "https://packagist.org/downloads/", |
||
1359 | "license": [ |
||
1360 | "MIT" |
||
1361 | ], |
||
1362 | "authors": [ |
||
1363 | { |
||
1364 | "name": "Greg Gilbert", |
||
1365 | "email": "[email protected]" |
||
1366 | } |
||
1367 | ], |
||
1368 | "description": "reCAPTCHA Validator for Laravel 5", |
||
1369 | "homepage": "http://github.com/greggilbert/recaptcha", |
||
1370 | "keywords": [ |
||
1371 | "captcha", |
||
1372 | "laravel", |
||
1373 | "laravel5", |
||
1374 | "recaptcha" |
||
1375 | ], |
||
1376 | "time": "2016-02-17 12:41:57" |
||
1377 | }, |
||
1378 | { |
||
1379 | "name": "guzzlehttp/guzzle", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1380 | "version": "6.2.0", |
||
1381 | "source": { |
||
1382 | "type": "git", |
||
1383 | "url": "https://github.com/guzzle/guzzle.git", |
||
1384 | "reference": "d094e337976dff9d8e2424e8485872194e768662" |
||
1385 | }, |
||
1386 | "dist": { |
||
1387 | "type": "zip", |
||
1388 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662", |
||
1389 | "reference": "d094e337976dff9d8e2424e8485872194e768662", |
||
1390 | "shasum": "" |
||
1391 | }, |
||
1392 | "require": { |
||
1393 | "guzzlehttp/promises": "~1.0", |
||
1394 | "guzzlehttp/psr7": "~1.1", |
||
1395 | "php": ">=5.5.0" |
||
1396 | }, |
||
1397 | "require-dev": { |
||
1398 | "ext-curl": "*", |
||
1399 | "phpunit/phpunit": "~4.0", |
||
1400 | "psr/log": "~1.0" |
||
1401 | }, |
||
1402 | "type": "library", |
||
1403 | "extra": { |
||
1404 | "branch-alias": { |
||
1405 | "dev-master": "6.2-dev" |
||
1406 | } |
||
1407 | }, |
||
1408 | "autoload": { |
||
1409 | "files": [ |
||
1410 | "src/functions_include.php" |
||
1411 | ], |
||
1412 | "psr-4": { |
||
1413 | "GuzzleHttp\\": "src/" |
||
1414 | } |
||
1415 | }, |
||
1416 | "notification-url": "https://packagist.org/downloads/", |
||
1417 | "license": [ |
||
1418 | "MIT" |
||
1419 | ], |
||
1420 | "authors": [ |
||
1421 | { |
||
1422 | "name": "Michael Dowling", |
||
1423 | "email": "[email protected]", |
||
1424 | "homepage": "https://github.com/mtdowling" |
||
1425 | } |
||
1426 | ], |
||
1427 | "description": "Guzzle is a PHP HTTP client library", |
||
1428 | "homepage": "http://guzzlephp.org/", |
||
1429 | "keywords": [ |
||
1430 | "client", |
||
1431 | "curl", |
||
1432 | "framework", |
||
1433 | "http", |
||
1434 | "http client", |
||
1435 | "rest", |
||
1436 | "web service" |
||
1437 | ], |
||
1438 | "time": "2016-03-21 20:02:09" |
||
1439 | }, |
||
1440 | { |
||
1441 | "name": "guzzlehttp/promises", |
||
1442 | "version": "1.2.0", |
||
1443 | "source": { |
||
1444 | "type": "git", |
||
1445 | "url": "https://github.com/guzzle/promises.git", |
||
1446 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" |
||
1447 | }, |
||
1448 | "dist": { |
||
1449 | "type": "zip", |
||
1450 | "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
1451 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
1452 | "shasum": "" |
||
1453 | }, |
||
1454 | "require": { |
||
1455 | "php": ">=5.5.0" |
||
1456 | }, |
||
1457 | "require-dev": { |
||
1458 | "phpunit/phpunit": "~4.0" |
||
1459 | }, |
||
1460 | "type": "library", |
||
1461 | "extra": { |
||
1462 | "branch-alias": { |
||
1463 | "dev-master": "1.0-dev" |
||
1464 | } |
||
1465 | }, |
||
1466 | "autoload": { |
||
1467 | "psr-4": { |
||
1468 | "GuzzleHttp\\Promise\\": "src/" |
||
1469 | }, |
||
1470 | "files": [ |
||
1471 | "src/functions_include.php" |
||
1472 | ] |
||
1473 | }, |
||
1474 | "notification-url": "https://packagist.org/downloads/", |
||
1475 | "license": [ |
||
1476 | "MIT" |
||
1477 | ], |
||
1478 | "authors": [ |
||
1479 | { |
||
1480 | "name": "Michael Dowling", |
||
1481 | "email": "[email protected]", |
||
1482 | "homepage": "https://github.com/mtdowling" |
||
1483 | } |
||
1484 | ], |
||
1485 | "description": "Guzzle promises library", |
||
1486 | "keywords": [ |
||
1487 | "promise" |
||
1488 | ], |
||
1489 | "time": "2016-05-18 16:56:05" |
||
1490 | }, |
||
1491 | { |
||
1492 | "name": "guzzlehttp/psr7", |
||
1493 | "version": "1.3.1", |
||
1494 | "source": { |
||
1495 | "type": "git", |
||
1496 | "url": "https://github.com/guzzle/psr7.git", |
||
1497 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" |
||
1498 | }, |
||
1499 | "dist": { |
||
1500 | "type": "zip", |
||
1501 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
1502 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
1503 | "shasum": "" |
||
1504 | }, |
||
1505 | "require": { |
||
1506 | "php": ">=5.4.0", |
||
1507 | "psr/http-message": "~1.0" |
||
1508 | }, |
||
1509 | "provide": { |
||
1510 | "psr/http-message-implementation": "1.0" |
||
1511 | }, |
||
1512 | "require-dev": { |
||
1513 | "phpunit/phpunit": "~4.0" |
||
1514 | }, |
||
1515 | "type": "library", |
||
1516 | "extra": { |
||
1517 | "branch-alias": { |
||
1518 | "dev-master": "1.4-dev" |
||
1519 | } |
||
1520 | }, |
||
1521 | "autoload": { |
||
1522 | "psr-4": { |
||
1523 | "GuzzleHttp\\Psr7\\": "src/" |
||
1524 | }, |
||
1525 | "files": [ |
||
1526 | "src/functions_include.php" |
||
1527 | ] |
||
1528 | }, |
||
1529 | "notification-url": "https://packagist.org/downloads/", |
||
1530 | "license": [ |
||
1531 | "MIT" |
||
1532 | ], |
||
1533 | "authors": [ |
||
1534 | { |
||
1535 | "name": "Michael Dowling", |
||
1536 | "email": "[email protected]", |
||
1537 | "homepage": "https://github.com/mtdowling" |
||
1538 | } |
||
1539 | ], |
||
1540 | "description": "PSR-7 message implementation", |
||
1541 | "keywords": [ |
||
1542 | "http", |
||
1543 | "message", |
||
1544 | "stream", |
||
1545 | "uri" |
||
1546 | ], |
||
1547 | "time": "2016-06-24 23:00:38" |
||
1548 | }, |
||
1549 | { |
||
1550 | "name": "hamcrest/hamcrest-php", |
||
1551 | "version": "v1.2.2", |
||
1552 | "source": { |
||
1553 | "type": "git", |
||
1554 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
1555 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
1556 | }, |
||
1557 | "dist": { |
||
1558 | "type": "zip", |
||
1559 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
1560 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
1561 | "shasum": "" |
||
1562 | }, |
||
1563 | "require": { |
||
1564 | "php": ">=5.3.2" |
||
1565 | }, |
||
1566 | "replace": { |
||
1567 | "cordoval/hamcrest-php": "*", |
||
1568 | "davedevelopment/hamcrest-php": "*", |
||
1569 | "kodova/hamcrest-php": "*" |
||
1570 | }, |
||
1571 | "require-dev": { |
||
1572 | "phpunit/php-file-iterator": "1.3.3", |
||
1573 | "satooshi/php-coveralls": "dev-master" |
||
1574 | }, |
||
1575 | "type": "library", |
||
1576 | "autoload": { |
||
1577 | "classmap": [ |
||
1578 | "hamcrest" |
||
1579 | ], |
||
1580 | "files": [ |
||
1581 | "hamcrest/Hamcrest.php" |
||
1582 | ] |
||
1583 | }, |
||
1584 | "notification-url": "https://packagist.org/downloads/", |
||
1585 | "license": [ |
||
1586 | "BSD" |
||
1587 | ], |
||
1588 | "description": "This is the PHP port of Hamcrest Matchers", |
||
1589 | "keywords": [ |
||
1590 | "test" |
||
1591 | ], |
||
1592 | "time": "2015-05-11 14:41:42" |
||
1593 | }, |
||
1594 | { |
||
1595 | "name": "intervention/image", |
||
1596 | "version": "2.3.7", |
||
1597 | "source": { |
||
1598 | "type": "git", |
||
1599 | "url": "https://github.com/Intervention/image.git", |
||
1600 | "reference": "22088b04728a039bd1fc32f7e79a89a118b78698" |
||
1601 | }, |
||
1602 | "dist": { |
||
1603 | "type": "zip", |
||
1604 | "url": "https://api.github.com/repos/Intervention/image/zipball/22088b04728a039bd1fc32f7e79a89a118b78698", |
||
1605 | "reference": "22088b04728a039bd1fc32f7e79a89a118b78698", |
||
1606 | "shasum": "" |
||
1607 | }, |
||
1608 | "require": { |
||
1609 | "ext-fileinfo": "*", |
||
1610 | "guzzlehttp/psr7": "~1.1", |
||
1611 | "php": ">=5.4.0" |
||
1612 | }, |
||
1613 | "require-dev": { |
||
1614 | "mockery/mockery": "~0.9.2", |
||
1615 | "phpunit/phpunit": "3.*" |
||
1616 | }, |
||
1617 | "suggest": { |
||
1618 | "ext-gd": "to use GD library based image processing.", |
||
1619 | "ext-imagick": "to use Imagick based image processing.", |
||
1620 | "intervention/imagecache": "Caching extension for the Intervention Image library" |
||
1621 | }, |
||
1622 | "type": "library", |
||
1623 | "extra": { |
||
1624 | "branch-alias": { |
||
1625 | "dev-master": "2.3-dev" |
||
1626 | } |
||
1627 | }, |
||
1628 | "autoload": { |
||
1629 | "psr-4": { |
||
1630 | "Intervention\\Image\\": "src/Intervention/Image" |
||
1631 | } |
||
1632 | }, |
||
1633 | "notification-url": "https://packagist.org/downloads/", |
||
1634 | "license": [ |
||
1635 | "MIT" |
||
1636 | ], |
||
1637 | "authors": [ |
||
1638 | { |
||
1639 | "name": "Oliver Vogel", |
||
1640 | "email": "[email protected]", |
||
1641 | "homepage": "http://olivervogel.net/" |
||
1642 | } |
||
1643 | ], |
||
1644 | "description": "Image handling and manipulation library with support for Laravel integration", |
||
1645 | "homepage": "http://image.intervention.io/", |
||
1646 | "keywords": [ |
||
1647 | "gd", |
||
1648 | "image", |
||
1649 | "imagick", |
||
1650 | "laravel", |
||
1651 | "thumbnail", |
||
1652 | "watermark" |
||
1653 | ], |
||
1654 | "time": "2016-04-26 14:08:40" |
||
1655 | }, |
||
1656 | { |
||
1657 | "name": "jakub-onderka/php-console-color", |
||
1658 | "version": "0.1", |
||
1659 | "source": { |
||
1660 | "type": "git", |
||
1661 | "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
||
1662 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" |
||
1663 | }, |
||
1664 | "dist": { |
||
1665 | "type": "zip", |
||
1666 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
1667 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
1668 | "shasum": "" |
||
1669 | }, |
||
1670 | "require": { |
||
1671 | "php": ">=5.3.2" |
||
1672 | }, |
||
1673 | "require-dev": { |
||
1674 | "jakub-onderka/php-code-style": "1.0", |
||
1675 | "jakub-onderka/php-parallel-lint": "0.*", |
||
1676 | "jakub-onderka/php-var-dump-check": "0.*", |
||
1677 | "phpunit/phpunit": "3.7.*", |
||
1678 | "squizlabs/php_codesniffer": "1.*" |
||
1679 | }, |
||
1680 | "type": "library", |
||
1681 | "autoload": { |
||
1682 | "psr-0": { |
||
1683 | "JakubOnderka\\PhpConsoleColor": "src/" |
||
1684 | } |
||
1685 | }, |
||
1686 | "notification-url": "https://packagist.org/downloads/", |
||
1687 | "license": [ |
||
1688 | "BSD-2-Clause" |
||
1689 | ], |
||
1690 | "authors": [ |
||
1691 | { |
||
1692 | "name": "Jakub Onderka", |
||
1693 | "email": "[email protected]", |
||
1694 | "homepage": "http://www.acci.cz" |
||
1695 | } |
||
1696 | ], |
||
1697 | "time": "2014-04-08 15:00:19" |
||
1698 | }, |
||
1699 | { |
||
1700 | "name": "jakub-onderka/php-console-highlighter", |
||
1701 | "version": "v0.3.2", |
||
1702 | "source": { |
||
1703 | "type": "git", |
||
1704 | "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
||
1705 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
||
1706 | }, |
||
1707 | "dist": { |
||
1708 | "type": "zip", |
||
1709 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
1710 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
1711 | "shasum": "" |
||
1712 | }, |
||
1713 | "require": { |
||
1714 | "jakub-onderka/php-console-color": "~0.1", |
||
1715 | "php": ">=5.3.0" |
||
1716 | }, |
||
1717 | "require-dev": { |
||
1718 | "jakub-onderka/php-code-style": "~1.0", |
||
1719 | "jakub-onderka/php-parallel-lint": "~0.5", |
||
1720 | "jakub-onderka/php-var-dump-check": "~0.1", |
||
1721 | "phpunit/phpunit": "~4.0", |
||
1722 | "squizlabs/php_codesniffer": "~1.5" |
||
1723 | }, |
||
1724 | "type": "library", |
||
1725 | "autoload": { |
||
1726 | "psr-0": { |
||
1727 | "JakubOnderka\\PhpConsoleHighlighter": "src/" |
||
1728 | } |
||
1729 | }, |
||
1730 | "notification-url": "https://packagist.org/downloads/", |
||
1731 | "license": [ |
||
1732 | "MIT" |
||
1733 | ], |
||
1734 | "authors": [ |
||
1735 | { |
||
1736 | "name": "Jakub Onderka", |
||
1737 | "email": "[email protected]", |
||
1738 | "homepage": "http://www.acci.cz/" |
||
1739 | } |
||
1740 | ], |
||
1741 | "time": "2015-04-20 18:58:01" |
||
1742 | }, |
||
1743 | { |
||
1744 | "name": "jenssegers/date", |
||
1745 | "version": "v3.2.2", |
||
1746 | "source": { |
||
1747 | "type": "git", |
||
1748 | "url": "https://github.com/jenssegers/date.git", |
||
1749 | "reference": "2550344143b9de9b4b4ecbe64477d6eed5717b84" |
||
1750 | }, |
||
1751 | "dist": { |
||
1752 | "type": "zip", |
||
1753 | "url": "https://api.github.com/repos/jenssegers/date/zipball/2550344143b9de9b4b4ecbe64477d6eed5717b84", |
||
1754 | "reference": "2550344143b9de9b4b4ecbe64477d6eed5717b84", |
||
1755 | "shasum": "" |
||
1756 | }, |
||
1757 | "require": { |
||
1758 | "nesbot/carbon": "^1.0", |
||
1759 | "php": ">=5.4", |
||
1760 | "symfony/translation": "^2.7|^3.0" |
||
1761 | }, |
||
1762 | "require-dev": { |
||
1763 | "phpunit/phpunit": "^4.0|^5.0", |
||
1764 | "satooshi/php-coveralls": "^1.0" |
||
1765 | }, |
||
1766 | "type": "library", |
||
1767 | "extra": { |
||
1768 | "branch-alias": { |
||
1769 | "dev-master": "3.1-dev" |
||
1770 | } |
||
1771 | }, |
||
1772 | "autoload": { |
||
1773 | "psr-4": { |
||
1774 | "Jenssegers\\Date\\": "src/" |
||
1775 | } |
||
1776 | }, |
||
1777 | "notification-url": "https://packagist.org/downloads/", |
||
1778 | "license": [ |
||
1779 | "MIT" |
||
1780 | ], |
||
1781 | "authors": [ |
||
1782 | { |
||
1783 | "name": "Jens Segers", |
||
1784 | "homepage": "https://jenssegers.com" |
||
1785 | } |
||
1786 | ], |
||
1787 | "description": "A date library to help you work with dates in different languages", |
||
1788 | "homepage": "https://github.com/jenssegers/date", |
||
1789 | "keywords": [ |
||
1790 | "carbon", |
||
1791 | "date", |
||
1792 | "datetime", |
||
1793 | "i18n", |
||
1794 | "laravel", |
||
1795 | "time", |
||
1796 | "translation" |
||
1797 | ], |
||
1798 | "time": "2016-06-05 16:39:48" |
||
1799 | }, |
||
1800 | { |
||
1801 | "name": "jeremeamia/SuperClosure", |
||
1802 | "version": "2.2.0", |
||
1803 | "source": { |
||
1804 | "type": "git", |
||
1805 | "url": "https://github.com/jeremeamia/super_closure.git", |
||
1806 | "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938" |
||
1807 | }, |
||
1808 | "dist": { |
||
1809 | "type": "zip", |
||
1810 | "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938", |
||
1811 | "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938", |
||
1812 | "shasum": "" |
||
1813 | }, |
||
1814 | "require": { |
||
1815 | "nikic/php-parser": "^1.2|^2.0", |
||
1816 | "php": ">=5.4", |
||
1817 | "symfony/polyfill-php56": "^1.0" |
||
1818 | }, |
||
1819 | "require-dev": { |
||
1820 | "phpunit/phpunit": "^4.0|^5.0" |
||
1821 | }, |
||
1822 | "type": "library", |
||
1823 | "extra": { |
||
1824 | "branch-alias": { |
||
1825 | "dev-master": "2.2-dev" |
||
1826 | } |
||
1827 | }, |
||
1828 | "autoload": { |
||
1829 | "psr-4": { |
||
1830 | "SuperClosure\\": "src/" |
||
1831 | } |
||
1832 | }, |
||
1833 | "notification-url": "https://packagist.org/downloads/", |
||
1834 | "license": [ |
||
1835 | "MIT" |
||
1836 | ], |
||
1837 | "authors": [ |
||
1838 | { |
||
1839 | "name": "Jeremy Lindblom", |
||
1840 | "email": "[email protected]", |
||
1841 | "homepage": "https://github.com/jeremeamia", |
||
1842 | "role": "Developer" |
||
1843 | } |
||
1844 | ], |
||
1845 | "description": "Serialize Closure objects, including their context and binding", |
||
1846 | "homepage": "https://github.com/jeremeamia/super_closure", |
||
1847 | "keywords": [ |
||
1848 | "closure", |
||
1849 | "function", |
||
1850 | "lambda", |
||
1851 | "parser", |
||
1852 | "serializable", |
||
1853 | "serialize", |
||
1854 | "tokenizer" |
||
1855 | ], |
||
1856 | "time": "2015-12-05 17:17:57" |
||
1857 | }, |
||
1858 | { |
||
1859 | "name": "julien-c/iso3166", |
||
1860 | "version": "2.0.1", |
||
1861 | "source": { |
||
1862 | "type": "git", |
||
1863 | "url": "https://github.com/julien-c/iso3166.git", |
||
1864 | "reference": "d7bd56333a1ed901fbc41d5a5c92d88a2a6cb88c" |
||
1865 | }, |
||
1866 | "dist": { |
||
1867 | "type": "zip", |
||
1868 | "url": "https://api.github.com/repos/julien-c/iso3166/zipball/d7bd56333a1ed901fbc41d5a5c92d88a2a6cb88c", |
||
1869 | "reference": "d7bd56333a1ed901fbc41d5a5c92d88a2a6cb88c", |
||
1870 | "shasum": "" |
||
1871 | }, |
||
1872 | "type": "library", |
||
1873 | "autoload": { |
||
1874 | "psr-4": { |
||
1875 | "Iso3166\\": "src/" |
||
1876 | } |
||
1877 | }, |
||
1878 | "notification-url": "https://packagist.org/downloads/", |
||
1879 | "license": [ |
||
1880 | "MIT" |
||
1881 | ], |
||
1882 | "authors": [ |
||
1883 | { |
||
1884 | "name": "Julien Chaumond", |
||
1885 | "email": "[email protected]" |
||
1886 | } |
||
1887 | ], |
||
1888 | "description": "ISO 3166-1 alpha-2 mapping", |
||
1889 | "time": "2015-12-15 15:40:03" |
||
1890 | }, |
||
1891 | { |
||
1892 | "name": "ksubileau/color-thief-php", |
||
1893 | "version": "v1.3.0", |
||
1894 | "source": { |
||
1895 | "type": "git", |
||
1896 | "url": "https://github.com/ksubileau/color-thief-php.git", |
||
1897 | "reference": "f0e1bc5da3dd86abd3e8c95a553c3e8f25e0fe7e" |
||
1898 | }, |
||
1899 | "dist": { |
||
1900 | "type": "zip", |
||
1901 | "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/f0e1bc5da3dd86abd3e8c95a553c3e8f25e0fe7e", |
||
1902 | "reference": "f0e1bc5da3dd86abd3e8c95a553c3e8f25e0fe7e", |
||
1903 | "shasum": "" |
||
1904 | }, |
||
1905 | "require": { |
||
1906 | "php": ">=5.3.0" |
||
1907 | }, |
||
1908 | "require-dev": { |
||
1909 | "phpunit/phpunit": "4.*", |
||
1910 | "squizlabs/php_codesniffer": "2.*" |
||
1911 | }, |
||
1912 | "suggest": { |
||
1913 | "ext-gd": "to use the GD image adapter.", |
||
1914 | "ext-gmagick": "to use the Gmagick image adapter.", |
||
1915 | "ext-imagick": "to use the Imagick image adapter." |
||
1916 | }, |
||
1917 | "type": "library", |
||
1918 | "autoload": { |
||
1919 | "psr-0": { |
||
1920 | "ColorThief": "lib/" |
||
1921 | } |
||
1922 | }, |
||
1923 | "notification-url": "https://packagist.org/downloads/", |
||
1924 | "license": [ |
||
1925 | "CC-BY-2.5" |
||
1926 | ], |
||
1927 | "authors": [ |
||
1928 | { |
||
1929 | "name": "Kevin Subileau", |
||
1930 | "homepage": "http://www.kevinsubileau.fr" |
||
1931 | } |
||
1932 | ], |
||
1933 | "description": "Grabs the dominant color or a representative color palette from an image.", |
||
1934 | "homepage": "http://www.kevinsubileau.fr/projets/color-thief-php", |
||
1935 | "keywords": [ |
||
1936 | "color", |
||
1937 | "dominant", |
||
1938 | "palette", |
||
1939 | "php", |
||
1940 | "thief" |
||
1941 | ], |
||
1942 | "time": "2016-01-17 18:55:16" |
||
1943 | }, |
||
1944 | { |
||
1945 | "name": "laracasts/flash", |
||
1946 | "version": "1.3.4", |
||
1947 | "source": { |
||
1948 | "type": "git", |
||
1949 | "url": "https://github.com/laracasts/flash.git", |
||
1950 | "reference": "e0a048b911092e15920ce66f4b6a54b6befa30a3" |
||
1951 | }, |
||
1952 | "dist": { |
||
1953 | "type": "zip", |
||
1954 | "url": "https://api.github.com/repos/laracasts/flash/zipball/e0a048b911092e15920ce66f4b6a54b6befa30a3", |
||
1955 | "reference": "e0a048b911092e15920ce66f4b6a54b6befa30a3", |
||
1956 | "shasum": "" |
||
1957 | }, |
||
1958 | "require": { |
||
1959 | "illuminate/support": "~5.0", |
||
1960 | "php": ">=5.4.0" |
||
1961 | }, |
||
1962 | "require-dev": { |
||
1963 | "mockery/mockery": "dev-master" |
||
1964 | }, |
||
1965 | "type": "library", |
||
1966 | "autoload": { |
||
1967 | "psr-0": { |
||
1968 | "Laracasts\\Flash": "src/" |
||
1969 | }, |
||
1970 | "files": [ |
||
1971 | "src/Laracasts/Flash/functions.php" |
||
1972 | ] |
||
1973 | }, |
||
1974 | "notification-url": "https://packagist.org/downloads/", |
||
1975 | "license": [ |
||
1976 | "MIT" |
||
1977 | ], |
||
1978 | "authors": [ |
||
1979 | { |
||
1980 | "name": "Jeffrey Way", |
||
1981 | "email": "[email protected]" |
||
1982 | } |
||
1983 | ], |
||
1984 | "description": "Easy flash notifications", |
||
1985 | "time": "2015-12-22 15:52:08" |
||
1986 | }, |
||
1987 | { |
||
1988 | "name": "laracasts/presenter", |
||
1989 | "version": "0.2.1", |
||
1990 | "source": { |
||
1991 | "type": "git", |
||
1992 | "url": "https://github.com/laracasts/Presenter.git", |
||
1993 | "reference": "b284f3137f990efd6e95df49d254f1ccc4541e92" |
||
1994 | }, |
||
1995 | "dist": { |
||
1996 | "type": "zip", |
||
1997 | "url": "https://api.github.com/repos/laracasts/Presenter/zipball/b284f3137f990efd6e95df49d254f1ccc4541e92", |
||
1998 | "reference": "b284f3137f990efd6e95df49d254f1ccc4541e92", |
||
1999 | "shasum": "" |
||
2000 | }, |
||
2001 | "require": { |
||
2002 | "illuminate/support": "~5.0", |
||
2003 | "php": ">=5.4.0" |
||
2004 | }, |
||
2005 | "require-dev": { |
||
2006 | "mockery/mockery": "~0.9", |
||
2007 | "phpspec/phpspec": "~2.0" |
||
2008 | }, |
||
2009 | "type": "library", |
||
2010 | "autoload": { |
||
2011 | "psr-0": { |
||
2012 | "Laracasts\\Presenter": "src/" |
||
2013 | } |
||
2014 | }, |
||
2015 | "notification-url": "https://packagist.org/downloads/", |
||
2016 | "license": [ |
||
2017 | "MIT" |
||
2018 | ], |
||
2019 | "authors": [ |
||
2020 | { |
||
2021 | "name": "Jeffrey Way", |
||
2022 | "email": "[email protected]" |
||
2023 | } |
||
2024 | ], |
||
2025 | "description": "Simple view presenters", |
||
2026 | "keywords": [ |
||
2027 | "laravel", |
||
2028 | "presenter", |
||
2029 | "view" |
||
2030 | ], |
||
2031 | "time": "2014-09-13 13:18:07" |
||
2032 | }, |
||
2033 | { |
||
2034 | "name": "laracasts/utilities", |
||
2035 | "version": "2.1", |
||
2036 | "source": { |
||
2037 | "type": "git", |
||
2038 | "url": "https://github.com/laracasts/PHP-Vars-To-Js-Transformer.git", |
||
2039 | "reference": "4402a0ed774f8eb36ea7ba169341d9d5b6049378" |
||
2040 | }, |
||
2041 | "dist": { |
||
2042 | "type": "zip", |
||
2043 | "url": "https://api.github.com/repos/laracasts/PHP-Vars-To-Js-Transformer/zipball/4402a0ed774f8eb36ea7ba169341d9d5b6049378", |
||
2044 | "reference": "4402a0ed774f8eb36ea7ba169341d9d5b6049378", |
||
2045 | "shasum": "" |
||
2046 | }, |
||
2047 | "require": { |
||
2048 | "illuminate/support": "~5.0", |
||
2049 | "php": ">=5.4.0" |
||
2050 | }, |
||
2051 | "require-dev": { |
||
2052 | "phpspec/phpspec": "~2.0" |
||
2053 | }, |
||
2054 | "type": "library", |
||
2055 | "autoload": { |
||
2056 | "psr-4": { |
||
2057 | "Laracasts\\Utilities\\JavaScript\\": "src/" |
||
2058 | } |
||
2059 | }, |
||
2060 | "notification-url": "https://packagist.org/downloads/", |
||
2061 | "license": [ |
||
2062 | "MIT" |
||
2063 | ], |
||
2064 | "authors": [ |
||
2065 | { |
||
2066 | "name": "Jeffrey Way", |
||
2067 | "email": "[email protected]" |
||
2068 | } |
||
2069 | ], |
||
2070 | "description": "Transform your PHP to JavaScript", |
||
2071 | "keywords": [ |
||
2072 | "javascript", |
||
2073 | "laravel" |
||
2074 | ], |
||
2075 | "time": "2015-10-01 05:16:28" |
||
2076 | }, |
||
2077 | { |
||
2078 | "name": "laravel/framework", |
||
2079 | "version": "v5.2.39", |
||
2080 | "source": { |
||
2081 | "type": "git", |
||
2082 | "url": "https://github.com/laravel/framework.git", |
||
2083 | "reference": "c2a77050269b4e03bd9a735a9f24e573a7598b8a" |
||
2084 | }, |
||
2085 | "dist": { |
||
2086 | "type": "zip", |
||
2087 | "url": "https://api.github.com/repos/laravel/framework/zipball/c2a77050269b4e03bd9a735a9f24e573a7598b8a", |
||
2088 | "reference": "c2a77050269b4e03bd9a735a9f24e573a7598b8a", |
||
2089 | "shasum": "" |
||
2090 | }, |
||
2091 | "require": { |
||
2092 | "classpreloader/classpreloader": "~3.0", |
||
2093 | "doctrine/inflector": "~1.0", |
||
2094 | "ext-mbstring": "*", |
||
2095 | "ext-openssl": "*", |
||
2096 | "jeremeamia/superclosure": "~2.2", |
||
2097 | "league/flysystem": "~1.0", |
||
2098 | "monolog/monolog": "~1.11", |
||
2099 | "mtdowling/cron-expression": "~1.0", |
||
2100 | "nesbot/carbon": "~1.20", |
||
2101 | "paragonie/random_compat": "~1.4", |
||
2102 | "php": ">=5.5.9", |
||
2103 | "psy/psysh": "0.7.*", |
||
2104 | "swiftmailer/swiftmailer": "~5.1", |
||
2105 | "symfony/console": "2.8.*|3.0.*", |
||
2106 | "symfony/debug": "2.8.*|3.0.*", |
||
2107 | "symfony/finder": "2.8.*|3.0.*", |
||
2108 | "symfony/http-foundation": "2.8.*|3.0.*", |
||
2109 | "symfony/http-kernel": "2.8.*|3.0.*", |
||
2110 | "symfony/polyfill-php56": "~1.0", |
||
2111 | "symfony/process": "2.8.*|3.0.*", |
||
2112 | "symfony/routing": "2.8.*|3.0.*", |
||
2113 | "symfony/translation": "2.8.*|3.0.*", |
||
2114 | "symfony/var-dumper": "2.8.*|3.0.*", |
||
2115 | "vlucas/phpdotenv": "~2.2" |
||
2116 | }, |
||
2117 | "replace": { |
||
2118 | "illuminate/auth": "self.version", |
||
2119 | "illuminate/broadcasting": "self.version", |
||
2120 | "illuminate/bus": "self.version", |
||
2121 | "illuminate/cache": "self.version", |
||
2122 | "illuminate/config": "self.version", |
||
2123 | "illuminate/console": "self.version", |
||
2124 | "illuminate/container": "self.version", |
||
2125 | "illuminate/contracts": "self.version", |
||
2126 | "illuminate/cookie": "self.version", |
||
2127 | "illuminate/database": "self.version", |
||
2128 | "illuminate/encryption": "self.version", |
||
2129 | "illuminate/events": "self.version", |
||
2130 | "illuminate/exception": "self.version", |
||
2131 | "illuminate/filesystem": "self.version", |
||
2132 | "illuminate/hashing": "self.version", |
||
2133 | "illuminate/http": "self.version", |
||
2134 | "illuminate/log": "self.version", |
||
2135 | "illuminate/mail": "self.version", |
||
2136 | "illuminate/pagination": "self.version", |
||
2137 | "illuminate/pipeline": "self.version", |
||
2138 | "illuminate/queue": "self.version", |
||
2139 | "illuminate/redis": "self.version", |
||
2140 | "illuminate/routing": "self.version", |
||
2141 | "illuminate/session": "self.version", |
||
2142 | "illuminate/support": "self.version", |
||
2143 | "illuminate/translation": "self.version", |
||
2144 | "illuminate/validation": "self.version", |
||
2145 | "illuminate/view": "self.version" |
||
2146 | }, |
||
2147 | "require-dev": { |
||
2148 | "aws/aws-sdk-php": "~3.0", |
||
2149 | "mockery/mockery": "~0.9.4", |
||
2150 | "pda/pheanstalk": "~3.0", |
||
2151 | "phpunit/phpunit": "~4.1", |
||
2152 | "predis/predis": "~1.0", |
||
2153 | "symfony/css-selector": "2.8.*|3.0.*", |
||
2154 | "symfony/dom-crawler": "2.8.*|3.0.*" |
||
2155 | }, |
||
2156 | "suggest": { |
||
2157 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
||
2158 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
||
2159 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
2160 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).", |
||
2161 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
2162 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
2163 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
2164 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
||
2165 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
||
2166 | "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).", |
||
2167 | "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).", |
||
2168 | "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)." |
||
2169 | }, |
||
2170 | "type": "library", |
||
2171 | "extra": { |
||
2172 | "branch-alias": { |
||
2173 | "dev-master": "5.2-dev" |
||
2174 | } |
||
2175 | }, |
||
2176 | "autoload": { |
||
2177 | "classmap": [ |
||
2178 | "src/Illuminate/Queue/IlluminateQueueClosure.php" |
||
2179 | ], |
||
2180 | "files": [ |
||
2181 | "src/Illuminate/Foundation/helpers.php", |
||
2182 | "src/Illuminate/Support/helpers.php" |
||
2183 | ], |
||
2184 | "psr-4": { |
||
2185 | "Illuminate\\": "src/Illuminate/" |
||
2186 | } |
||
2187 | }, |
||
2188 | "notification-url": "https://packagist.org/downloads/", |
||
2189 | "license": [ |
||
2190 | "MIT" |
||
2191 | ], |
||
2192 | "authors": [ |
||
2193 | { |
||
2194 | "name": "Taylor Otwell", |
||
2195 | "email": "[email protected]" |
||
2196 | } |
||
2197 | ], |
||
2198 | "description": "The Laravel Framework.", |
||
2199 | "homepage": "http://laravel.com", |
||
2200 | "keywords": [ |
||
2201 | "framework", |
||
2202 | "laravel" |
||
2203 | ], |
||
2204 | "time": "2016-06-17 19:25:12" |
||
2205 | }, |
||
2206 | { |
||
2207 | "name": "laravelcollective/html", |
||
2208 | "version": "v5.2.4", |
||
2209 | "source": { |
||
2210 | "type": "git", |
||
2211 | "url": "https://github.com/LaravelCollective/html.git", |
||
2212 | "reference": "3a312d39ffe37da0f57b602618b61fd07c1fcec5" |
||
2213 | }, |
||
2214 | "dist": { |
||
2215 | "type": "zip", |
||
2216 | "url": "https://api.github.com/repos/LaravelCollective/html/zipball/3a312d39ffe37da0f57b602618b61fd07c1fcec5", |
||
2217 | "reference": "3a312d39ffe37da0f57b602618b61fd07c1fcec5", |
||
2218 | "shasum": "" |
||
2219 | }, |
||
2220 | "require": { |
||
2221 | "illuminate/http": "5.2.*", |
||
2222 | "illuminate/routing": "5.2.*", |
||
2223 | "illuminate/session": "5.2.*", |
||
2224 | "illuminate/support": "5.2.*", |
||
2225 | "illuminate/view": "5.2.*", |
||
2226 | "php": ">=5.5.9" |
||
2227 | }, |
||
2228 | "require-dev": { |
||
2229 | "illuminate/database": "5.2.*", |
||
2230 | "mockery/mockery": "~0.9", |
||
2231 | "phpunit/phpunit": "~4.0" |
||
2232 | }, |
||
2233 | "type": "library", |
||
2234 | "autoload": { |
||
2235 | "psr-4": { |
||
2236 | "Collective\\Html\\": "src/" |
||
2237 | }, |
||
2238 | "files": [ |
||
2239 | "src/helpers.php" |
||
2240 | ] |
||
2241 | }, |
||
2242 | "notification-url": "https://packagist.org/downloads/", |
||
2243 | "license": [ |
||
2244 | "MIT" |
||
2245 | ], |
||
2246 | "authors": [ |
||
2247 | { |
||
2248 | "name": "Taylor Otwell", |
||
2249 | "email": "[email protected]" |
||
2250 | }, |
||
2251 | { |
||
2252 | "name": "Adam Engebretson", |
||
2253 | "email": "[email protected]" |
||
2254 | } |
||
2255 | ], |
||
2256 | "description": "HTML and Form Builders for the Laravel Framework", |
||
2257 | "homepage": "http://laravelcollective.com", |
||
2258 | "time": "2016-01-27 22:29:54" |
||
2259 | }, |
||
2260 | { |
||
2261 | "name": "league/flysystem", |
||
2262 | "version": "1.0.24", |
||
2263 | "source": { |
||
2264 | "type": "git", |
||
2265 | "url": "https://github.com/thephpleague/flysystem.git", |
||
2266 | "reference": "9aca859a303fdca30370f42b8c611d9cf0dedf4b" |
||
2267 | }, |
||
2268 | "dist": { |
||
2269 | "type": "zip", |
||
2270 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9aca859a303fdca30370f42b8c611d9cf0dedf4b", |
||
2271 | "reference": "9aca859a303fdca30370f42b8c611d9cf0dedf4b", |
||
2272 | "shasum": "" |
||
2273 | }, |
||
2274 | "require": { |
||
2275 | "php": ">=5.4.0" |
||
2276 | }, |
||
2277 | "conflict": { |
||
2278 | "league/flysystem-sftp": "<1.0.6" |
||
2279 | }, |
||
2280 | "require-dev": { |
||
2281 | "ext-fileinfo": "*", |
||
2282 | "mockery/mockery": "~0.9", |
||
2283 | "phpspec/phpspec": "^2.2", |
||
2284 | "phpunit/phpunit": "~4.8 || ~5.0" |
||
2285 | }, |
||
2286 | "suggest": { |
||
2287 | "ext-fileinfo": "Required for MimeType", |
||
2288 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
2289 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
2290 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
2291 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
2292 | "league/flysystem-copy": "Allows you to use Copy.com storage", |
||
2293 | "league/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
2294 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
2295 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
2296 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
2297 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
2298 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" |
||
2299 | }, |
||
2300 | "type": "library", |
||
2301 | "extra": { |
||
2302 | "branch-alias": { |
||
2303 | "dev-master": "1.1-dev" |
||
2304 | } |
||
2305 | }, |
||
2306 | "autoload": { |
||
2307 | "psr-4": { |
||
2308 | "League\\Flysystem\\": "src/" |
||
2309 | } |
||
2310 | }, |
||
2311 | "notification-url": "https://packagist.org/downloads/", |
||
2312 | "license": [ |
||
2313 | "MIT" |
||
2314 | ], |
||
2315 | "authors": [ |
||
2316 | { |
||
2317 | "name": "Frank de Jonge", |
||
2318 | "email": "[email protected]" |
||
2319 | } |
||
2320 | ], |
||
2321 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
2322 | "keywords": [ |
||
2323 | "Cloud Files", |
||
2324 | "WebDAV", |
||
2325 | "abstraction", |
||
2326 | "aws", |
||
2327 | "cloud", |
||
2328 | "copy.com", |
||
2329 | "dropbox", |
||
2330 | "file systems", |
||
2331 | "files", |
||
2332 | "filesystem", |
||
2333 | "filesystems", |
||
2334 | "ftp", |
||
2335 | "rackspace", |
||
2336 | "remote", |
||
2337 | "s3", |
||
2338 | "sftp", |
||
2339 | "storage" |
||
2340 | ], |
||
2341 | "time": "2016-06-03 19:11:39" |
||
2342 | }, |
||
2343 | { |
||
2344 | "name": "league/flysystem-aws-s3-v3", |
||
2345 | "version": "1.0.13", |
||
2346 | "source": { |
||
2347 | "type": "git", |
||
2348 | "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", |
||
2349 | "reference": "dc56a8faf3aff0841f9eae04b6af94a50657896c" |
||
2350 | }, |
||
2351 | "dist": { |
||
2352 | "type": "zip", |
||
2353 | "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/dc56a8faf3aff0841f9eae04b6af94a50657896c", |
||
2354 | "reference": "dc56a8faf3aff0841f9eae04b6af94a50657896c", |
||
2355 | "shasum": "" |
||
2356 | }, |
||
2357 | "require": { |
||
2358 | "aws/aws-sdk-php": "^3.0.0", |
||
2359 | "league/flysystem": "~1.0", |
||
2360 | "php": ">=5.5.0" |
||
2361 | }, |
||
2362 | "require-dev": { |
||
2363 | "henrikbjorn/phpspec-code-coverage": "~1.0.1", |
||
2364 | "phpspec/phpspec": "^2.0.0" |
||
2365 | }, |
||
2366 | "type": "library", |
||
2367 | "extra": { |
||
2368 | "branch-alias": { |
||
2369 | "dev-master": "1.0-dev" |
||
2370 | } |
||
2371 | }, |
||
2372 | "autoload": { |
||
2373 | "psr-4": { |
||
2374 | "League\\Flysystem\\AwsS3v3\\": "src/" |
||
2375 | } |
||
2376 | }, |
||
2377 | "notification-url": "https://packagist.org/downloads/", |
||
2378 | "license": [ |
||
2379 | "MIT" |
||
2380 | ], |
||
2381 | "authors": [ |
||
2382 | { |
||
2383 | "name": "Frank de Jonge", |
||
2384 | "email": "[email protected]" |
||
2385 | } |
||
2386 | ], |
||
2387 | "description": "Flysystem adapter for the AWS S3 SDK v3.x", |
||
2388 | "time": "2016-06-21 21:34:35" |
||
2389 | }, |
||
2390 | { |
||
2391 | "name": "league/fractal", |
||
2392 | "version": "0.13.0", |
||
2393 | "source": { |
||
2394 | "type": "git", |
||
2395 | "url": "https://github.com/thephpleague/fractal.git", |
||
2396 | "reference": "3caeefbad51bce7a06947321938128512f42346c" |
||
2397 | }, |
||
2398 | "dist": { |
||
2399 | "type": "zip", |
||
2400 | "url": "https://api.github.com/repos/thephpleague/fractal/zipball/3caeefbad51bce7a06947321938128512f42346c", |
||
2401 | "reference": "3caeefbad51bce7a06947321938128512f42346c", |
||
2402 | "shasum": "" |
||
2403 | }, |
||
2404 | "require": { |
||
2405 | "php": ">=5.4" |
||
2406 | }, |
||
2407 | "require-dev": { |
||
2408 | "illuminate/contracts": "~5.0", |
||
2409 | "mockery/mockery": "~0.9", |
||
2410 | "pagerfanta/pagerfanta": "~1.0.0", |
||
2411 | "phpunit/phpunit": "~4.0", |
||
2412 | "squizlabs/php_codesniffer": "~1.5", |
||
2413 | "zendframework/zend-paginator": "~2.3" |
||
2414 | }, |
||
2415 | "suggest": { |
||
2416 | "illuminate/pagination": "The Illuminate Pagination component.", |
||
2417 | "pagerfanta/pagerfanta": "Pagerfanta Paginator", |
||
2418 | "zendframework/zend-paginator": "Zend Framework Paginator" |
||
2419 | }, |
||
2420 | "type": "library", |
||
2421 | "extra": { |
||
2422 | "branch-alias": { |
||
2423 | "dev-master": "0.13-dev" |
||
2424 | } |
||
2425 | }, |
||
2426 | "autoload": { |
||
2427 | "psr-4": { |
||
2428 | "League\\Fractal\\": "src" |
||
2429 | } |
||
2430 | }, |
||
2431 | "notification-url": "https://packagist.org/downloads/", |
||
2432 | "license": [ |
||
2433 | "MIT" |
||
2434 | ], |
||
2435 | "authors": [ |
||
2436 | { |
||
2437 | "name": "Phil Sturgeon", |
||
2438 | "email": "[email protected]", |
||
2439 | "homepage": "http://philsturgeon.uk/", |
||
2440 | "role": "Developer" |
||
2441 | } |
||
2442 | ], |
||
2443 | "description": "Handle the output of complex data structures ready for API output.", |
||
2444 | "homepage": "http://fractal.thephpleague.com/", |
||
2445 | "keywords": [ |
||
2446 | "api", |
||
2447 | "json", |
||
2448 | "league", |
||
2449 | "rest" |
||
2450 | ], |
||
2451 | "time": "2015-10-07 14:48:58" |
||
2452 | }, |
||
2453 | { |
||
2454 | "name": "league/glide", |
||
2455 | "version": "1.0.1", |
||
2456 | "source": { |
||
2457 | "type": "git", |
||
2458 | "url": "https://github.com/thephpleague/glide.git", |
||
2459 | "reference": "4218b548401ff3a8f602e2c3f78849a381b2c1bf" |
||
2460 | }, |
||
2461 | "dist": { |
||
2462 | "type": "zip", |
||
2463 | "url": "https://api.github.com/repos/thephpleague/glide/zipball/4218b548401ff3a8f602e2c3f78849a381b2c1bf", |
||
2464 | "reference": "4218b548401ff3a8f602e2c3f78849a381b2c1bf", |
||
2465 | "shasum": "" |
||
2466 | }, |
||
2467 | "require": { |
||
2468 | "intervention/image": "^2.1", |
||
2469 | "league/flysystem": "^1.0", |
||
2470 | "php": "^5.4 | ^7.0", |
||
2471 | "psr/http-message": "^1.0" |
||
2472 | }, |
||
2473 | "require-dev": { |
||
2474 | "mockery/mockery": "~0.9", |
||
2475 | "phpunit/php-token-stream": "^1.4", |
||
2476 | "phpunit/phpunit": "~4.4" |
||
2477 | }, |
||
2478 | "type": "library", |
||
2479 | "extra": { |
||
2480 | "branch-alias": { |
||
2481 | "dev-master": "1.0-dev" |
||
2482 | } |
||
2483 | }, |
||
2484 | "autoload": { |
||
2485 | "psr-4": { |
||
2486 | "League\\Glide\\": "src/" |
||
2487 | } |
||
2488 | }, |
||
2489 | "notification-url": "https://packagist.org/downloads/", |
||
2490 | "license": [ |
||
2491 | "MIT" |
||
2492 | ], |
||
2493 | "authors": [ |
||
2494 | { |
||
2495 | "name": "Jonathan Reinink", |
||
2496 | "email": "[email protected]", |
||
2497 | "homepage": "http://reinink.ca" |
||
2498 | } |
||
2499 | ], |
||
2500 | "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.", |
||
2501 | "homepage": "http://glide.thephpleague.com", |
||
2502 | "keywords": [ |
||
2503 | "ImageMagick", |
||
2504 | "editing", |
||
2505 | "gd", |
||
2506 | "image", |
||
2507 | "imagick", |
||
2508 | "league", |
||
2509 | "manipulation", |
||
2510 | "processing" |
||
2511 | ], |
||
2512 | "time": "2016-06-13 14:45:28" |
||
2513 | }, |
||
2514 | { |
||
2515 | "name": "maatwebsite/excel", |
||
2516 | "version": "v2.1.2", |
||
2517 | "source": { |
||
2518 | "type": "git", |
||
2519 | "url": "https://github.com/Maatwebsite/Laravel-Excel.git", |
||
2520 | "reference": "aae17dbd6f39606cf8f588359a7a79438ab5aa53" |
||
2521 | }, |
||
2522 | "dist": { |
||
2523 | "type": "zip", |
||
2524 | "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/aae17dbd6f39606cf8f588359a7a79438ab5aa53", |
||
2525 | "reference": "aae17dbd6f39606cf8f588359a7a79438ab5aa53", |
||
2526 | "shasum": "" |
||
2527 | }, |
||
2528 | "require": { |
||
2529 | "illuminate/cache": "5.0.*|5.1.*|5.2.*", |
||
2530 | "illuminate/config": "5.0.*|5.1.*|5.2.*", |
||
2531 | "illuminate/filesystem": "5.0.*|5.1.*|5.2.*", |
||
2532 | "illuminate/support": "5.0.*|5.1.*|5.2.*", |
||
2533 | "nesbot/carbon": "~1.0", |
||
2534 | "php": ">=5.5", |
||
2535 | "phpoffice/phpexcel": "1.8.*", |
||
2536 | "tijsverkoyen/css-to-inline-styles": "~1.5" |
||
2537 | }, |
||
2538 | "require-dev": { |
||
2539 | "mockery/mockery": "~0.9", |
||
2540 | "orchestra/testbench": "3.1.*", |
||
2541 | "phpseclib/phpseclib": "~1.0", |
||
2542 | "phpunit/phpunit": "~4.0" |
||
2543 | }, |
||
2544 | "suggest": { |
||
2545 | "illuminate/http": "5.0.*|5.1.*|5.2.*", |
||
2546 | "illuminate/queue": "5.0.*|5.1.*|5.2.*", |
||
2547 | "illuminate/routing": "5.0.*|5.1.*|5.2.*", |
||
2548 | "illuminate/view": "5.0.*|5.1.*|5.2.*" |
||
2549 | }, |
||
2550 | "type": "library", |
||
2551 | "autoload": { |
||
2552 | "classmap": [ |
||
2553 | "src/Maatwebsite/Excel", |
||
2554 | "tests/TestCase.php" |
||
2555 | ], |
||
2556 | "psr-0": { |
||
2557 | "Maatwebsite\\Excel\\": "src/" |
||
2558 | } |
||
2559 | }, |
||
2560 | "notification-url": "https://packagist.org/downloads/", |
||
2561 | "license": [ |
||
2562 | "LGPL" |
||
2563 | ], |
||
2564 | "authors": [ |
||
2565 | { |
||
2566 | "name": "Maatwebsite.nl", |
||
2567 | "email": "[email protected]" |
||
2568 | } |
||
2569 | ], |
||
2570 | "description": "An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel", |
||
2571 | "keywords": [ |
||
2572 | "PHPExcel", |
||
2573 | "batch", |
||
2574 | "csv", |
||
2575 | "excel", |
||
2576 | "export", |
||
2577 | "import", |
||
2578 | "laravel" |
||
2579 | ], |
||
2580 | "time": "2016-03-01 17:45:44" |
||
2581 | }, |
||
2582 | { |
||
2583 | "name": "maknz/slack", |
||
2584 | "version": "1.7.0", |
||
2585 | "source": { |
||
2586 | "type": "git", |
||
2587 | "url": "https://github.com/maknz/slack.git", |
||
2588 | "reference": "7f21fefc70c76b304adc1b3a780c8740dfcfb595" |
||
2589 | }, |
||
2590 | "dist": { |
||
2591 | "type": "zip", |
||
2592 | "url": "https://api.github.com/repos/maknz/slack/zipball/7f21fefc70c76b304adc1b3a780c8740dfcfb595", |
||
2593 | "reference": "7f21fefc70c76b304adc1b3a780c8740dfcfb595", |
||
2594 | "shasum": "" |
||
2595 | }, |
||
2596 | "require": { |
||
2597 | "ext-mbstring": "*", |
||
2598 | "guzzlehttp/guzzle": "~6.0|~5.0|~4.0", |
||
2599 | "php": ">=5.4.0" |
||
2600 | }, |
||
2601 | "require-dev": { |
||
2602 | "mockery/mockery": "0.9.*", |
||
2603 | "phpunit/phpunit": "4.2.*" |
||
2604 | }, |
||
2605 | "suggest": { |
||
2606 | "illuminate/support": "Required for Laravel support" |
||
2607 | }, |
||
2608 | "type": "library", |
||
2609 | "autoload": { |
||
2610 | "psr-4": { |
||
2611 | "Maknz\\Slack\\": "src/" |
||
2612 | } |
||
2613 | }, |
||
2614 | "notification-url": "https://packagist.org/downloads/", |
||
2615 | "license": [ |
||
2616 | "BSD-2-Clause" |
||
2617 | ], |
||
2618 | "authors": [ |
||
2619 | { |
||
2620 | "name": "maknz", |
||
2621 | "email": "[email protected]" |
||
2622 | } |
||
2623 | ], |
||
2624 | "description": "A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax. Includes Laravel support out of the box.", |
||
2625 | "keywords": [ |
||
2626 | "laravel", |
||
2627 | "slack" |
||
2628 | ], |
||
2629 | "time": "2015-06-03 03:35:16" |
||
2630 | }, |
||
2631 | { |
||
2632 | "name": "maximebf/debugbar", |
||
2633 | "version": "v1.11.1", |
||
2634 | "source": { |
||
2635 | "type": "git", |
||
2636 | "url": "https://github.com/maximebf/php-debugbar.git", |
||
2637 | "reference": "d9302891c1f0a0ac5a4f66725163a00537c6359f" |
||
2638 | }, |
||
2639 | "dist": { |
||
2640 | "type": "zip", |
||
2641 | "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/d9302891c1f0a0ac5a4f66725163a00537c6359f", |
||
2642 | "reference": "d9302891c1f0a0ac5a4f66725163a00537c6359f", |
||
2643 | "shasum": "" |
||
2644 | }, |
||
2645 | "require": { |
||
2646 | "php": ">=5.3.0", |
||
2647 | "psr/log": "^1.0", |
||
2648 | "symfony/var-dumper": "^2.6|^3.0" |
||
2649 | }, |
||
2650 | "require-dev": { |
||
2651 | "phpunit/phpunit": "^4.0|^5.0" |
||
2652 | }, |
||
2653 | "suggest": { |
||
2654 | "kriswallsmith/assetic": "The best way to manage assets", |
||
2655 | "monolog/monolog": "Log using Monolog", |
||
2656 | "predis/predis": "Redis storage" |
||
2657 | }, |
||
2658 | "type": "library", |
||
2659 | "extra": { |
||
2660 | "branch-alias": { |
||
2661 | "dev-master": "1.11-dev" |
||
2662 | } |
||
2663 | }, |
||
2664 | "autoload": { |
||
2665 | "psr-4": { |
||
2666 | "DebugBar\\": "src/DebugBar/" |
||
2667 | } |
||
2668 | }, |
||
2669 | "notification-url": "https://packagist.org/downloads/", |
||
2670 | "license": [ |
||
2671 | "MIT" |
||
2672 | ], |
||
2673 | "authors": [ |
||
2674 | { |
||
2675 | "name": "Maxime Bouroumeau-Fuseau", |
||
2676 | "email": "[email protected]", |
||
2677 | "homepage": "http://maximebf.com" |
||
2678 | }, |
||
2679 | { |
||
2680 | "name": "Barry vd. Heuvel", |
||
2681 | "email": "[email protected]" |
||
2682 | } |
||
2683 | ], |
||
2684 | "description": "Debug bar in the browser for php application", |
||
2685 | "homepage": "https://github.com/maximebf/php-debugbar", |
||
2686 | "keywords": [ |
||
2687 | "debug", |
||
2688 | "debugbar" |
||
2689 | ], |
||
2690 | "time": "2016-01-22 12:22:23" |
||
2691 | }, |
||
2692 | { |
||
2693 | "name": "mockery/mockery", |
||
2694 | "version": "0.9.5", |
||
2695 | "source": { |
||
2696 | "type": "git", |
||
2697 | "url": "https://github.com/padraic/mockery.git", |
||
2698 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2" |
||
2699 | }, |
||
2700 | "dist": { |
||
2701 | "type": "zip", |
||
2702 | "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
2703 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
2704 | "shasum": "" |
||
2705 | }, |
||
2706 | "require": { |
||
2707 | "hamcrest/hamcrest-php": "~1.1", |
||
2708 | "lib-pcre": ">=7.0", |
||
2709 | "php": ">=5.3.2" |
||
2710 | }, |
||
2711 | "require-dev": { |
||
2712 | "phpunit/phpunit": "~4.0" |
||
2713 | }, |
||
2714 | "type": "library", |
||
2715 | "extra": { |
||
2716 | "branch-alias": { |
||
2717 | "dev-master": "0.9.x-dev" |
||
2718 | } |
||
2719 | }, |
||
2720 | "autoload": { |
||
2721 | "psr-0": { |
||
2722 | "Mockery": "library/" |
||
2723 | } |
||
2724 | }, |
||
2725 | "notification-url": "https://packagist.org/downloads/", |
||
2726 | "license": [ |
||
2727 | "BSD-3-Clause" |
||
2728 | ], |
||
2729 | "authors": [ |
||
2730 | { |
||
2731 | "name": "Pádraic Brady", |
||
2732 | "email": "[email protected]", |
||
2733 | "homepage": "http://blog.astrumfutura.com" |
||
2734 | }, |
||
2735 | { |
||
2736 | "name": "Dave Marshall", |
||
2737 | "email": "[email protected]", |
||
2738 | "homepage": "http://davedevelopment.co.uk" |
||
2739 | } |
||
2740 | ], |
||
2741 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
2742 | "homepage": "http://github.com/padraic/mockery", |
||
2743 | "keywords": [ |
||
2744 | "BDD", |
||
2745 | "TDD", |
||
2746 | "library", |
||
2747 | "mock", |
||
2748 | "mock objects", |
||
2749 | "mockery", |
||
2750 | "stub", |
||
2751 | "test", |
||
2752 | "test double", |
||
2753 | "testing" |
||
2754 | ], |
||
2755 | "time": "2016-05-22 21:52:33" |
||
2756 | }, |
||
2757 | { |
||
2758 | "name": "monolog/monolog", |
||
2759 | "version": "1.20.0", |
||
2760 | "source": { |
||
2761 | "type": "git", |
||
2762 | "url": "https://github.com/Seldaek/monolog.git", |
||
2763 | "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037" |
||
2764 | }, |
||
2765 | "dist": { |
||
2766 | "type": "zip", |
||
2767 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037", |
||
2768 | "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037", |
||
2769 | "shasum": "" |
||
2770 | }, |
||
2771 | "require": { |
||
2772 | "php": ">=5.3.0", |
||
2773 | "psr/log": "~1.0" |
||
2774 | }, |
||
2775 | "provide": { |
||
2776 | "psr/log-implementation": "1.0.0" |
||
2777 | }, |
||
2778 | "require-dev": { |
||
2779 | "aws/aws-sdk-php": "^2.4.9", |
||
2780 | "doctrine/couchdb": "~1.0@dev", |
||
2781 | "graylog2/gelf-php": "~1.0", |
||
2782 | "jakub-onderka/php-parallel-lint": "0.9", |
||
2783 | "php-amqplib/php-amqplib": "~2.4", |
||
2784 | "php-console/php-console": "^3.1.3", |
||
2785 | "phpunit/phpunit": "~4.5", |
||
2786 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
2787 | "ruflin/elastica": ">=0.90 <3.0", |
||
2788 | "sentry/sentry": "^0.13", |
||
2789 | "swiftmailer/swiftmailer": "~5.3" |
||
2790 | }, |
||
2791 | "suggest": { |
||
2792 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
2793 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
2794 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
2795 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
2796 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
2797 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
2798 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
2799 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
2800 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
2801 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
2802 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
2803 | }, |
||
2804 | "type": "library", |
||
2805 | "extra": { |
||
2806 | "branch-alias": { |
||
2807 | "dev-master": "2.0.x-dev" |
||
2808 | } |
||
2809 | }, |
||
2810 | "autoload": { |
||
2811 | "psr-4": { |
||
2812 | "Monolog\\": "src/Monolog" |
||
2813 | } |
||
2814 | }, |
||
2815 | "notification-url": "https://packagist.org/downloads/", |
||
2816 | "license": [ |
||
2817 | "MIT" |
||
2818 | ], |
||
2819 | "authors": [ |
||
2820 | { |
||
2821 | "name": "Jordi Boggiano", |
||
2822 | "email": "[email protected]", |
||
2823 | "homepage": "http://seld.be" |
||
2824 | } |
||
2825 | ], |
||
2826 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
2827 | "homepage": "http://github.com/Seldaek/monolog", |
||
2828 | "keywords": [ |
||
2829 | "log", |
||
2830 | "logging", |
||
2831 | "psr-3" |
||
2832 | ], |
||
2833 | "time": "2016-07-02 14:02:10" |
||
2834 | }, |
||
2835 | { |
||
2836 | "name": "mtdowling/cron-expression", |
||
2837 | "version": "v1.1.0", |
||
2838 | "source": { |
||
2839 | "type": "git", |
||
2840 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
2841 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5" |
||
2842 | }, |
||
2843 | "dist": { |
||
2844 | "type": "zip", |
||
2845 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
2846 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
2847 | "shasum": "" |
||
2848 | }, |
||
2849 | "require": { |
||
2850 | "php": ">=5.3.2" |
||
2851 | }, |
||
2852 | "require-dev": { |
||
2853 | "phpunit/phpunit": "~4.0|~5.0" |
||
2854 | }, |
||
2855 | "type": "library", |
||
2856 | "autoload": { |
||
2857 | "psr-0": { |
||
2858 | "Cron": "src/" |
||
2859 | } |
||
2860 | }, |
||
2861 | "notification-url": "https://packagist.org/downloads/", |
||
2862 | "license": [ |
||
2863 | "MIT" |
||
2864 | ], |
||
2865 | "authors": [ |
||
2866 | { |
||
2867 | "name": "Michael Dowling", |
||
2868 | "email": "[email protected]", |
||
2869 | "homepage": "https://github.com/mtdowling" |
||
2870 | } |
||
2871 | ], |
||
2872 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
2873 | "keywords": [ |
||
2874 | "cron", |
||
2875 | "schedule" |
||
2876 | ], |
||
2877 | "time": "2016-01-26 21:23:30" |
||
2878 | }, |
||
2879 | { |
||
2880 | "name": "mtdowling/jmespath.php", |
||
2881 | "version": "2.3.0", |
||
2882 | "source": { |
||
2883 | "type": "git", |
||
2884 | "url": "https://github.com/jmespath/jmespath.php.git", |
||
2885 | "reference": "192f93e43c2c97acde7694993ab171b3de284093" |
||
2886 | }, |
||
2887 | "dist": { |
||
2888 | "type": "zip", |
||
2889 | "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/192f93e43c2c97acde7694993ab171b3de284093", |
||
2890 | "reference": "192f93e43c2c97acde7694993ab171b3de284093", |
||
2891 | "shasum": "" |
||
2892 | }, |
||
2893 | "require": { |
||
2894 | "php": ">=5.4.0" |
||
2895 | }, |
||
2896 | "require-dev": { |
||
2897 | "phpunit/phpunit": "~4.0" |
||
2898 | }, |
||
2899 | "bin": [ |
||
2900 | "bin/jp.php" |
||
2901 | ], |
||
2902 | "type": "library", |
||
2903 | "extra": { |
||
2904 | "branch-alias": { |
||
2905 | "dev-master": "2.0-dev" |
||
2906 | } |
||
2907 | }, |
||
2908 | "autoload": { |
||
2909 | "psr-4": { |
||
2910 | "JmesPath\\": "src/" |
||
2911 | }, |
||
2912 | "files": [ |
||
2913 | "src/JmesPath.php" |
||
2914 | ] |
||
2915 | }, |
||
2916 | "notification-url": "https://packagist.org/downloads/", |
||
2917 | "license": [ |
||
2918 | "MIT" |
||
2919 | ], |
||
2920 | "authors": [ |
||
2921 | { |
||
2922 | "name": "Michael Dowling", |
||
2923 | "email": "[email protected]", |
||
2924 | "homepage": "https://github.com/mtdowling" |
||
2925 | } |
||
2926 | ], |
||
2927 | "description": "Declaratively specify how to extract elements from a JSON document", |
||
2928 | "keywords": [ |
||
2929 | "json", |
||
2930 | "jsonpath" |
||
2931 | ], |
||
2932 | "time": "2016-01-05 18:25:05" |
||
2933 | }, |
||
2934 | { |
||
2935 | "name": "myclabs/php-enum", |
||
2936 | "version": "1.4.1", |
||
2937 | "source": { |
||
2938 | "type": "git", |
||
2939 | "url": "https://github.com/myclabs/php-enum.git", |
||
2940 | "reference": "07da9d1a7469941ae05b046193fac4c83bdb0d7e" |
||
2941 | }, |
||
2942 | "dist": { |
||
2943 | "type": "zip", |
||
2944 | "url": "https://api.github.com/repos/myclabs/php-enum/zipball/07da9d1a7469941ae05b046193fac4c83bdb0d7e", |
||
2945 | "reference": "07da9d1a7469941ae05b046193fac4c83bdb0d7e", |
||
2946 | "shasum": "" |
||
2947 | }, |
||
2948 | "require": { |
||
2949 | "php": ">=5.3" |
||
2950 | }, |
||
2951 | "require-dev": { |
||
2952 | "phpunit/phpunit": "4.*", |
||
2953 | "squizlabs/php_codesniffer": "1.*" |
||
2954 | }, |
||
2955 | "type": "library", |
||
2956 | "autoload": { |
||
2957 | "psr-4": { |
||
2958 | "MyCLabs\\Enum\\": "src/" |
||
2959 | } |
||
2960 | }, |
||
2961 | "notification-url": "https://packagist.org/downloads/", |
||
2962 | "license": [ |
||
2963 | "MIT" |
||
2964 | ], |
||
2965 | "authors": [ |
||
2966 | { |
||
2967 | "name": "PHP Enum contributors", |
||
2968 | "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" |
||
2969 | } |
||
2970 | ], |
||
2971 | "description": "PHP Enum implementation", |
||
2972 | "homepage": "http://github.com/myclabs/php-enum", |
||
2973 | "keywords": [ |
||
2974 | "enum" |
||
2975 | ], |
||
2976 | "time": "2015-07-22 16:14:03" |
||
2977 | }, |
||
2978 | { |
||
2979 | "name": "nesbot/carbon", |
||
2980 | "version": "1.21.0", |
||
2981 | "source": { |
||
2982 | "type": "git", |
||
2983 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
2984 | "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7" |
||
2985 | }, |
||
2986 | "dist": { |
||
2987 | "type": "zip", |
||
2988 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7", |
||
2989 | "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7", |
||
2990 | "shasum": "" |
||
2991 | }, |
||
2992 | "require": { |
||
2993 | "php": ">=5.3.0", |
||
2994 | "symfony/translation": "~2.6|~3.0" |
||
2995 | }, |
||
2996 | "require-dev": { |
||
2997 | "phpunit/phpunit": "~4.0|~5.0" |
||
2998 | }, |
||
2999 | "type": "library", |
||
3000 | "autoload": { |
||
3001 | "psr-4": { |
||
3002 | "Carbon\\": "src/Carbon/" |
||
3003 | } |
||
3004 | }, |
||
3005 | "notification-url": "https://packagist.org/downloads/", |
||
3006 | "license": [ |
||
3007 | "MIT" |
||
3008 | ], |
||
3009 | "authors": [ |
||
3010 | { |
||
3011 | "name": "Brian Nesbitt", |
||
3012 | "email": "[email protected]", |
||
3013 | "homepage": "http://nesbot.com" |
||
3014 | } |
||
3015 | ], |
||
3016 | "description": "A simple API extension for DateTime.", |
||
3017 | "homepage": "http://carbon.nesbot.com", |
||
3018 | "keywords": [ |
||
3019 | "date", |
||
3020 | "datetime", |
||
3021 | "time" |
||
3022 | ], |
||
3023 | "time": "2015-11-04 20:07:17" |
||
3024 | }, |
||
3025 | { |
||
3026 | "name": "nikic/php-parser", |
||
3027 | "version": "v2.1.0", |
||
3028 | "source": { |
||
3029 | "type": "git", |
||
3030 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
3031 | "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3" |
||
3032 | }, |
||
3033 | "dist": { |
||
3034 | "type": "zip", |
||
3035 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3", |
||
3036 | "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3", |
||
3037 | "shasum": "" |
||
3038 | }, |
||
3039 | "require": { |
||
3040 | "ext-tokenizer": "*", |
||
3041 | "php": ">=5.4" |
||
3042 | }, |
||
3043 | "require-dev": { |
||
3044 | "phpunit/phpunit": "~4.0" |
||
3045 | }, |
||
3046 | "bin": [ |
||
3047 | "bin/php-parse" |
||
3048 | ], |
||
3049 | "type": "library", |
||
3050 | "extra": { |
||
3051 | "branch-alias": { |
||
3052 | "dev-master": "2.1-dev" |
||
3053 | } |
||
3054 | }, |
||
3055 | "autoload": { |
||
3056 | "psr-4": { |
||
3057 | "PhpParser\\": "lib/PhpParser" |
||
3058 | } |
||
3059 | }, |
||
3060 | "notification-url": "https://packagist.org/downloads/", |
||
3061 | "license": [ |
||
3062 | "BSD-3-Clause" |
||
3063 | ], |
||
3064 | "authors": [ |
||
3065 | { |
||
3066 | "name": "Nikita Popov" |
||
3067 | } |
||
3068 | ], |
||
3069 | "description": "A PHP parser written in PHP", |
||
3070 | "keywords": [ |
||
3071 | "parser", |
||
3072 | "php" |
||
3073 | ], |
||
3074 | "time": "2016-04-19 13:41:41" |
||
3075 | }, |
||
3076 | { |
||
3077 | "name": "paragonie/random_compat", |
||
3078 | "version": "v1.4.1", |
||
3079 | "source": { |
||
3080 | "type": "git", |
||
3081 | "url": "https://github.com/paragonie/random_compat.git", |
||
3082 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774" |
||
3083 | }, |
||
3084 | "dist": { |
||
3085 | "type": "zip", |
||
3086 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774", |
||
3087 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774", |
||
3088 | "shasum": "" |
||
3089 | }, |
||
3090 | "require": { |
||
3091 | "php": ">=5.2.0" |
||
3092 | }, |
||
3093 | "require-dev": { |
||
3094 | "phpunit/phpunit": "4.*|5.*" |
||
3095 | }, |
||
3096 | "suggest": { |
||
3097 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
3098 | }, |
||
3099 | "type": "library", |
||
3100 | "autoload": { |
||
3101 | "files": [ |
||
3102 | "lib/random.php" |
||
3103 | ] |
||
3104 | }, |
||
3105 | "notification-url": "https://packagist.org/downloads/", |
||
3106 | "license": [ |
||
3107 | "MIT" |
||
3108 | ], |
||
3109 | "authors": [ |
||
3110 | { |
||
3111 | "name": "Paragon Initiative Enterprises", |
||
3112 | "email": "[email protected]", |
||
3113 | "homepage": "https://paragonie.com" |
||
3114 | } |
||
3115 | ], |
||
3116 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
3117 | "keywords": [ |
||
3118 | "csprng", |
||
3119 | "pseudorandom", |
||
3120 | "random" |
||
3121 | ], |
||
3122 | "time": "2016-03-18 20:34:03" |
||
3123 | }, |
||
3124 | { |
||
3125 | "name": "patchwork/utf8", |
||
3126 | "version": "v1.3.1", |
||
3127 | "source": { |
||
3128 | "type": "git", |
||
3129 | "url": "https://github.com/tchwork/utf8.git", |
||
3130 | "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a" |
||
3131 | }, |
||
3132 | "dist": { |
||
3133 | "type": "zip", |
||
3134 | "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a", |
||
3135 | "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a", |
||
3136 | "shasum": "" |
||
3137 | }, |
||
3138 | "require": { |
||
3139 | "lib-pcre": ">=7.3", |
||
3140 | "php": ">=5.3.0" |
||
3141 | }, |
||
3142 | "suggest": { |
||
3143 | "ext-iconv": "Use iconv for best performance", |
||
3144 | "ext-intl": "Use Intl for best performance", |
||
3145 | "ext-mbstring": "Use Mbstring for best performance", |
||
3146 | "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows" |
||
3147 | }, |
||
3148 | "type": "library", |
||
3149 | "extra": { |
||
3150 | "branch-alias": { |
||
3151 | "dev-master": "1.3-dev" |
||
3152 | } |
||
3153 | }, |
||
3154 | "autoload": { |
||
3155 | "psr-4": { |
||
3156 | "Patchwork\\": "src/Patchwork/" |
||
3157 | }, |
||
3158 | "classmap": [ |
||
3159 | "src/Normalizer.php" |
||
3160 | ] |
||
3161 | }, |
||
3162 | "notification-url": "https://packagist.org/downloads/", |
||
3163 | "license": [ |
||
3164 | "(Apache-2.0 or GPL-2.0)" |
||
3165 | ], |
||
3166 | "authors": [ |
||
3167 | { |
||
3168 | "name": "Nicolas Grekas", |
||
3169 | "email": "[email protected]" |
||
3170 | } |
||
3171 | ], |
||
3172 | "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", |
||
3173 | "homepage": "https://github.com/tchwork/utf8", |
||
3174 | "keywords": [ |
||
3175 | "grapheme", |
||
3176 | "i18n", |
||
3177 | "unicode", |
||
3178 | "utf-8", |
||
3179 | "utf8" |
||
3180 | ], |
||
3181 | "time": "2016-05-18 13:57:10" |
||
3182 | }, |
||
3183 | { |
||
3184 | "name": "pda/pheanstalk", |
||
3185 | "version": "v3.1.0", |
||
3186 | "source": { |
||
3187 | "type": "git", |
||
3188 | "url": "https://github.com/pda/pheanstalk.git", |
||
3189 | "reference": "430e77c551479aad0c6ada0450ee844cf656a18b" |
||
3190 | }, |
||
3191 | "dist": { |
||
3192 | "type": "zip", |
||
3193 | "url": "https://api.github.com/repos/pda/pheanstalk/zipball/430e77c551479aad0c6ada0450ee844cf656a18b", |
||
3194 | "reference": "430e77c551479aad0c6ada0450ee844cf656a18b", |
||
3195 | "shasum": "" |
||
3196 | }, |
||
3197 | "require": { |
||
3198 | "php": ">=5.3.0" |
||
3199 | }, |
||
3200 | "require-dev": { |
||
3201 | "phpunit/phpunit": "~4.0" |
||
3202 | }, |
||
3203 | "type": "library", |
||
3204 | "extra": { |
||
3205 | "branch-alias": { |
||
3206 | "dev-master": "3.0-dev" |
||
3207 | } |
||
3208 | }, |
||
3209 | "autoload": { |
||
3210 | "psr-4": { |
||
3211 | "Pheanstalk\\": "src/" |
||
3212 | } |
||
3213 | }, |
||
3214 | "notification-url": "https://packagist.org/downloads/", |
||
3215 | "license": [ |
||
3216 | "MIT" |
||
3217 | ], |
||
3218 | "authors": [ |
||
3219 | { |
||
3220 | "name": "Paul Annesley", |
||
3221 | "email": "[email protected]", |
||
3222 | "homepage": "http://paul.annesley.cc/", |
||
3223 | "role": "Developer" |
||
3224 | } |
||
3225 | ], |
||
3226 | "description": "PHP client for beanstalkd queue", |
||
3227 | "homepage": "https://github.com/pda/pheanstalk", |
||
3228 | "keywords": [ |
||
3229 | "beanstalkd" |
||
3230 | ], |
||
3231 | "time": "2015-08-07 21:42:41" |
||
3232 | }, |
||
3233 | { |
||
3234 | "name": "phpoffice/phpexcel", |
||
3235 | "version": "1.8.1", |
||
3236 | "source": { |
||
3237 | "type": "git", |
||
3238 | "url": "https://github.com/PHPOffice/PHPExcel.git", |
||
3239 | "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32" |
||
3240 | }, |
||
3241 | "dist": { |
||
3242 | "type": "zip", |
||
3243 | "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32", |
||
3244 | "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32", |
||
3245 | "shasum": "" |
||
3246 | }, |
||
3247 | "require": { |
||
3248 | "ext-xml": "*", |
||
3249 | "ext-xmlwriter": "*", |
||
3250 | "php": ">=5.2.0" |
||
3251 | }, |
||
3252 | "type": "library", |
||
3253 | "autoload": { |
||
3254 | "psr-0": { |
||
3255 | "PHPExcel": "Classes/" |
||
3256 | } |
||
3257 | }, |
||
3258 | "notification-url": "https://packagist.org/downloads/", |
||
3259 | "license": [ |
||
3260 | "LGPL" |
||
3261 | ], |
||
3262 | "authors": [ |
||
3263 | { |
||
3264 | "name": "Maarten Balliauw", |
||
3265 | "homepage": "http://blog.maartenballiauw.be" |
||
3266 | }, |
||
3267 | { |
||
3268 | "name": "Mark Baker" |
||
3269 | }, |
||
3270 | { |
||
3271 | "name": "Franck Lefevre", |
||
3272 | "homepage": "http://blog.rootslabs.net" |
||
3273 | }, |
||
3274 | { |
||
3275 | "name": "Erik Tilt" |
||
3276 | } |
||
3277 | ], |
||
3278 | "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", |
||
3279 | "homepage": "http://phpexcel.codeplex.com", |
||
3280 | "keywords": [ |
||
3281 | "OpenXML", |
||
3282 | "excel", |
||
3283 | "php", |
||
3284 | "spreadsheet", |
||
3285 | "xls", |
||
3286 | "xlsx" |
||
3287 | ], |
||
3288 | "time": "2015-05-01 07:00:55" |
||
3289 | }, |
||
3290 | { |
||
3291 | "name": "propaganistas/laravel-phone", |
||
3292 | "version": "2.7.4", |
||
3293 | "source": { |
||
3294 | "type": "git", |
||
3295 | "url": "https://github.com/Propaganistas/Laravel-Phone.git", |
||
3296 | "reference": "5fe3af2794433fa721c6bfdc0fffc7faebc56754" |
||
3297 | }, |
||
3298 | "dist": { |
||
3299 | "type": "zip", |
||
3300 | "url": "https://api.github.com/repos/Propaganistas/Laravel-Phone/zipball/5fe3af2794433fa721c6bfdc0fffc7faebc56754", |
||
3301 | "reference": "5fe3af2794433fa721c6bfdc0fffc7faebc56754", |
||
3302 | "shasum": "" |
||
3303 | }, |
||
3304 | "require": { |
||
3305 | "giggsey/libphonenumber-for-php": "~7.0", |
||
3306 | "illuminate/support": "~4.0|~5.0", |
||
3307 | "illuminate/validation": "~4.0|~5.0", |
||
3308 | "julien-c/iso3166": "~2.0", |
||
3309 | "php": ">=5.4.0" |
||
3310 | }, |
||
3311 | "require-dev": { |
||
3312 | "orchestra/testbench": "^3.1" |
||
3313 | }, |
||
3314 | "suggest": { |
||
3315 | "monarobase/country-list": "Adds a compatible (and fully translated) country list API." |
||
3316 | }, |
||
3317 | "type": "library", |
||
3318 | "autoload": { |
||
3319 | "psr-4": { |
||
3320 | "Propaganistas\\LaravelPhone\\": "src/" |
||
3321 | }, |
||
3322 | "files": [ |
||
3323 | "src/helpers.php" |
||
3324 | ] |
||
3325 | }, |
||
3326 | "notification-url": "https://packagist.org/downloads/", |
||
3327 | "license": [ |
||
3328 | "MIT" |
||
3329 | ], |
||
3330 | "authors": [ |
||
3331 | { |
||
3332 | "name": "Propaganistas", |
||
3333 | "email": "[email protected]" |
||
3334 | } |
||
3335 | ], |
||
3336 | "description": "Adds a phone validator to Laravel based on Google's libphonenumber API.", |
||
3337 | "keywords": [ |
||
3338 | "laravel", |
||
3339 | "libphonenumber", |
||
3340 | "phone", |
||
3341 | "validation" |
||
3342 | ], |
||
3343 | "time": "2016-05-20 10:27:25" |
||
3344 | }, |
||
3345 | { |
||
3346 | "name": "psr/http-message", |
||
3347 | "version": "1.0", |
||
3348 | "source": { |
||
3349 | "type": "git", |
||
3350 | "url": "https://github.com/php-fig/http-message.git", |
||
3351 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
||
3352 | }, |
||
3353 | "dist": { |
||
3354 | "type": "zip", |
||
3355 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
3356 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
3357 | "shasum": "" |
||
3358 | }, |
||
3359 | "require": { |
||
3360 | "php": ">=5.3.0" |
||
3361 | }, |
||
3362 | "type": "library", |
||
3363 | "extra": { |
||
3364 | "branch-alias": { |
||
3365 | "dev-master": "1.0.x-dev" |
||
3366 | } |
||
3367 | }, |
||
3368 | "autoload": { |
||
3369 | "psr-4": { |
||
3370 | "Psr\\Http\\Message\\": "src/" |
||
3371 | } |
||
3372 | }, |
||
3373 | "notification-url": "https://packagist.org/downloads/", |
||
3374 | "license": [ |
||
3375 | "MIT" |
||
3376 | ], |
||
3377 | "authors": [ |
||
3378 | { |
||
3379 | "name": "PHP-FIG", |
||
3380 | "homepage": "http://www.php-fig.org/" |
||
3381 | } |
||
3382 | ], |
||
3383 | "description": "Common interface for HTTP messages", |
||
3384 | "keywords": [ |
||
3385 | "http", |
||
3386 | "http-message", |
||
3387 | "psr", |
||
3388 | "psr-7", |
||
3389 | "request", |
||
3390 | "response" |
||
3391 | ], |
||
3392 | "time": "2015-05-04 20:22:00" |
||
3393 | }, |
||
3394 | { |
||
3395 | "name": "psr/log", |
||
3396 | "version": "1.0.0", |
||
3397 | "source": { |
||
3398 | "type": "git", |
||
3399 | "url": "https://github.com/php-fig/log.git", |
||
3400 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
3401 | }, |
||
3402 | "dist": { |
||
3403 | "type": "zip", |
||
3404 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
3405 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
3406 | "shasum": "" |
||
3407 | }, |
||
3408 | "type": "library", |
||
3409 | "autoload": { |
||
3410 | "psr-0": { |
||
3411 | "Psr\\Log\\": "" |
||
3412 | } |
||
3413 | }, |
||
3414 | "notification-url": "https://packagist.org/downloads/", |
||
3415 | "license": [ |
||
3416 | "MIT" |
||
3417 | ], |
||
3418 | "authors": [ |
||
3419 | { |
||
3420 | "name": "PHP-FIG", |
||
3421 | "homepage": "http://www.php-fig.org/" |
||
3422 | } |
||
3423 | ], |
||
3424 | "description": "Common interface for logging libraries", |
||
3425 | "keywords": [ |
||
3426 | "log", |
||
3427 | "psr", |
||
3428 | "psr-3" |
||
3429 | ], |
||
3430 | "time": "2012-12-21 11:40:51" |
||
3431 | }, |
||
3432 | { |
||
3433 | "name": "psy/psysh", |
||
3434 | "version": "v0.7.2", |
||
3435 | "source": { |
||
3436 | "type": "git", |
||
3437 | "url": "https://github.com/bobthecow/psysh.git", |
||
3438 | "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280" |
||
3439 | }, |
||
3440 | "dist": { |
||
3441 | "type": "zip", |
||
3442 | "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280", |
||
3443 | "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280", |
||
3444 | "shasum": "" |
||
3445 | }, |
||
3446 | "require": { |
||
3447 | "dnoegel/php-xdg-base-dir": "0.1", |
||
3448 | "jakub-onderka/php-console-highlighter": "0.3.*", |
||
3449 | "nikic/php-parser": "^1.2.1|~2.0", |
||
3450 | "php": ">=5.3.9", |
||
3451 | "symfony/console": "~2.3.10|^2.4.2|~3.0", |
||
3452 | "symfony/var-dumper": "~2.7|~3.0" |
||
3453 | }, |
||
3454 | "require-dev": { |
||
3455 | "fabpot/php-cs-fixer": "~1.5", |
||
3456 | "phpunit/phpunit": "~3.7|~4.0|~5.0", |
||
3457 | "squizlabs/php_codesniffer": "~2.0", |
||
3458 | "symfony/finder": "~2.1|~3.0" |
||
3459 | }, |
||
3460 | "suggest": { |
||
3461 | "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
||
3462 | "ext-pdo-sqlite": "The doc command requires SQLite to work.", |
||
3463 | "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
||
3464 | "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." |
||
3465 | }, |
||
3466 | "bin": [ |
||
3467 | "bin/psysh" |
||
3468 | ], |
||
3469 | "type": "library", |
||
3470 | "extra": { |
||
3471 | "branch-alias": { |
||
3472 | "dev-develop": "0.8.x-dev" |
||
3473 | } |
||
3474 | }, |
||
3475 | "autoload": { |
||
3476 | "files": [ |
||
3477 | "src/Psy/functions.php" |
||
3478 | ], |
||
3479 | "psr-4": { |
||
3480 | "Psy\\": "src/Psy/" |
||
3481 | } |
||
3482 | }, |
||
3483 | "notification-url": "https://packagist.org/downloads/", |
||
3484 | "license": [ |
||
3485 | "MIT" |
||
3486 | ], |
||
3487 | "authors": [ |
||
3488 | { |
||
3489 | "name": "Justin Hileman", |
||
3490 | "email": "[email protected]", |
||
3491 | "homepage": "http://justinhileman.com" |
||
3492 | } |
||
3493 | ], |
||
3494 | "description": "An interactive shell for modern PHP.", |
||
3495 | "homepage": "http://psysh.org", |
||
3496 | "keywords": [ |
||
3497 | "REPL", |
||
3498 | "console", |
||
3499 | "interactive", |
||
3500 | "shell" |
||
3501 | ], |
||
3502 | "time": "2016-03-09 05:03:14" |
||
3503 | }, |
||
3504 | { |
||
3505 | "name": "spatie/array-functions", |
||
3506 | "version": "1.8.0", |
||
3507 | "source": { |
||
3508 | "type": "git", |
||
3509 | "url": "https://github.com/spatie/array-functions.git", |
||
3510 | "reference": "82e90503679e3565e6c0e1c42d16d7c96b404bb7" |
||
3511 | }, |
||
3512 | "dist": { |
||
3513 | "type": "zip", |
||
3514 | "url": "https://api.github.com/repos/spatie/array-functions/zipball/82e90503679e3565e6c0e1c42d16d7c96b404bb7", |
||
3515 | "reference": "82e90503679e3565e6c0e1c42d16d7c96b404bb7", |
||
3516 | "shasum": "" |
||
3517 | }, |
||
3518 | "require": { |
||
3519 | "php": ">=5.6.0" |
||
3520 | }, |
||
3521 | "require-dev": { |
||
3522 | "phpunit/phpunit": "4.*", |
||
3523 | "scrutinizer/ocular": "~1.1" |
||
3524 | }, |
||
3525 | "type": "library", |
||
3526 | "autoload": { |
||
3527 | "files": [ |
||
3528 | "src/array_functions.php" |
||
3529 | ] |
||
3530 | }, |
||
3531 | "notification-url": "https://packagist.org/downloads/", |
||
3532 | "license": [ |
||
3533 | "MIT" |
||
3534 | ], |
||
3535 | "authors": [ |
||
3536 | { |
||
3537 | "name": "Freek Van der Herten", |
||
3538 | "email": "[email protected]", |
||
3539 | "homepage": "https://murze.be", |
||
3540 | "role": "Developer" |
||
3541 | } |
||
3542 | ], |
||
3543 | "description": "Some handy array helpers", |
||
3544 | "homepage": "https://github.com/spatie/array-functions", |
||
3545 | "keywords": [ |
||
3546 | "array", |
||
3547 | "handy", |
||
3548 | "helper", |
||
3549 | "spatie" |
||
3550 | ], |
||
3551 | "time": "2016-03-08 14:44:54" |
||
3552 | }, |
||
3553 | { |
||
3554 | "name": "spatie/crawler", |
||
3555 | "version": "1.2.2", |
||
3556 | "source": { |
||
3557 | "type": "git", |
||
3558 | "url": "https://github.com/spatie/crawler.git", |
||
3559 | "reference": "489d94e0cf72c9f85d45351810dff9a0507026f9" |
||
3560 | }, |
||
3561 | "dist": { |
||
3562 | "type": "zip", |
||
3563 | "url": "https://api.github.com/repos/spatie/crawler/zipball/489d94e0cf72c9f85d45351810dff9a0507026f9", |
||
3564 | "reference": "489d94e0cf72c9f85d45351810dff9a0507026f9", |
||
3565 | "shasum": "" |
||
3566 | }, |
||
3567 | "require": { |
||
3568 | "guzzlehttp/guzzle": "^6.1", |
||
3569 | "illuminate/support": "^5.1", |
||
3570 | "php": ">=5.5.0", |
||
3571 | "symfony/dom-crawler": "^2.7|^3.0" |
||
3572 | }, |
||
3573 | "require-dev": { |
||
3574 | "phpunit/phpunit": "^4.0" |
||
3575 | }, |
||
3576 | "type": "library", |
||
3577 | "extra": { |
||
3578 | "branch-alias": { |
||
3579 | "dev-master": "0.0.x-dev" |
||
3580 | } |
||
3581 | }, |
||
3582 | "autoload": { |
||
3583 | "psr-4": { |
||
3584 | "Spatie\\Crawler\\": "src" |
||
3585 | } |
||
3586 | }, |
||
3587 | "notification-url": "https://packagist.org/downloads/", |
||
3588 | "license": [ |
||
3589 | "MIT" |
||
3590 | ], |
||
3591 | "authors": [ |
||
3592 | { |
||
3593 | "name": "Freek Van der Herten", |
||
3594 | "email": "[email protected]" |
||
3595 | } |
||
3596 | ], |
||
3597 | "description": "Crawl all internal links found on a website", |
||
3598 | "homepage": "https://github.com/spatie/crawler", |
||
3599 | "keywords": [ |
||
3600 | "crawler", |
||
3601 | "link", |
||
3602 | "spatie", |
||
3603 | "website" |
||
3604 | ], |
||
3605 | "time": "2016-03-08 08:55:36" |
||
3606 | }, |
||
3607 | { |
||
3608 | "name": "spatie/db-dumper", |
||
3609 | "version": "1.5.1", |
||
3610 | "source": { |
||
3611 | "type": "git", |
||
3612 | "url": "https://github.com/spatie/db-dumper.git", |
||
3613 | "reference": "efdf41891a9dd4bb63fb6253044c9e51f34fff41" |
||
3614 | }, |
||
3615 | "dist": { |
||
3616 | "type": "zip", |
||
3617 | "url": "https://api.github.com/repos/spatie/db-dumper/zipball/efdf41891a9dd4bb63fb6253044c9e51f34fff41", |
||
3618 | "reference": "efdf41891a9dd4bb63fb6253044c9e51f34fff41", |
||
3619 | "shasum": "" |
||
3620 | }, |
||
3621 | "require": { |
||
3622 | "php": "^5.5|^7.0", |
||
3623 | "symfony/process": "^2.7|^3.0" |
||
3624 | }, |
||
3625 | "require-dev": { |
||
3626 | "phpunit/phpunit": "^4.8" |
||
3627 | }, |
||
3628 | "type": "library", |
||
3629 | "autoload": { |
||
3630 | "psr-4": { |
||
3631 | "Spatie\\DbDumper\\": "src" |
||
3632 | } |
||
3633 | }, |
||
3634 | "notification-url": "https://packagist.org/downloads/", |
||
3635 | "license": [ |
||
3636 | "MIT" |
||
3637 | ], |
||
3638 | "authors": [ |
||
3639 | { |
||
3640 | "name": "Freek Van der Herten", |
||
3641 | "email": "[email protected]", |
||
3642 | "homepage": "https://spatie.be", |
||
3643 | "role": "Developer" |
||
3644 | } |
||
3645 | ], |
||
3646 | "description": "Dump databases", |
||
3647 | "homepage": "https://github.com/spatie/db-dumper", |
||
3648 | "keywords": [ |
||
3649 | "database", |
||
3650 | "db-dumper", |
||
3651 | "dump", |
||
3652 | "mysqldump", |
||
3653 | "spatie" |
||
3654 | ], |
||
3655 | "time": "2016-06-14 13:23:01" |
||
3656 | }, |
||
3657 | { |
||
3658 | "name": "spatie/eloquent-sortable", |
||
3659 | "version": "1.1.2", |
||
3660 | "source": { |
||
3661 | "type": "git", |
||
3662 | "url": "https://github.com/spatie/eloquent-sortable.git", |
||
3663 | "reference": "be5a7496c8293b651b88ea8ff0b2d147b530e32f" |
||
3664 | }, |
||
3665 | "dist": { |
||
3666 | "type": "zip", |
||
3667 | "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/be5a7496c8293b651b88ea8ff0b2d147b530e32f", |
||
3668 | "reference": "be5a7496c8293b651b88ea8ff0b2d147b530e32f", |
||
3669 | "shasum": "" |
||
3670 | }, |
||
3671 | "require": { |
||
3672 | "illuminate/support": "~4.2|5.*", |
||
3673 | "php": ">=5.4.0" |
||
3674 | }, |
||
3675 | "require-dev": { |
||
3676 | "codeception/codeception": "~2.0" |
||
3677 | }, |
||
3678 | "type": "library", |
||
3679 | "autoload": { |
||
3680 | "psr-4": { |
||
3681 | "Spatie\\EloquentSortable\\": "src/" |
||
3682 | } |
||
3683 | }, |
||
3684 | "notification-url": "https://packagist.org/downloads/", |
||
3685 | "license": [ |
||
3686 | "MIT" |
||
3687 | ], |
||
3688 | "authors": [ |
||
3689 | { |
||
3690 | "name": "Freek Van der Herten", |
||
3691 | "email": "[email protected]" |
||
3692 | } |
||
3693 | ], |
||
3694 | "description": "Sortable behaviour for eloquent models", |
||
3695 | "homepage": "https://github.com/spatie/eloquent-sortable", |
||
3696 | "keywords": [ |
||
3697 | "behaviour", |
||
3698 | "eloquent", |
||
3699 | "laravel", |
||
3700 | "model", |
||
3701 | "sort", |
||
3702 | "sortable" |
||
3703 | ], |
||
3704 | "time": "2015-06-11 20:43:01" |
||
3705 | }, |
||
3706 | { |
||
3707 | "name": "spatie/fragment-importer", |
||
3708 | "version": "2.0.3", |
||
3709 | "source": { |
||
3710 | "type": "git", |
||
3711 | "url": "https://github.com/spatie-custom/fragment-importer.git", |
||
3712 | "reference": "762ad185621651c03c9a816a7569ebd589614ca0" |
||
3713 | }, |
||
3714 | "dist": { |
||
3715 | "type": "zip", |
||
3716 | "url": "https://api.github.com/repos/spatie-custom/fragment-importer/zipball/762ad185621651c03c9a816a7569ebd589614ca0", |
||
3717 | "reference": "762ad185621651c03c9a816a7569ebd589614ca0", |
||
3718 | "shasum": "" |
||
3719 | }, |
||
3720 | "require": { |
||
3721 | "illuminate/console": "^5.2", |
||
3722 | "illuminate/support": "^5.2", |
||
3723 | "maatwebsite/excel": "^2.1", |
||
3724 | "php": "^7.0" |
||
3725 | }, |
||
3726 | "require-dev": { |
||
3727 | "phpunit/phpunit": "4.*" |
||
3728 | }, |
||
3729 | "type": "library", |
||
3730 | "autoload": { |
||
3731 | "psr-4": { |
||
3732 | "Spatie\\FragmentImporter\\": "src" |
||
3733 | } |
||
3734 | }, |
||
3735 | "autoload-dev": { |
||
3736 | "psr-4": { |
||
3737 | "Spatie\\Skeleton\\Test\\": "tests" |
||
3738 | } |
||
3739 | }, |
||
3740 | "scripts": { |
||
3741 | "test": [ |
||
3742 | "vendor/bin/phpunit" |
||
3743 | ] |
||
3744 | }, |
||
3745 | "license": [ |
||
3746 | "MIT" |
||
3747 | ], |
||
3748 | "authors": [ |
||
3749 | { |
||
3750 | "name": "Freek Van der Herten", |
||
3751 | "email": "[email protected]", |
||
3752 | "homepage": "https://spatie.be", |
||
3753 | "role": "Developer" |
||
3754 | } |
||
3755 | ], |
||
3756 | "description": "Import fragments with excel files", |
||
3757 | "homepage": "https://github.com/spatie/fragment-importer", |
||
3758 | "keywords": [ |
||
3759 | "fragment-importer", |
||
3760 | "spatie" |
||
3761 | ], |
||
3762 | "support": { |
||
3763 | "source": "https://github.com/spatie-custom/fragment-importer/tree/2.0.3", |
||
3764 | "issues": "https://github.com/spatie-custom/fragment-importer/issues" |
||
3765 | }, |
||
3766 | "time": "2016-06-17 12:10:38" |
||
3767 | }, |
||
3768 | { |
||
3769 | "name": "spatie/html-element", |
||
3770 | "version": "1.0.0", |
||
3771 | "source": { |
||
3772 | "type": "git", |
||
3773 | "url": "https://github.com/spatie/html-element.git", |
||
3774 | "reference": "d7da01b4bd6ac122901bec6a1b042ecf240bb2c7" |
||
3775 | }, |
||
3776 | "dist": { |
||
3777 | "type": "zip", |
||
3778 | "url": "https://api.github.com/repos/spatie/html-element/zipball/d7da01b4bd6ac122901bec6a1b042ecf240bb2c7", |
||
3779 | "reference": "d7da01b4bd6ac122901bec6a1b042ecf240bb2c7", |
||
3780 | "shasum": "" |
||
3781 | }, |
||
3782 | "require": { |
||
3783 | "php": "^7.0" |
||
3784 | }, |
||
3785 | "require-dev": { |
||
3786 | "phpunit/phpunit": "5.*" |
||
3787 | }, |
||
3788 | "type": "library", |
||
3789 | "autoload": { |
||
3790 | "psr-4": { |
||
3791 | "Spatie\\HtmlElement\\": "src" |
||
3792 | } |
||
3793 | }, |
||
3794 | "notification-url": "https://packagist.org/downloads/", |
||
3795 | "license": [ |
||
3796 | "MIT" |
||
3797 | ], |
||
3798 | "authors": [ |
||
3799 | { |
||
3800 | "name": "Sebastian De Deyne", |
||
3801 | "email": "[email protected]", |
||
3802 | "homepage": "https://spatie.be", |
||
3803 | "role": "Developer" |
||
3804 | } |
||
3805 | ], |
||
3806 | "description": "Html rendering in php inspired by hyperscript", |
||
3807 | "homepage": "https://github.com/spatie/html-element", |
||
3808 | "keywords": [ |
||
3809 | "html-element", |
||
3810 | "spatie" |
||
3811 | ], |
||
3812 | "time": "2016-03-11 13:14:56" |
||
3813 | }, |
||
3814 | { |
||
3815 | "name": "spatie/laravel-activitylog", |
||
3816 | "version": "1.2.1", |
||
3817 | "source": { |
||
3818 | "type": "git", |
||
3819 | "url": "https://github.com/spatie/laravel-activitylog.git", |
||
3820 | "reference": "279f37ad24918edfb2b62c929daeece9a9d6ff3f" |
||
3821 | }, |
||
3822 | "dist": { |
||
3823 | "type": "zip", |
||
3824 | "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/279f37ad24918edfb2b62c929daeece9a9d6ff3f", |
||
3825 | "reference": "279f37ad24918edfb2b62c929daeece9a9d6ff3f", |
||
3826 | "shasum": "" |
||
3827 | }, |
||
3828 | "require": { |
||
3829 | "illuminate/config": "^5.1.24", |
||
3830 | "illuminate/database": "^5.1.24", |
||
3831 | "illuminate/support": "^5.1.24", |
||
3832 | "php": "^7.0", |
||
3833 | "spatie/string": "^2.1" |
||
3834 | }, |
||
3835 | "require-dev": { |
||
3836 | "orchestra/testbench": "^3.2", |
||
3837 | "phpunit/phpunit": "5.*" |
||
3838 | }, |
||
3839 | "type": "library", |
||
3840 | "autoload": { |
||
3841 | "psr-4": { |
||
3842 | "Spatie\\Activitylog\\": "src" |
||
3843 | }, |
||
3844 | "files": [ |
||
3845 | "src/helpers.php" |
||
3846 | ] |
||
3847 | }, |
||
3848 | "notification-url": "https://packagist.org/downloads/", |
||
3849 | "license": [ |
||
3850 | "MIT" |
||
3851 | ], |
||
3852 | "authors": [ |
||
3853 | { |
||
3854 | "name": "Sebastian De Deyne", |
||
3855 | "email": "[email protected]", |
||
3856 | "homepage": "https://spatie.be", |
||
3857 | "role": "Developer" |
||
3858 | }, |
||
3859 | { |
||
3860 | "name": "Freek Van der Herten", |
||
3861 | "email": "[email protected]", |
||
3862 | "homepage": "https://spatie.be", |
||
3863 | "role": "Developer" |
||
3864 | } |
||
3865 | ], |
||
3866 | "description": "A very simple activity logger to monitor the users of your website or application", |
||
3867 | "homepage": "https://github.com/spatie/activitylog", |
||
3868 | "keywords": [ |
||
3869 | "activity", |
||
3870 | "laravel", |
||
3871 | "log", |
||
3872 | "spatie", |
||
3873 | "user" |
||
3874 | ], |
||
3875 | "time": "2016-07-09 07:55:21" |
||
3876 | }, |
||
3877 | { |
||
3878 | "name": "spatie/laravel-analytics", |
||
3879 | "version": "2.1.0", |
||
3880 | "source": { |
||
3881 | "type": "git", |
||
3882 | "url": "https://github.com/spatie/laravel-analytics.git", |
||
3883 | "reference": "ab09dd42fb296b90b0bfa51b0adda961390c1ee4" |
||
3884 | }, |
||
3885 | "dist": { |
||
3886 | "type": "zip", |
||
3887 | "url": "https://api.github.com/repos/spatie/laravel-analytics/zipball/ab09dd42fb296b90b0bfa51b0adda961390c1ee4", |
||
3888 | "reference": "ab09dd42fb296b90b0bfa51b0adda961390c1ee4", |
||
3889 | "shasum": "" |
||
3890 | }, |
||
3891 | "require": { |
||
3892 | "google/apiclient": "^1.1", |
||
3893 | "illuminate/contracts": "^5.1", |
||
3894 | "illuminate/support": "^5.1", |
||
3895 | "nesbot/carbon": "^1.21", |
||
3896 | "php": "^7.0" |
||
3897 | }, |
||
3898 | "require-dev": { |
||
3899 | "mockery/mockery": "^0.9.5", |
||
3900 | "orchestra/testbench": "3.2.x@dev", |
||
3901 | "phpunit/phpunit": "^4.0" |
||
3902 | }, |
||
3903 | "type": "library", |
||
3904 | "autoload": { |
||
3905 | "psr-4": { |
||
3906 | "Spatie\\Analytics\\": "src" |
||
3907 | } |
||
3908 | }, |
||
3909 | "notification-url": "https://packagist.org/downloads/", |
||
3910 | "license": [ |
||
3911 | "MIT" |
||
3912 | ], |
||
3913 | "authors": [ |
||
3914 | { |
||
3915 | "name": "Freek Van der Herten", |
||
3916 | "email": "[email protected]", |
||
3917 | "homepage": "https://murze.be", |
||
3918 | "role": "Developer" |
||
3919 | } |
||
3920 | ], |
||
3921 | "description": "A Laravel 5 package to retrieve Google Analytics data.", |
||
3922 | "homepage": "https://github.com/spatie/laravel-analytics", |
||
3923 | "keywords": [ |
||
3924 | "analytics", |
||
3925 | "google", |
||
3926 | "laravel", |
||
3927 | "reports", |
||
3928 | "retrieve", |
||
3929 | "spatie" |
||
3930 | ], |
||
3931 | "time": "2016-06-22 17:33:26" |
||
3932 | }, |
||
3933 | { |
||
3934 | "name": "spatie/laravel-backup", |
||
3935 | "version": "3.8.1", |
||
3936 | "source": { |
||
3937 | "type": "git", |
||
3938 | "url": "https://github.com/spatie/laravel-backup.git", |
||
3939 | "reference": "08b7b8c778d5aeb0179cc49da4f64415bab9f81f" |
||
3940 | }, |
||
3941 | "dist": { |
||
3942 | "type": "zip", |
||
3943 | "url": "https://api.github.com/repos/spatie/laravel-backup/zipball/08b7b8c778d5aeb0179cc49da4f64415bab9f81f", |
||
3944 | "reference": "08b7b8c778d5aeb0179cc49da4f64415bab9f81f", |
||
3945 | "shasum": "" |
||
3946 | }, |
||
3947 | "require": { |
||
3948 | "illuminate/console": "^5.1", |
||
3949 | "illuminate/filesystem": "^5.1.20", |
||
3950 | "illuminate/support": "^5.1", |
||
3951 | "league/flysystem": "^1.0.8", |
||
3952 | "php": "^5.5|^7.0", |
||
3953 | "spatie/db-dumper": "^1.3", |
||
3954 | "symfony/finder": "^2.7|^3.0" |
||
3955 | }, |
||
3956 | "require-dev": { |
||
3957 | "mockery/mockery": "^0.9.4", |
||
3958 | "orchestra/testbench": "^3.2", |
||
3959 | "phpunit/phpunit": "^4.8" |
||
3960 | }, |
||
3961 | "suggest": { |
||
3962 | "maknz/slack": "Allows notifications to be sent via Slack" |
||
3963 | }, |
||
3964 | "type": "library", |
||
3965 | "autoload": { |
||
3966 | "psr-4": { |
||
3967 | "Spatie\\Backup\\": "src" |
||
3968 | }, |
||
3969 | "files": [ |
||
3970 | "src/Helpers/functions.php" |
||
3971 | ] |
||
3972 | }, |
||
3973 | "notification-url": "https://packagist.org/downloads/", |
||
3974 | "license": [ |
||
3975 | "MIT" |
||
3976 | ], |
||
3977 | "authors": [ |
||
3978 | { |
||
3979 | "name": "Freek Van der Herten", |
||
3980 | "email": "[email protected]", |
||
3981 | "homepage": "https://spatie.be", |
||
3982 | "role": "Developer" |
||
3983 | } |
||
3984 | ], |
||
3985 | "description": "A Laravel 5 package to backup your application", |
||
3986 | "homepage": "https://github.com/spatie/laravel-backup", |
||
3987 | "keywords": [ |
||
3988 | "backup", |
||
3989 | "database", |
||
3990 | "laravel-backup", |
||
3991 | "spatie" |
||
3992 | ], |
||
3993 | "time": "2016-07-06 15:30:58" |
||
3994 | }, |
||
3995 | { |
||
3996 | "name": "spatie/laravel-blade-javascript", |
||
3997 | "version": "1.0.4", |
||
3998 | "source": { |
||
3999 | "type": "git", |
||
4000 | "url": "https://github.com/spatie/laravel-blade-javascript.git", |
||
4001 | "reference": "d3910ac8f223bed0c68aed6ea5842bc4ede74357" |
||
4002 | }, |
||
4003 | "dist": { |
||
4004 | "type": "zip", |
||
4005 | "url": "https://api.github.com/repos/spatie/laravel-blade-javascript/zipball/d3910ac8f223bed0c68aed6ea5842bc4ede74357", |
||
4006 | "reference": "d3910ac8f223bed0c68aed6ea5842bc4ede74357", |
||
4007 | "shasum": "" |
||
4008 | }, |
||
4009 | "require": { |
||
4010 | "illuminate/support": "^5.1", |
||
4011 | "php": "^7.0" |
||
4012 | }, |
||
4013 | "require-dev": { |
||
4014 | "orchestra/testbench": "^3.2", |
||
4015 | "phpunit/phpunit": "5.*" |
||
4016 | }, |
||
4017 | "type": "library", |
||
4018 | "autoload": { |
||
4019 | "psr-4": { |
||
4020 | "Spatie\\BladeJavaScript\\": "src" |
||
4021 | } |
||
4022 | }, |
||
4023 | "notification-url": "https://packagist.org/downloads/", |
||
4024 | "license": [ |
||
4025 | "MIT" |
||
4026 | ], |
||
4027 | "authors": [ |
||
4028 | { |
||
4029 | "name": "Sebastian De Deyne", |
||
4030 | "email": "[email protected]", |
||
4031 | "homepage": "https://spatie.be", |
||
4032 | "role": "Developer" |
||
4033 | }, |
||
4034 | { |
||
4035 | "name": "Freek Van der Herten", |
||
4036 | "email": "[email protected]", |
||
4037 | "homepage": "https://spatie.be", |
||
4038 | "role": "Developer" |
||
4039 | } |
||
4040 | ], |
||
4041 | "description": "A Blade directive to export variables to JavaScript", |
||
4042 | "homepage": "https://github.com/spatie/laravel-blade-javascript", |
||
4043 | "keywords": [ |
||
4044 | "blade", |
||
4045 | "directive", |
||
4046 | "javascript", |
||
4047 | "laravel", |
||
4048 | "laravel-blade-javascript", |
||
4049 | "spatie" |
||
4050 | ], |
||
4051 | "time": "2016-06-26 21:48:37" |
||
4052 | }, |
||
4053 | { |
||
4054 | "name": "spatie/laravel-cookie-consent", |
||
4055 | "version": "1.2.1", |
||
4056 | "source": { |
||
4057 | "type": "git", |
||
4058 | "url": "https://github.com/spatie/laravel-cookie-consent.git", |
||
4059 | "reference": "3f0d40765b67c7526af3aa47a8e887c9b262389e" |
||
4060 | }, |
||
4061 | "dist": { |
||
4062 | "type": "zip", |
||
4063 | "url": "https://api.github.com/repos/spatie/laravel-cookie-consent/zipball/3f0d40765b67c7526af3aa47a8e887c9b262389e", |
||
4064 | "reference": "3f0d40765b67c7526af3aa47a8e887c9b262389e", |
||
4065 | "shasum": "" |
||
4066 | }, |
||
4067 | "require": { |
||
4068 | "illuminate/cookie": "^5.1", |
||
4069 | "illuminate/support": "^5.1", |
||
4070 | "illuminate/view": "^5.1", |
||
4071 | "php": "^5.5|^7.0" |
||
4072 | }, |
||
4073 | "require-dev": { |
||
4074 | "orchestra/testbench": "^3.2", |
||
4075 | "phpunit/phpunit": "4.*" |
||
4076 | }, |
||
4077 | "type": "library", |
||
4078 | "autoload": { |
||
4079 | "psr-4": { |
||
4080 | "Spatie\\CookieConsent\\": "src" |
||
4081 | } |
||
4082 | }, |
||
4083 | "notification-url": "https://packagist.org/downloads/", |
||
4084 | "license": [ |
||
4085 | "MIT" |
||
4086 | ], |
||
4087 | "authors": [ |
||
4088 | { |
||
4089 | "name": "Freek Van der Herten", |
||
4090 | "email": "[email protected]", |
||
4091 | "homepage": "https://spatie.be", |
||
4092 | "role": "Developer" |
||
4093 | }, |
||
4094 | { |
||
4095 | "name": "Willem Van Bockstal", |
||
4096 | "email": "[email protected]", |
||
4097 | "homepage": "https://spatie.be", |
||
4098 | "role": "Developer" |
||
4099 | } |
||
4100 | ], |
||
4101 | "description": "Make your Laravel app comply with the crazy EU cookie law", |
||
4102 | "homepage": "https://github.com/spatie/laravel-cookie-consent", |
||
4103 | "keywords": [ |
||
4104 | "comply", |
||
4105 | "cookie", |
||
4106 | "eu", |
||
4107 | "laravel-cookie-consent", |
||
4108 | "law", |
||
4109 | "spatie" |
||
4110 | ], |
||
4111 | "time": "2016-07-04 13:17:32" |
||
4112 | }, |
||
4113 | { |
||
4114 | "name": "spatie/laravel-demo-mode", |
||
4115 | "version": "1.0.2", |
||
4116 | "source": { |
||
4117 | "type": "git", |
||
4118 | "url": "https://github.com/spatie/laravel-demo-mode.git", |
||
4119 | "reference": "f1b512c4966ff8c16301431619f6ec5d881edec4" |
||
4120 | }, |
||
4121 | "dist": { |
||
4122 | "type": "zip", |
||
4123 | "url": "https://api.github.com/repos/spatie/laravel-demo-mode/zipball/f1b512c4966ff8c16301431619f6ec5d881edec4", |
||
4124 | "reference": "f1b512c4966ff8c16301431619f6ec5d881edec4", |
||
4125 | "shasum": "" |
||
4126 | }, |
||
4127 | "require": { |
||
4128 | "php": "^7.0" |
||
4129 | }, |
||
4130 | "require-dev": { |
||
4131 | "orchestra/testbench": "^3.2", |
||
4132 | "phpunit/phpunit": "^5.0" |
||
4133 | }, |
||
4134 | "type": "library", |
||
4135 | "autoload": { |
||
4136 | "psr-4": { |
||
4137 | "Spatie\\DemoMode\\": "src" |
||
4138 | } |
||
4139 | }, |
||
4140 | "notification-url": "https://packagist.org/downloads/", |
||
4141 | "license": [ |
||
4142 | "MIT" |
||
4143 | ], |
||
4144 | "authors": [ |
||
4145 | { |
||
4146 | "name": "Freek Van der Herten", |
||
4147 | "email": "[email protected]", |
||
4148 | "homepage": "https://spatie.be", |
||
4149 | "role": "Developer" |
||
4150 | } |
||
4151 | ], |
||
4152 | "description": "A middleware to protect your work in progress from prying eyes", |
||
4153 | "homepage": "https://github.com/spatie/laravel-demo-mode", |
||
4154 | "keywords": [ |
||
4155 | "laravel-demo-mode", |
||
4156 | "spatie" |
||
4157 | ], |
||
4158 | "time": "2016-04-04 08:58:48" |
||
4159 | }, |
||
4160 | { |
||
4161 | "name": "spatie/laravel-failed-job-monitor", |
||
4162 | "version": "1.0.2", |
||
4163 | "source": { |
||
4164 | "type": "git", |
||
4165 | "url": "https://github.com/spatie/laravel-failed-job-monitor.git", |
||
4166 | "reference": "6d64c2de578003e766255d55c6edee30bb1ab123" |
||
4167 | }, |
||
4168 | "dist": { |
||
4169 | "type": "zip", |
||
4170 | "url": "https://api.github.com/repos/spatie/laravel-failed-job-monitor/zipball/6d64c2de578003e766255d55c6edee30bb1ab123", |
||
4171 | "reference": "6d64c2de578003e766255d55c6edee30bb1ab123", |
||
4172 | "shasum": "" |
||
4173 | }, |
||
4174 | "require": { |
||
4175 | "illuminate/queue": "^5.2", |
||
4176 | "php": "^7.0" |
||
4177 | }, |
||
4178 | "require-dev": { |
||
4179 | "maknz/slack": "^1.5", |
||
4180 | "orchestra/testbench": "^3.0", |
||
4181 | "phpunit/phpunit": "^5.0" |
||
4182 | }, |
||
4183 | "suggest": { |
||
4184 | "maknz/slack": "Allows notifications to be sent via Slack" |
||
4185 | }, |
||
4186 | "type": "library", |
||
4187 | "autoload": { |
||
4188 | "psr-4": { |
||
4189 | "Spatie\\FailedJobMonitor\\": "src" |
||
4190 | } |
||
4191 | }, |
||
4192 | "notification-url": "https://packagist.org/downloads/", |
||
4193 | "license": [ |
||
4194 | "MIT" |
||
4195 | ], |
||
4196 | "authors": [ |
||
4197 | { |
||
4198 | "name": "Jolita Grazyte", |
||
4199 | "email": "[email protected]", |
||
4200 | "homepage": "https://spatie.be", |
||
4201 | "role": "Developer" |
||
4202 | } |
||
4203 | ], |
||
4204 | "description": "Get notified when a queued job fails", |
||
4205 | "homepage": "https://github.com/spatie/laravel-failed-job-monitor", |
||
4206 | "keywords": [ |
||
4207 | "job", |
||
4208 | "laravel-failed-job-monitor", |
||
4209 | "monitor", |
||
4210 | "notify", |
||
4211 | "queue", |
||
4212 | "slack", |
||
4213 | "spatie" |
||
4214 | ], |
||
4215 | "time": "2016-03-02 11:34:09" |
||
4216 | }, |
||
4217 | { |
||
4218 | "name": "spatie/laravel-fractal", |
||
4219 | "version": "1.9.0", |
||
4220 | "source": { |
||
4221 | "type": "git", |
||
4222 | "url": "https://github.com/spatie/laravel-fractal.git", |
||
4223 | "reference": "6d31a188acb1b67b7e22f7849577e77be5e8430d" |
||
4224 | }, |
||
4225 | "dist": { |
||
4226 | "type": "zip", |
||
4227 | "url": "https://api.github.com/repos/spatie/laravel-fractal/zipball/6d31a188acb1b67b7e22f7849577e77be5e8430d", |
||
4228 | "reference": "6d31a188acb1b67b7e22f7849577e77be5e8430d", |
||
4229 | "shasum": "" |
||
4230 | }, |
||
4231 | "require": { |
||
4232 | "illuminate/support": "^5.1", |
||
4233 | "league/fractal": "^0.13.0", |
||
4234 | "php": ">=5.5.0" |
||
4235 | }, |
||
4236 | "require-dev": { |
||
4237 | "orchestra/testbench": "^3.0", |
||
4238 | "phpunit/phpunit": "^4.0", |
||
4239 | "scrutinizer/ocular": "^1.1" |
||
4240 | }, |
||
4241 | "type": "library", |
||
4242 | "autoload": { |
||
4243 | "psr-4": { |
||
4244 | "Spatie\\Fractal\\": "src" |
||
4245 | } |
||
4246 | }, |
||
4247 | "notification-url": "https://packagist.org/downloads/", |
||
4248 | "license": [ |
||
4249 | "MIT" |
||
4250 | ], |
||
4251 | "authors": [ |
||
4252 | { |
||
4253 | "name": "Freek Van der Herten", |
||
4254 | "email": "[email protected]", |
||
4255 | "homepage": "https://spatie.be", |
||
4256 | "role": "Developer" |
||
4257 | } |
||
4258 | ], |
||
4259 | "description": "A Fractal service provider for Laravel 5", |
||
4260 | "homepage": "https://github.com/spatie/laravel-fractal", |
||
4261 | "keywords": [ |
||
4262 | "api", |
||
4263 | "fractal", |
||
4264 | "laravel", |
||
4265 | "laravel-fractal", |
||
4266 | "lumen", |
||
4267 | "spatie", |
||
4268 | "transform" |
||
4269 | ], |
||
4270 | "time": "2016-03-30 20:55:15" |
||
4271 | }, |
||
4272 | { |
||
4273 | "name": "spatie/laravel-glide", |
||
4274 | "version": "3.0.1", |
||
4275 | "source": { |
||
4276 | "type": "git", |
||
4277 | "url": "https://github.com/spatie/laravel-glide.git", |
||
4278 | "reference": "9a5f8cac9ed2246b41afd6aa1f2b3034a6aa9ba4" |
||
4279 | }, |
||
4280 | "dist": { |
||
4281 | "type": "zip", |
||
4282 | "url": "https://api.github.com/repos/spatie/laravel-glide/zipball/9a5f8cac9ed2246b41afd6aa1f2b3034a6aa9ba4", |
||
4283 | "reference": "9a5f8cac9ed2246b41afd6aa1f2b3034a6aa9ba4", |
||
4284 | "shasum": "" |
||
4285 | }, |
||
4286 | "require": { |
||
4287 | "illuminate/support": "5.*", |
||
4288 | "league/glide": "^1.0", |
||
4289 | "php": "^7.0" |
||
4290 | }, |
||
4291 | "require-dev": { |
||
4292 | "orchestra/testbench": "^3.2", |
||
4293 | "phpunit/phpunit": "5.*" |
||
4294 | }, |
||
4295 | "type": "library", |
||
4296 | "autoload": { |
||
4297 | "psr-4": { |
||
4298 | "Spatie\\Glide\\": "src/" |
||
4299 | } |
||
4300 | }, |
||
4301 | "notification-url": "https://packagist.org/downloads/", |
||
4302 | "license": [ |
||
4303 | "MIT" |
||
4304 | ], |
||
4305 | "authors": [ |
||
4306 | { |
||
4307 | "name": "Freek Van der Herten", |
||
4308 | "email": "[email protected]" |
||
4309 | } |
||
4310 | ], |
||
4311 | "description": "Easily convert images with Glide", |
||
4312 | "homepage": "https://github.com/spatie/laravel-glide", |
||
4313 | "time": "2016-05-05 15:35:48" |
||
4314 | }, |
||
4315 | { |
||
4316 | "name": "spatie/laravel-googletagmanager", |
||
4317 | "version": "2.2.1", |
||
4318 | "source": { |
||
4319 | "type": "git", |
||
4320 | "url": "https://github.com/spatie/laravel-googletagmanager.git", |
||
4321 | "reference": "fa238db653481f86324e09a8993364fb6452915e" |
||
4322 | }, |
||
4323 | "dist": { |
||
4324 | "type": "zip", |
||
4325 | "url": "https://api.github.com/repos/spatie/laravel-googletagmanager/zipball/fa238db653481f86324e09a8993364fb6452915e", |
||
4326 | "reference": "fa238db653481f86324e09a8993364fb6452915e", |
||
4327 | "shasum": "" |
||
4328 | }, |
||
4329 | "require": { |
||
4330 | "php": ">=5.4.0" |
||
4331 | }, |
||
4332 | "type": "library", |
||
4333 | "extra": { |
||
4334 | "branch-alias": { |
||
4335 | "dev-master": "1.0-dev" |
||
4336 | } |
||
4337 | }, |
||
4338 | "autoload": { |
||
4339 | "psr-4": { |
||
4340 | "Spatie\\GoogleTagManager\\": "src" |
||
4341 | } |
||
4342 | }, |
||
4343 | "notification-url": "https://packagist.org/downloads/", |
||
4344 | "license": [ |
||
4345 | "MIT" |
||
4346 | ], |
||
4347 | "authors": [ |
||
4348 | { |
||
4349 | "name": "Sebastian De Deyne", |
||
4350 | "email": "[email protected]", |
||
4351 | "homepage": "https://spatie.be", |
||
4352 | "role": "Developer" |
||
4353 | } |
||
4354 | ], |
||
4355 | "description": "Google Tag Manager integration for Laravel", |
||
4356 | "homepage": "https://github.com/spatie/laravel-googletagmanager", |
||
4357 | "keywords": [ |
||
4358 | "Google Tag Manager", |
||
4359 | "laravel", |
||
4360 | "laravel-googletagmanager", |
||
4361 | "spatie" |
||
4362 | ], |
||
4363 | "time": "2016-06-22 13:01:37" |
||
4364 | }, |
||
4365 | { |
||
4366 | "name": "spatie/laravel-link-checker", |
||
4367 | "version": "1.0.1", |
||
4368 | "source": { |
||
4369 | "type": "git", |
||
4370 | "url": "https://github.com/spatie/laravel-link-checker.git", |
||
4371 | "reference": "2a21a72ca68a7997f8b03250425174d9dc346966" |
||
4372 | }, |
||
4373 | "dist": { |
||
4374 | "type": "zip", |
||
4375 | "url": "https://api.github.com/repos/spatie/laravel-link-checker/zipball/2a21a72ca68a7997f8b03250425174d9dc346966", |
||
4376 | "reference": "2a21a72ca68a7997f8b03250425174d9dc346966", |
||
4377 | "shasum": "" |
||
4378 | }, |
||
4379 | "require": { |
||
4380 | "php": ">=5.5.0", |
||
4381 | "spatie/crawler": "^1.1.1" |
||
4382 | }, |
||
4383 | "require-dev": { |
||
4384 | "orchestra/testbench": "^3.1", |
||
4385 | "phpunit/phpunit": "4.*", |
||
4386 | "scrutinizer/ocular": "~1.1" |
||
4387 | }, |
||
4388 | "type": "library", |
||
4389 | "autoload": { |
||
4390 | "psr-4": { |
||
4391 | "Spatie\\LinkChecker\\": "src" |
||
4392 | } |
||
4393 | }, |
||
4394 | "notification-url": "https://packagist.org/downloads/", |
||
4395 | "license": [ |
||
4396 | "MIT" |
||
4397 | ], |
||
4398 | "authors": [ |
||
4399 | { |
||
4400 | "name": "Freek Van der Herten", |
||
4401 | "email": "[email protected]", |
||
4402 | "homepage": "https://spatie.be", |
||
4403 | "role": "Developer" |
||
4404 | } |
||
4405 | ], |
||
4406 | "description": "Check all links in a Laravel app", |
||
4407 | "homepage": "https://github.com/spatie/laravel-link-checker", |
||
4408 | "keywords": [ |
||
4409 | "checker", |
||
4410 | "crawler", |
||
4411 | "health", |
||
4412 | "laravel-link-checker", |
||
4413 | "link", |
||
4414 | "spatie" |
||
4415 | ], |
||
4416 | "time": "2015-12-03 16:41:38" |
||
4417 | }, |
||
4418 | { |
||
4419 | "name": "spatie/laravel-medialibrary", |
||
4420 | "version": "4.5.0", |
||
4421 | "source": { |
||
4422 | "type": "git", |
||
4423 | "url": "https://github.com/spatie/laravel-medialibrary.git", |
||
4424 | "reference": "8ba0ded185ee7c3c36d3ebb531a881f17950677d" |
||
4425 | }, |
||
4426 | "dist": { |
||
4427 | "type": "zip", |
||
4428 | "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/8ba0ded185ee7c3c36d3ebb531a881f17950677d", |
||
4429 | "reference": "8ba0ded185ee7c3c36d3ebb531a881f17950677d", |
||
4430 | "shasum": "" |
||
4431 | }, |
||
4432 | "require": { |
||
4433 | "illuminate/bus": "~5.1.16|~5.2.0", |
||
4434 | "illuminate/console": "~5.1.16|~5.2.0", |
||
4435 | "illuminate/database": "~5.1.16|~5.2.0", |
||
4436 | "illuminate/support": "~5.1.16|~5.2.0", |
||
4437 | "php": "^7.0", |
||
4438 | "spatie/laravel-glide": "^3.0.0", |
||
4439 | "spatie/pdf-to-image": "^1.0.1", |
||
4440 | "spatie/string": "^2.0.0" |
||
4441 | }, |
||
4442 | "require-dev": { |
||
4443 | "doctrine/dbal": "^2.5.2", |
||
4444 | "mockery/mockery": "^0.9.4", |
||
4445 | "orchestra/testbench": "^3.0", |
||
4446 | "phpunit/phpunit": "^5.0.0", |
||
4447 | "scrutinizer/ocular": "^1.1" |
||
4448 | }, |
||
4449 | "type": "library", |
||
4450 | "autoload": { |
||
4451 | "psr-4": { |
||
4452 | "Spatie\\MediaLibrary\\": "src" |
||
4453 | } |
||
4454 | }, |
||
4455 | "notification-url": "https://packagist.org/downloads/", |
||
4456 | "license": [ |
||
4457 | "MIT" |
||
4458 | ], |
||
4459 | "authors": [ |
||
4460 | { |
||
4461 | "name": "Freek Van der Herten", |
||
4462 | "email": "[email protected]", |
||
4463 | "homepage": "https://murze.be", |
||
4464 | "role": "Developer" |
||
4465 | } |
||
4466 | ], |
||
4467 | "description": "Associate files with Eloquent models", |
||
4468 | "homepage": "https://github.com/spatie/laravel-medialibrary", |
||
4469 | "keywords": [ |
||
4470 | "cms", |
||
4471 | "laravel", |
||
4472 | "laravel-medialibrary", |
||
4473 | "media", |
||
4474 | "spatie" |
||
4475 | ], |
||
4476 | "time": "2016-07-09 13:49:32" |
||
4477 | }, |
||
4478 | { |
||
4479 | "name": "spatie/laravel-menu", |
||
4480 | "version": "1.2.0", |
||
4481 | "source": { |
||
4482 | "type": "git", |
||
4483 | "url": "https://github.com/spatie/laravel-menu.git", |
||
4484 | "reference": "7ee9fe60a2ef8d2e3538c4c7799103b6a23dc279" |
||
4485 | }, |
||
4486 | "dist": { |
||
4487 | "type": "zip", |
||
4488 | "url": "https://api.github.com/repos/spatie/laravel-menu/zipball/7ee9fe60a2ef8d2e3538c4c7799103b6a23dc279", |
||
4489 | "reference": "7ee9fe60a2ef8d2e3538c4c7799103b6a23dc279", |
||
4490 | "shasum": "" |
||
4491 | }, |
||
4492 | "require": { |
||
4493 | "illuminate/auth": "~5.1.14|~5.2.0", |
||
4494 | "illuminate/contracts": "~5.1.14|~5.2.0", |
||
4495 | "illuminate/support": "~5.1.14|~5.2.0", |
||
4496 | "php": "^7.0", |
||
4497 | "spatie/menu": "^1.1.0" |
||
4498 | }, |
||
4499 | "require-dev": { |
||
4500 | "fzaninotto/faker": "~1.4", |
||
4501 | "orchestra/testbench": "^3.1", |
||
4502 | "phpunit/phpunit": "^5.2" |
||
4503 | }, |
||
4504 | "type": "library", |
||
4505 | "autoload": { |
||
4506 | "psr-4": { |
||
4507 | "Spatie\\Menu\\Laravel\\": "src" |
||
4508 | } |
||
4509 | }, |
||
4510 | "notification-url": "https://packagist.org/downloads/", |
||
4511 | "license": [ |
||
4512 | "MIT" |
||
4513 | ], |
||
4514 | "authors": [ |
||
4515 | { |
||
4516 | "name": "Sebastian De Deyne", |
||
4517 | "email": "[email protected]", |
||
4518 | "homepage": "https://spatie.be", |
||
4519 | "role": "Developer" |
||
4520 | } |
||
4521 | ], |
||
4522 | "description": "Html menu generator for Laravel", |
||
4523 | "homepage": "https://github.com/spatie/laravel-menu", |
||
4524 | "keywords": [ |
||
4525 | "laravel-menu", |
||
4526 | "spatie" |
||
4527 | ], |
||
4528 | "time": "2016-04-04 11:11:50" |
||
4529 | }, |
||
4530 | { |
||
4531 | "name": "spatie/laravel-model-cleanup", |
||
4532 | "version": "1.0.0", |
||
4533 | "source": { |
||
4534 | "type": "git", |
||
4535 | "url": "https://github.com/spatie/laravel-model-cleanup.git", |
||
4536 | "reference": "d880618b39ce0d035193d59f7c460ec3b6747386" |
||
4537 | }, |
||
4538 | "dist": { |
||
4539 | "type": "zip", |
||
4540 | "url": "https://api.github.com/repos/spatie/laravel-model-cleanup/zipball/d880618b39ce0d035193d59f7c460ec3b6747386", |
||
4541 | "reference": "d880618b39ce0d035193d59f7c460ec3b6747386", |
||
4542 | "shasum": "" |
||
4543 | }, |
||
4544 | "require": { |
||
4545 | "illuminate/support": "^5.2", |
||
4546 | "nesbot/carbon": "^1.0", |
||
4547 | "nikic/php-parser": "^2.0", |
||
4548 | "php": "^7.0" |
||
4549 | }, |
||
4550 | "require-dev": { |
||
4551 | "orchestra/testbench": "^3.2", |
||
4552 | "phpunit/phpunit": "^5.0" |
||
4553 | }, |
||
4554 | "type": "library", |
||
4555 | "autoload": { |
||
4556 | "psr-4": { |
||
4557 | "Spatie\\ModelCleanup\\": "src" |
||
4558 | } |
||
4559 | }, |
||
4560 | "notification-url": "https://packagist.org/downloads/", |
||
4561 | "license": [ |
||
4562 | "MIT" |
||
4563 | ], |
||
4564 | "authors": [ |
||
4565 | { |
||
4566 | "name": "Freek Van der Herten", |
||
4567 | "email": "[email protected]", |
||
4568 | "homepage": "https://spatie.be", |
||
4569 | "role": "Developer" |
||
4570 | }, |
||
4571 | { |
||
4572 | "name": "Jolita Grazyte", |
||
4573 | "email": "[email protected]", |
||
4574 | "homepage": "https://spatie.be", |
||
4575 | "role": "Developer" |
||
4576 | } |
||
4577 | ], |
||
4578 | "description": "This package deletes unneeded records in a database.", |
||
4579 | "homepage": "https://github.com/spatie/laravel-model-cleanup", |
||
4580 | "keywords": [ |
||
4581 | "laravel-model-cleanup", |
||
4582 | "spatie" |
||
4583 | ], |
||
4584 | "time": "2016-03-18 12:34:35" |
||
4585 | }, |
||
4586 | { |
||
4587 | "name": "spatie/laravel-newsletter", |
||
4588 | "version": "3.0.3", |
||
4589 | "source": { |
||
4590 | "type": "git", |
||
4591 | "url": "https://github.com/spatie/laravel-newsletter.git", |
||
4592 | "reference": "b0f3b0bd5d3ffe06d7bad15313785bda9a471da4" |
||
4593 | }, |
||
4594 | "dist": { |
||
4595 | "type": "zip", |
||
4596 | "url": "https://api.github.com/repos/spatie/laravel-newsletter/zipball/b0f3b0bd5d3ffe06d7bad15313785bda9a471da4", |
||
4597 | "reference": "b0f3b0bd5d3ffe06d7bad15313785bda9a471da4", |
||
4598 | "shasum": "" |
||
4599 | }, |
||
4600 | "require": { |
||
4601 | "drewm/mailchimp-api": "^2.1", |
||
4602 | "illuminate/support": "^5.1", |
||
4603 | "php": "^5.5|^7.0" |
||
4604 | }, |
||
4605 | "require-dev": { |
||
4606 | "mockery/mockery": "^0.9.4", |
||
4607 | "phpunit/phpunit": "^4.8" |
||
4608 | }, |
||
4609 | "type": "library", |
||
4610 | "autoload": { |
||
4611 | "psr-4": { |
||
4612 | "Spatie\\Newsletter\\": "src" |
||
4613 | } |
||
4614 | }, |
||
4615 | "notification-url": "https://packagist.org/downloads/", |
||
4616 | "license": [ |
||
4617 | "MIT" |
||
4618 | ], |
||
4619 | "authors": [ |
||
4620 | { |
||
4621 | "name": "Freek Van der Herten", |
||
4622 | "email": "[email protected]", |
||
4623 | "homepage": "https://murze.be", |
||
4624 | "role": "Developer" |
||
4625 | } |
||
4626 | ], |
||
4627 | "description": "Manage newsletters in Laravel 5", |
||
4628 | "homepage": "https://github.com/spatie/laravel-newsletter", |
||
4629 | "keywords": [ |
||
4630 | "laravel", |
||
4631 | "mailchimp", |
||
4632 | "newsletter" |
||
4633 | ], |
||
4634 | "time": "2016-07-11 13:54:08" |
||
4635 | }, |
||
4636 | { |
||
4637 | "name": "spatie/laravel-or-abort", |
||
4638 | "version": "1.0.2", |
||
4639 | "source": { |
||
4640 | "type": "git", |
||
4641 | "url": "https://github.com/spatie/laravel-or-abort.git", |
||
4642 | "reference": "18fa71f436f5c2768c02a7b36be4f9d67fa934d5" |
||
4643 | }, |
||
4644 | "dist": { |
||
4645 | "type": "zip", |
||
4646 | "url": "https://api.github.com/repos/spatie/laravel-or-abort/zipball/18fa71f436f5c2768c02a7b36be4f9d67fa934d5", |
||
4647 | "reference": "18fa71f436f5c2768c02a7b36be4f9d67fa934d5", |
||
4648 | "shasum": "" |
||
4649 | }, |
||
4650 | "require": { |
||
4651 | "illuminate/support": "^5.0", |
||
4652 | "php": ">=5.4.0" |
||
4653 | }, |
||
4654 | "require-dev": { |
||
4655 | "phpunit/phpunit": "4.*", |
||
4656 | "scrutinizer/ocular": "~1.1" |
||
4657 | }, |
||
4658 | "type": "library", |
||
4659 | "autoload": { |
||
4660 | "psr-4": { |
||
4661 | "Spatie\\OrAbort\\": "src" |
||
4662 | } |
||
4663 | }, |
||
4664 | "notification-url": "https://packagist.org/downloads/", |
||
4665 | "license": [ |
||
4666 | "MIT" |
||
4667 | ], |
||
4668 | "authors": [ |
||
4669 | { |
||
4670 | "name": ":Freek Van der Herten", |
||
4671 | "email": "[email protected]", |
||
4672 | "homepage": "https://spatie.be", |
||
4673 | "role": "Developer" |
||
4674 | } |
||
4675 | ], |
||
4676 | "description": "A trait to add OrAbort functions to a class", |
||
4677 | "homepage": "https://github.com/spatie/laravel-or-abort", |
||
4678 | "keywords": [ |
||
4679 | "abort", |
||
4680 | "laravel", |
||
4681 | "spatie" |
||
4682 | ], |
||
4683 | "time": "2015-06-30 11:17:03" |
||
4684 | }, |
||
4685 | { |
||
4686 | "name": "spatie/laravel-paginateroute", |
||
4687 | "version": "2.2.2", |
||
4688 | "source": { |
||
4689 | "type": "git", |
||
4690 | "url": "https://github.com/spatie/laravel-paginateroute.git", |
||
4691 | "reference": "fb60c7c5652a24f3ce91fd5b206d3482341a0fd4" |
||
4692 | }, |
||
4693 | "dist": { |
||
4694 | "type": "zip", |
||
4695 | "url": "https://api.github.com/repos/spatie/laravel-paginateroute/zipball/fb60c7c5652a24f3ce91fd5b206d3482341a0fd4", |
||
4696 | "reference": "fb60c7c5652a24f3ce91fd5b206d3482341a0fd4", |
||
4697 | "shasum": "" |
||
4698 | }, |
||
4699 | "require": { |
||
4700 | "php": ">=5.4.0" |
||
4701 | }, |
||
4702 | "require-dev": { |
||
4703 | "orchestra/testbench": "~3.0", |
||
4704 | "phpunit/phpunit": "4.*", |
||
4705 | "scrutinizer/ocular": "~1.1" |
||
4706 | }, |
||
4707 | "type": "library", |
||
4708 | "extra": { |
||
4709 | "branch-alias": { |
||
4710 | "dev-master": "1.0-dev" |
||
4711 | } |
||
4712 | }, |
||
4713 | "autoload": { |
||
4714 | "psr-4": { |
||
4715 | "Spatie\\PaginateRoute\\": "src" |
||
4716 | } |
||
4717 | }, |
||
4718 | "notification-url": "https://packagist.org/downloads/", |
||
4719 | "license": [ |
||
4720 | "MIT" |
||
4721 | ], |
||
4722 | "authors": [ |
||
4723 | { |
||
4724 | "name": "Sebastian De Deyne", |
||
4725 | "email": "[email protected]", |
||
4726 | "homepage": "https://spatie.be", |
||
4727 | "role": "Developer" |
||
4728 | } |
||
4729 | ], |
||
4730 | "description": "Laravel outer extension to easily use laravel's paginator without the query string", |
||
4731 | "homepage": "https://github.com/spatie/laravel-paginateroute", |
||
4732 | "keywords": [ |
||
4733 | "laravel", |
||
4734 | "laravel-paginateroute", |
||
4735 | "pagination", |
||
4736 | "routing", |
||
4737 | "spatie" |
||
4738 | ], |
||
4739 | "time": "2016-05-20 20:38:54" |
||
4740 | }, |
||
4741 | { |
||
4742 | "name": "spatie/laravel-robots-middleware", |
||
4743 | "version": "1.0.3", |
||
4744 | "source": { |
||
4745 | "type": "git", |
||
4746 | "url": "https://github.com/spatie/laravel-robots-middleware.git", |
||
4747 | "reference": "843d09705a581b1efb9377605381a439bacb3ad5" |
||
4748 | }, |
||
4749 | "dist": { |
||
4750 | "type": "zip", |
||
4751 | "url": "https://api.github.com/repos/spatie/laravel-robots-middleware/zipball/843d09705a581b1efb9377605381a439bacb3ad5", |
||
4752 | "reference": "843d09705a581b1efb9377605381a439bacb3ad5", |
||
4753 | "shasum": "" |
||
4754 | }, |
||
4755 | "require": { |
||
4756 | "illuminate/http": "^5.1", |
||
4757 | "php": "^7.0" |
||
4758 | }, |
||
4759 | "require-dev": { |
||
4760 | "orchestra/testbench": "^3.2", |
||
4761 | "phpunit/phpunit": "4.*" |
||
4762 | }, |
||
4763 | "type": "library", |
||
4764 | "autoload": { |
||
4765 | "psr-4": { |
||
4766 | "Spatie\\RobotsMiddleware\\": "src" |
||
4767 | } |
||
4768 | }, |
||
4769 | "notification-url": "https://packagist.org/downloads/", |
||
4770 | "license": [ |
||
4771 | "MIT" |
||
4772 | ], |
||
4773 | "authors": [ |
||
4774 | { |
||
4775 | "name": "Sebastian De Deyne", |
||
4776 | "email": "[email protected]", |
||
4777 | "homepage": "https://spatie.be", |
||
4778 | "role": "Developer" |
||
4779 | } |
||
4780 | ], |
||
4781 | "description": "Add an `all` or `none` robots header to your requests via a middleware in Laravel", |
||
4782 | "homepage": "https://github.com/spatie/laravel-robots-middleware", |
||
4783 | "keywords": [ |
||
4784 | "index", |
||
4785 | "robots", |
||
4786 | "seo", |
||
4787 | "spatie" |
||
4788 | ], |
||
4789 | "time": "2016-01-12 12:28:05" |
||
4790 | }, |
||
4791 | { |
||
4792 | "name": "spatie/laravel-tail", |
||
4793 | "version": "1.1.2", |
||
4794 | "source": { |
||
4795 | "type": "git", |
||
4796 | "url": "https://github.com/spatie/laravel-tail.git", |
||
4797 | "reference": "b520449b8f3a184f878c0f7c7f613505a5be114e" |
||
4798 | }, |
||
4799 | "dist": { |
||
4800 | "type": "zip", |
||
4801 | "url": "https://api.github.com/repos/spatie/laravel-tail/zipball/b520449b8f3a184f878c0f7c7f613505a5be114e", |
||
4802 | "reference": "b520449b8f3a184f878c0f7c7f613505a5be114e", |
||
4803 | "shasum": "" |
||
4804 | }, |
||
4805 | "require": { |
||
4806 | "illuminate/console": "~5.0", |
||
4807 | "illuminate/support": "~5.0", |
||
4808 | "php": ">=5.4.0" |
||
4809 | }, |
||
4810 | "type": "library", |
||
4811 | "autoload": { |
||
4812 | "psr-4": { |
||
4813 | "Spatie\\Tail\\": "src" |
||
4814 | } |
||
4815 | }, |
||
4816 | "notification-url": "https://packagist.org/downloads/", |
||
4817 | "license": [ |
||
4818 | "MIT" |
||
4819 | ], |
||
4820 | "authors": [ |
||
4821 | { |
||
4822 | "name": "Freek Van der Herten", |
||
4823 | "email": "[email protected]", |
||
4824 | "homepage": "https://murze.be", |
||
4825 | "role": "Developer" |
||
4826 | } |
||
4827 | ], |
||
4828 | "description": "The missing tail command for Laravel 5", |
||
4829 | "homepage": "https://github.com/spatie/laravel-tail", |
||
4830 | "keywords": [ |
||
4831 | "laravel 5", |
||
4832 | "laravel-tail", |
||
4833 | "log", |
||
4834 | "tail" |
||
4835 | ], |
||
4836 | "time": "2015-10-11 09:45:38" |
||
4837 | }, |
||
4838 | { |
||
4839 | "name": "spatie/laravel-translatable", |
||
4840 | "version": "1.1.0", |
||
4841 | "source": { |
||
4842 | "type": "git", |
||
4843 | "url": "https://github.com/spatie/laravel-translatable.git", |
||
4844 | "reference": "b27c9b854429c82da209abdb314de02e5e0e1dd3" |
||
4845 | }, |
||
4846 | "dist": { |
||
4847 | "type": "zip", |
||
4848 | "url": "https://api.github.com/repos/spatie/laravel-translatable/zipball/b27c9b854429c82da209abdb314de02e5e0e1dd3", |
||
4849 | "reference": "b27c9b854429c82da209abdb314de02e5e0e1dd3", |
||
4850 | "shasum": "" |
||
4851 | }, |
||
4852 | "require": { |
||
4853 | "php": "^7.0" |
||
4854 | }, |
||
4855 | "require-dev": { |
||
4856 | "mockery/mockery": "^0.9.4", |
||
4857 | "orchestra/testbench": "^3.2", |
||
4858 | "phpunit/phpunit": "5.*" |
||
4859 | }, |
||
4860 | "type": "library", |
||
4861 | "autoload": { |
||
4862 | "psr-4": { |
||
4863 | "Spatie\\Translatable\\": "src" |
||
4864 | } |
||
4865 | }, |
||
4866 | "notification-url": "https://packagist.org/downloads/", |
||
4867 | "license": [ |
||
4868 | "MIT" |
||
4869 | ], |
||
4870 | "authors": [ |
||
4871 | { |
||
4872 | "name": "Sebastian De Deyne", |
||
4873 | "email": "[email protected]", |
||
4874 | "homepage": "https://spatie.be", |
||
4875 | "role": "Developer" |
||
4876 | }, |
||
4877 | { |
||
4878 | "name": "Freek Van der Herten", |
||
4879 | "email": "[email protected]", |
||
4880 | "homepage": "https://spatie.be", |
||
4881 | "role": "Developer" |
||
4882 | }, |
||
4883 | { |
||
4884 | "name": "Mohamed Said", |
||
4885 | "email": "[email protected]", |
||
4886 | "role": "Original idea" |
||
4887 | } |
||
4888 | ], |
||
4889 | "description": "A trait to make an Eloquent model hold translations", |
||
4890 | "homepage": "https://github.com/spatie/laravel-translatable", |
||
4891 | "keywords": [ |
||
4892 | "eloquent", |
||
4893 | "i8n", |
||
4894 | "laravel-translatable", |
||
4895 | "model", |
||
4896 | "multilingual", |
||
4897 | "spatie", |
||
4898 | "translate" |
||
4899 | ], |
||
4900 | "time": "2016-05-02 11:36:28" |
||
4901 | }, |
||
4902 | { |
||
4903 | "name": "spatie/menu", |
||
4904 | "version": "1.2.0", |
||
4905 | "source": { |
||
4906 | "type": "git", |
||
4907 | "url": "https://github.com/spatie/menu.git", |
||
4908 | "reference": "710e0650baa72c9de11f25ef89c7087a60cea559" |
||
4909 | }, |
||
4910 | "dist": { |
||
4911 | "type": "zip", |
||
4912 | "url": "https://api.github.com/repos/spatie/menu/zipball/710e0650baa72c9de11f25ef89c7087a60cea559", |
||
4913 | "reference": "710e0650baa72c9de11f25ef89c7087a60cea559", |
||
4914 | "shasum": "" |
||
4915 | }, |
||
4916 | "require": { |
||
4917 | "php": "^7.0", |
||
4918 | "spatie/html-element": "^1.0.0" |
||
4919 | }, |
||
4920 | "require-dev": { |
||
4921 | "phpunit/phpunit": "^5.2.10" |
||
4922 | }, |
||
4923 | "type": "library", |
||
4924 | "autoload": { |
||
4925 | "psr-4": { |
||
4926 | "Spatie\\Menu\\": "src" |
||
4927 | } |
||
4928 | }, |
||
4929 | "notification-url": "https://packagist.org/downloads/", |
||
4930 | "license": [ |
||
4931 | "MIT" |
||
4932 | ], |
||
4933 | "authors": [ |
||
4934 | { |
||
4935 | "name": "Sebastian De Deyne", |
||
4936 | "email": "[email protected]", |
||
4937 | "homepage": "https://spatie.be", |
||
4938 | "role": "Developer" |
||
4939 | } |
||
4940 | ], |
||
4941 | "description": "Html menu generator", |
||
4942 | "homepage": "https://github.com/spatie/menu", |
||
4943 | "keywords": [ |
||
4944 | "menu", |
||
4945 | "navigation", |
||
4946 | "spatie" |
||
4947 | ], |
||
4948 | "time": "2016-06-25 16:38:38" |
||
4949 | }, |
||
4950 | { |
||
4951 | "name": "spatie/pdf-to-image", |
||
4952 | "version": "1.2.0", |
||
4953 | "source": { |
||
4954 | "type": "git", |
||
4955 | "url": "https://github.com/spatie/pdf-to-image.git", |
||
4956 | "reference": "c08dac65f0f857dd4d467d40794772be5a75d6de" |
||
4957 | }, |
||
4958 | "dist": { |
||
4959 | "type": "zip", |
||
4960 | "url": "https://api.github.com/repos/spatie/pdf-to-image/zipball/c08dac65f0f857dd4d467d40794772be5a75d6de", |
||
4961 | "reference": "c08dac65f0f857dd4d467d40794772be5a75d6de", |
||
4962 | "shasum": "" |
||
4963 | }, |
||
4964 | "require": { |
||
4965 | "php": ">=5.5.0" |
||
4966 | }, |
||
4967 | "require-dev": { |
||
4968 | "phpunit/phpunit": "4.*", |
||
4969 | "scrutinizer/ocular": "~1.1" |
||
4970 | }, |
||
4971 | "type": "library", |
||
4972 | "autoload": { |
||
4973 | "psr-4": { |
||
4974 | "Spatie\\PdfToImage\\": "src" |
||
4975 | } |
||
4976 | }, |
||
4977 | "notification-url": "https://packagist.org/downloads/", |
||
4978 | "license": [ |
||
4979 | "MIT" |
||
4980 | ], |
||
4981 | "authors": [ |
||
4982 | { |
||
4983 | "name": "Freek Van der Herten", |
||
4984 | "email": "[email protected]", |
||
4985 | "homepage": "https://spatie.be", |
||
4986 | "role": "Developer" |
||
4987 | } |
||
4988 | ], |
||
4989 | "description": "Convert a pdf to an image", |
||
4990 | "homepage": "https://github.com/spatie/pdf-to-image", |
||
4991 | "keywords": [ |
||
4992 | "convert", |
||
4993 | "image", |
||
4994 | "pdf", |
||
4995 | "pdf-to-image", |
||
4996 | "spatie" |
||
4997 | ], |
||
4998 | "time": "2016-04-29 08:02:56" |
||
4999 | }, |
||
5000 | { |
||
5001 | "name": "spatie/seeders", |
||
5002 | "version": "4.3.1", |
||
5003 | "source": { |
||
5004 | "type": "git", |
||
5005 | "url": "https://github.com/spatie-custom/seeders.git", |
||
5006 | "reference": "e2245ec0c48585ee78f9284e73139b0735da6158" |
||
5007 | }, |
||
5008 | "dist": { |
||
5009 | "type": "zip", |
||
5010 | "url": "https://api.github.com/repos/spatie-custom/seeders/zipball/e2245ec0c48585ee78f9284e73139b0735da6158", |
||
5011 | "reference": "e2245ec0c48585ee78f9284e73139b0735da6158", |
||
5012 | "shasum": "" |
||
5013 | }, |
||
5014 | "require": { |
||
5015 | "fzaninotto/faker": "^1.5", |
||
5016 | "illuminate/database": "5.*", |
||
5017 | "illuminate/support": "5.*", |
||
5018 | "league/flysystem": "^1.0", |
||
5019 | "php": "^7.0", |
||
5020 | "spatie/html-element": "^1.0" |
||
5021 | }, |
||
5022 | "type": "library", |
||
5023 | "autoload": { |
||
5024 | "psr-4": { |
||
5025 | "Spatie\\Seeders\\": "src" |
||
5026 | }, |
||
5027 | "files": [ |
||
5028 | "src/helpers.php" |
||
5029 | ] |
||
5030 | }, |
||
5031 | "license": [ |
||
5032 | "MIT" |
||
5033 | ], |
||
5034 | "authors": [ |
||
5035 | { |
||
5036 | "name": "Freek Van der Herten", |
||
5037 | "email": "[email protected]", |
||
5038 | "homepage": "https://spatie.be", |
||
5039 | "role": "Developer" |
||
5040 | }, |
||
5041 | { |
||
5042 | "name": "Sebastian De Deyne", |
||
5043 | "email": "[email protected]", |
||
5044 | "homepage": "https://spatie.be", |
||
5045 | "role": "Developer" |
||
5046 | } |
||
5047 | ], |
||
5048 | "description": "Base seeders for our laravel applications", |
||
5049 | "homepage": "https://github.com/spatie-custom/seeders", |
||
5050 | "keywords": [ |
||
5051 | "seeders", |
||
5052 | "spatie" |
||
5053 | ], |
||
5054 | "support": { |
||
5055 | "source": "https://github.com/spatie-custom/seeders/tree/4.3.1", |
||
5056 | "issues": "https://github.com/spatie-custom/seeders/issues" |
||
5057 | }, |
||
5058 | "time": "2016-07-07 10:28:25" |
||
5059 | }, |
||
5060 | { |
||
5061 | "name": "spatie/string", |
||
5062 | "version": "2.1.0", |
||
5063 | "source": { |
||
5064 | "type": "git", |
||
5065 | "url": "https://github.com/spatie/string.git", |
||
5066 | "reference": "1843189c711be4dcf62b655824f2f17120c2dc7d" |
||
5067 | }, |
||
5068 | "dist": { |
||
5069 | "type": "zip", |
||
5070 | "url": "https://api.github.com/repos/spatie/string/zipball/1843189c711be4dcf62b655824f2f17120c2dc7d", |
||
5071 | "reference": "1843189c711be4dcf62b655824f2f17120c2dc7d", |
||
5072 | "shasum": "" |
||
5073 | }, |
||
5074 | "require": { |
||
5075 | "anahkiasen/underscore-php": "^2.0", |
||
5076 | "php": ">=5.5.0" |
||
5077 | }, |
||
5078 | "require-dev": { |
||
5079 | "phpunit/phpunit": "4.*", |
||
5080 | "scrutinizer/ocular": "~1.1" |
||
5081 | }, |
||
5082 | "type": "library", |
||
5083 | "autoload": { |
||
5084 | "files": [ |
||
5085 | "src/string_functions.php" |
||
5086 | ], |
||
5087 | "psr-4": { |
||
5088 | "Spatie\\String\\": "src" |
||
5089 | } |
||
5090 | }, |
||
5091 | "notification-url": "https://packagist.org/downloads/", |
||
5092 | "license": [ |
||
5093 | "MIT" |
||
5094 | ], |
||
5095 | "authors": [ |
||
5096 | { |
||
5097 | "name": "Freek Van der Herten", |
||
5098 | "email": "[email protected]", |
||
5099 | "homepage": "https://murze.be", |
||
5100 | "role": "Developer" |
||
5101 | } |
||
5102 | ], |
||
5103 | "description": "String handling evolved", |
||
5104 | "homepage": "https://github.com/spatie/string", |
||
5105 | "keywords": [ |
||
5106 | "handling", |
||
5107 | "handy", |
||
5108 | "spatie", |
||
5109 | "string" |
||
5110 | ], |
||
5111 | "time": "2015-11-02 13:00:37" |
||
5112 | }, |
||
5113 | { |
||
5114 | "name": "swiftmailer/swiftmailer", |
||
5115 | "version": "v5.4.3", |
||
5116 | "source": { |
||
5117 | "type": "git", |
||
5118 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
5119 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" |
||
5120 | }, |
||
5121 | "dist": { |
||
5122 | "type": "zip", |
||
5123 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
5124 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
5125 | "shasum": "" |
||
5126 | }, |
||
5127 | "require": { |
||
5128 | "php": ">=5.3.3" |
||
5129 | }, |
||
5130 | "require-dev": { |
||
5131 | "mockery/mockery": "~0.9.1" |
||
5132 | }, |
||
5133 | "type": "library", |
||
5134 | "extra": { |
||
5135 | "branch-alias": { |
||
5136 | "dev-master": "5.4-dev" |
||
5137 | } |
||
5138 | }, |
||
5139 | "autoload": { |
||
5140 | "files": [ |
||
5141 | "lib/swift_required.php" |
||
5142 | ] |
||
5143 | }, |
||
5144 | "notification-url": "https://packagist.org/downloads/", |
||
5145 | "license": [ |
||
5146 | "MIT" |
||
5147 | ], |
||
5148 | "authors": [ |
||
5149 | { |
||
5150 | "name": "Chris Corbyn" |
||
5151 | }, |
||
5152 | { |
||
5153 | "name": "Fabien Potencier", |
||
5154 | "email": "[email protected]" |
||
5155 | } |
||
5156 | ], |
||
5157 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
5158 | "homepage": "http://swiftmailer.org", |
||
5159 | "keywords": [ |
||
5160 | "email", |
||
5161 | "mail", |
||
5162 | "mailer" |
||
5163 | ], |
||
5164 | "time": "2016-07-08 11:51:25" |
||
5165 | }, |
||
5166 | { |
||
5167 | "name": "symfony/class-loader", |
||
5168 | "version": "v3.1.2", |
||
5169 | "source": { |
||
5170 | "type": "git", |
||
5171 | "url": "https://github.com/symfony/class-loader.git", |
||
5172 | "reference": "0d0ac77c336eb73f35bebdf3e1f3695ac741bbc9" |
||
5173 | }, |
||
5174 | "dist": { |
||
5175 | "type": "zip", |
||
5176 | "url": "https://api.github.com/repos/symfony/class-loader/zipball/0d0ac77c336eb73f35bebdf3e1f3695ac741bbc9", |
||
5177 | "reference": "0d0ac77c336eb73f35bebdf3e1f3695ac741bbc9", |
||
5178 | "shasum": "" |
||
5179 | }, |
||
5180 | "require": { |
||
5181 | "php": ">=5.5.9" |
||
5182 | }, |
||
5183 | "require-dev": { |
||
5184 | "symfony/finder": "~2.8|~3.0", |
||
5185 | "symfony/polyfill-apcu": "~1.1" |
||
5186 | }, |
||
5187 | "suggest": { |
||
5188 | "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" |
||
5189 | }, |
||
5190 | "type": "library", |
||
5191 | "extra": { |
||
5192 | "branch-alias": { |
||
5193 | "dev-master": "3.1-dev" |
||
5194 | } |
||
5195 | }, |
||
5196 | "autoload": { |
||
5197 | "psr-4": { |
||
5198 | "Symfony\\Component\\ClassLoader\\": "" |
||
5199 | }, |
||
5200 | "exclude-from-classmap": [ |
||
5201 | "/Tests/" |
||
5202 | ] |
||
5203 | }, |
||
5204 | "notification-url": "https://packagist.org/downloads/", |
||
5205 | "license": [ |
||
5206 | "MIT" |
||
5207 | ], |
||
5208 | "authors": [ |
||
5209 | { |
||
5210 | "name": "Fabien Potencier", |
||
5211 | "email": "[email protected]" |
||
5212 | }, |
||
5213 | { |
||
5214 | "name": "Symfony Community", |
||
5215 | "homepage": "https://symfony.com/contributors" |
||
5216 | } |
||
5217 | ], |
||
5218 | "description": "Symfony ClassLoader Component", |
||
5219 | "homepage": "https://symfony.com", |
||
5220 | "time": "2016-06-29 05:41:56" |
||
5221 | }, |
||
5222 | { |
||
5223 | "name": "symfony/console", |
||
5224 | "version": "v3.0.8", |
||
5225 | "source": { |
||
5226 | "type": "git", |
||
5227 | "url": "https://github.com/symfony/console.git", |
||
5228 | "reference": "a7abb7153f6d1da47f87ec50274844e246b09d9f" |
||
5229 | }, |
||
5230 | "dist": { |
||
5231 | "type": "zip", |
||
5232 | "url": "https://api.github.com/repos/symfony/console/zipball/a7abb7153f6d1da47f87ec50274844e246b09d9f", |
||
5233 | "reference": "a7abb7153f6d1da47f87ec50274844e246b09d9f", |
||
5234 | "shasum": "" |
||
5235 | }, |
||
5236 | "require": { |
||
5237 | "php": ">=5.5.9", |
||
5238 | "symfony/polyfill-mbstring": "~1.0" |
||
5239 | }, |
||
5240 | "require-dev": { |
||
5241 | "psr/log": "~1.0", |
||
5242 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
5243 | "symfony/process": "~2.8|~3.0" |
||
5244 | }, |
||
5245 | "suggest": { |
||
5246 | "psr/log": "For using the console logger", |
||
5247 | "symfony/event-dispatcher": "", |
||
5248 | "symfony/process": "" |
||
5249 | }, |
||
5250 | "type": "library", |
||
5251 | "extra": { |
||
5252 | "branch-alias": { |
||
5253 | "dev-master": "3.0-dev" |
||
5254 | } |
||
5255 | }, |
||
5256 | "autoload": { |
||
5257 | "psr-4": { |
||
5258 | "Symfony\\Component\\Console\\": "" |
||
5259 | }, |
||
5260 | "exclude-from-classmap": [ |
||
5261 | "/Tests/" |
||
5262 | ] |
||
5263 | }, |
||
5264 | "notification-url": "https://packagist.org/downloads/", |
||
5265 | "license": [ |
||
5266 | "MIT" |
||
5267 | ], |
||
5268 | "authors": [ |
||
5269 | { |
||
5270 | "name": "Fabien Potencier", |
||
5271 | "email": "[email protected]" |
||
5272 | }, |
||
5273 | { |
||
5274 | "name": "Symfony Community", |
||
5275 | "homepage": "https://symfony.com/contributors" |
||
5276 | } |
||
5277 | ], |
||
5278 | "description": "Symfony Console Component", |
||
5279 | "homepage": "https://symfony.com", |
||
5280 | "time": "2016-06-29 07:02:21" |
||
5281 | }, |
||
5282 | { |
||
5283 | "name": "symfony/css-selector", |
||
5284 | "version": "v3.1.2", |
||
5285 | "source": { |
||
5286 | "type": "git", |
||
5287 | "url": "https://github.com/symfony/css-selector.git", |
||
5288 | "reference": "2851e1932d77ce727776154d659b232d061e816a" |
||
5289 | }, |
||
5290 | "dist": { |
||
5291 | "type": "zip", |
||
5292 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/2851e1932d77ce727776154d659b232d061e816a", |
||
5293 | "reference": "2851e1932d77ce727776154d659b232d061e816a", |
||
5294 | "shasum": "" |
||
5295 | }, |
||
5296 | "require": { |
||
5297 | "php": ">=5.5.9" |
||
5298 | }, |
||
5299 | "type": "library", |
||
5300 | "extra": { |
||
5301 | "branch-alias": { |
||
5302 | "dev-master": "3.1-dev" |
||
5303 | } |
||
5304 | }, |
||
5305 | "autoload": { |
||
5306 | "psr-4": { |
||
5307 | "Symfony\\Component\\CssSelector\\": "" |
||
5308 | }, |
||
5309 | "exclude-from-classmap": [ |
||
5310 | "/Tests/" |
||
5311 | ] |
||
5312 | }, |
||
5313 | "notification-url": "https://packagist.org/downloads/", |
||
5314 | "license": [ |
||
5315 | "MIT" |
||
5316 | ], |
||
5317 | "authors": [ |
||
5318 | { |
||
5319 | "name": "Jean-François Simon", |
||
5320 | "email": "[email protected]" |
||
5321 | }, |
||
5322 | { |
||
5323 | "name": "Fabien Potencier", |
||
5324 | "email": "[email protected]" |
||
5325 | }, |
||
5326 | { |
||
5327 | "name": "Symfony Community", |
||
5328 | "homepage": "https://symfony.com/contributors" |
||
5329 | } |
||
5330 | ], |
||
5331 | "description": "Symfony CssSelector Component", |
||
5332 | "homepage": "https://symfony.com", |
||
5333 | "time": "2016-06-29 05:41:56" |
||
5334 | }, |
||
5335 | { |
||
5336 | "name": "symfony/debug", |
||
5337 | "version": "v3.0.8", |
||
5338 | "source": { |
||
5339 | "type": "git", |
||
5340 | "url": "https://github.com/symfony/debug.git", |
||
5341 | "reference": "c54bc3539c3b87e86799533801e8ae0e971d78c2" |
||
5342 | }, |
||
5343 | "dist": { |
||
5344 | "type": "zip", |
||
5345 | "url": "https://api.github.com/repos/symfony/debug/zipball/c54bc3539c3b87e86799533801e8ae0e971d78c2", |
||
5346 | "reference": "c54bc3539c3b87e86799533801e8ae0e971d78c2", |
||
5347 | "shasum": "" |
||
5348 | }, |
||
5349 | "require": { |
||
5350 | "php": ">=5.5.9", |
||
5351 | "psr/log": "~1.0" |
||
5352 | }, |
||
5353 | "conflict": { |
||
5354 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
5355 | }, |
||
5356 | "require-dev": { |
||
5357 | "symfony/class-loader": "~2.8|~3.0", |
||
5358 | "symfony/http-kernel": "~2.8|~3.0" |
||
5359 | }, |
||
5360 | "type": "library", |
||
5361 | "extra": { |
||
5362 | "branch-alias": { |
||
5363 | "dev-master": "3.0-dev" |
||
5364 | } |
||
5365 | }, |
||
5366 | "autoload": { |
||
5367 | "psr-4": { |
||
5368 | "Symfony\\Component\\Debug\\": "" |
||
5369 | }, |
||
5370 | "exclude-from-classmap": [ |
||
5371 | "/Tests/" |
||
5372 | ] |
||
5373 | }, |
||
5374 | "notification-url": "https://packagist.org/downloads/", |
||
5375 | "license": [ |
||
5376 | "MIT" |
||
5377 | ], |
||
5378 | "authors": [ |
||
5379 | { |
||
5380 | "name": "Fabien Potencier", |
||
5381 | "email": "[email protected]" |
||
5382 | }, |
||
5383 | { |
||
5384 | "name": "Symfony Community", |
||
5385 | "homepage": "https://symfony.com/contributors" |
||
5386 | } |
||
5387 | ], |
||
5388 | "description": "Symfony Debug Component", |
||
5389 | "homepage": "https://symfony.com", |
||
5390 | "time": "2016-06-29 05:40:00" |
||
5391 | }, |
||
5392 | { |
||
5393 | "name": "symfony/dom-crawler", |
||
5394 | "version": "v3.1.2", |
||
5395 | "source": { |
||
5396 | "type": "git", |
||
5397 | "url": "https://github.com/symfony/dom-crawler.git", |
||
5398 | "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0" |
||
5399 | }, |
||
5400 | "dist": { |
||
5401 | "type": "zip", |
||
5402 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0", |
||
5403 | "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0", |
||
5404 | "shasum": "" |
||
5405 | }, |
||
5406 | "require": { |
||
5407 | "php": ">=5.5.9", |
||
5408 | "symfony/polyfill-mbstring": "~1.0" |
||
5409 | }, |
||
5410 | "require-dev": { |
||
5411 | "symfony/css-selector": "~2.8|~3.0" |
||
5412 | }, |
||
5413 | "suggest": { |
||
5414 | "symfony/css-selector": "" |
||
5415 | }, |
||
5416 | "type": "library", |
||
5417 | "extra": { |
||
5418 | "branch-alias": { |
||
5419 | "dev-master": "3.1-dev" |
||
5420 | } |
||
5421 | }, |
||
5422 | "autoload": { |
||
5423 | "psr-4": { |
||
5424 | "Symfony\\Component\\DomCrawler\\": "" |
||
5425 | }, |
||
5426 | "exclude-from-classmap": [ |
||
5427 | "/Tests/" |
||
5428 | ] |
||
5429 | }, |
||
5430 | "notification-url": "https://packagist.org/downloads/", |
||
5431 | "license": [ |
||
5432 | "MIT" |
||
5433 | ], |
||
5434 | "authors": [ |
||
5435 | { |
||
5436 | "name": "Fabien Potencier", |
||
5437 | "email": "[email protected]" |
||
5438 | }, |
||
5439 | { |
||
5440 | "name": "Symfony Community", |
||
5441 | "homepage": "https://symfony.com/contributors" |
||
5442 | } |
||
5443 | ], |
||
5444 | "description": "Symfony DomCrawler Component", |
||
5445 | "homepage": "https://symfony.com", |
||
5446 | "time": "2016-06-29 05:41:56" |
||
5447 | }, |
||
5448 | { |
||
5449 | "name": "symfony/event-dispatcher", |
||
5450 | "version": "v3.1.2", |
||
5451 | "source": { |
||
5452 | "type": "git", |
||
5453 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
5454 | "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5" |
||
5455 | }, |
||
5456 | "dist": { |
||
5457 | "type": "zip", |
||
5458 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7f9839ede2070f53e7e2f0849b9bd14748c434c5", |
||
5459 | "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5", |
||
5460 | "shasum": "" |
||
5461 | }, |
||
5462 | "require": { |
||
5463 | "php": ">=5.5.9" |
||
5464 | }, |
||
5465 | "require-dev": { |
||
5466 | "psr/log": "~1.0", |
||
5467 | "symfony/config": "~2.8|~3.0", |
||
5468 | "symfony/dependency-injection": "~2.8|~3.0", |
||
5469 | "symfony/expression-language": "~2.8|~3.0", |
||
5470 | "symfony/stopwatch": "~2.8|~3.0" |
||
5471 | }, |
||
5472 | "suggest": { |
||
5473 | "symfony/dependency-injection": "", |
||
5474 | "symfony/http-kernel": "" |
||
5475 | }, |
||
5476 | "type": "library", |
||
5477 | "extra": { |
||
5478 | "branch-alias": { |
||
5479 | "dev-master": "3.1-dev" |
||
5480 | } |
||
5481 | }, |
||
5482 | "autoload": { |
||
5483 | "psr-4": { |
||
5484 | "Symfony\\Component\\EventDispatcher\\": "" |
||
5485 | }, |
||
5486 | "exclude-from-classmap": [ |
||
5487 | "/Tests/" |
||
5488 | ] |
||
5489 | }, |
||
5490 | "notification-url": "https://packagist.org/downloads/", |
||
5491 | "license": [ |
||
5492 | "MIT" |
||
5493 | ], |
||
5494 | "authors": [ |
||
5495 | { |
||
5496 | "name": "Fabien Potencier", |
||
5497 | "email": "[email protected]" |
||
5498 | }, |
||
5499 | { |
||
5500 | "name": "Symfony Community", |
||
5501 | "homepage": "https://symfony.com/contributors" |
||
5502 | } |
||
5503 | ], |
||
5504 | "description": "Symfony EventDispatcher Component", |
||
5505 | "homepage": "https://symfony.com", |
||
5506 | "time": "2016-06-29 05:41:56" |
||
5507 | }, |
||
5508 | { |
||
5509 | "name": "symfony/finder", |
||
5510 | "version": "v3.0.8", |
||
5511 | "source": { |
||
5512 | "type": "git", |
||
5513 | "url": "https://github.com/symfony/finder.git", |
||
5514 | "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9" |
||
5515 | }, |
||
5516 | "dist": { |
||
5517 | "type": "zip", |
||
5518 | "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9", |
||
5519 | "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9", |
||
5520 | "shasum": "" |
||
5521 | }, |
||
5522 | "require": { |
||
5523 | "php": ">=5.5.9" |
||
5524 | }, |
||
5525 | "type": "library", |
||
5526 | "extra": { |
||
5527 | "branch-alias": { |
||
5528 | "dev-master": "3.0-dev" |
||
5529 | } |
||
5530 | }, |
||
5531 | "autoload": { |
||
5532 | "psr-4": { |
||
5533 | "Symfony\\Component\\Finder\\": "" |
||
5534 | }, |
||
5535 | "exclude-from-classmap": [ |
||
5536 | "/Tests/" |
||
5537 | ] |
||
5538 | }, |
||
5539 | "notification-url": "https://packagist.org/downloads/", |
||
5540 | "license": [ |
||
5541 | "MIT" |
||
5542 | ], |
||
5543 | "authors": [ |
||
5544 | { |
||
5545 | "name": "Fabien Potencier", |
||
5546 | "email": "[email protected]" |
||
5547 | }, |
||
5548 | { |
||
5549 | "name": "Symfony Community", |
||
5550 | "homepage": "https://symfony.com/contributors" |
||
5551 | } |
||
5552 | ], |
||
5553 | "description": "Symfony Finder Component", |
||
5554 | "homepage": "https://symfony.com", |
||
5555 | "time": "2016-06-29 05:40:00" |
||
5556 | }, |
||
5557 | { |
||
5558 | "name": "symfony/http-foundation", |
||
5559 | "version": "v3.0.8", |
||
5560 | "source": { |
||
5561 | "type": "git", |
||
5562 | "url": "https://github.com/symfony/http-foundation.git", |
||
5563 | "reference": "1341139f906d295baa4f4abd55293d07e25a065a" |
||
5564 | }, |
||
5565 | "dist": { |
||
5566 | "type": "zip", |
||
5567 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1341139f906d295baa4f4abd55293d07e25a065a", |
||
5568 | "reference": "1341139f906d295baa4f4abd55293d07e25a065a", |
||
5569 | "shasum": "" |
||
5570 | }, |
||
5571 | "require": { |
||
5572 | "php": ">=5.5.9", |
||
5573 | "symfony/polyfill-mbstring": "~1.1" |
||
5574 | }, |
||
5575 | "require-dev": { |
||
5576 | "symfony/expression-language": "~2.8|~3.0" |
||
5577 | }, |
||
5578 | "type": "library", |
||
5579 | "extra": { |
||
5580 | "branch-alias": { |
||
5581 | "dev-master": "3.0-dev" |
||
5582 | } |
||
5583 | }, |
||
5584 | "autoload": { |
||
5585 | "psr-4": { |
||
5586 | "Symfony\\Component\\HttpFoundation\\": "" |
||
5587 | }, |
||
5588 | "exclude-from-classmap": [ |
||
5589 | "/Tests/" |
||
5590 | ] |
||
5591 | }, |
||
5592 | "notification-url": "https://packagist.org/downloads/", |
||
5593 | "license": [ |
||
5594 | "MIT" |
||
5595 | ], |
||
5596 | "authors": [ |
||
5597 | { |
||
5598 | "name": "Fabien Potencier", |
||
5599 | "email": "[email protected]" |
||
5600 | }, |
||
5601 | { |
||
5602 | "name": "Symfony Community", |
||
5603 | "homepage": "https://symfony.com/contributors" |
||
5604 | } |
||
5605 | ], |
||
5606 | "description": "Symfony HttpFoundation Component", |
||
5607 | "homepage": "https://symfony.com", |
||
5608 | "time": "2016-06-29 07:02:21" |
||
5609 | }, |
||
5610 | { |
||
5611 | "name": "symfony/http-kernel", |
||
5612 | "version": "v3.0.8", |
||
5613 | "source": { |
||
5614 | "type": "git", |
||
5615 | "url": "https://github.com/symfony/http-kernel.git", |
||
5616 | "reference": "177b63b2d50b63fa6d82ea41359ed9928cc7a1fb" |
||
5617 | }, |
||
5618 | "dist": { |
||
5619 | "type": "zip", |
||
5620 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/177b63b2d50b63fa6d82ea41359ed9928cc7a1fb", |
||
5621 | "reference": "177b63b2d50b63fa6d82ea41359ed9928cc7a1fb", |
||
5622 | "shasum": "" |
||
5623 | }, |
||
5624 | "require": { |
||
5625 | "php": ">=5.5.9", |
||
5626 | "psr/log": "~1.0", |
||
5627 | "symfony/debug": "~2.8|~3.0", |
||
5628 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
5629 | "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2" |
||
5630 | }, |
||
5631 | "conflict": { |
||
5632 | "symfony/config": "<2.8" |
||
5633 | }, |
||
5634 | "require-dev": { |
||
5635 | "symfony/browser-kit": "~2.8|~3.0", |
||
5636 | "symfony/class-loader": "~2.8|~3.0", |
||
5637 | "symfony/config": "~2.8|~3.0", |
||
5638 | "symfony/console": "~2.8|~3.0", |
||
5639 | "symfony/css-selector": "~2.8|~3.0", |
||
5640 | "symfony/dependency-injection": "~2.8|~3.0", |
||
5641 | "symfony/dom-crawler": "~2.8|~3.0", |
||
5642 | "symfony/expression-language": "~2.8|~3.0", |
||
5643 | "symfony/finder": "~2.8|~3.0", |
||
5644 | "symfony/process": "~2.8|~3.0", |
||
5645 | "symfony/routing": "~2.8|~3.0", |
||
5646 | "symfony/stopwatch": "~2.8|~3.0", |
||
5647 | "symfony/templating": "~2.8|~3.0", |
||
5648 | "symfony/translation": "~2.8|~3.0", |
||
5649 | "symfony/var-dumper": "~2.8|~3.0" |
||
5650 | }, |
||
5651 | "suggest": { |
||
5652 | "symfony/browser-kit": "", |
||
5653 | "symfony/class-loader": "", |
||
5654 | "symfony/config": "", |
||
5655 | "symfony/console": "", |
||
5656 | "symfony/dependency-injection": "", |
||
5657 | "symfony/finder": "", |
||
5658 | "symfony/var-dumper": "" |
||
5659 | }, |
||
5660 | "type": "library", |
||
5661 | "extra": { |
||
5662 | "branch-alias": { |
||
5663 | "dev-master": "3.0-dev" |
||
5664 | } |
||
5665 | }, |
||
5666 | "autoload": { |
||
5667 | "psr-4": { |
||
5668 | "Symfony\\Component\\HttpKernel\\": "" |
||
5669 | }, |
||
5670 | "exclude-from-classmap": [ |
||
5671 | "/Tests/" |
||
5672 | ] |
||
5673 | }, |
||
5674 | "notification-url": "https://packagist.org/downloads/", |
||
5675 | "license": [ |
||
5676 | "MIT" |
||
5677 | ], |
||
5678 | "authors": [ |
||
5679 | { |
||
5680 | "name": "Fabien Potencier", |
||
5681 | "email": "[email protected]" |
||
5682 | }, |
||
5683 | { |
||
5684 | "name": "Symfony Community", |
||
5685 | "homepage": "https://symfony.com/contributors" |
||
5686 | } |
||
5687 | ], |
||
5688 | "description": "Symfony HttpKernel Component", |
||
5689 | "homepage": "https://symfony.com", |
||
5690 | "time": "2016-06-30 16:30:17" |
||
5691 | }, |
||
5692 | { |
||
5693 | "name": "symfony/polyfill-mbstring", |
||
5694 | "version": "v1.2.0", |
||
5695 | "source": { |
||
5696 | "type": "git", |
||
5697 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
5698 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
5699 | }, |
||
5700 | "dist": { |
||
5701 | "type": "zip", |
||
5702 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
5703 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
5704 | "shasum": "" |
||
5705 | }, |
||
5706 | "require": { |
||
5707 | "php": ">=5.3.3" |
||
5708 | }, |
||
5709 | "suggest": { |
||
5710 | "ext-mbstring": "For best performance" |
||
5711 | }, |
||
5712 | "type": "library", |
||
5713 | "extra": { |
||
5714 | "branch-alias": { |
||
5715 | "dev-master": "1.2-dev" |
||
5716 | } |
||
5717 | }, |
||
5718 | "autoload": { |
||
5719 | "psr-4": { |
||
5720 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
5721 | }, |
||
5722 | "files": [ |
||
5723 | "bootstrap.php" |
||
5724 | ] |
||
5725 | }, |
||
5726 | "notification-url": "https://packagist.org/downloads/", |
||
5727 | "license": [ |
||
5728 | "MIT" |
||
5729 | ], |
||
5730 | "authors": [ |
||
5731 | { |
||
5732 | "name": "Nicolas Grekas", |
||
5733 | "email": "[email protected]" |
||
5734 | }, |
||
5735 | { |
||
5736 | "name": "Symfony Community", |
||
5737 | "homepage": "https://symfony.com/contributors" |
||
5738 | } |
||
5739 | ], |
||
5740 | "description": "Symfony polyfill for the Mbstring extension", |
||
5741 | "homepage": "https://symfony.com", |
||
5742 | "keywords": [ |
||
5743 | "compatibility", |
||
5744 | "mbstring", |
||
5745 | "polyfill", |
||
5746 | "portable", |
||
5747 | "shim" |
||
5748 | ], |
||
5749 | "time": "2016-05-18 14:26:46" |
||
5750 | }, |
||
5751 | { |
||
5752 | "name": "symfony/polyfill-php56", |
||
5753 | "version": "v1.2.0", |
||
5754 | "source": { |
||
5755 | "type": "git", |
||
5756 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
5757 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
5758 | }, |
||
5759 | "dist": { |
||
5760 | "type": "zip", |
||
5761 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
5762 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
5763 | "shasum": "" |
||
5764 | }, |
||
5765 | "require": { |
||
5766 | "php": ">=5.3.3", |
||
5767 | "symfony/polyfill-util": "~1.0" |
||
5768 | }, |
||
5769 | "type": "library", |
||
5770 | "extra": { |
||
5771 | "branch-alias": { |
||
5772 | "dev-master": "1.2-dev" |
||
5773 | } |
||
5774 | }, |
||
5775 | "autoload": { |
||
5776 | "psr-4": { |
||
5777 | "Symfony\\Polyfill\\Php56\\": "" |
||
5778 | }, |
||
5779 | "files": [ |
||
5780 | "bootstrap.php" |
||
5781 | ] |
||
5782 | }, |
||
5783 | "notification-url": "https://packagist.org/downloads/", |
||
5784 | "license": [ |
||
5785 | "MIT" |
||
5786 | ], |
||
5787 | "authors": [ |
||
5788 | { |
||
5789 | "name": "Nicolas Grekas", |
||
5790 | "email": "[email protected]" |
||
5791 | }, |
||
5792 | { |
||
5793 | "name": "Symfony Community", |
||
5794 | "homepage": "https://symfony.com/contributors" |
||
5795 | } |
||
5796 | ], |
||
5797 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
5798 | "homepage": "https://symfony.com", |
||
5799 | "keywords": [ |
||
5800 | "compatibility", |
||
5801 | "polyfill", |
||
5802 | "portable", |
||
5803 | "shim" |
||
5804 | ], |
||
5805 | "time": "2016-05-18 14:26:46" |
||
5806 | }, |
||
5807 | { |
||
5808 | "name": "symfony/polyfill-util", |
||
5809 | "version": "v1.2.0", |
||
5810 | "source": { |
||
5811 | "type": "git", |
||
5812 | "url": "https://github.com/symfony/polyfill-util.git", |
||
5813 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
5814 | }, |
||
5815 | "dist": { |
||
5816 | "type": "zip", |
||
5817 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
5818 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
5819 | "shasum": "" |
||
5820 | }, |
||
5821 | "require": { |
||
5822 | "php": ">=5.3.3" |
||
5823 | }, |
||
5824 | "type": "library", |
||
5825 | "extra": { |
||
5826 | "branch-alias": { |
||
5827 | "dev-master": "1.2-dev" |
||
5828 | } |
||
5829 | }, |
||
5830 | "autoload": { |
||
5831 | "psr-4": { |
||
5832 | "Symfony\\Polyfill\\Util\\": "" |
||
5833 | } |
||
5834 | }, |
||
5835 | "notification-url": "https://packagist.org/downloads/", |
||
5836 | "license": [ |
||
5837 | "MIT" |
||
5838 | ], |
||
5839 | "authors": [ |
||
5840 | { |
||
5841 | "name": "Nicolas Grekas", |
||
5842 | "email": "[email protected]" |
||
5843 | }, |
||
5844 | { |
||
5845 | "name": "Symfony Community", |
||
5846 | "homepage": "https://symfony.com/contributors" |
||
5847 | } |
||
5848 | ], |
||
5849 | "description": "Symfony utilities for portability of PHP codes", |
||
5850 | "homepage": "https://symfony.com", |
||
5851 | "keywords": [ |
||
5852 | "compat", |
||
5853 | "compatibility", |
||
5854 | "polyfill", |
||
5855 | "shim" |
||
5856 | ], |
||
5857 | "time": "2016-05-18 14:26:46" |
||
5858 | }, |
||
5859 | { |
||
5860 | "name": "symfony/process", |
||
5861 | "version": "v3.0.8", |
||
5862 | "source": { |
||
5863 | "type": "git", |
||
5864 | "url": "https://github.com/symfony/process.git", |
||
5865 | "reference": "d7cde1f9d94d87060204f863779389b61c382eeb" |
||
5866 | }, |
||
5867 | "dist": { |
||
5868 | "type": "zip", |
||
5869 | "url": "https://api.github.com/repos/symfony/process/zipball/d7cde1f9d94d87060204f863779389b61c382eeb", |
||
5870 | "reference": "d7cde1f9d94d87060204f863779389b61c382eeb", |
||
5871 | "shasum": "" |
||
5872 | }, |
||
5873 | "require": { |
||
5874 | "php": ">=5.5.9" |
||
5875 | }, |
||
5876 | "type": "library", |
||
5877 | "extra": { |
||
5878 | "branch-alias": { |
||
5879 | "dev-master": "3.0-dev" |
||
5880 | } |
||
5881 | }, |
||
5882 | "autoload": { |
||
5883 | "psr-4": { |
||
5884 | "Symfony\\Component\\Process\\": "" |
||
5885 | }, |
||
5886 | "exclude-from-classmap": [ |
||
5887 | "/Tests/" |
||
5888 | ] |
||
5889 | }, |
||
5890 | "notification-url": "https://packagist.org/downloads/", |
||
5891 | "license": [ |
||
5892 | "MIT" |
||
5893 | ], |
||
5894 | "authors": [ |
||
5895 | { |
||
5896 | "name": "Fabien Potencier", |
||
5897 | "email": "[email protected]" |
||
5898 | }, |
||
5899 | { |
||
5900 | "name": "Symfony Community", |
||
5901 | "homepage": "https://symfony.com/contributors" |
||
5902 | } |
||
5903 | ], |
||
5904 | "description": "Symfony Process Component", |
||
5905 | "homepage": "https://symfony.com", |
||
5906 | "time": "2016-06-29 05:40:00" |
||
5907 | }, |
||
5908 | { |
||
5909 | "name": "symfony/routing", |
||
5910 | "version": "v3.0.8", |
||
5911 | "source": { |
||
5912 | "type": "git", |
||
5913 | "url": "https://github.com/symfony/routing.git", |
||
5914 | "reference": "9038984bd9c05ab07280121e9e10f61a7231457b" |
||
5915 | }, |
||
5916 | "dist": { |
||
5917 | "type": "zip", |
||
5918 | "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b", |
||
5919 | "reference": "9038984bd9c05ab07280121e9e10f61a7231457b", |
||
5920 | "shasum": "" |
||
5921 | }, |
||
5922 | "require": { |
||
5923 | "php": ">=5.5.9" |
||
5924 | }, |
||
5925 | "conflict": { |
||
5926 | "symfony/config": "<2.8" |
||
5927 | }, |
||
5928 | "require-dev": { |
||
5929 | "doctrine/annotations": "~1.0", |
||
5930 | "doctrine/common": "~2.2", |
||
5931 | "psr/log": "~1.0", |
||
5932 | "symfony/config": "~2.8|~3.0", |
||
5933 | "symfony/expression-language": "~2.8|~3.0", |
||
5934 | "symfony/http-foundation": "~2.8|~3.0", |
||
5935 | "symfony/yaml": "~2.8|~3.0" |
||
5936 | }, |
||
5937 | "suggest": { |
||
5938 | "doctrine/annotations": "For using the annotation loader", |
||
5939 | "symfony/config": "For using the all-in-one router or any loader", |
||
5940 | "symfony/dependency-injection": "For loading routes from a service", |
||
5941 | "symfony/expression-language": "For using expression matching", |
||
5942 | "symfony/http-foundation": "For using a Symfony Request object", |
||
5943 | "symfony/yaml": "For using the YAML loader" |
||
5944 | }, |
||
5945 | "type": "library", |
||
5946 | "extra": { |
||
5947 | "branch-alias": { |
||
5948 | "dev-master": "3.0-dev" |
||
5949 | } |
||
5950 | }, |
||
5951 | "autoload": { |
||
5952 | "psr-4": { |
||
5953 | "Symfony\\Component\\Routing\\": "" |
||
5954 | }, |
||
5955 | "exclude-from-classmap": [ |
||
5956 | "/Tests/" |
||
5957 | ] |
||
5958 | }, |
||
5959 | "notification-url": "https://packagist.org/downloads/", |
||
5960 | "license": [ |
||
5961 | "MIT" |
||
5962 | ], |
||
5963 | "authors": [ |
||
5964 | { |
||
5965 | "name": "Fabien Potencier", |
||
5966 | "email": "[email protected]" |
||
5967 | }, |
||
5968 | { |
||
5969 | "name": "Symfony Community", |
||
5970 | "homepage": "https://symfony.com/contributors" |
||
5971 | } |
||
5972 | ], |
||
5973 | "description": "Symfony Routing Component", |
||
5974 | "homepage": "https://symfony.com", |
||
5975 | "keywords": [ |
||
5976 | "router", |
||
5977 | "routing", |
||
5978 | "uri", |
||
5979 | "url" |
||
5980 | ], |
||
5981 | "time": "2016-06-29 05:40:00" |
||
5982 | }, |
||
5983 | { |
||
5984 | "name": "symfony/translation", |
||
5985 | "version": "v3.0.8", |
||
5986 | "source": { |
||
5987 | "type": "git", |
||
5988 | "url": "https://github.com/symfony/translation.git", |
||
5989 | "reference": "6bf844e1ee3c820c012386c10427a5c67bbefec8" |
||
5990 | }, |
||
5991 | "dist": { |
||
5992 | "type": "zip", |
||
5993 | "url": "https://api.github.com/repos/symfony/translation/zipball/6bf844e1ee3c820c012386c10427a5c67bbefec8", |
||
5994 | "reference": "6bf844e1ee3c820c012386c10427a5c67bbefec8", |
||
5995 | "shasum": "" |
||
5996 | }, |
||
5997 | "require": { |
||
5998 | "php": ">=5.5.9", |
||
5999 | "symfony/polyfill-mbstring": "~1.0" |
||
6000 | }, |
||
6001 | "conflict": { |
||
6002 | "symfony/config": "<2.8" |
||
6003 | }, |
||
6004 | "require-dev": { |
||
6005 | "psr/log": "~1.0", |
||
6006 | "symfony/config": "~2.8|~3.0", |
||
6007 | "symfony/intl": "~2.8|~3.0", |
||
6008 | "symfony/yaml": "~2.8|~3.0" |
||
6009 | }, |
||
6010 | "suggest": { |
||
6011 | "psr/log": "To use logging capability in translator", |
||
6012 | "symfony/config": "", |
||
6013 | "symfony/yaml": "" |
||
6014 | }, |
||
6015 | "type": "library", |
||
6016 | "extra": { |
||
6017 | "branch-alias": { |
||
6018 | "dev-master": "3.0-dev" |
||
6019 | } |
||
6020 | }, |
||
6021 | "autoload": { |
||
6022 | "psr-4": { |
||
6023 | "Symfony\\Component\\Translation\\": "" |
||
6024 | }, |
||
6025 | "exclude-from-classmap": [ |
||
6026 | "/Tests/" |
||
6027 | ] |
||
6028 | }, |
||
6029 | "notification-url": "https://packagist.org/downloads/", |
||
6030 | "license": [ |
||
6031 | "MIT" |
||
6032 | ], |
||
6033 | "authors": [ |
||
6034 | { |
||
6035 | "name": "Fabien Potencier", |
||
6036 | "email": "[email protected]" |
||
6037 | }, |
||
6038 | { |
||
6039 | "name": "Symfony Community", |
||
6040 | "homepage": "https://symfony.com/contributors" |
||
6041 | } |
||
6042 | ], |
||
6043 | "description": "Symfony Translation Component", |
||
6044 | "homepage": "https://symfony.com", |
||
6045 | "time": "2016-06-29 05:40:00" |
||
6046 | }, |
||
6047 | { |
||
6048 | "name": "symfony/var-dumper", |
||
6049 | "version": "v3.0.8", |
||
6050 | "source": { |
||
6051 | "type": "git", |
||
6052 | "url": "https://github.com/symfony/var-dumper.git", |
||
6053 | "reference": "2f046e9a9d571f22cc8b26783564876713b06579" |
||
6054 | }, |
||
6055 | "dist": { |
||
6056 | "type": "zip", |
||
6057 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2f046e9a9d571f22cc8b26783564876713b06579", |
||
6058 | "reference": "2f046e9a9d571f22cc8b26783564876713b06579", |
||
6059 | "shasum": "" |
||
6060 | }, |
||
6061 | "require": { |
||
6062 | "php": ">=5.5.9", |
||
6063 | "symfony/polyfill-mbstring": "~1.0" |
||
6064 | }, |
||
6065 | "require-dev": { |
||
6066 | "twig/twig": "~1.20|~2.0" |
||
6067 | }, |
||
6068 | "suggest": { |
||
6069 | "ext-symfony_debug": "" |
||
6070 | }, |
||
6071 | "type": "library", |
||
6072 | "extra": { |
||
6073 | "branch-alias": { |
||
6074 | "dev-master": "3.0-dev" |
||
6075 | } |
||
6076 | }, |
||
6077 | "autoload": { |
||
6078 | "files": [ |
||
6079 | "Resources/functions/dump.php" |
||
6080 | ], |
||
6081 | "psr-4": { |
||
6082 | "Symfony\\Component\\VarDumper\\": "" |
||
6083 | }, |
||
6084 | "exclude-from-classmap": [ |
||
6085 | "/Tests/" |
||
6086 | ] |
||
6087 | }, |
||
6088 | "notification-url": "https://packagist.org/downloads/", |
||
6089 | "license": [ |
||
6090 | "MIT" |
||
6091 | ], |
||
6092 | "authors": [ |
||
6093 | { |
||
6094 | "name": "Nicolas Grekas", |
||
6095 | "email": "[email protected]" |
||
6096 | }, |
||
6097 | { |
||
6098 | "name": "Symfony Community", |
||
6099 | "homepage": "https://symfony.com/contributors" |
||
6100 | } |
||
6101 | ], |
||
6102 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
6103 | "homepage": "https://symfony.com", |
||
6104 | "keywords": [ |
||
6105 | "debug", |
||
6106 | "dump" |
||
6107 | ], |
||
6108 | "time": "2016-06-29 05:40:00" |
||
6109 | }, |
||
6110 | { |
||
6111 | "name": "themsaid/laravel-mail-preview", |
||
6112 | "version": "v1.2.3", |
||
6113 | "source": { |
||
6114 | "type": "git", |
||
6115 | "url": "https://github.com/themsaid/laravel-mail-preview.git", |
||
6116 | "reference": "5d8424194fe5d368a20ed8c09b169efec4c27323" |
||
6117 | }, |
||
6118 | "dist": { |
||
6119 | "type": "zip", |
||
6120 | "url": "https://api.github.com/repos/themsaid/laravel-mail-preview/zipball/5d8424194fe5d368a20ed8c09b169efec4c27323", |
||
6121 | "reference": "5d8424194fe5d368a20ed8c09b169efec4c27323", |
||
6122 | "shasum": "" |
||
6123 | }, |
||
6124 | "require": { |
||
6125 | "illuminate/filesystem": "5.1.* || 5.2.*", |
||
6126 | "illuminate/mail": "5.1.* || 5.2.*", |
||
6127 | "illuminate/support": "5.1.* || 5.2.*", |
||
6128 | "mockery/mockery": "~0.9.2", |
||
6129 | "php": ">=5.5.9" |
||
6130 | }, |
||
6131 | "require-dev": { |
||
6132 | "orchestra/testbench": "~3.0", |
||
6133 | "phpunit/phpunit": "4.*" |
||
6134 | }, |
||
6135 | "type": "library", |
||
6136 | "autoload": { |
||
6137 | "psr-4": { |
||
6138 | "Themsaid\\MailPreview\\": "src" |
||
6139 | }, |
||
6140 | "classmap": [ |
||
6141 | "tests" |
||
6142 | ] |
||
6143 | }, |
||
6144 | "notification-url": "https://packagist.org/downloads/", |
||
6145 | "license": [ |
||
6146 | "MIT" |
||
6147 | ], |
||
6148 | "authors": [ |
||
6149 | { |
||
6150 | "name": "Mohamed Said", |
||
6151 | "email": "[email protected]" |
||
6152 | } |
||
6153 | ], |
||
6154 | "description": "Adds a 'preview' mail driver for testing emails in laravel.", |
||
6155 | "homepage": "https://github.com/themsaid/laravel-preview-mail-driver", |
||
6156 | "keywords": [ |
||
6157 | "laravel", |
||
6158 | "mail" |
||
6159 | ], |
||
6160 | "time": "2016-05-13 11:50:37" |
||
6161 | }, |
||
6162 | { |
||
6163 | "name": "tijsverkoyen/css-to-inline-styles", |
||
6164 | "version": "1.5.5", |
||
6165 | "source": { |
||
6166 | "type": "git", |
||
6167 | "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", |
||
6168 | "reference": "9753fc340726e327e4d48b7c0604f85475ae0bc3" |
||
6169 | }, |
||
6170 | "dist": { |
||
6171 | "type": "zip", |
||
6172 | "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/9753fc340726e327e4d48b7c0604f85475ae0bc3", |
||
6173 | "reference": "9753fc340726e327e4d48b7c0604f85475ae0bc3", |
||
6174 | "shasum": "" |
||
6175 | }, |
||
6176 | "require": { |
||
6177 | "php": ">=5.3.0", |
||
6178 | "symfony/css-selector": "~2.1|~3.0" |
||
6179 | }, |
||
6180 | "require-dev": { |
||
6181 | "phpunit/phpunit": "~4.0" |
||
6182 | }, |
||
6183 | "type": "library", |
||
6184 | "extra": { |
||
6185 | "branch-alias": { |
||
6186 | "dev-master": "1.5.x-dev" |
||
6187 | } |
||
6188 | }, |
||
6189 | "autoload": { |
||
6190 | "psr-4": { |
||
6191 | "TijsVerkoyen\\CssToInlineStyles\\": "src" |
||
6192 | } |
||
6193 | }, |
||
6194 | "notification-url": "https://packagist.org/downloads/", |
||
6195 | "license": [ |
||
6196 | "BSD" |
||
6197 | ], |
||
6198 | "authors": [ |
||
6199 | { |
||
6200 | "name": "Tijs Verkoyen", |
||
6201 | "email": "[email protected]", |
||
6202 | "role": "Developer" |
||
6203 | } |
||
6204 | ], |
||
6205 | "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", |
||
6206 | "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", |
||
6207 | "time": "2015-12-08 16:14:14" |
||
6208 | }, |
||
6209 | { |
||
6210 | "name": "vlucas/phpdotenv", |
||
6211 | "version": "v2.3.0", |
||
6212 | "source": { |
||
6213 | "type": "git", |
||
6214 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
6215 | "reference": "9ca5644c536654e9509b9d257f53c58630eb2a6a" |
||
6216 | }, |
||
6217 | "dist": { |
||
6218 | "type": "zip", |
||
6219 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/9ca5644c536654e9509b9d257f53c58630eb2a6a", |
||
6220 | "reference": "9ca5644c536654e9509b9d257f53c58630eb2a6a", |
||
6221 | "shasum": "" |
||
6222 | }, |
||
6223 | "require": { |
||
6224 | "php": ">=5.3.9" |
||
6225 | }, |
||
6226 | "require-dev": { |
||
6227 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
6228 | }, |
||
6229 | "type": "library", |
||
6230 | "extra": { |
||
6231 | "branch-alias": { |
||
6232 | "dev-master": "2.3-dev" |
||
6233 | } |
||
6234 | }, |
||
6235 | "autoload": { |
||
6236 | "psr-4": { |
||
6237 | "Dotenv\\": "src/" |
||
6238 | } |
||
6239 | }, |
||
6240 | "notification-url": "https://packagist.org/downloads/", |
||
6241 | "license": [ |
||
6242 | "BSD-3-Clause-Attribution" |
||
6243 | ], |
||
6244 | "authors": [ |
||
6245 | { |
||
6246 | "name": "Vance Lucas", |
||
6247 | "email": "[email protected]", |
||
6248 | "homepage": "http://www.vancelucas.com" |
||
6249 | } |
||
6250 | ], |
||
6251 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
6252 | "keywords": [ |
||
6253 | "dotenv", |
||
6254 | "env", |
||
6255 | "environment" |
||
6256 | ], |
||
6257 | "time": "2016-06-14 14:14:52" |
||
6258 | } |
||
6259 | ], |
||
6260 | "packages-dev": [ |
||
6261 | { |
||
6262 | "name": "doctrine/instantiator", |
||
6263 | "version": "1.0.5", |
||
6264 | "source": { |
||
6265 | "type": "git", |
||
6266 | "url": "https://github.com/doctrine/instantiator.git", |
||
6267 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
6268 | }, |
||
6269 | "dist": { |
||
6270 | "type": "zip", |
||
6271 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
6272 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
6273 | "shasum": "" |
||
6274 | }, |
||
6275 | "require": { |
||
6276 | "php": ">=5.3,<8.0-DEV" |
||
6277 | }, |
||
6278 | "require-dev": { |
||
6279 | "athletic/athletic": "~0.1.8", |
||
6280 | "ext-pdo": "*", |
||
6281 | "ext-phar": "*", |
||
6282 | "phpunit/phpunit": "~4.0", |
||
6283 | "squizlabs/php_codesniffer": "~2.0" |
||
6284 | }, |
||
6285 | "type": "library", |
||
6286 | "extra": { |
||
6287 | "branch-alias": { |
||
6288 | "dev-master": "1.0.x-dev" |
||
6289 | } |
||
6290 | }, |
||
6291 | "autoload": { |
||
6292 | "psr-4": { |
||
6293 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
6294 | } |
||
6295 | }, |
||
6296 | "notification-url": "https://packagist.org/downloads/", |
||
6297 | "license": [ |
||
6298 | "MIT" |
||
6299 | ], |
||
6300 | "authors": [ |
||
6301 | { |
||
6302 | "name": "Marco Pivetta", |
||
6303 | "email": "[email protected]", |
||
6304 | "homepage": "http://ocramius.github.com/" |
||
6305 | } |
||
6306 | ], |
||
6307 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
6308 | "homepage": "https://github.com/doctrine/instantiator", |
||
6309 | "keywords": [ |
||
6310 | "constructor", |
||
6311 | "instantiate" |
||
6312 | ], |
||
6313 | "time": "2015-06-14 21:17:01" |
||
6314 | }, |
||
6315 | { |
||
6316 | "name": "friendsofphp/php-cs-fixer", |
||
6317 | "version": "v1.11.5", |
||
6318 | "source": { |
||
6319 | "type": "git", |
||
6320 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
6321 | "reference": "d3d08b76753092a232a4d8c3b94095ac06898719" |
||
6322 | }, |
||
6323 | "dist": { |
||
6324 | "type": "zip", |
||
6325 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d3d08b76753092a232a4d8c3b94095ac06898719", |
||
6326 | "reference": "d3d08b76753092a232a4d8c3b94095ac06898719", |
||
6327 | "shasum": "" |
||
6328 | }, |
||
6329 | "require": { |
||
6330 | "ext-tokenizer": "*", |
||
6331 | "php": ">=5.3.6", |
||
6332 | "sebastian/diff": "~1.1", |
||
6333 | "symfony/console": "~2.3|~3.0", |
||
6334 | "symfony/event-dispatcher": "~2.1|~3.0", |
||
6335 | "symfony/filesystem": "~2.1|~3.0", |
||
6336 | "symfony/finder": "~2.1|~3.0", |
||
6337 | "symfony/process": "~2.3|~3.0", |
||
6338 | "symfony/stopwatch": "~2.5|~3.0" |
||
6339 | }, |
||
6340 | "conflict": { |
||
6341 | "hhvm": "<3.9" |
||
6342 | }, |
||
6343 | "require-dev": { |
||
6344 | "phpunit/phpunit": "^4.5|^5", |
||
6345 | "satooshi/php-coveralls": "^0.7.1" |
||
6346 | }, |
||
6347 | "bin": [ |
||
6348 | "php-cs-fixer" |
||
6349 | ], |
||
6350 | "type": "application", |
||
6351 | "autoload": { |
||
6352 | "psr-4": { |
||
6353 | "Symfony\\CS\\": "Symfony/CS/" |
||
6354 | } |
||
6355 | }, |
||
6356 | "notification-url": "https://packagist.org/downloads/", |
||
6357 | "license": [ |
||
6358 | "MIT" |
||
6359 | ], |
||
6360 | "authors": [ |
||
6361 | { |
||
6362 | "name": "Dariusz Rumiński", |
||
6363 | "email": "[email protected]" |
||
6364 | }, |
||
6365 | { |
||
6366 | "name": "Fabien Potencier", |
||
6367 | "email": "[email protected]" |
||
6368 | } |
||
6369 | ], |
||
6370 | "description": "A tool to automatically fix PHP code style", |
||
6371 | "time": "2016-07-06 22:49:35" |
||
6372 | }, |
||
6373 | { |
||
6374 | "name": "myclabs/deep-copy", |
||
6375 | "version": "1.5.1", |
||
6376 | "source": { |
||
6377 | "type": "git", |
||
6378 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
6379 | "reference": "a8773992b362b58498eed24bf85005f363c34771" |
||
6380 | }, |
||
6381 | "dist": { |
||
6382 | "type": "zip", |
||
6383 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771", |
||
6384 | "reference": "a8773992b362b58498eed24bf85005f363c34771", |
||
6385 | "shasum": "" |
||
6386 | }, |
||
6387 | "require": { |
||
6388 | "php": ">=5.4.0" |
||
6389 | }, |
||
6390 | "require-dev": { |
||
6391 | "doctrine/collections": "1.*", |
||
6392 | "phpunit/phpunit": "~4.1" |
||
6393 | }, |
||
6394 | "type": "library", |
||
6395 | "autoload": { |
||
6396 | "psr-4": { |
||
6397 | "DeepCopy\\": "src/DeepCopy/" |
||
6398 | } |
||
6399 | }, |
||
6400 | "notification-url": "https://packagist.org/downloads/", |
||
6401 | "license": [ |
||
6402 | "MIT" |
||
6403 | ], |
||
6404 | "description": "Create deep copies (clones) of your objects", |
||
6405 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
6406 | "keywords": [ |
||
6407 | "clone", |
||
6408 | "copy", |
||
6409 | "duplicate", |
||
6410 | "object", |
||
6411 | "object graph" |
||
6412 | ], |
||
6413 | "time": "2015-11-20 12:04:31" |
||
6414 | }, |
||
6415 | { |
||
6416 | "name": "phpdocumentor/reflection-common", |
||
6417 | "version": "1.0", |
||
6418 | "source": { |
||
6419 | "type": "git", |
||
6420 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
6421 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
6422 | }, |
||
6423 | "dist": { |
||
6424 | "type": "zip", |
||
6425 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
6426 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
6427 | "shasum": "" |
||
6428 | }, |
||
6429 | "require": { |
||
6430 | "php": ">=5.5" |
||
6431 | }, |
||
6432 | "require-dev": { |
||
6433 | "phpunit/phpunit": "^4.6" |
||
6434 | }, |
||
6435 | "type": "library", |
||
6436 | "extra": { |
||
6437 | "branch-alias": { |
||
6438 | "dev-master": "1.0.x-dev" |
||
6439 | } |
||
6440 | }, |
||
6441 | "autoload": { |
||
6442 | "psr-4": { |
||
6443 | "phpDocumentor\\Reflection\\": [ |
||
6444 | "src" |
||
6445 | ] |
||
6446 | } |
||
6447 | }, |
||
6448 | "notification-url": "https://packagist.org/downloads/", |
||
6449 | "license": [ |
||
6450 | "MIT" |
||
6451 | ], |
||
6452 | "authors": [ |
||
6453 | { |
||
6454 | "name": "Jaap van Otterdijk", |
||
6455 | "email": "[email protected]" |
||
6456 | } |
||
6457 | ], |
||
6458 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
6459 | "homepage": "http://www.phpdoc.org", |
||
6460 | "keywords": [ |
||
6461 | "FQSEN", |
||
6462 | "phpDocumentor", |
||
6463 | "phpdoc", |
||
6464 | "reflection", |
||
6465 | "static analysis" |
||
6466 | ], |
||
6467 | "time": "2015-12-27 11:43:31" |
||
6468 | }, |
||
6469 | { |
||
6470 | "name": "phpdocumentor/reflection-docblock", |
||
6471 | "version": "3.1.0", |
||
6472 | "source": { |
||
6473 | "type": "git", |
||
6474 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
6475 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" |
||
6476 | }, |
||
6477 | "dist": { |
||
6478 | "type": "zip", |
||
6479 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", |
||
6480 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", |
||
6481 | "shasum": "" |
||
6482 | }, |
||
6483 | "require": { |
||
6484 | "php": ">=5.5", |
||
6485 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
6486 | "phpdocumentor/type-resolver": "^0.2.0", |
||
6487 | "webmozart/assert": "^1.0" |
||
6488 | }, |
||
6489 | "require-dev": { |
||
6490 | "mockery/mockery": "^0.9.4", |
||
6491 | "phpunit/phpunit": "^4.4" |
||
6492 | }, |
||
6493 | "type": "library", |
||
6494 | "autoload": { |
||
6495 | "psr-4": { |
||
6496 | "phpDocumentor\\Reflection\\": [ |
||
6497 | "src/" |
||
6498 | ] |
||
6499 | } |
||
6500 | }, |
||
6501 | "notification-url": "https://packagist.org/downloads/", |
||
6502 | "license": [ |
||
6503 | "MIT" |
||
6504 | ], |
||
6505 | "authors": [ |
||
6506 | { |
||
6507 | "name": "Mike van Riel", |
||
6508 | "email": "[email protected]" |
||
6509 | } |
||
6510 | ], |
||
6511 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
6512 | "time": "2016-06-10 09:48:41" |
||
6513 | }, |
||
6514 | { |
||
6515 | "name": "phpdocumentor/type-resolver", |
||
6516 | "version": "0.2", |
||
6517 | "source": { |
||
6518 | "type": "git", |
||
6519 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
6520 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
6521 | }, |
||
6522 | "dist": { |
||
6523 | "type": "zip", |
||
6524 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
6525 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
6526 | "shasum": "" |
||
6527 | }, |
||
6528 | "require": { |
||
6529 | "php": ">=5.5", |
||
6530 | "phpdocumentor/reflection-common": "^1.0" |
||
6531 | }, |
||
6532 | "require-dev": { |
||
6533 | "mockery/mockery": "^0.9.4", |
||
6534 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
6535 | }, |
||
6536 | "type": "library", |
||
6537 | "extra": { |
||
6538 | "branch-alias": { |
||
6539 | "dev-master": "1.0.x-dev" |
||
6540 | } |
||
6541 | }, |
||
6542 | "autoload": { |
||
6543 | "psr-4": { |
||
6544 | "phpDocumentor\\Reflection\\": [ |
||
6545 | "src/" |
||
6546 | ] |
||
6547 | } |
||
6548 | }, |
||
6549 | "notification-url": "https://packagist.org/downloads/", |
||
6550 | "license": [ |
||
6551 | "MIT" |
||
6552 | ], |
||
6553 | "authors": [ |
||
6554 | { |
||
6555 | "name": "Mike van Riel", |
||
6556 | "email": "[email protected]" |
||
6557 | } |
||
6558 | ], |
||
6559 | "time": "2016-06-10 07:14:17" |
||
6560 | }, |
||
6561 | { |
||
6562 | "name": "phpspec/prophecy", |
||
6563 | "version": "v1.6.1", |
||
6564 | "source": { |
||
6565 | "type": "git", |
||
6566 | "url": "https://github.com/phpspec/prophecy.git", |
||
6567 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
||
6568 | }, |
||
6569 | "dist": { |
||
6570 | "type": "zip", |
||
6571 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
||
6572 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
||
6573 | "shasum": "" |
||
6574 | }, |
||
6575 | "require": { |
||
6576 | "doctrine/instantiator": "^1.0.2", |
||
6577 | "php": "^5.3|^7.0", |
||
6578 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
6579 | "sebastian/comparator": "^1.1", |
||
6580 | "sebastian/recursion-context": "^1.0" |
||
6581 | }, |
||
6582 | "require-dev": { |
||
6583 | "phpspec/phpspec": "^2.0" |
||
6584 | }, |
||
6585 | "type": "library", |
||
6586 | "extra": { |
||
6587 | "branch-alias": { |
||
6588 | "dev-master": "1.6.x-dev" |
||
6589 | } |
||
6590 | }, |
||
6591 | "autoload": { |
||
6592 | "psr-0": { |
||
6593 | "Prophecy\\": "src/" |
||
6594 | } |
||
6595 | }, |
||
6596 | "notification-url": "https://packagist.org/downloads/", |
||
6597 | "license": [ |
||
6598 | "MIT" |
||
6599 | ], |
||
6600 | "authors": [ |
||
6601 | { |
||
6602 | "name": "Konstantin Kudryashov", |
||
6603 | "email": "[email protected]", |
||
6604 | "homepage": "http://everzet.com" |
||
6605 | }, |
||
6606 | { |
||
6607 | "name": "Marcello Duarte", |
||
6608 | "email": "[email protected]" |
||
6609 | } |
||
6610 | ], |
||
6611 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
6612 | "homepage": "https://github.com/phpspec/prophecy", |
||
6613 | "keywords": [ |
||
6614 | "Double", |
||
6615 | "Dummy", |
||
6616 | "fake", |
||
6617 | "mock", |
||
6618 | "spy", |
||
6619 | "stub" |
||
6620 | ], |
||
6621 | "time": "2016-06-07 08:13:47" |
||
6622 | }, |
||
6623 | { |
||
6624 | "name": "phpunit/php-code-coverage", |
||
6625 | "version": "4.0.0", |
||
6626 | "source": { |
||
6627 | "type": "git", |
||
6628 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
6629 | "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9" |
||
6630 | }, |
||
6631 | "dist": { |
||
6632 | "type": "zip", |
||
6633 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9", |
||
6634 | "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9", |
||
6635 | "shasum": "" |
||
6636 | }, |
||
6637 | "require": { |
||
6638 | "php": "^5.6 || ^7.0", |
||
6639 | "phpunit/php-file-iterator": "~1.3", |
||
6640 | "phpunit/php-text-template": "~1.2", |
||
6641 | "phpunit/php-token-stream": "^1.4.2", |
||
6642 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
6643 | "sebastian/environment": "^1.3.2", |
||
6644 | "sebastian/version": "~1.0|~2.0" |
||
6645 | }, |
||
6646 | "require-dev": { |
||
6647 | "ext-xdebug": ">=2.1.4", |
||
6648 | "phpunit/phpunit": "^5.4" |
||
6649 | }, |
||
6650 | "suggest": { |
||
6651 | "ext-dom": "*", |
||
6652 | "ext-xdebug": ">=2.4.0", |
||
6653 | "ext-xmlwriter": "*" |
||
6654 | }, |
||
6655 | "type": "library", |
||
6656 | "extra": { |
||
6657 | "branch-alias": { |
||
6658 | "dev-master": "4.0.x-dev" |
||
6659 | } |
||
6660 | }, |
||
6661 | "autoload": { |
||
6662 | "classmap": [ |
||
6663 | "src/" |
||
6664 | ] |
||
6665 | }, |
||
6666 | "notification-url": "https://packagist.org/downloads/", |
||
6667 | "license": [ |
||
6668 | "BSD-3-Clause" |
||
6669 | ], |
||
6670 | "authors": [ |
||
6671 | { |
||
6672 | "name": "Sebastian Bergmann", |
||
6673 | "email": "[email protected]", |
||
6674 | "role": "lead" |
||
6675 | } |
||
6676 | ], |
||
6677 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
6678 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
6679 | "keywords": [ |
||
6680 | "coverage", |
||
6681 | "testing", |
||
6682 | "xunit" |
||
6683 | ], |
||
6684 | "time": "2016-06-03 05:03:56" |
||
6685 | }, |
||
6686 | { |
||
6687 | "name": "phpunit/php-file-iterator", |
||
6688 | "version": "1.4.1", |
||
6689 | "source": { |
||
6690 | "type": "git", |
||
6691 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
6692 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
6693 | }, |
||
6694 | "dist": { |
||
6695 | "type": "zip", |
||
6696 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
6697 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
6698 | "shasum": "" |
||
6699 | }, |
||
6700 | "require": { |
||
6701 | "php": ">=5.3.3" |
||
6702 | }, |
||
6703 | "type": "library", |
||
6704 | "extra": { |
||
6705 | "branch-alias": { |
||
6706 | "dev-master": "1.4.x-dev" |
||
6707 | } |
||
6708 | }, |
||
6709 | "autoload": { |
||
6710 | "classmap": [ |
||
6711 | "src/" |
||
6712 | ] |
||
6713 | }, |
||
6714 | "notification-url": "https://packagist.org/downloads/", |
||
6715 | "license": [ |
||
6716 | "BSD-3-Clause" |
||
6717 | ], |
||
6718 | "authors": [ |
||
6719 | { |
||
6720 | "name": "Sebastian Bergmann", |
||
6721 | "email": "[email protected]", |
||
6722 | "role": "lead" |
||
6723 | } |
||
6724 | ], |
||
6725 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
6726 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
6727 | "keywords": [ |
||
6728 | "filesystem", |
||
6729 | "iterator" |
||
6730 | ], |
||
6731 | "time": "2015-06-21 13:08:43" |
||
6732 | }, |
||
6733 | { |
||
6734 | "name": "phpunit/php-text-template", |
||
6735 | "version": "1.2.1", |
||
6736 | "source": { |
||
6737 | "type": "git", |
||
6738 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
6739 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
6740 | }, |
||
6741 | "dist": { |
||
6742 | "type": "zip", |
||
6743 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
6744 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
6745 | "shasum": "" |
||
6746 | }, |
||
6747 | "require": { |
||
6748 | "php": ">=5.3.3" |
||
6749 | }, |
||
6750 | "type": "library", |
||
6751 | "autoload": { |
||
6752 | "classmap": [ |
||
6753 | "src/" |
||
6754 | ] |
||
6755 | }, |
||
6756 | "notification-url": "https://packagist.org/downloads/", |
||
6757 | "license": [ |
||
6758 | "BSD-3-Clause" |
||
6759 | ], |
||
6760 | "authors": [ |
||
6761 | { |
||
6762 | "name": "Sebastian Bergmann", |
||
6763 | "email": "[email protected]", |
||
6764 | "role": "lead" |
||
6765 | } |
||
6766 | ], |
||
6767 | "description": "Simple template engine.", |
||
6768 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
6769 | "keywords": [ |
||
6770 | "template" |
||
6771 | ], |
||
6772 | "time": "2015-06-21 13:50:34" |
||
6773 | }, |
||
6774 | { |
||
6775 | "name": "phpunit/php-timer", |
||
6776 | "version": "1.0.8", |
||
6777 | "source": { |
||
6778 | "type": "git", |
||
6779 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
6780 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
6781 | }, |
||
6782 | "dist": { |
||
6783 | "type": "zip", |
||
6784 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
6785 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
6786 | "shasum": "" |
||
6787 | }, |
||
6788 | "require": { |
||
6789 | "php": ">=5.3.3" |
||
6790 | }, |
||
6791 | "require-dev": { |
||
6792 | "phpunit/phpunit": "~4|~5" |
||
6793 | }, |
||
6794 | "type": "library", |
||
6795 | "autoload": { |
||
6796 | "classmap": [ |
||
6797 | "src/" |
||
6798 | ] |
||
6799 | }, |
||
6800 | "notification-url": "https://packagist.org/downloads/", |
||
6801 | "license": [ |
||
6802 | "BSD-3-Clause" |
||
6803 | ], |
||
6804 | "authors": [ |
||
6805 | { |
||
6806 | "name": "Sebastian Bergmann", |
||
6807 | "email": "[email protected]", |
||
6808 | "role": "lead" |
||
6809 | } |
||
6810 | ], |
||
6811 | "description": "Utility class for timing", |
||
6812 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
6813 | "keywords": [ |
||
6814 | "timer" |
||
6815 | ], |
||
6816 | "time": "2016-05-12 18:03:57" |
||
6817 | }, |
||
6818 | { |
||
6819 | "name": "phpunit/php-token-stream", |
||
6820 | "version": "1.4.8", |
||
6821 | "source": { |
||
6822 | "type": "git", |
||
6823 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
6824 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
6825 | }, |
||
6826 | "dist": { |
||
6827 | "type": "zip", |
||
6828 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
6829 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
6830 | "shasum": "" |
||
6831 | }, |
||
6832 | "require": { |
||
6833 | "ext-tokenizer": "*", |
||
6834 | "php": ">=5.3.3" |
||
6835 | }, |
||
6836 | "require-dev": { |
||
6837 | "phpunit/phpunit": "~4.2" |
||
6838 | }, |
||
6839 | "type": "library", |
||
6840 | "extra": { |
||
6841 | "branch-alias": { |
||
6842 | "dev-master": "1.4-dev" |
||
6843 | } |
||
6844 | }, |
||
6845 | "autoload": { |
||
6846 | "classmap": [ |
||
6847 | "src/" |
||
6848 | ] |
||
6849 | }, |
||
6850 | "notification-url": "https://packagist.org/downloads/", |
||
6851 | "license": [ |
||
6852 | "BSD-3-Clause" |
||
6853 | ], |
||
6854 | "authors": [ |
||
6855 | { |
||
6856 | "name": "Sebastian Bergmann", |
||
6857 | "email": "[email protected]" |
||
6858 | } |
||
6859 | ], |
||
6860 | "description": "Wrapper around PHP's tokenizer extension.", |
||
6861 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
6862 | "keywords": [ |
||
6863 | "tokenizer" |
||
6864 | ], |
||
6865 | "time": "2015-09-15 10:49:45" |
||
6866 | }, |
||
6867 | { |
||
6868 | "name": "phpunit/phpunit", |
||
6869 | "version": "5.4.6", |
||
6870 | "source": { |
||
6871 | "type": "git", |
||
6872 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
6873 | "reference": "2f1fc94b77ea6418bd6a06c64a1dac0645fbce59" |
||
6874 | }, |
||
6875 | "dist": { |
||
6876 | "type": "zip", |
||
6877 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2f1fc94b77ea6418bd6a06c64a1dac0645fbce59", |
||
6878 | "reference": "2f1fc94b77ea6418bd6a06c64a1dac0645fbce59", |
||
6879 | "shasum": "" |
||
6880 | }, |
||
6881 | "require": { |
||
6882 | "ext-dom": "*", |
||
6883 | "ext-json": "*", |
||
6884 | "ext-pcre": "*", |
||
6885 | "ext-reflection": "*", |
||
6886 | "ext-spl": "*", |
||
6887 | "myclabs/deep-copy": "~1.3", |
||
6888 | "php": "^5.6 || ^7.0", |
||
6889 | "phpspec/prophecy": "^1.3.1", |
||
6890 | "phpunit/php-code-coverage": "^4.0", |
||
6891 | "phpunit/php-file-iterator": "~1.4", |
||
6892 | "phpunit/php-text-template": "~1.2", |
||
6893 | "phpunit/php-timer": "^1.0.6", |
||
6894 | "phpunit/phpunit-mock-objects": "^3.2", |
||
6895 | "sebastian/comparator": "~1.1", |
||
6896 | "sebastian/diff": "~1.2", |
||
6897 | "sebastian/environment": "^1.3 || ^2.0", |
||
6898 | "sebastian/exporter": "~1.2", |
||
6899 | "sebastian/global-state": "~1.0", |
||
6900 | "sebastian/object-enumerator": "~1.0", |
||
6901 | "sebastian/resource-operations": "~1.0", |
||
6902 | "sebastian/version": "~1.0|~2.0", |
||
6903 | "symfony/yaml": "~2.1|~3.0" |
||
6904 | }, |
||
6905 | "conflict": { |
||
6906 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
6907 | }, |
||
6908 | "suggest": { |
||
6909 | "phpunit/php-invoker": "~1.1" |
||
6910 | }, |
||
6911 | "bin": [ |
||
6912 | "phpunit" |
||
6913 | ], |
||
6914 | "type": "library", |
||
6915 | "extra": { |
||
6916 | "branch-alias": { |
||
6917 | "dev-master": "5.4.x-dev" |
||
6918 | } |
||
6919 | }, |
||
6920 | "autoload": { |
||
6921 | "classmap": [ |
||
6922 | "src/" |
||
6923 | ] |
||
6924 | }, |
||
6925 | "notification-url": "https://packagist.org/downloads/", |
||
6926 | "license": [ |
||
6927 | "BSD-3-Clause" |
||
6928 | ], |
||
6929 | "authors": [ |
||
6930 | { |
||
6931 | "name": "Sebastian Bergmann", |
||
6932 | "email": "[email protected]", |
||
6933 | "role": "lead" |
||
6934 | } |
||
6935 | ], |
||
6936 | "description": "The PHP Unit Testing framework.", |
||
6937 | "homepage": "https://phpunit.de/", |
||
6938 | "keywords": [ |
||
6939 | "phpunit", |
||
6940 | "testing", |
||
6941 | "xunit" |
||
6942 | ], |
||
6943 | "time": "2016-06-16 06:01:15" |
||
6944 | }, |
||
6945 | { |
||
6946 | "name": "phpunit/phpunit-mock-objects", |
||
6947 | "version": "3.2.3", |
||
6948 | "source": { |
||
6949 | "type": "git", |
||
6950 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
6951 | "reference": "b13d0d9426ced06958bd32104653526a6c998a52" |
||
6952 | }, |
||
6953 | "dist": { |
||
6954 | "type": "zip", |
||
6955 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52", |
||
6956 | "reference": "b13d0d9426ced06958bd32104653526a6c998a52", |
||
6957 | "shasum": "" |
||
6958 | }, |
||
6959 | "require": { |
||
6960 | "doctrine/instantiator": "^1.0.2", |
||
6961 | "php": "^5.6 || ^7.0", |
||
6962 | "phpunit/php-text-template": "^1.2", |
||
6963 | "sebastian/exporter": "^1.2" |
||
6964 | }, |
||
6965 | "conflict": { |
||
6966 | "phpunit/phpunit": "<5.4.0" |
||
6967 | }, |
||
6968 | "require-dev": { |
||
6969 | "phpunit/phpunit": "^5.4" |
||
6970 | }, |
||
6971 | "suggest": { |
||
6972 | "ext-soap": "*" |
||
6973 | }, |
||
6974 | "type": "library", |
||
6975 | "extra": { |
||
6976 | "branch-alias": { |
||
6977 | "dev-master": "3.2.x-dev" |
||
6978 | } |
||
6979 | }, |
||
6980 | "autoload": { |
||
6981 | "classmap": [ |
||
6982 | "src/" |
||
6983 | ] |
||
6984 | }, |
||
6985 | "notification-url": "https://packagist.org/downloads/", |
||
6986 | "license": [ |
||
6987 | "BSD-3-Clause" |
||
6988 | ], |
||
6989 | "authors": [ |
||
6990 | { |
||
6991 | "name": "Sebastian Bergmann", |
||
6992 | "email": "[email protected]", |
||
6993 | "role": "lead" |
||
6994 | } |
||
6995 | ], |
||
6996 | "description": "Mock Object library for PHPUnit", |
||
6997 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
6998 | "keywords": [ |
||
6999 | "mock", |
||
7000 | "xunit" |
||
7001 | ], |
||
7002 | "time": "2016-06-12 07:37:26" |
||
7003 | }, |
||
7004 | { |
||
7005 | "name": "sebastian/code-unit-reverse-lookup", |
||
7006 | "version": "1.0.0", |
||
7007 | "source": { |
||
7008 | "type": "git", |
||
7009 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
7010 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
7011 | }, |
||
7012 | "dist": { |
||
7013 | "type": "zip", |
||
7014 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
7015 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
7016 | "shasum": "" |
||
7017 | }, |
||
7018 | "require": { |
||
7019 | "php": ">=5.6" |
||
7020 | }, |
||
7021 | "require-dev": { |
||
7022 | "phpunit/phpunit": "~5" |
||
7023 | }, |
||
7024 | "type": "library", |
||
7025 | "extra": { |
||
7026 | "branch-alias": { |
||
7027 | "dev-master": "1.0.x-dev" |
||
7028 | } |
||
7029 | }, |
||
7030 | "autoload": { |
||
7031 | "classmap": [ |
||
7032 | "src/" |
||
7033 | ] |
||
7034 | }, |
||
7035 | "notification-url": "https://packagist.org/downloads/", |
||
7036 | "license": [ |
||
7037 | "BSD-3-Clause" |
||
7038 | ], |
||
7039 | "authors": [ |
||
7040 | { |
||
7041 | "name": "Sebastian Bergmann", |
||
7042 | "email": "[email protected]" |
||
7043 | } |
||
7044 | ], |
||
7045 | "description": "Looks up which function or method a line of code belongs to", |
||
7046 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
7047 | "time": "2016-02-13 06:45:14" |
||
7048 | }, |
||
7049 | { |
||
7050 | "name": "sebastian/comparator", |
||
7051 | "version": "1.2.0", |
||
7052 | "source": { |
||
7053 | "type": "git", |
||
7054 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
7055 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
7056 | }, |
||
7057 | "dist": { |
||
7058 | "type": "zip", |
||
7059 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
7060 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
7061 | "shasum": "" |
||
7062 | }, |
||
7063 | "require": { |
||
7064 | "php": ">=5.3.3", |
||
7065 | "sebastian/diff": "~1.2", |
||
7066 | "sebastian/exporter": "~1.2" |
||
7067 | }, |
||
7068 | "require-dev": { |
||
7069 | "phpunit/phpunit": "~4.4" |
||
7070 | }, |
||
7071 | "type": "library", |
||
7072 | "extra": { |
||
7073 | "branch-alias": { |
||
7074 | "dev-master": "1.2.x-dev" |
||
7075 | } |
||
7076 | }, |
||
7077 | "autoload": { |
||
7078 | "classmap": [ |
||
7079 | "src/" |
||
7080 | ] |
||
7081 | }, |
||
7082 | "notification-url": "https://packagist.org/downloads/", |
||
7083 | "license": [ |
||
7084 | "BSD-3-Clause" |
||
7085 | ], |
||
7086 | "authors": [ |
||
7087 | { |
||
7088 | "name": "Jeff Welch", |
||
7089 | "email": "[email protected]" |
||
7090 | }, |
||
7091 | { |
||
7092 | "name": "Volker Dusch", |
||
7093 | "email": "[email protected]" |
||
7094 | }, |
||
7095 | { |
||
7096 | "name": "Bernhard Schussek", |
||
7097 | "email": "[email protected]" |
||
7098 | }, |
||
7099 | { |
||
7100 | "name": "Sebastian Bergmann", |
||
7101 | "email": "[email protected]" |
||
7102 | } |
||
7103 | ], |
||
7104 | "description": "Provides the functionality to compare PHP values for equality", |
||
7105 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
7106 | "keywords": [ |
||
7107 | "comparator", |
||
7108 | "compare", |
||
7109 | "equality" |
||
7110 | ], |
||
7111 | "time": "2015-07-26 15:48:44" |
||
7112 | }, |
||
7113 | { |
||
7114 | "name": "sebastian/diff", |
||
7115 | "version": "1.4.1", |
||
7116 | "source": { |
||
7117 | "type": "git", |
||
7118 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
7119 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
7120 | }, |
||
7121 | "dist": { |
||
7122 | "type": "zip", |
||
7123 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
7124 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
7125 | "shasum": "" |
||
7126 | }, |
||
7127 | "require": { |
||
7128 | "php": ">=5.3.3" |
||
7129 | }, |
||
7130 | "require-dev": { |
||
7131 | "phpunit/phpunit": "~4.8" |
||
7132 | }, |
||
7133 | "type": "library", |
||
7134 | "extra": { |
||
7135 | "branch-alias": { |
||
7136 | "dev-master": "1.4-dev" |
||
7137 | } |
||
7138 | }, |
||
7139 | "autoload": { |
||
7140 | "classmap": [ |
||
7141 | "src/" |
||
7142 | ] |
||
7143 | }, |
||
7144 | "notification-url": "https://packagist.org/downloads/", |
||
7145 | "license": [ |
||
7146 | "BSD-3-Clause" |
||
7147 | ], |
||
7148 | "authors": [ |
||
7149 | { |
||
7150 | "name": "Kore Nordmann", |
||
7151 | "email": "[email protected]" |
||
7152 | }, |
||
7153 | { |
||
7154 | "name": "Sebastian Bergmann", |
||
7155 | "email": "[email protected]" |
||
7156 | } |
||
7157 | ], |
||
7158 | "description": "Diff implementation", |
||
7159 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
7160 | "keywords": [ |
||
7161 | "diff" |
||
7162 | ], |
||
7163 | "time": "2015-12-08 07:14:41" |
||
7164 | }, |
||
7165 | { |
||
7166 | "name": "sebastian/environment", |
||
7167 | "version": "1.3.7", |
||
7168 | "source": { |
||
7169 | "type": "git", |
||
7170 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
7171 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" |
||
7172 | }, |
||
7173 | "dist": { |
||
7174 | "type": "zip", |
||
7175 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
7176 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
7177 | "shasum": "" |
||
7178 | }, |
||
7179 | "require": { |
||
7180 | "php": ">=5.3.3" |
||
7181 | }, |
||
7182 | "require-dev": { |
||
7183 | "phpunit/phpunit": "~4.4" |
||
7184 | }, |
||
7185 | "type": "library", |
||
7186 | "extra": { |
||
7187 | "branch-alias": { |
||
7188 | "dev-master": "1.3.x-dev" |
||
7189 | } |
||
7190 | }, |
||
7191 | "autoload": { |
||
7192 | "classmap": [ |
||
7193 | "src/" |
||
7194 | ] |
||
7195 | }, |
||
7196 | "notification-url": "https://packagist.org/downloads/", |
||
7197 | "license": [ |
||
7198 | "BSD-3-Clause" |
||
7199 | ], |
||
7200 | "authors": [ |
||
7201 | { |
||
7202 | "name": "Sebastian Bergmann", |
||
7203 | "email": "[email protected]" |
||
7204 | } |
||
7205 | ], |
||
7206 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
7207 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
7208 | "keywords": [ |
||
7209 | "Xdebug", |
||
7210 | "environment", |
||
7211 | "hhvm" |
||
7212 | ], |
||
7213 | "time": "2016-05-17 03:18:57" |
||
7214 | }, |
||
7215 | { |
||
7216 | "name": "sebastian/exporter", |
||
7217 | "version": "1.2.2", |
||
7218 | "source": { |
||
7219 | "type": "git", |
||
7220 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
7221 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
7222 | }, |
||
7223 | "dist": { |
||
7224 | "type": "zip", |
||
7225 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
7226 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
7227 | "shasum": "" |
||
7228 | }, |
||
7229 | "require": { |
||
7230 | "php": ">=5.3.3", |
||
7231 | "sebastian/recursion-context": "~1.0" |
||
7232 | }, |
||
7233 | "require-dev": { |
||
7234 | "ext-mbstring": "*", |
||
7235 | "phpunit/phpunit": "~4.4" |
||
7236 | }, |
||
7237 | "type": "library", |
||
7238 | "extra": { |
||
7239 | "branch-alias": { |
||
7240 | "dev-master": "1.3.x-dev" |
||
7241 | } |
||
7242 | }, |
||
7243 | "autoload": { |
||
7244 | "classmap": [ |
||
7245 | "src/" |
||
7246 | ] |
||
7247 | }, |
||
7248 | "notification-url": "https://packagist.org/downloads/", |
||
7249 | "license": [ |
||
7250 | "BSD-3-Clause" |
||
7251 | ], |
||
7252 | "authors": [ |
||
7253 | { |
||
7254 | "name": "Jeff Welch", |
||
7255 | "email": "[email protected]" |
||
7256 | }, |
||
7257 | { |
||
7258 | "name": "Volker Dusch", |
||
7259 | "email": "[email protected]" |
||
7260 | }, |
||
7261 | { |
||
7262 | "name": "Bernhard Schussek", |
||
7263 | "email": "[email protected]" |
||
7264 | }, |
||
7265 | { |
||
7266 | "name": "Sebastian Bergmann", |
||
7267 | "email": "[email protected]" |
||
7268 | }, |
||
7269 | { |
||
7270 | "name": "Adam Harvey", |
||
7271 | "email": "[email protected]" |
||
7272 | } |
||
7273 | ], |
||
7274 | "description": "Provides the functionality to export PHP variables for visualization", |
||
7275 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
7276 | "keywords": [ |
||
7277 | "export", |
||
7278 | "exporter" |
||
7279 | ], |
||
7280 | "time": "2016-06-17 09:04:28" |
||
7281 | }, |
||
7282 | { |
||
7283 | "name": "sebastian/global-state", |
||
7284 | "version": "1.1.1", |
||
7285 | "source": { |
||
7286 | "type": "git", |
||
7287 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
7288 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
7289 | }, |
||
7290 | "dist": { |
||
7291 | "type": "zip", |
||
7292 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
7293 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
7294 | "shasum": "" |
||
7295 | }, |
||
7296 | "require": { |
||
7297 | "php": ">=5.3.3" |
||
7298 | }, |
||
7299 | "require-dev": { |
||
7300 | "phpunit/phpunit": "~4.2" |
||
7301 | }, |
||
7302 | "suggest": { |
||
7303 | "ext-uopz": "*" |
||
7304 | }, |
||
7305 | "type": "library", |
||
7306 | "extra": { |
||
7307 | "branch-alias": { |
||
7308 | "dev-master": "1.0-dev" |
||
7309 | } |
||
7310 | }, |
||
7311 | "autoload": { |
||
7312 | "classmap": [ |
||
7313 | "src/" |
||
7314 | ] |
||
7315 | }, |
||
7316 | "notification-url": "https://packagist.org/downloads/", |
||
7317 | "license": [ |
||
7318 | "BSD-3-Clause" |
||
7319 | ], |
||
7320 | "authors": [ |
||
7321 | { |
||
7322 | "name": "Sebastian Bergmann", |
||
7323 | "email": "[email protected]" |
||
7324 | } |
||
7325 | ], |
||
7326 | "description": "Snapshotting of global state", |
||
7327 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
7328 | "keywords": [ |
||
7329 | "global state" |
||
7330 | ], |
||
7331 | "time": "2015-10-12 03:26:01" |
||
7332 | }, |
||
7333 | { |
||
7334 | "name": "sebastian/object-enumerator", |
||
7335 | "version": "1.0.0", |
||
7336 | "source": { |
||
7337 | "type": "git", |
||
7338 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
7339 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
||
7340 | }, |
||
7341 | "dist": { |
||
7342 | "type": "zip", |
||
7343 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
||
7344 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
||
7345 | "shasum": "" |
||
7346 | }, |
||
7347 | "require": { |
||
7348 | "php": ">=5.6", |
||
7349 | "sebastian/recursion-context": "~1.0" |
||
7350 | }, |
||
7351 | "require-dev": { |
||
7352 | "phpunit/phpunit": "~5" |
||
7353 | }, |
||
7354 | "type": "library", |
||
7355 | "extra": { |
||
7356 | "branch-alias": { |
||
7357 | "dev-master": "1.0.x-dev" |
||
7358 | } |
||
7359 | }, |
||
7360 | "autoload": { |
||
7361 | "classmap": [ |
||
7362 | "src/" |
||
7363 | ] |
||
7364 | }, |
||
7365 | "notification-url": "https://packagist.org/downloads/", |
||
7366 | "license": [ |
||
7367 | "BSD-3-Clause" |
||
7368 | ], |
||
7369 | "authors": [ |
||
7370 | { |
||
7371 | "name": "Sebastian Bergmann", |
||
7372 | "email": "[email protected]" |
||
7373 | } |
||
7374 | ], |
||
7375 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
7376 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
7377 | "time": "2016-01-28 13:25:10" |
||
7378 | }, |
||
7379 | { |
||
7380 | "name": "sebastian/recursion-context", |
||
7381 | "version": "1.0.2", |
||
7382 | "source": { |
||
7383 | "type": "git", |
||
7384 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
7385 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
7386 | }, |
||
7387 | "dist": { |
||
7388 | "type": "zip", |
||
7389 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
7390 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
7391 | "shasum": "" |
||
7392 | }, |
||
7393 | "require": { |
||
7394 | "php": ">=5.3.3" |
||
7395 | }, |
||
7396 | "require-dev": { |
||
7397 | "phpunit/phpunit": "~4.4" |
||
7398 | }, |
||
7399 | "type": "library", |
||
7400 | "extra": { |
||
7401 | "branch-alias": { |
||
7402 | "dev-master": "1.0.x-dev" |
||
7403 | } |
||
7404 | }, |
||
7405 | "autoload": { |
||
7406 | "classmap": [ |
||
7407 | "src/" |
||
7408 | ] |
||
7409 | }, |
||
7410 | "notification-url": "https://packagist.org/downloads/", |
||
7411 | "license": [ |
||
7412 | "BSD-3-Clause" |
||
7413 | ], |
||
7414 | "authors": [ |
||
7415 | { |
||
7416 | "name": "Jeff Welch", |
||
7417 | "email": "[email protected]" |
||
7418 | }, |
||
7419 | { |
||
7420 | "name": "Sebastian Bergmann", |
||
7421 | "email": "[email protected]" |
||
7422 | }, |
||
7423 | { |
||
7424 | "name": "Adam Harvey", |
||
7425 | "email": "[email protected]" |
||
7426 | } |
||
7427 | ], |
||
7428 | "description": "Provides functionality to recursively process PHP variables", |
||
7429 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
7430 | "time": "2015-11-11 19:50:13" |
||
7431 | }, |
||
7432 | { |
||
7433 | "name": "sebastian/resource-operations", |
||
7434 | "version": "1.0.0", |
||
7435 | "source": { |
||
7436 | "type": "git", |
||
7437 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
7438 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
7439 | }, |
||
7440 | "dist": { |
||
7441 | "type": "zip", |
||
7442 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
7443 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
7444 | "shasum": "" |
||
7445 | }, |
||
7446 | "require": { |
||
7447 | "php": ">=5.6.0" |
||
7448 | }, |
||
7449 | "type": "library", |
||
7450 | "extra": { |
||
7451 | "branch-alias": { |
||
7452 | "dev-master": "1.0.x-dev" |
||
7453 | } |
||
7454 | }, |
||
7455 | "autoload": { |
||
7456 | "classmap": [ |
||
7457 | "src/" |
||
7458 | ] |
||
7459 | }, |
||
7460 | "notification-url": "https://packagist.org/downloads/", |
||
7461 | "license": [ |
||
7462 | "BSD-3-Clause" |
||
7463 | ], |
||
7464 | "authors": [ |
||
7465 | { |
||
7466 | "name": "Sebastian Bergmann", |
||
7467 | "email": "[email protected]" |
||
7468 | } |
||
7469 | ], |
||
7470 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
7471 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
7472 | "time": "2015-07-28 20:34:47" |
||
7473 | }, |
||
7474 | { |
||
7475 | "name": "sebastian/version", |
||
7476 | "version": "2.0.0", |
||
7477 | "source": { |
||
7478 | "type": "git", |
||
7479 | "url": "https://github.com/sebastianbergmann/version.git", |
||
7480 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" |
||
7481 | }, |
||
7482 | "dist": { |
||
7483 | "type": "zip", |
||
7484 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
7485 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
7486 | "shasum": "" |
||
7487 | }, |
||
7488 | "require": { |
||
7489 | "php": ">=5.6" |
||
7490 | }, |
||
7491 | "type": "library", |
||
7492 | "extra": { |
||
7493 | "branch-alias": { |
||
7494 | "dev-master": "2.0.x-dev" |
||
7495 | } |
||
7496 | }, |
||
7497 | "autoload": { |
||
7498 | "classmap": [ |
||
7499 | "src/" |
||
7500 | ] |
||
7501 | }, |
||
7502 | "notification-url": "https://packagist.org/downloads/", |
||
7503 | "license": [ |
||
7504 | "BSD-3-Clause" |
||
7505 | ], |
||
7506 | "authors": [ |
||
7507 | { |
||
7508 | "name": "Sebastian Bergmann", |
||
7509 | "email": "[email protected]", |
||
7510 | "role": "lead" |
||
7511 | } |
||
7512 | ], |
||
7513 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
7514 | "homepage": "https://github.com/sebastianbergmann/version", |
||
7515 | "time": "2016-02-04 12:56:52" |
||
7516 | }, |
||
7517 | { |
||
7518 | "name": "symfony/filesystem", |
||
7519 | "version": "v3.1.2", |
||
7520 | "source": { |
||
7521 | "type": "git", |
||
7522 | "url": "https://github.com/symfony/filesystem.git", |
||
7523 | "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890" |
||
7524 | }, |
||
7525 | "dist": { |
||
7526 | "type": "zip", |
||
7527 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/322da5f0910d8aa0b25fa65ffccaba68dbddb890", |
||
7528 | "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890", |
||
7529 | "shasum": "" |
||
7530 | }, |
||
7531 | "require": { |
||
7532 | "php": ">=5.5.9" |
||
7533 | }, |
||
7534 | "type": "library", |
||
7535 | "extra": { |
||
7536 | "branch-alias": { |
||
7537 | "dev-master": "3.1-dev" |
||
7538 | } |
||
7539 | }, |
||
7540 | "autoload": { |
||
7541 | "psr-4": { |
||
7542 | "Symfony\\Component\\Filesystem\\": "" |
||
7543 | }, |
||
7544 | "exclude-from-classmap": [ |
||
7545 | "/Tests/" |
||
7546 | ] |
||
7547 | }, |
||
7548 | "notification-url": "https://packagist.org/downloads/", |
||
7549 | "license": [ |
||
7550 | "MIT" |
||
7551 | ], |
||
7552 | "authors": [ |
||
7553 | { |
||
7554 | "name": "Fabien Potencier", |
||
7555 | "email": "[email protected]" |
||
7556 | }, |
||
7557 | { |
||
7558 | "name": "Symfony Community", |
||
7559 | "homepage": "https://symfony.com/contributors" |
||
7560 | } |
||
7561 | ], |
||
7562 | "description": "Symfony Filesystem Component", |
||
7563 | "homepage": "https://symfony.com", |
||
7564 | "time": "2016-06-29 05:41:56" |
||
7565 | }, |
||
7566 | { |
||
7567 | "name": "symfony/stopwatch", |
||
7568 | "version": "v3.1.2", |
||
7569 | "source": { |
||
7570 | "type": "git", |
||
7571 | "url": "https://github.com/symfony/stopwatch.git", |
||
7572 | "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1" |
||
7573 | }, |
||
7574 | "dist": { |
||
7575 | "type": "zip", |
||
7576 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1", |
||
7577 | "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1", |
||
7578 | "shasum": "" |
||
7579 | }, |
||
7580 | "require": { |
||
7581 | "php": ">=5.5.9" |
||
7582 | }, |
||
7583 | "type": "library", |
||
7584 | "extra": { |
||
7585 | "branch-alias": { |
||
7586 | "dev-master": "3.1-dev" |
||
7587 | } |
||
7588 | }, |
||
7589 | "autoload": { |
||
7590 | "psr-4": { |
||
7591 | "Symfony\\Component\\Stopwatch\\": "" |
||
7592 | }, |
||
7593 | "exclude-from-classmap": [ |
||
7594 | "/Tests/" |
||
7595 | ] |
||
7596 | }, |
||
7597 | "notification-url": "https://packagist.org/downloads/", |
||
7598 | "license": [ |
||
7599 | "MIT" |
||
7600 | ], |
||
7601 | "authors": [ |
||
7602 | { |
||
7603 | "name": "Fabien Potencier", |
||
7604 | "email": "[email protected]" |
||
7605 | }, |
||
7606 | { |
||
7607 | "name": "Symfony Community", |
||
7608 | "homepage": "https://symfony.com/contributors" |
||
7609 | } |
||
7610 | ], |
||
7611 | "description": "Symfony Stopwatch Component", |
||
7612 | "homepage": "https://symfony.com", |
||
7613 | "time": "2016-06-29 05:41:56" |
||
7614 | }, |
||
7615 | { |
||
7616 | "name": "symfony/yaml", |
||
7617 | "version": "v3.1.2", |
||
7618 | "source": { |
||
7619 | "type": "git", |
||
7620 | "url": "https://github.com/symfony/yaml.git", |
||
7621 | "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de" |
||
7622 | }, |
||
7623 | "dist": { |
||
7624 | "type": "zip", |
||
7625 | "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de", |
||
7626 | "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de", |
||
7627 | "shasum": "" |
||
7628 | }, |
||
7629 | "require": { |
||
7630 | "php": ">=5.5.9" |
||
7631 | }, |
||
7632 | "type": "library", |
||
7633 | "extra": { |
||
7634 | "branch-alias": { |
||
7635 | "dev-master": "3.1-dev" |
||
7636 | } |
||
7637 | }, |
||
7638 | "autoload": { |
||
7639 | "psr-4": { |
||
7640 | "Symfony\\Component\\Yaml\\": "" |
||
7641 | }, |
||
7642 | "exclude-from-classmap": [ |
||
7643 | "/Tests/" |
||
7644 | ] |
||
7645 | }, |
||
7646 | "notification-url": "https://packagist.org/downloads/", |
||
7647 | "license": [ |
||
7648 | "MIT" |
||
7649 | ], |
||
7650 | "authors": [ |
||
7651 | { |
||
7652 | "name": "Fabien Potencier", |
||
7653 | "email": "[email protected]" |
||
7654 | }, |
||
7655 | { |
||
7656 | "name": "Symfony Community", |
||
7657 | "homepage": "https://symfony.com/contributors" |
||
7658 | } |
||
7659 | ], |
||
7660 | "description": "Symfony Yaml Component", |
||
7661 | "homepage": "https://symfony.com", |
||
7662 | "time": "2016-06-29 05:41:56" |
||
7663 | }, |
||
7664 | { |
||
7665 | "name": "webmozart/assert", |
||
7666 | "version": "1.0.2", |
||
7667 | "source": { |
||
7668 | "type": "git", |
||
7669 | "url": "https://github.com/webmozart/assert.git", |
||
7670 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" |
||
7671 | }, |
||
7672 | "dist": { |
||
7673 | "type": "zip", |
||
7674 | "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
7675 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
7676 | "shasum": "" |
||
7677 | }, |
||
7678 | "require": { |
||
7679 | "php": ">=5.3.3" |
||
7680 | }, |
||
7681 | "require-dev": { |
||
7682 | "phpunit/phpunit": "^4.6" |
||
7683 | }, |
||
7684 | "type": "library", |
||
7685 | "extra": { |
||
7686 | "branch-alias": { |
||
7687 | "dev-master": "1.0-dev" |
||
7688 | } |
||
7689 | }, |
||
7690 | "autoload": { |
||
7691 | "psr-4": { |
||
7692 | "Webmozart\\Assert\\": "src/" |
||
7693 | } |
||
7694 | }, |
||
7695 | "notification-url": "https://packagist.org/downloads/", |
||
7696 | "license": [ |
||
7697 | "MIT" |
||
7698 | ], |
||
7699 | "authors": [ |
||
7700 | { |
||
7701 | "name": "Bernhard Schussek", |
||
7702 | "email": "[email protected]" |
||
7703 | } |
||
7704 | ], |
||
7705 | "description": "Assertions to validate method input/output with nice error messages.", |
||
7706 | "keywords": [ |
||
7707 | "assert", |
||
7708 | "check", |
||
7709 | "validate" |
||
7710 | ], |
||
7711 | "time": "2015-08-24 13:29:44" |
||
7712 | } |
||
7713 | ], |
||
7714 | "aliases": [], |
||
7715 | "minimum-stability": "stable", |
||
7716 | "stability-flags": { |
||
7717 | "fedeisas/laravel-mail-css-inliner": 20 |
||
7718 | }, |
||
7719 | "prefer-stable": false, |
||
7720 | "prefer-lowest": false, |
||
7721 | "platform": [], |
||
7722 | "platform-dev": [] |
||
7723 | } |
||
7724 |