リビジョン | 171dddc2055026be3b03e2a1145416c263dea6c9 (tree) |
---|---|
日時 | 2020-11-16 18:46:40 |
作者 | Dmitry Dobryshin <dimkainc@mail...> |
コミッター | Dmitry Dobryshin |
Обновлена ссылка на новую версию (1.2.3) расширения html5-qrreader
@@ -25,7 +25,7 @@ | ||
25 | 25 | "yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0", |
26 | 26 | "xj/yii2-qrcode-widget": "^1.1", |
27 | 27 | "kartik-v/yii2-mpdf": "^1.0", |
28 | - "phpoffice/phpexcel": "^1.8" | |
28 | + "phpoffice/phpexcel": "^1.8", | |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | 31 | "yiisoft/yii2-debug": "~2.1.0", |
@@ -4,7 +4,7 @@ | ||
4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | 5 | "This file is @generated automatically" |
6 | 6 | ], |
7 | - "content-hash": "25fbe421c3d762f5868fdbd1d676c1eb", | |
7 | + "content-hash": "7a3e5f23bdeca0295dfda1e7a12459e1", | |
8 | 8 | "packages": [ |
9 | 9 | { |
10 | 10 | "name": "bower-asset/bootstrap", |
@@ -450,6 +450,54 @@ | ||
450 | 450 | "time": "2016-12-12T10:42:18+00:00" |
451 | 451 | }, |
452 | 452 | { |
453 | + "name": "odaialali/yii2-qrcode-reader", | |
454 | + "version": "dev-master", | |
455 | + "source": { | |
456 | + "type": "git", | |
457 | + "url": "https://github.com/odai-alali/yii2-qrcode-reader.git", | |
458 | + "reference": "961000881aad895132f7145f8782c66e24db6b6e" | |
459 | + }, | |
460 | + "dist": { | |
461 | + "type": "zip", | |
462 | + "url": "https://api.github.com/repos/odai-alali/yii2-qrcode-reader/zipball/961000881aad895132f7145f8782c66e24db6b6e", | |
463 | + "reference": "961000881aad895132f7145f8782c66e24db6b6e", | |
464 | + "shasum": "" | |
465 | + }, | |
466 | + "require": { | |
467 | + "yiisoft/yii2": "*" | |
468 | + }, | |
469 | + "default-branch": true, | |
470 | + "type": "yii2-extension", | |
471 | + "autoload": { | |
472 | + "psr-4": { | |
473 | + "odaialali\\qrcodereader\\": "" | |
474 | + } | |
475 | + }, | |
476 | + "notification-url": "https://packagist.org/downloads/", | |
477 | + "license": [ | |
478 | + "MIT" | |
479 | + ], | |
480 | + "authors": [ | |
481 | + { | |
482 | + "name": "Odai Alali", | |
483 | + "email": "odai.alali@gmail.com" | |
484 | + } | |
485 | + ], | |
486 | + "description": "Yii2 widget for reading qr code using laptop or phone camera", | |
487 | + "keywords": [ | |
488 | + "extension", | |
489 | + "javascript", | |
490 | + "qrcode", | |
491 | + "reader", | |
492 | + "yii2" | |
493 | + ], | |
494 | + "support": { | |
495 | + "issues": "https://github.com/odai-alali/yii2-qrcode-reader/issues", | |
496 | + "source": "https://github.com/odai-alali/yii2-qrcode-reader/tree/master" | |
497 | + }, | |
498 | + "time": "2017-05-05T09:17:38+00:00" | |
499 | + }, | |
500 | + { | |
453 | 501 | "name": "paragonie/random_compat", |
454 | 502 | "version": "v9.99.99", |
455 | 503 | "source": { |
@@ -3428,56 +3476,6 @@ | ||
3428 | 3476 | "time": "2019-03-08T08:55:37+00:00" |
3429 | 3477 | }, |
3430 | 3478 | { |
3431 | - "name": "robregonm/yii2-pdf", | |
3432 | - "version": "1.0.3", | |
3433 | - "source": { | |
3434 | - "type": "git", | |
3435 | - "url": "https://github.com/robregonm/yii2-pdf.git", | |
3436 | - "reference": "af535ca93616cdcc396abef453d649ad8f3e1b36" | |
3437 | - }, | |
3438 | - "dist": { | |
3439 | - "type": "zip", | |
3440 | - "url": "https://api.github.com/repos/robregonm/yii2-pdf/zipball/af535ca93616cdcc396abef453d649ad8f3e1b36", | |
3441 | - "reference": "af535ca93616cdcc396abef453d649ad8f3e1b36", | |
3442 | - "shasum": "" | |
3443 | - }, | |
3444 | - "require": { | |
3445 | - "mpdf/mpdf": ">=5.7.0 <7.0.0", | |
3446 | - "php": ">=5.4.0", | |
3447 | - "yiisoft/yii2": "*", | |
3448 | - "yiisoft/yii2-composer": "*" | |
3449 | - }, | |
3450 | - "type": "yii2-extension", | |
3451 | - "autoload": { | |
3452 | - "psr-4": { | |
3453 | - "robregonm\\pdf\\": "" | |
3454 | - } | |
3455 | - }, | |
3456 | - "notification-url": "https://packagist.org/downloads/", | |
3457 | - "license": [ | |
3458 | - "BSD-3-Clause" | |
3459 | - ], | |
3460 | - "authors": [ | |
3461 | - { | |
3462 | - "name": "robregonm", | |
3463 | - "email": "robregonm@gmail.com", | |
3464 | - "homepage": "http://obregon.co", | |
3465 | - "role": "Author" | |
3466 | - } | |
3467 | - ], | |
3468 | - "description": "Yii 2 PDF Response Formatter", | |
3469 | - "keywords": [ | |
3470 | - "documents", | |
3471 | - "formatter", | |
3472 | - "pdf", | |
3473 | - "reports", | |
3474 | - "response", | |
3475 | - "yii", | |
3476 | - "yii2" | |
3477 | - ], | |
3478 | - "time": "2017-11-03T15:33:01+00:00" | |
3479 | - }, | |
3480 | - { | |
3481 | 3479 | "name": "sebastian/code-unit-reverse-lookup", |
3482 | 3480 | "version": "1.0.1", |
3483 | 3481 | "source": { |
@@ -5475,12 +5473,14 @@ | ||
5475 | 5473 | ], |
5476 | 5474 | "aliases": [], |
5477 | 5475 | "minimum-stability": "stable", |
5478 | - "stability-flags": [], | |
5476 | + "stability-flags": { | |
5477 | + "odaialali/yii2-qrcode-reader": 20 | |
5478 | + }, | |
5479 | 5479 | "prefer-stable": false, |
5480 | 5480 | "prefer-lowest": false, |
5481 | 5481 | "platform": { |
5482 | 5482 | "php": ">=5.6.0" |
5483 | 5483 | }, |
5484 | 5484 | "platform-dev": [], |
5485 | - "plugin-api-version": "1.1.0" | |
5485 | + "plugin-api-version": "2.0.0" | |
5486 | 5486 | } |
@@ -1 +1 @@ | ||
1 | -a:57:{s:13:"5fb20e5af3230";a:12:{s:3:"tag";s:13:"5fb20e5af3230";s:3:"url";s:197:"https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=16301284&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504602.951916;s:10:"statusCode";i:200;s:8:"sqlCount";i:41;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2620632;s:14:"processingTime";d:0.09004998207092285;}s:13:"5fb20e5d9b472";a:12:{s:3:"tag";s:13:"5fb20e5d9b472";s:3:"url";s:54:"https://192.168.0.32/invent/index.php?r=items%2Fcreate";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504605.614853;s:10:"statusCode";i:200;s:8:"sqlCount";i:83;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3105216;s:14:"processingTime";d:0.08637285232543945;}s:13:"5fb20ed3bce21";a:12:{s:3:"tag";s:13:"5fb20ed3bce21";s:3:"url";s:54:"https://192.168.0.32/invent/index.php?r=items%2Fcreate";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504723.751905;s:10:"statusCode";i:302;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2034952;s:14:"processingTime";d:0.08301806449890137;}s:13:"5fb20ed3db2ce";a:12:{s:3:"tag";s:13:"5fb20ed3db2ce";s:3:"url";s:60:"https://192.168.0.32/invent/index.php?r=items%2Findex&id=423";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504723.88014;s:10:"statusCode";i:302;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2500704;s:14:"processingTime";d:0.04560589790344238;}s:13:"5fb20ed3ea1bc";a:12:{s:3:"tag";s:13:"5fb20ed3ea1bc";s:3:"url";s:60:"https://192.168.0.32/invent/index.php?r=items%2Findex&page=2";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504723.945449;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2947960;s:14:"processingTime";d:0.059916019439697266;}s:13:"5fb20ee235d8a";a:12:{s:3:"tag";s:13:"5fb20ee235d8a";s:3:"url";s:61:"https://192.168.0.32/invent/index.php?r=items%2Fupdate&id=423";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504738.202468;s:10:"statusCode";i:200;s:8:"sqlCount";i:39;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2876304;s:14:"processingTime";d:0.07666897773742676;}s:13:"5fb20f1f5c15a";a:12:{s:3:"tag";s:13:"5fb20f1f5c15a";s:3:"url";s:61:"https://192.168.0.32/invent/index.php?r=items%2Fupdate&id=423";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504799.356797;s:10:"statusCode";i:302;s:8:"sqlCount";i:11;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1922928;s:14:"processingTime";d:0.07787418365478516;}s:13:"5fb20f1f7cce5";a:12:{s:3:"tag";s:13:"5fb20f1f7cce5";s:3:"url";s:60:"https://192.168.0.32/invent/index.php?r=items%2Findex&id=423";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504799.467534;s:10:"statusCode";i:302;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2500768;s:14:"processingTime";d:0.09139394760131836;}s:13:"5fb20f1f931a7";a:12:{s:3:"tag";s:13:"5fb20f1f931a7";s:3:"url";s:60:"https://192.168.0.32/invent/index.php?r=items%2Findex&page=2";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504799.588294;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2948024;s:14:"processingTime";d:0.06671404838562012;}s:13:"5fb20f8b3c3b5";a:12:{s:3:"tag";s:13:"5fb20f8b3c3b5";s:3:"url";s:61:"https://192.168.0.32/invent/index.php?r=items%2Fupdate&id=423";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504907.227588;s:10:"statusCode";i:200;s:8:"sqlCount";i:39;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2779144;s:14:"processingTime";d:0.0637509822845459;}s:13:"5fb20f8f5b7e9";a:12:{s:3:"tag";s:13:"5fb20f8f5b7e9";s:3:"url";s:60:"https://192.168.0.32/invent/index.php?r=items%2Findex&page=2";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504911.352872;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2948024;s:14:"processingTime";d:0.0773019790649414;}s:13:"5fb20f9429e5b";a:12:{s:3:"tag";s:13:"5fb20f9429e5b";s:3:"url";s:65:"http://192.168.0.32/invent/index.php?r=items%2Fprint&id%5B%5D=423";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605504916.152047;s:10:"statusCode";i:500;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:23911256;s:14:"processingTime";d:0.24928712844848633;}s:13:"5fb21026daa4f";a:12:{s:3:"tag";s:13:"5fb21026daa4f";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605505062.881036;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2302632;s:14:"processingTime";d:0.023294925689697266;}s:13:"5fb2104c82cb7";a:12:{s:3:"tag";s:13:"5fb2104c82cb7";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605505100.516789;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2304368;s:14:"processingTime";d:0.027825117111206055;}s:13:"5fb2107197c60";a:12:{s:3:"tag";s:13:"5fb2107197c60";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605505137.602776;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2304368;s:14:"processingTime";d:0.03340005874633789;}s:13:"5fb21076f0750";a:12:{s:3:"tag";s:13:"5fb21076f0750";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605505142.963388;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2303264;s:14:"processingTime";d:0.030910968780517578;}s:13:"5fb2107ce6974";a:12:{s:3:"tag";s:13:"5fb2107ce6974";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605505148.914573;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2304368;s:14:"processingTime";d:0.03756213188171387;}s:13:"5fb2113e90aa2";a:12:{s:3:"tag";s:13:"5fb2113e90aa2";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605505342.573574;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2304368;s:14:"processingTime";d:0.028419971466064453;}s:13:"5fb2118fee096";a:12:{s:3:"tag";s:13:"5fb2118fee096";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605505423.955652;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2304368;s:14:"processingTime";d:0.027711153030395508;}s:13:"5fb214ee2cd08";a:12:{s:3:"tag";s:13:"5fb214ee2cd08";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506286.165478;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2304368;s:14:"processingTime";d:0.030488967895507812;}s:13:"5fb214f64aeea";a:12:{s:3:"tag";s:13:"5fb214f64aeea";s:3:"url";s:57:"https://192.168.0.32/invent/index.php?r=site%2Freset&id=2";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506294.285967;s:10:"statusCode";i:500;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2342184;s:14:"processingTime";d:0.5223379135131836;}s:13:"5fb2150e4aa6b";a:12:{s:3:"tag";s:13:"5fb2150e4aa6b";s:3:"url";s:57:"https://192.168.0.32/invent/index.php?r=site%2Freset&id=2";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506318.287811;s:10:"statusCode";i:302;s:8:"sqlCount";i:24;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2463672;s:14:"processingTime";d:0.5250589847564697;}s:13:"5fb2150ecf062";a:12:{s:3:"tag";s:13:"5fb2150ecf062";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506318.833203;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2302632;s:14:"processingTime";d:0.023638010025024414;}s:13:"5fb215132e478";a:12:{s:3:"tag";s:13:"5fb215132e478";s:3:"url";s:57:"https://192.168.0.32/invent/index.php?r=site%2Freset&id=2";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506323.167519;s:10:"statusCode";i:302;s:8:"sqlCount";i:24;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2396624;s:14:"processingTime";d:0.5233290195465088;}s:13:"5fb21513b23c4";a:12:{s:3:"tag";s:13:"5fb21513b23c4";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506323.710017;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2302632;s:14:"processingTime";d:0.028232097625732422;}s:13:"5fb2153a21d4b";a:12:{s:3:"tag";s:13:"5fb2153a21d4b";s:3:"url";s:57:"https://192.168.0.32/invent/index.php?r=site%2Freset&id=2";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506362.117085;s:10:"statusCode";i:302;s:8:"sqlCount";i:10;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1905056;s:14:"processingTime";d:0.5376460552215576;}s:13:"5fb2153aafc4c";a:12:{s:3:"tag";s:13:"5fb2153aafc4c";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506362.699145;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2308760;s:14:"processingTime";d:0.029531002044677734;}s:13:"5fb2155eb8e3c";a:12:{s:3:"tag";s:13:"5fb2155eb8e3c";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506398.734532;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2304368;s:14:"processingTime";d:0.034993886947631836;}s:13:"5fb215701afbd";a:12:{s:3:"tag";s:13:"5fb215701afbd";s:3:"url";s:58:"https://192.168.0.32/invent/index.php?r=site%2Fcreateusers";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506416.091839;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2250008;s:14:"processingTime";d:0.02978801727294922;}s:13:"5fb21573b8739";a:12:{s:3:"tag";s:13:"5fb21573b8739";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506419.734065;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2302632;s:14:"processingTime";d:0.030017852783203125;}s:13:"5fb21f6c2f9db";a:12:{s:3:"tag";s:13:"5fb21f6c2f9db";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=site%2Flogout";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508972.179649;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1746296;s:14:"processingTime";d:0.015820980072021484;}s:13:"5fb21f6c331cb";a:12:{s:3:"tag";s:13:"5fb21f6c331cb";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508972.208125;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2339800;s:14:"processingTime";d:0.03821706771850586;}s:13:"5fb21f6ead10f";a:12:{s:3:"tag";s:13:"5fb21f6ead10f";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508974.707674;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1843928;s:14:"processingTime";d:0.003908872604370117;}s:13:"5fb21f725af70";a:12:{s:3:"tag";s:13:"5fb21f725af70";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508978.371192;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1755664;s:14:"processingTime";d:0.4776270389556885;}s:13:"5fb21f72dac2b";a:12:{s:3:"tag";s:13:"5fb21f72dac2b";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508978.881125;s:10:"statusCode";i:200;s:8:"sqlCount";i:27;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2489640;s:14:"processingTime";d:0.04418206214904785;}s:13:"5fb21f743eb42";a:12:{s:3:"tag";s:13:"5fb21f743eb42";s:3:"url";s:61:"https://192.168.0.32/invent/index.php?r=site%2Fchangepassword";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508980.240678;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2240064;s:14:"processingTime";d:0.024274110794067383;}s:13:"5fb21f814649b";a:12:{s:3:"tag";s:13:"5fb21f814649b";s:3:"url";s:61:"https://192.168.0.32/invent/index.php?r=site%2Fchangepassword";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508993.240642;s:10:"statusCode";i:302;s:8:"sqlCount";i:5;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1783872;s:14:"processingTime";d:1.0036330223083496;}s:13:"5fb21f824c2b4";a:12:{s:3:"tag";s:13:"5fb21f824c2b4";s:3:"url";s:61:"https://192.168.0.32/invent/index.php?r=site%2Fchangepassword";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508994.280204;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2246848;s:14:"processingTime";d:0.05824780464172363;}s:13:"5fb21f8735f7c";a:12:{s:3:"tag";s:13:"5fb21f8735f7c";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=site%2Flogout";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508999.199288;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1745096;s:14:"processingTime";d:0.021817922592163086;}s:13:"5fb21f8739ed8";a:12:{s:3:"tag";s:13:"5fb21f8739ed8";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508999.235895;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2339800;s:14:"processingTime";d:0.034776926040649414;}s:13:"5fb21f886332e";a:12:{s:3:"tag";s:13:"5fb21f886332e";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509000.403202;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1843928;s:14:"processingTime";d:0.011929988861083984;}s:13:"5fb21f91af337";a:12:{s:3:"tag";s:13:"5fb21f91af337";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509009.713197;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1755664;s:14:"processingTime";d:0.4737420082092285;}s:13:"5fb21f923e837";a:12:{s:3:"tag";s:13:"5fb21f923e837";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509010.236357;s:10:"statusCode";i:200;s:8:"sqlCount";i:23;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2480512;s:14:"processingTime";d:0.04625105857849121;}s:13:"5fb21f9514ae5";a:12:{s:3:"tag";s:13:"5fb21f9514ae5";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509013.066316;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2302536;s:14:"processingTime";d:0.027025938034057617;}s:13:"5fb21f97e5148";a:12:{s:3:"tag";s:13:"5fb21f97e5148";s:3:"url";s:57:"https://192.168.0.32/invent/index.php?r=site%2Freset&id=2";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509015.917812;s:10:"statusCode";i:302;s:8:"sqlCount";i:10;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1903936;s:14:"processingTime";d:0.49628305435180664;}s:13:"5fb21f987205b";a:12:{s:3:"tag";s:13:"5fb21f987205b";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509016.448813;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2308760;s:14:"processingTime";d:0.027678966522216797;}s:13:"5fb21f9b3953d";a:12:{s:3:"tag";s:13:"5fb21f9b3953d";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=site%2Flogout";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509019.212828;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1745096;s:14:"processingTime";d:0.02193307876586914;}s:13:"5fb21f9b3cb62";a:12:{s:3:"tag";s:13:"5fb21f9b3cb62";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509019.247448;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2339800;s:14:"processingTime";d:0.04647111892700195;}s:13:"5fb21f9c73239";a:12:{s:3:"tag";s:13:"5fb21f9c73239";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509020.468544;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1843928;s:14:"processingTime";d:0.006438016891479492;}s:13:"5fb21f9e3202c";a:12:{s:3:"tag";s:13:"5fb21f9e3202c";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509022.203592;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1755664;s:14:"processingTime";d:0.47127795219421387;}s:13:"5fb21f9eb63cd";a:12:{s:3:"tag";s:13:"5fb21f9eb63cd";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509022.725082;s:10:"statusCode";i:200;s:8:"sqlCount";i:27;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2489640;s:14:"processingTime";d:0.06402897834777832;}s:13:"5fb221e5af558";a:12:{s:3:"tag";s:13:"5fb221e5af558";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=site%2Flogout";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509605.699265;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1746104;s:14:"processingTime";d:0.019234895706176758;}s:13:"5fb221e5b62bf";a:12:{s:3:"tag";s:13:"5fb221e5b62bf";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509605.744159;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2340616;s:14:"processingTime";d:0.06551384925842285;}s:13:"5fb221e8c3ef0";a:12:{s:3:"tag";s:13:"5fb221e8c3ef0";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509608.798826;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1843928;s:14:"processingTime";d:0.006498098373413086;}s:13:"5fb221f0dc4b9";a:12:{s:3:"tag";s:13:"5fb221f0dc4b9";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509616.897903;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1755664;s:14:"processingTime";d:0.4691300392150879;}s:13:"5fb221f16ae08";a:12:{s:3:"tag";s:13:"5fb221f16ae08";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509617.420066;s:10:"statusCode";i:200;s:8:"sqlCount";i:23;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2477352;s:14:"processingTime";d:0.045832157135009766;}s:13:"5fb221f504623";a:12:{s:3:"tag";s:13:"5fb221f504623";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509620.995746;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2298624;s:14:"processingTime";d:0.03207206726074219;}} | |
\ No newline at end of file | ||
1 | +a:53:{s:13:"5fb2150ecf062";a:12:{s:3:"tag";s:13:"5fb2150ecf062";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506318.833203;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2302632;s:14:"processingTime";d:0.023638010025024414;}s:13:"5fb215132e478";a:12:{s:3:"tag";s:13:"5fb215132e478";s:3:"url";s:57:"https://192.168.0.32/invent/index.php?r=site%2Freset&id=2";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506323.167519;s:10:"statusCode";i:302;s:8:"sqlCount";i:24;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2396624;s:14:"processingTime";d:0.5233290195465088;}s:13:"5fb21513b23c4";a:12:{s:3:"tag";s:13:"5fb21513b23c4";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506323.710017;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2302632;s:14:"processingTime";d:0.028232097625732422;}s:13:"5fb2153a21d4b";a:12:{s:3:"tag";s:13:"5fb2153a21d4b";s:3:"url";s:57:"https://192.168.0.32/invent/index.php?r=site%2Freset&id=2";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506362.117085;s:10:"statusCode";i:302;s:8:"sqlCount";i:10;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1905056;s:14:"processingTime";d:0.5376460552215576;}s:13:"5fb2153aafc4c";a:12:{s:3:"tag";s:13:"5fb2153aafc4c";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506362.699145;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2308760;s:14:"processingTime";d:0.029531002044677734;}s:13:"5fb2155eb8e3c";a:12:{s:3:"tag";s:13:"5fb2155eb8e3c";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506398.734532;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2304368;s:14:"processingTime";d:0.034993886947631836;}s:13:"5fb215701afbd";a:12:{s:3:"tag";s:13:"5fb215701afbd";s:3:"url";s:58:"https://192.168.0.32/invent/index.php?r=site%2Fcreateusers";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506416.091839;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2250008;s:14:"processingTime";d:0.02978801727294922;}s:13:"5fb21573b8739";a:12:{s:3:"tag";s:13:"5fb21573b8739";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605506419.734065;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2302632;s:14:"processingTime";d:0.030017852783203125;}s:13:"5fb21f6c2f9db";a:12:{s:3:"tag";s:13:"5fb21f6c2f9db";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=site%2Flogout";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508972.179649;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1746296;s:14:"processingTime";d:0.015820980072021484;}s:13:"5fb21f6c331cb";a:12:{s:3:"tag";s:13:"5fb21f6c331cb";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508972.208125;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2339800;s:14:"processingTime";d:0.03821706771850586;}s:13:"5fb21f6ead10f";a:12:{s:3:"tag";s:13:"5fb21f6ead10f";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508974.707674;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1843928;s:14:"processingTime";d:0.003908872604370117;}s:13:"5fb21f725af70";a:12:{s:3:"tag";s:13:"5fb21f725af70";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508978.371192;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1755664;s:14:"processingTime";d:0.4776270389556885;}s:13:"5fb21f72dac2b";a:12:{s:3:"tag";s:13:"5fb21f72dac2b";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508978.881125;s:10:"statusCode";i:200;s:8:"sqlCount";i:27;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2489640;s:14:"processingTime";d:0.04418206214904785;}s:13:"5fb21f743eb42";a:12:{s:3:"tag";s:13:"5fb21f743eb42";s:3:"url";s:61:"https://192.168.0.32/invent/index.php?r=site%2Fchangepassword";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508980.240678;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2240064;s:14:"processingTime";d:0.024274110794067383;}s:13:"5fb21f814649b";a:12:{s:3:"tag";s:13:"5fb21f814649b";s:3:"url";s:61:"https://192.168.0.32/invent/index.php?r=site%2Fchangepassword";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508993.240642;s:10:"statusCode";i:302;s:8:"sqlCount";i:5;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1783872;s:14:"processingTime";d:1.0036330223083496;}s:13:"5fb21f824c2b4";a:12:{s:3:"tag";s:13:"5fb21f824c2b4";s:3:"url";s:61:"https://192.168.0.32/invent/index.php?r=site%2Fchangepassword";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508994.280204;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2246848;s:14:"processingTime";d:0.05824780464172363;}s:13:"5fb21f8735f7c";a:12:{s:3:"tag";s:13:"5fb21f8735f7c";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=site%2Flogout";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508999.199288;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1745096;s:14:"processingTime";d:0.021817922592163086;}s:13:"5fb21f8739ed8";a:12:{s:3:"tag";s:13:"5fb21f8739ed8";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605508999.235895;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2339800;s:14:"processingTime";d:0.034776926040649414;}s:13:"5fb21f886332e";a:12:{s:3:"tag";s:13:"5fb21f886332e";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509000.403202;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1843928;s:14:"processingTime";d:0.011929988861083984;}s:13:"5fb21f91af337";a:12:{s:3:"tag";s:13:"5fb21f91af337";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509009.713197;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1755664;s:14:"processingTime";d:0.4737420082092285;}s:13:"5fb21f923e837";a:12:{s:3:"tag";s:13:"5fb21f923e837";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509010.236357;s:10:"statusCode";i:200;s:8:"sqlCount";i:23;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2480512;s:14:"processingTime";d:0.04625105857849121;}s:13:"5fb21f9514ae5";a:12:{s:3:"tag";s:13:"5fb21f9514ae5";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509013.066316;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2302536;s:14:"processingTime";d:0.027025938034057617;}s:13:"5fb21f97e5148";a:12:{s:3:"tag";s:13:"5fb21f97e5148";s:3:"url";s:57:"https://192.168.0.32/invent/index.php?r=site%2Freset&id=2";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509015.917812;s:10:"statusCode";i:302;s:8:"sqlCount";i:10;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1903936;s:14:"processingTime";d:0.49628305435180664;}s:13:"5fb21f987205b";a:12:{s:3:"tag";s:13:"5fb21f987205b";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509016.448813;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2308760;s:14:"processingTime";d:0.027678966522216797;}s:13:"5fb21f9b3953d";a:12:{s:3:"tag";s:13:"5fb21f9b3953d";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=site%2Flogout";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509019.212828;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1745096;s:14:"processingTime";d:0.02193307876586914;}s:13:"5fb21f9b3cb62";a:12:{s:3:"tag";s:13:"5fb21f9b3cb62";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509019.247448;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2339800;s:14:"processingTime";d:0.04647111892700195;}s:13:"5fb21f9c73239";a:12:{s:3:"tag";s:13:"5fb21f9c73239";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509020.468544;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1843928;s:14:"processingTime";d:0.006438016891479492;}s:13:"5fb21f9e3202c";a:12:{s:3:"tag";s:13:"5fb21f9e3202c";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509022.203592;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1755664;s:14:"processingTime";d:0.47127795219421387;}s:13:"5fb21f9eb63cd";a:12:{s:3:"tag";s:13:"5fb21f9eb63cd";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509022.725082;s:10:"statusCode";i:200;s:8:"sqlCount";i:27;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2489640;s:14:"processingTime";d:0.06402897834777832;}s:13:"5fb221e5af558";a:12:{s:3:"tag";s:13:"5fb221e5af558";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=site%2Flogout";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509605.699265;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1746104;s:14:"processingTime";d:0.019234895706176758;}s:13:"5fb221e5b62bf";a:12:{s:3:"tag";s:13:"5fb221e5b62bf";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509605.744159;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2340616;s:14:"processingTime";d:0.06551384925842285;}s:13:"5fb221e8c3ef0";a:12:{s:3:"tag";s:13:"5fb221e8c3ef0";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509608.798826;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1843928;s:14:"processingTime";d:0.006498098373413086;}s:13:"5fb221f0dc4b9";a:12:{s:3:"tag";s:13:"5fb221f0dc4b9";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509616.897903;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1755664;s:14:"processingTime";d:0.4691300392150879;}s:13:"5fb221f16ae08";a:12:{s:3:"tag";s:13:"5fb221f16ae08";s:3:"url";s:37:"https://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509617.420066;s:10:"statusCode";i:200;s:8:"sqlCount";i:23;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2477352;s:14:"processingTime";d:0.045832157135009766;}s:13:"5fb221f504623";a:12:{s:3:"tag";s:13:"5fb221f504623";s:3:"url";s:56:"https://192.168.0.32/invent/index.php?r=site%2Fresetuser";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605509620.995746;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2298624;s:14:"processingTime";d:0.03207206726074219;}s:13:"5fb22e30ea565";a:12:{s:3:"tag";s:13:"5fb22e30ea565";s:3:"url";s:52:"https://192.168.0.32/invent/index.php?r=site%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605512752.937021;s:10:"statusCode";i:200;s:8:"sqlCount";i:23;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2483664;s:14:"processingTime";d:0.05317401885986328;}s:13:"5fb22e32c84f7";a:12:{s:3:"tag";s:13:"5fb22e32c84f7";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605512754.800117;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2614392;s:14:"processingTime";d:0.0405278205871582;}s:13:"5fb22ee154b67";a:12:{s:3:"tag";s:13:"5fb22ee154b67";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605512929.324965;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2614048;s:14:"processingTime";d:0.0397801399230957;}s:13:"5fb22f28c0505";a:12:{s:3:"tag";s:13:"5fb22f28c0505";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605513000.767819;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2613272;s:14:"processingTime";d:0.04029703140258789;}s:13:"5fb23194123b0";a:12:{s:3:"tag";s:13:"5fb23194123b0";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605513620.056097;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2604320;s:14:"processingTime";d:0.04178214073181152;}s:13:"5fb2323445b02";a:12:{s:3:"tag";s:13:"5fb2323445b02";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605513780.269097;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2614048;s:14:"processingTime";d:0.03492403030395508;}s:13:"5fb2323d54991";a:12:{s:3:"tag";s:13:"5fb2323d54991";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605513789.327776;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2613264;s:14:"processingTime";d:0.041532039642333984;}s:13:"5fb23245a9979";a:12:{s:3:"tag";s:13:"5fb23245a9979";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605513797.672693;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2613264;s:14:"processingTime";d:0.04151296615600586;}s:13:"5fb23290e2259";a:12:{s:3:"tag";s:13:"5fb23290e2259";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605513872.906873;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2604328;s:14:"processingTime";d:0.041326045989990234;}s:13:"5fb233c18bc4e";a:12:{s:3:"tag";s:13:"5fb233c18bc4e";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605514177.542242;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2604320;s:14:"processingTime";d:0.046495914459228516;}s:13:"5fb233ce822aa";a:12:{s:3:"tag";s:13:"5fb233ce822aa";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605514190.515095;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2398960;s:14:"processingTime";d:0.09624290466308594;}s:13:"5fb234332c85b";a:12:{s:3:"tag";s:13:"5fb234332c85b";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.15";s:4:"time";d:1605514291.163899;s:10:"statusCode";i:200;s:8:"sqlCount";i:24;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2508648;s:14:"processingTime";d:0.037750959396362305;}s:13:"5fb2345ba0efb";a:12:{s:3:"tag";s:13:"5fb2345ba0efb";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.15";s:4:"time";d:1605514331.631976;s:10:"statusCode";i:200;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2400496;s:14:"processingTime";d:0.05919003486633301;}s:13:"5fb237b587c0c";a:12:{s:3:"tag";s:13:"5fb237b587c0c";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605515189.533076;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2597088;s:14:"processingTime";d:0.043395042419433594;}s:13:"5fb237cd4408f";a:12:{s:3:"tag";s:13:"5fb237cd4408f";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605515213.260619;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2603672;s:14:"processingTime";d:0.041018009185791016;}s:13:"5fb237e9e4ce8";a:12:{s:3:"tag";s:13:"5fb237e9e4ce8";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605515241.916858;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2603672;s:14:"processingTime";d:0.04715609550476074;}s:13:"5fb247ac49142";a:12:{s:3:"tag";s:13:"5fb247ac49142";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605519276.279485;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2600648;s:14:"processingTime";d:0.03832888603210449;}s:13:"5fb247c623902";a:12:{s:3:"tag";s:13:"5fb247c623902";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1605519302.126625;s:10:"statusCode";i:200;s:8:"sqlCount";i:20;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2603672;s:14:"processingTime";d:0.04424285888671875;}} | |
\ No newline at end of file |
@@ -118867,3 +118867,208 @@ $_SERVER = [ | ||
118867 | 118867 | 'REQUEST_TIME_FLOAT' => 1605506294.286 |
118868 | 118868 | 'REQUEST_TIME' => 1605506294 |
118869 | 118869 | ] |
118870 | +2020-11-16 11:11:31 [192.168.0.15][2][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.15 | |
118871 | + in /var/www/invent/basic/views/layouts/main.php:101 | |
118872 | + in /var/www/invent/basic/controllers/ItemsController.php:234 | |
118873 | +2020-11-16 11:11:31 [192.168.0.15][2][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.15 | |
118874 | +2020-11-16 11:11:31 [192.168.0.15][2][-][info][application] $_GET = [ | |
118875 | + 'r' => 'items/check' | |
118876 | +] | |
118877 | + | |
118878 | +$_POST = [] | |
118879 | + | |
118880 | +$_FILES = [] | |
118881 | + | |
118882 | +$_COOKIE = [ | |
118883 | + '_identity' => '0424a460104d24d440c97883d4a4b8af1b2fec1e80a4baf6c66247cbc223f9f7a:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[2,null,2592000]\";}' | |
118884 | +] | |
118885 | + | |
118886 | +$_SESSION = [ | |
118887 | + '__flash' => [] | |
118888 | + '__id' => 2 | |
118889 | +] | |
118890 | + | |
118891 | +$_SERVER = [ | |
118892 | + 'HTTPS' => 'on' | |
118893 | + 'SSL_SERVER_S_DN_C' => 'RU' | |
118894 | + 'SSL_SERVER_S_DN_ST' => 'MSK' | |
118895 | + 'SSL_SERVER_S_DN_L' => 'Moscow' | |
118896 | + 'SSL_SERVER_S_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' | |
118897 | + 'SSL_SERVER_S_DN_OU' => 'IT' | |
118898 | + 'SSL_SERVER_S_DN_CN' => '192.168.0.32' | |
118899 | + 'SSL_SERVER_S_DN_Email' => 'tervet1@inbox.ru' | |
118900 | + 'SSL_SERVER_I_DN_C' => 'RU' | |
118901 | + 'SSL_SERVER_I_DN_ST' => 'MSK' | |
118902 | + 'SSL_SERVER_I_DN_L' => 'Moscow' | |
118903 | + 'SSL_SERVER_I_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' | |
118904 | + 'SSL_SERVER_I_DN_OU' => 'IT' | |
118905 | + 'SSL_SERVER_I_DN_CN' => '192.168.0.32' | |
118906 | + 'SSL_SERVER_I_DN_Email' => 'tervet1@inbox.ru' | |
118907 | + 'SSL_VERSION_INTERFACE' => 'mod_ssl/2.4.25' | |
118908 | + 'SSL_VERSION_LIBRARY' => 'OpenSSL/1.0.2u' | |
118909 | + 'SSL_PROTOCOL' => 'TLSv1.2' | |
118910 | + 'SSL_SECURE_RENEG' => 'true' | |
118911 | + 'SSL_COMPRESS_METHOD' => 'NULL' | |
118912 | + 'SSL_CIPHER' => 'ECDHE-RSA-AES128-GCM-SHA256' | |
118913 | + 'SSL_CIPHER_EXPORT' => 'false' | |
118914 | + 'SSL_CIPHER_USEKEYSIZE' => '128' | |
118915 | + 'SSL_CIPHER_ALGKEYSIZE' => '128' | |
118916 | + 'SSL_CLIENT_VERIFY' => 'NONE' | |
118917 | + 'SSL_SERVER_M_VERSION' => '1' | |
118918 | + 'SSL_SERVER_M_SERIAL' => 'A339F5E73AD6C129' | |
118919 | + 'SSL_SERVER_V_START' => 'Sep 19 06:04:13 2020 GMT' | |
118920 | + 'SSL_SERVER_V_END' => 'May 29 06:04:13 2034 GMT' | |
118921 | + 'SSL_SERVER_S_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' | |
118922 | + 'SSL_SERVER_I_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' | |
118923 | + 'SSL_SERVER_A_KEY' => 'rsaEncryption' | |
118924 | + 'SSL_SERVER_A_SIG' => 'sha256WithRSAEncryption' | |
118925 | + 'SSL_SESSION_RESUMED' => 'Initial' | |
118926 | + 'HTTP_HOST' => '192.168.0.32' | |
118927 | + 'HTTP_CONNECTION' => 'keep-alive' | |
118928 | + 'HTTP_CACHE_CONTROL' => 'max-age=0' | |
118929 | + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' | |
118930 | + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Le X527) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.101 Mobile Safari/537.36' | |
118931 | + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' | |
118932 | + 'HTTP_SEC_FETCH_SITE' => 'none' | |
118933 | + 'HTTP_SEC_FETCH_MODE' => 'navigate' | |
118934 | + 'HTTP_SEC_FETCH_USER' => '?1' | |
118935 | + 'HTTP_SEC_FETCH_DEST' => 'document' | |
118936 | + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' | |
118937 | + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' | |
118938 | + 'HTTP_COOKIE' => '_identity=0424a460104d24d440c97883d4a4b8af1b2fec1e80a4baf6c66247cbc223f9f7a%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B2%2Cnull%2C2592000%5D%22%3B%7D' | |
118939 | + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' | |
118940 | + 'SERVER_SIGNATURE' => '<address>Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 443</address> | |
118941 | +' | |
118942 | + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' | |
118943 | + 'SERVER_NAME' => '192.168.0.32' | |
118944 | + 'SERVER_ADDR' => '192.168.0.32' | |
118945 | + 'SERVER_PORT' => '443' | |
118946 | + 'REMOTE_ADDR' => '192.168.0.15' | |
118947 | + 'DOCUMENT_ROOT' => '/var/www/html' | |
118948 | + 'REQUEST_SCHEME' => 'https' | |
118949 | + 'CONTEXT_PREFIX' => '/invent' | |
118950 | + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' | |
118951 | + 'SERVER_ADMIN' => 'webmaster@localhost' | |
118952 | + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' | |
118953 | + 'REMOTE_PORT' => '34779' | |
118954 | + 'GATEWAY_INTERFACE' => 'CGI/1.1' | |
118955 | + 'SERVER_PROTOCOL' => 'HTTP/1.1' | |
118956 | + 'REQUEST_METHOD' => 'GET' | |
118957 | + 'QUERY_STRING' => 'r=items%2Fcheck' | |
118958 | + 'REQUEST_URI' => '/invent/index.php?r=items%2Fcheck' | |
118959 | + 'SCRIPT_NAME' => '/invent/index.php' | |
118960 | + 'PHP_SELF' => '/invent/index.php' | |
118961 | + 'REQUEST_TIME_FLOAT' => 1605514291.1639 | |
118962 | + 'REQUEST_TIME' => 1605514291 | |
118963 | +] | |
118964 | +2020-11-16 11:12:11 [192.168.0.15][2][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.15 | |
118965 | + in /var/www/invent/basic/views/items/check.php:195 | |
118966 | + in /var/www/invent/basic/controllers/ItemsController.php:234 | |
118967 | +2020-11-16 11:12:11 [192.168.0.15][2][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.15 | |
118968 | + in /var/www/invent/basic/views/items/check.php:195 | |
118969 | + in /var/www/invent/basic/controllers/ItemsController.php:234 | |
118970 | +2020-11-16 11:12:11 [192.168.0.15][2][-][info][application] $_GET = [ | |
118971 | + 'r' => 'items/check' | |
118972 | +] | |
118973 | + | |
118974 | +$_POST = [ | |
118975 | + '_csrf' => '7I6vmkbDnpG_CRcZXuWScxDdhSe3X2coN8sxTX3MMPfZ_9WqF66n09lRZk46tcgFX6_cduc6Dh0DhmY8HJx0hw==' | |
118976 | + 'Check' => [ | |
118977 | + 'qrcheck' => 'Код 6740, 1QB7N3004969' | |
118978 | + 'region' => '' | |
118979 | + 'location' => '' | |
118980 | + ] | |
118981 | +] | |
118982 | + | |
118983 | +$_FILES = [] | |
118984 | + | |
118985 | +$_COOKIE = [ | |
118986 | + '_identity' => '0424a460104d24d440c97883d4a4b8af1b2fec1e80a4baf6c66247cbc223f9f7a:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[2,null,2592000]\";}' | |
118987 | + 'PHPSESSID' => 'ug7lb90rr5gjqdupu7g5fg56tq' | |
118988 | + '_csrf' => '1cfcbabc5d8a33379f1c02548e28823c8251b9ed59cb0df5f6b7f3ccb48c0719a:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"5qz0Qm9BfXqWdPZvOrYQPei54MWqaPDp\";}' | |
118989 | +] | |
118990 | + | |
118991 | +$_SESSION = [ | |
118992 | + '__flash' => [] | |
118993 | + '__id' => 2 | |
118994 | +] | |
118995 | + | |
118996 | +$_SERVER = [ | |
118997 | + 'HTTPS' => 'on' | |
118998 | + 'SSL_SERVER_S_DN_C' => 'RU' | |
118999 | + 'SSL_SERVER_S_DN_ST' => 'MSK' | |
119000 | + 'SSL_SERVER_S_DN_L' => 'Moscow' | |
119001 | + 'SSL_SERVER_S_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' | |
119002 | + 'SSL_SERVER_S_DN_OU' => 'IT' | |
119003 | + 'SSL_SERVER_S_DN_CN' => '192.168.0.32' | |
119004 | + 'SSL_SERVER_S_DN_Email' => 'tervet1@inbox.ru' | |
119005 | + 'SSL_SERVER_I_DN_C' => 'RU' | |
119006 | + 'SSL_SERVER_I_DN_ST' => 'MSK' | |
119007 | + 'SSL_SERVER_I_DN_L' => 'Moscow' | |
119008 | + 'SSL_SERVER_I_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' | |
119009 | + 'SSL_SERVER_I_DN_OU' => 'IT' | |
119010 | + 'SSL_SERVER_I_DN_CN' => '192.168.0.32' | |
119011 | + 'SSL_SERVER_I_DN_Email' => 'tervet1@inbox.ru' | |
119012 | + 'SSL_VERSION_INTERFACE' => 'mod_ssl/2.4.25' | |
119013 | + 'SSL_VERSION_LIBRARY' => 'OpenSSL/1.0.2u' | |
119014 | + 'SSL_PROTOCOL' => 'TLSv1.2' | |
119015 | + 'SSL_SECURE_RENEG' => 'true' | |
119016 | + 'SSL_COMPRESS_METHOD' => 'NULL' | |
119017 | + 'SSL_CIPHER' => 'ECDHE-RSA-AES128-GCM-SHA256' | |
119018 | + 'SSL_CIPHER_EXPORT' => 'false' | |
119019 | + 'SSL_CIPHER_USEKEYSIZE' => '128' | |
119020 | + 'SSL_CIPHER_ALGKEYSIZE' => '128' | |
119021 | + 'SSL_CLIENT_VERIFY' => 'NONE' | |
119022 | + 'SSL_SERVER_M_VERSION' => '1' | |
119023 | + 'SSL_SERVER_M_SERIAL' => 'A339F5E73AD6C129' | |
119024 | + 'SSL_SERVER_V_START' => 'Sep 19 06:04:13 2020 GMT' | |
119025 | + 'SSL_SERVER_V_END' => 'May 29 06:04:13 2034 GMT' | |
119026 | + 'SSL_SERVER_S_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' | |
119027 | + 'SSL_SERVER_I_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' | |
119028 | + 'SSL_SERVER_A_KEY' => 'rsaEncryption' | |
119029 | + 'SSL_SERVER_A_SIG' => 'sha256WithRSAEncryption' | |
119030 | + 'SSL_SESSION_ID' => 'fd149cc9f6deec377ef0c302c5e9412d7c7698f111f707569c44b7c5e2cb5115' | |
119031 | + 'SSL_SESSION_RESUMED' => 'Resumed' | |
119032 | + 'HTTP_HOST' => '192.168.0.32' | |
119033 | + 'HTTP_CONNECTION' => 'keep-alive' | |
119034 | + 'CONTENT_LENGTH' => '552' | |
119035 | + 'HTTP_ACCEPT' => 'text/html, */*; q=0.01' | |
119036 | + 'HTTP_X_CSRF_TOKEN' => '7I6vmkbDnpG_CRcZXuWScxDdhSe3X2coN8sxTX3MMPfZ_9WqF66n09lRZk46tcgFX6_cduc6Dh0DhmY8HJx0hw==' | |
119037 | + 'HTTP_X_REQUESTED_WITH' => 'XMLHttpRequest' | |
119038 | + 'HTTP_X_PJAX' => 'true' | |
119039 | + 'HTTP_X_PJAX_CONTAINER' => '#p0' | |
119040 | + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Le X527) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.101 Mobile Safari/537.36' | |
119041 | + 'CONTENT_TYPE' => 'multipart/form-data; boundary=----WebKitFormBoundary4x1KTIKq13rdbj9h' | |
119042 | + 'HTTP_ORIGIN' => 'https://192.168.0.32' | |
119043 | + 'HTTP_SEC_FETCH_SITE' => 'same-origin' | |
119044 | + 'HTTP_SEC_FETCH_MODE' => 'cors' | |
119045 | + 'HTTP_SEC_FETCH_DEST' => 'empty' | |
119046 | + 'HTTP_REFERER' => 'https://192.168.0.32/invent/index.php?r=items%2Fcheck' | |
119047 | + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' | |
119048 | + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' | |
119049 | + 'HTTP_COOKIE' => '_identity=0424a460104d24d440c97883d4a4b8af1b2fec1e80a4baf6c66247cbc223f9f7a%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B2%2Cnull%2C2592000%5D%22%3B%7D; PHPSESSID=ug7lb90rr5gjqdupu7g5fg56tq; _csrf=1cfcbabc5d8a33379f1c02548e28823c8251b9ed59cb0df5f6b7f3ccb48c0719a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%225qz0Qm9BfXqWdPZvOrYQPei54MWqaPDp%22%3B%7D' | |
119050 | + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' | |
119051 | + 'SERVER_SIGNATURE' => '<address>Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 443</address> | |
119052 | +' | |
119053 | + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' | |
119054 | + 'SERVER_NAME' => '192.168.0.32' | |
119055 | + 'SERVER_ADDR' => '192.168.0.32' | |
119056 | + 'SERVER_PORT' => '443' | |
119057 | + 'REMOTE_ADDR' => '192.168.0.15' | |
119058 | + 'DOCUMENT_ROOT' => '/var/www/html' | |
119059 | + 'REQUEST_SCHEME' => 'https' | |
119060 | + 'CONTEXT_PREFIX' => '/invent' | |
119061 | + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' | |
119062 | + 'SERVER_ADMIN' => 'webmaster@localhost' | |
119063 | + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' | |
119064 | + 'REMOTE_PORT' => '34797' | |
119065 | + 'GATEWAY_INTERFACE' => 'CGI/1.1' | |
119066 | + 'SERVER_PROTOCOL' => 'HTTP/1.1' | |
119067 | + 'REQUEST_METHOD' => 'POST' | |
119068 | + 'QUERY_STRING' => 'r=items%2Fcheck' | |
119069 | + 'REQUEST_URI' => '/invent/index.php?r=items%2Fcheck' | |
119070 | + 'SCRIPT_NAME' => '/invent/index.php' | |
119071 | + 'PHP_SELF' => '/invent/index.php' | |
119072 | + 'REQUEST_TIME_FLOAT' => 1605514331.632 | |
119073 | + 'REQUEST_TIME' => 1605514331 | |
119074 | +] |
@@ -37,8 +37,8 @@ namespace Composer\Autoload; | ||
37 | 37 | * |
38 | 38 | * @author Fabien Potencier <fabien@symfony.com> |
39 | 39 | * @author Jordi Boggiano <j.boggiano@seld.be> |
40 | - * @see http://www.php-fig.org/psr/psr-0/ | |
41 | - * @see http://www.php-fig.org/psr/psr-4/ | |
40 | + * @see https://www.php-fig.org/psr/psr-0/ | |
41 | + * @see https://www.php-fig.org/psr/psr-4/ | |
42 | 42 | */ |
43 | 43 | class ClassLoader |
44 | 44 | { |
@@ -60,7 +60,7 @@ class ClassLoader | ||
60 | 60 | public function getPrefixes() |
61 | 61 | { |
62 | 62 | if (!empty($this->prefixesPsr0)) { |
63 | - return call_user_func_array('array_merge', $this->prefixesPsr0); | |
63 | + return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); | |
64 | 64 | } |
65 | 65 | |
66 | 66 | return array(); |
@@ -40,6 +40,7 @@ return array( | ||
40 | 40 | 'Codeception\\Util\\JsonArray' => $vendorDir . '/codeception/module-rest/src/Codeception/Util/JsonArray.php', |
41 | 41 | 'Codeception\\Util\\JsonType' => $vendorDir . '/codeception/module-rest/src/Codeception/Util/JsonType.php', |
42 | 42 | 'Codeception\\Util\\Shared\\Asserts' => $vendorDir . '/codeception/lib-asserts/src/Codeception/Util/Shared/Asserts.php', |
43 | + 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', | |
43 | 44 | 'DivisionByZeroError' => $vendorDir . '/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', |
44 | 45 | 'Error' => $vendorDir . '/symfony/polyfill-php70/Resources/stubs/Error.php', |
45 | 46 | 'FPDF_TPL' => $vendorDir . '/setasign/fpdi/fpdf_tpl.php', |
@@ -14,8 +14,8 @@ return array( | ||
14 | 14 | 'yii\\bootstrap\\' => array($vendorDir . '/yiisoft/yii2-bootstrap/src'), |
15 | 15 | 'yii\\' => array($vendorDir . '/yiisoft/yii2'), |
16 | 16 | 'xj\\qrcode\\' => array($vendorDir . '/xj/yii2-qrcode-widget'), |
17 | - 'robregonm\\pdf\\' => array($vendorDir . '/robregonm/yii2-pdf'), | |
18 | 17 | 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'), |
18 | + 'odaialali\\qrcodereader\\' => array($vendorDir . '/odaialali/yii2-qrcode-reader'), | |
19 | 19 | 'kartik\\mpdf\\' => array($vendorDir . '/kartik-v/yii2-mpdf'), |
20 | 20 | 'cebe\\markdown\\' => array($vendorDir . '/cebe/markdown'), |
21 | 21 | 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'), |
@@ -22,13 +22,15 @@ class ComposerAutoloaderInitc8466a27437ca0f14a70d28e6f150d4c | ||
22 | 22 | return self::$loader; |
23 | 23 | } |
24 | 24 | |
25 | + require __DIR__ . '/platform_check.php'; | |
26 | + | |
25 | 27 | spl_autoload_register(array('ComposerAutoloaderInitc8466a27437ca0f14a70d28e6f150d4c', 'loadClassLoader'), true, true); |
26 | 28 | self::$loader = $loader = new \Composer\Autoload\ClassLoader(); |
27 | 29 | spl_autoload_unregister(array('ComposerAutoloaderInitc8466a27437ca0f14a70d28e6f150d4c', 'loadClassLoader')); |
28 | 30 | |
29 | 31 | $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); |
30 | 32 | if ($useStaticLoader) { |
31 | - require_once __DIR__ . '/autoload_static.php'; | |
33 | + require __DIR__ . '/autoload_static.php'; | |
32 | 34 | |
33 | 35 | call_user_func(\Composer\Autoload\ComposerStaticInitc8466a27437ca0f14a70d28e6f150d4c::getInitializer($loader)); |
34 | 36 | } else { |
@@ -43,14 +43,14 @@ class ComposerStaticInitc8466a27437ca0f14a70d28e6f150d4c | ||
43 | 43 | array ( |
44 | 44 | 'xj\\qrcode\\' => 10, |
45 | 45 | ), |
46 | - 'r' => | |
47 | - array ( | |
48 | - 'robregonm\\pdf\\' => 14, | |
49 | - ), | |
50 | 46 | 'p' => |
51 | 47 | array ( |
52 | 48 | 'phpDocumentor\\Reflection\\' => 25, |
53 | 49 | ), |
50 | + 'o' => | |
51 | + array ( | |
52 | + 'odaialali\\qrcodereader\\' => 23, | |
53 | + ), | |
54 | 54 | 'k' => |
55 | 55 | array ( |
56 | 56 | 'kartik\\mpdf\\' => 12, |
@@ -160,16 +160,16 @@ class ComposerStaticInitc8466a27437ca0f14a70d28e6f150d4c | ||
160 | 160 | array ( |
161 | 161 | 0 => __DIR__ . '/..' . '/xj/yii2-qrcode-widget', |
162 | 162 | ), |
163 | - 'robregonm\\pdf\\' => | |
164 | - array ( | |
165 | - 0 => __DIR__ . '/..' . '/robregonm/yii2-pdf', | |
166 | - ), | |
167 | 163 | 'phpDocumentor\\Reflection\\' => |
168 | 164 | array ( |
169 | 165 | 0 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src', |
170 | 166 | 1 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src', |
171 | 167 | 2 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src', |
172 | 168 | ), |
169 | + 'odaialali\\qrcodereader\\' => | |
170 | + array ( | |
171 | + 0 => __DIR__ . '/..' . '/odaialali/yii2-qrcode-reader', | |
172 | + ), | |
173 | 173 | 'kartik\\mpdf\\' => |
174 | 174 | array ( |
175 | 175 | 0 => __DIR__ . '/..' . '/kartik-v/yii2-mpdf', |
@@ -410,6 +410,7 @@ class ComposerStaticInitc8466a27437ca0f14a70d28e6f150d4c | ||
410 | 410 | 'Codeception\\Util\\JsonArray' => __DIR__ . '/..' . '/codeception/module-rest/src/Codeception/Util/JsonArray.php', |
411 | 411 | 'Codeception\\Util\\JsonType' => __DIR__ . '/..' . '/codeception/module-rest/src/Codeception/Util/JsonType.php', |
412 | 412 | 'Codeception\\Util\\Shared\\Asserts' => __DIR__ . '/..' . '/codeception/lib-asserts/src/Codeception/Util/Shared/Asserts.php', |
413 | + 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', | |
413 | 414 | 'DivisionByZeroError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', |
414 | 415 | 'Error' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/Error.php', |
415 | 416 | 'FPDF_TPL' => __DIR__ . '/..' . '/setasign/fpdi/fpdf_tpl.php', |
@@ -1,5658 +1,5755 @@ | ||
1 | -[ | |
2 | - { | |
3 | - "name": "behat/gherkin", | |
4 | - "version": "v4.6.2", | |
5 | - "version_normalized": "4.6.2.0", | |
6 | - "source": { | |
7 | - "type": "git", | |
8 | - "url": "https://github.com/Behat/Gherkin.git", | |
9 | - "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31" | |
10 | - }, | |
11 | - "dist": { | |
12 | - "type": "zip", | |
13 | - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31", | |
14 | - "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31", | |
15 | - "shasum": "" | |
16 | - }, | |
17 | - "require": { | |
18 | - "php": ">=5.3.1" | |
19 | - }, | |
20 | - "require-dev": { | |
21 | - "phpunit/phpunit": "~4.5|~5", | |
22 | - "symfony/phpunit-bridge": "~2.7|~3|~4", | |
23 | - "symfony/yaml": "~2.3|~3|~4" | |
24 | - }, | |
25 | - "suggest": { | |
26 | - "symfony/yaml": "If you want to parse features, represented in YAML files" | |
27 | - }, | |
28 | - "time": "2020-03-17T14:03:26+00:00", | |
29 | - "type": "library", | |
30 | - "extra": { | |
31 | - "branch-alias": { | |
32 | - "dev-master": "4.4-dev" | |
33 | - } | |
34 | - }, | |
35 | - "installation-source": "dist", | |
36 | - "autoload": { | |
37 | - "psr-0": { | |
38 | - "Behat\\Gherkin": "src/" | |
39 | - } | |
40 | - }, | |
41 | - "notification-url": "https://packagist.org/downloads/", | |
42 | - "license": [ | |
43 | - "MIT" | |
44 | - ], | |
45 | - "authors": [ | |
46 | - { | |
47 | - "name": "Konstantin Kudryashov", | |
48 | - "email": "ever.zet@gmail.com", | |
49 | - "homepage": "http://everzet.com" | |
50 | - } | |
51 | - ], | |
52 | - "description": "Gherkin DSL parser for PHP 5.3", | |
53 | - "homepage": "http://behat.org/", | |
54 | - "keywords": [ | |
55 | - "BDD", | |
56 | - "Behat", | |
57 | - "Cucumber", | |
58 | - "DSL", | |
59 | - "gherkin", | |
60 | - "parser" | |
61 | - ] | |
62 | - }, | |
63 | - { | |
64 | - "name": "bower-asset/bootstrap", | |
65 | - "version": "v3.4.1", | |
66 | - "version_normalized": "3.4.1.0", | |
67 | - "source": { | |
68 | - "type": "git", | |
69 | - "url": "git@github.com:twbs/bootstrap.git", | |
70 | - "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" | |
71 | - }, | |
72 | - "dist": { | |
73 | - "type": "zip", | |
74 | - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/68b0d231a13201eb14acd3dc84e51543d16e5f7e", | |
75 | - "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" | |
76 | - }, | |
77 | - "require": { | |
78 | - "bower-asset/jquery": ">=1.9.1,<4.0" | |
79 | - }, | |
80 | - "type": "bower-asset", | |
81 | - "installation-source": "dist", | |
82 | - "license": [ | |
83 | - "MIT" | |
84 | - ] | |
85 | - }, | |
86 | - { | |
87 | - "name": "bower-asset/inputmask", | |
88 | - "version": "3.3.11", | |
89 | - "version_normalized": "3.3.11.0", | |
90 | - "source": { | |
91 | - "type": "git", | |
92 | - "url": "https://github.com/RobinHerbots/Inputmask.git", | |
93 | - "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" | |
94 | - }, | |
95 | - "dist": { | |
96 | - "type": "zip", | |
97 | - "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5e670ad62f50c738388d4dcec78d2888505ad77b", | |
98 | - "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" | |
99 | - }, | |
100 | - "require": { | |
101 | - "bower-asset/jquery": ">=1.7" | |
102 | - }, | |
103 | - "type": "bower-asset", | |
104 | - "installation-source": "dist", | |
105 | - "license": [ | |
106 | - "http://opensource.org/licenses/mit-license.php" | |
107 | - ] | |
108 | - }, | |
109 | - { | |
110 | - "name": "bower-asset/jquery", | |
111 | - "version": "3.5.1", | |
112 | - "version_normalized": "3.5.1.0", | |
113 | - "source": { | |
114 | - "type": "git", | |
115 | - "url": "git@github.com:jquery/jquery-dist.git", | |
116 | - "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" | |
117 | - }, | |
118 | - "dist": { | |
119 | - "type": "zip", | |
120 | - "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/4c0e4becb8263bb5b3e6dadc448d8e7305ef8215", | |
121 | - "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" | |
122 | - }, | |
123 | - "type": "bower-asset", | |
124 | - "installation-source": "dist", | |
125 | - "license": [ | |
126 | - "MIT" | |
127 | - ] | |
128 | - }, | |
129 | - { | |
130 | - "name": "bower-asset/punycode", | |
131 | - "version": "v1.3.2", | |
132 | - "version_normalized": "1.3.2.0", | |
133 | - "source": { | |
134 | - "type": "git", | |
135 | - "url": "git@github.com:bestiejs/punycode.js.git", | |
136 | - "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" | |
137 | - }, | |
138 | - "dist": { | |
139 | - "type": "zip", | |
140 | - "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", | |
141 | - "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" | |
142 | - }, | |
143 | - "type": "bower-asset", | |
144 | - "installation-source": "dist" | |
145 | - }, | |
146 | - { | |
147 | - "name": "bower-asset/yii2-pjax", | |
148 | - "version": "2.0.7.1", | |
149 | - "version_normalized": "2.0.7.1", | |
150 | - "source": { | |
151 | - "type": "git", | |
152 | - "url": "https://github.com/yiisoft/jquery-pjax.git", | |
153 | - "reference": "aef7b953107264f00234902a3880eb50dafc48be" | |
154 | - }, | |
155 | - "dist": { | |
156 | - "type": "zip", | |
157 | - "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/aef7b953107264f00234902a3880eb50dafc48be", | |
158 | - "reference": "aef7b953107264f00234902a3880eb50dafc48be" | |
159 | - }, | |
160 | - "require": { | |
161 | - "bower-asset/jquery": ">=1.8" | |
162 | - }, | |
163 | - "type": "bower-asset", | |
164 | - "installation-source": "dist", | |
165 | - "license": [ | |
166 | - "MIT" | |
167 | - ] | |
168 | - }, | |
169 | - { | |
170 | - "name": "cebe/markdown", | |
171 | - "version": "1.2.1", | |
172 | - "version_normalized": "1.2.1.0", | |
173 | - "source": { | |
174 | - "type": "git", | |
175 | - "url": "https://github.com/cebe/markdown.git", | |
176 | - "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86" | |
177 | - }, | |
178 | - "dist": { | |
179 | - "type": "zip", | |
180 | - "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86", | |
181 | - "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86", | |
182 | - "shasum": "" | |
183 | - }, | |
184 | - "require": { | |
185 | - "lib-pcre": "*", | |
186 | - "php": ">=5.4.0" | |
187 | - }, | |
188 | - "require-dev": { | |
189 | - "cebe/indent": "*", | |
190 | - "facebook/xhprof": "*@dev", | |
191 | - "phpunit/phpunit": "4.1.*" | |
192 | - }, | |
193 | - "time": "2018-03-26T11:24:36+00:00", | |
194 | - "bin": [ | |
195 | - "bin/markdown" | |
196 | - ], | |
197 | - "type": "library", | |
198 | - "extra": { | |
199 | - "branch-alias": { | |
200 | - "dev-master": "1.2.x-dev" | |
201 | - } | |
202 | - }, | |
203 | - "installation-source": "dist", | |
204 | - "autoload": { | |
205 | - "psr-4": { | |
206 | - "cebe\\markdown\\": "" | |
207 | - } | |
208 | - }, | |
209 | - "notification-url": "https://packagist.org/downloads/", | |
210 | - "license": [ | |
211 | - "MIT" | |
212 | - ], | |
213 | - "authors": [ | |
214 | - { | |
215 | - "name": "Carsten Brandt", | |
216 | - "email": "mail@cebe.cc", | |
217 | - "homepage": "http://cebe.cc/", | |
218 | - "role": "Creator" | |
219 | - } | |
220 | - ], | |
221 | - "description": "A super fast, highly extensible markdown parser for PHP", | |
222 | - "homepage": "https://github.com/cebe/markdown#readme", | |
223 | - "keywords": [ | |
224 | - "extensible", | |
225 | - "fast", | |
226 | - "gfm", | |
227 | - "markdown", | |
228 | - "markdown-extra" | |
229 | - ] | |
230 | - }, | |
231 | - { | |
232 | - "name": "codeception/codeception", | |
233 | - "version": "4.1.6", | |
234 | - "version_normalized": "4.1.6.0", | |
235 | - "source": { | |
236 | - "type": "git", | |
237 | - "url": "https://github.com/Codeception/Codeception.git", | |
238 | - "reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9" | |
239 | - }, | |
240 | - "dist": { | |
241 | - "type": "zip", | |
242 | - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9", | |
243 | - "reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9", | |
244 | - "shasum": "" | |
245 | - }, | |
246 | - "require": { | |
247 | - "behat/gherkin": "^4.4.0", | |
248 | - "codeception/lib-asserts": "^1.0", | |
249 | - "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0", | |
250 | - "codeception/stub": "^2.0 | ^3.0", | |
251 | - "ext-curl": "*", | |
252 | - "ext-json": "*", | |
253 | - "ext-mbstring": "*", | |
254 | - "guzzlehttp/psr7": "~1.4", | |
255 | - "php": ">=5.6.0 <8.0", | |
256 | - "symfony/console": ">=2.7 <6.0", | |
257 | - "symfony/css-selector": ">=2.7 <6.0", | |
258 | - "symfony/event-dispatcher": ">=2.7 <6.0", | |
259 | - "symfony/finder": ">=2.7 <6.0", | |
260 | - "symfony/yaml": ">=2.7 <6.0" | |
261 | - }, | |
262 | - "require-dev": { | |
263 | - "codeception/module-asserts": "*@dev", | |
264 | - "codeception/module-cli": "*@dev", | |
265 | - "codeception/module-db": "*@dev", | |
266 | - "codeception/module-filesystem": "*@dev", | |
267 | - "codeception/module-phpbrowser": "*@dev", | |
268 | - "codeception/specify": "~0.3", | |
269 | - "codeception/util-universalframework": "*@dev", | |
270 | - "monolog/monolog": "~1.8", | |
271 | - "squizlabs/php_codesniffer": "~2.0", | |
272 | - "symfony/process": ">=2.7 <6.0", | |
273 | - "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0" | |
274 | - }, | |
275 | - "suggest": { | |
276 | - "codeception/specify": "BDD-style code blocks", | |
277 | - "codeception/verify": "BDD-style assertions", | |
278 | - "hoa/console": "For interactive console functionality", | |
279 | - "stecman/symfony-console-completion": "For BASH autocompletion", | |
280 | - "symfony/phpunit-bridge": "For phpunit-bridge support" | |
281 | - }, | |
282 | - "time": "2020-06-07T16:31:51+00:00", | |
283 | - "bin": [ | |
284 | - "codecept" | |
285 | - ], | |
286 | - "type": "library", | |
287 | - "extra": { | |
288 | - "branch-alias": [] | |
289 | - }, | |
290 | - "installation-source": "dist", | |
291 | - "autoload": { | |
292 | - "psr-4": { | |
293 | - "Codeception\\": "src/Codeception", | |
294 | - "Codeception\\Extension\\": "ext" | |
295 | - } | |
296 | - }, | |
297 | - "notification-url": "https://packagist.org/downloads/", | |
298 | - "license": [ | |
299 | - "MIT" | |
300 | - ], | |
301 | - "authors": [ | |
302 | - { | |
303 | - "name": "Michael Bodnarchuk", | |
304 | - "email": "davert@mail.ua", | |
305 | - "homepage": "http://codegyre.com" | |
306 | - } | |
307 | - ], | |
308 | - "description": "BDD-style testing framework", | |
309 | - "homepage": "http://codeception.com/", | |
310 | - "keywords": [ | |
311 | - "BDD", | |
312 | - "TDD", | |
313 | - "acceptance testing", | |
314 | - "functional testing", | |
315 | - "unit testing" | |
316 | - ], | |
317 | - "funding": [ | |
318 | - { | |
319 | - "url": "https://opencollective.com/codeception", | |
320 | - "type": "open_collective" | |
321 | - } | |
322 | - ] | |
323 | - }, | |
324 | - { | |
325 | - "name": "codeception/lib-asserts", | |
326 | - "version": "1.12.0", | |
327 | - "version_normalized": "1.12.0.0", | |
328 | - "source": { | |
329 | - "type": "git", | |
330 | - "url": "https://github.com/Codeception/lib-asserts.git", | |
331 | - "reference": "acd0dc8b394595a74b58dcc889f72569ff7d8e71" | |
332 | - }, | |
333 | - "dist": { | |
334 | - "type": "zip", | |
335 | - "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/acd0dc8b394595a74b58dcc889f72569ff7d8e71", | |
336 | - "reference": "acd0dc8b394595a74b58dcc889f72569ff7d8e71", | |
337 | - "shasum": "" | |
338 | - }, | |
339 | - "require": { | |
340 | - "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0", | |
341 | - "php": ">=5.6.0 <8.0" | |
342 | - }, | |
343 | - "time": "2020-04-17T18:20:46+00:00", | |
344 | - "type": "library", | |
345 | - "installation-source": "dist", | |
346 | - "autoload": { | |
347 | - "classmap": [ | |
348 | - "src/" | |
349 | - ] | |
350 | - }, | |
351 | - "notification-url": "https://packagist.org/downloads/", | |
352 | - "license": [ | |
353 | - "MIT" | |
354 | - ], | |
355 | - "authors": [ | |
356 | - { | |
357 | - "name": "Michael Bodnarchuk", | |
358 | - "email": "davert@mail.ua", | |
359 | - "homepage": "http://codegyre.com" | |
360 | - }, | |
361 | - { | |
362 | - "name": "Gintautas Miselis" | |
363 | - } | |
364 | - ], | |
365 | - "description": "Assertion methods used by Codeception core and Asserts module", | |
366 | - "homepage": "http://codeception.com/", | |
367 | - "keywords": [ | |
368 | - "codeception" | |
369 | - ] | |
370 | - }, | |
371 | - { | |
372 | - "name": "codeception/lib-innerbrowser", | |
373 | - "version": "1.3.2", | |
374 | - "version_normalized": "1.3.2.0", | |
375 | - "source": { | |
376 | - "type": "git", | |
377 | - "url": "https://github.com/Codeception/lib-innerbrowser.git", | |
378 | - "reference": "7bdcee4cf654cfeeedd00405edd4f06f85255659" | |
379 | - }, | |
380 | - "dist": { | |
381 | - "type": "zip", | |
382 | - "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/7bdcee4cf654cfeeedd00405edd4f06f85255659", | |
383 | - "reference": "7bdcee4cf654cfeeedd00405edd4f06f85255659", | |
384 | - "shasum": "" | |
385 | - }, | |
386 | - "require": { | |
387 | - "codeception/codeception": "*@dev", | |
388 | - "ext-dom": "*", | |
389 | - "ext-json": "*", | |
390 | - "ext-mbstring": "*", | |
391 | - "php": ">=5.6.0 <8.0", | |
392 | - "symfony/browser-kit": ">=2.7 <6.0", | |
393 | - "symfony/dom-crawler": ">=2.7 <6.0" | |
394 | - }, | |
395 | - "conflict": { | |
396 | - "codeception/codeception": "<4.0" | |
397 | - }, | |
398 | - "require-dev": { | |
399 | - "codeception/util-universalframework": "dev-master" | |
400 | - }, | |
401 | - "time": "2020-07-05T14:21:45+00:00", | |
402 | - "type": "library", | |
403 | - "installation-source": "dist", | |
404 | - "autoload": { | |
405 | - "classmap": [ | |
406 | - "src/" | |
407 | - ] | |
408 | - }, | |
409 | - "notification-url": "https://packagist.org/downloads/", | |
410 | - "license": [ | |
411 | - "MIT" | |
412 | - ], | |
413 | - "authors": [ | |
414 | - { | |
415 | - "name": "Michael Bodnarchuk", | |
416 | - "email": "davert@mail.ua", | |
417 | - "homepage": "http://codegyre.com" | |
418 | - }, | |
419 | - { | |
420 | - "name": "Gintautas Miselis" | |
421 | - } | |
422 | - ], | |
423 | - "description": "Parent library for all Codeception framework modules and PhpBrowser", | |
424 | - "homepage": "http://codeception.com/", | |
425 | - "keywords": [ | |
426 | - "codeception" | |
427 | - ] | |
428 | - }, | |
429 | - { | |
430 | - "name": "codeception/module-asserts", | |
431 | - "version": "1.2.1", | |
432 | - "version_normalized": "1.2.1.0", | |
433 | - "source": { | |
434 | - "type": "git", | |
435 | - "url": "https://github.com/Codeception/module-asserts.git", | |
436 | - "reference": "79f13d05b63f2fceba4d0e78044bab668c9b2a6b" | |
437 | - }, | |
438 | - "dist": { | |
439 | - "type": "zip", | |
440 | - "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/79f13d05b63f2fceba4d0e78044bab668c9b2a6b", | |
441 | - "reference": "79f13d05b63f2fceba4d0e78044bab668c9b2a6b", | |
442 | - "shasum": "" | |
443 | - }, | |
444 | - "require": { | |
445 | - "codeception/codeception": "*@dev", | |
446 | - "codeception/lib-asserts": "^1.12.0", | |
447 | - "php": ">=5.6.0 <8.0" | |
448 | - }, | |
449 | - "conflict": { | |
450 | - "codeception/codeception": "<4.0" | |
451 | - }, | |
452 | - "require-dev": { | |
453 | - "codeception/util-robohelpers": "dev-master" | |
454 | - }, | |
455 | - "time": "2020-04-20T07:26:11+00:00", | |
456 | - "type": "library", | |
457 | - "installation-source": "dist", | |
458 | - "autoload": { | |
459 | - "classmap": [ | |
460 | - "src/" | |
461 | - ] | |
462 | - }, | |
463 | - "notification-url": "https://packagist.org/downloads/", | |
464 | - "license": [ | |
465 | - "MIT" | |
466 | - ], | |
467 | - "authors": [ | |
468 | - { | |
469 | - "name": "Michael Bodnarchuk" | |
470 | - }, | |
471 | - { | |
472 | - "name": "Gintautas Miselis" | |
473 | - } | |
474 | - ], | |
475 | - "description": "Codeception module containing various assertions", | |
476 | - "homepage": "http://codeception.com/", | |
477 | - "keywords": [ | |
478 | - "assertions", | |
479 | - "asserts", | |
480 | - "codeception" | |
481 | - ] | |
482 | - }, | |
483 | - { | |
484 | - "name": "codeception/module-db", | |
485 | - "version": "1.0.1", | |
486 | - "version_normalized": "1.0.1.0", | |
487 | - "source": { | |
488 | - "type": "git", | |
489 | - "url": "https://github.com/Codeception/module-db.git", | |
490 | - "reference": "13a2b86206d09c50ab2e5375b261df35b650e58f" | |
491 | - }, | |
492 | - "dist": { | |
493 | - "type": "zip", | |
494 | - "url": "https://api.github.com/repos/Codeception/module-db/zipball/13a2b86206d09c50ab2e5375b261df35b650e58f", | |
495 | - "reference": "13a2b86206d09c50ab2e5375b261df35b650e58f", | |
496 | - "shasum": "" | |
497 | - }, | |
498 | - "require": { | |
499 | - "codeception/codeception": "*@dev", | |
500 | - "php": ">=5.6.0 <8.0" | |
501 | - }, | |
502 | - "conflict": { | |
503 | - "codeception/codeception": "<4.0" | |
504 | - }, | |
505 | - "require-dev": { | |
506 | - "codeception/util-robohelpers": "dev-master" | |
507 | - }, | |
508 | - "time": "2019-12-08T17:56:49+00:00", | |
509 | - "type": "library", | |
510 | - "installation-source": "dist", | |
511 | - "autoload": { | |
512 | - "classmap": [ | |
513 | - "src/" | |
514 | - ] | |
515 | - }, | |
516 | - "notification-url": "https://packagist.org/downloads/", | |
517 | - "license": [ | |
518 | - "MIT" | |
519 | - ], | |
520 | - "authors": [ | |
521 | - { | |
522 | - "name": "Michael Bodnarchuk" | |
523 | - }, | |
524 | - { | |
525 | - "name": "Gintautas Miselis" | |
526 | - } | |
527 | - ], | |
528 | - "description": "WebDriver module for Codeception", | |
529 | - "homepage": "http://codeception.com/", | |
530 | - "keywords": [ | |
531 | - "acceptance-testing", | |
532 | - "browser-testing", | |
533 | - "codeception" | |
534 | - ] | |
535 | - }, | |
536 | - { | |
537 | - "name": "codeception/module-filesystem", | |
538 | - "version": "1.0.2", | |
539 | - "version_normalized": "1.0.2.0", | |
540 | - "source": { | |
541 | - "type": "git", | |
542 | - "url": "https://github.com/Codeception/module-filesystem.git", | |
543 | - "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e" | |
544 | - }, | |
545 | - "dist": { | |
546 | - "type": "zip", | |
547 | - "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/fe3c352479924ec0aaf6a6c3d6825dc14242b81e", | |
548 | - "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e", | |
549 | - "shasum": "" | |
550 | - }, | |
551 | - "require": { | |
552 | - "codeception/codeception": "*@dev", | |
553 | - "php": ">=5.6.0 <8.0", | |
554 | - "symfony/finder": ">=2.7 <6.0" | |
555 | - }, | |
556 | - "conflict": { | |
557 | - "codeception/codeception": "<4.0" | |
558 | - }, | |
559 | - "require-dev": { | |
560 | - "codeception/util-robohelpers": "dev-master" | |
561 | - }, | |
562 | - "time": "2019-12-04T17:13:39+00:00", | |
563 | - "type": "library", | |
564 | - "installation-source": "dist", | |
565 | - "autoload": { | |
566 | - "classmap": [ | |
567 | - "src/" | |
568 | - ] | |
569 | - }, | |
570 | - "notification-url": "https://packagist.org/downloads/", | |
571 | - "license": [ | |
572 | - "MIT" | |
573 | - ], | |
574 | - "authors": [ | |
575 | - { | |
576 | - "name": "Michael Bodnarchuk" | |
577 | - }, | |
578 | - { | |
579 | - "name": "Gintautas Miselis" | |
580 | - } | |
581 | - ], | |
582 | - "description": "Codeception module for testing local filesystem", | |
583 | - "homepage": "http://codeception.com/", | |
584 | - "keywords": [ | |
585 | - "codeception", | |
586 | - "filesystem" | |
587 | - ] | |
588 | - }, | |
589 | - { | |
590 | - "name": "codeception/module-rest", | |
591 | - "version": "1.2.3", | |
592 | - "version_normalized": "1.2.3.0", | |
593 | - "source": { | |
594 | - "type": "git", | |
595 | - "url": "https://github.com/Codeception/module-rest.git", | |
596 | - "reference": "63d09a1ed9fb9bb981d22396e7c2c7d20570f217" | |
597 | - }, | |
598 | - "dist": { | |
599 | - "type": "zip", | |
600 | - "url": "https://api.github.com/repos/Codeception/module-rest/zipball/63d09a1ed9fb9bb981d22396e7c2c7d20570f217", | |
601 | - "reference": "63d09a1ed9fb9bb981d22396e7c2c7d20570f217", | |
602 | - "shasum": "" | |
603 | - }, | |
604 | - "require": { | |
605 | - "codeception/codeception": "^4.0", | |
606 | - "flow/jsonpath": "^0.5", | |
607 | - "justinrainbow/json-schema": "^5.2.9", | |
608 | - "php": ">=5.6.0 <8.0" | |
609 | - }, | |
610 | - "require-dev": { | |
611 | - "codeception/lib-innerbrowser": "^1.0", | |
612 | - "codeception/util-robohelpers": "dev-master", | |
613 | - "codeception/util-universalframework": "^1.0" | |
614 | - }, | |
615 | - "suggest": { | |
616 | - "aws/aws-sdk-php": "For using AWS Auth" | |
617 | - }, | |
618 | - "time": "2020-09-17T13:36:51+00:00", | |
619 | - "type": "library", | |
620 | - "installation-source": "dist", | |
621 | - "autoload": { | |
622 | - "classmap": [ | |
623 | - "src/" | |
624 | - ] | |
625 | - }, | |
626 | - "notification-url": "https://packagist.org/downloads/", | |
627 | - "license": [ | |
628 | - "MIT" | |
629 | - ], | |
630 | - "authors": [ | |
631 | - { | |
632 | - "name": "Gintautas Miselis" | |
633 | - } | |
634 | - ], | |
635 | - "description": "REST module for Codeception", | |
636 | - "homepage": "http://codeception.com/", | |
637 | - "keywords": [ | |
638 | - "codeception", | |
639 | - "rest" | |
640 | - ] | |
641 | - }, | |
642 | - { | |
643 | - "name": "codeception/module-yii2", | |
644 | - "version": "1.1.0", | |
645 | - "version_normalized": "1.1.0.0", | |
646 | - "source": { | |
647 | - "type": "git", | |
648 | - "url": "https://github.com/Codeception/module-yii2.git", | |
649 | - "reference": "89ec2b34db0fe1c80d404d939ecc7ab07051b4b7" | |
650 | - }, | |
651 | - "dist": { | |
652 | - "type": "zip", | |
653 | - "url": "https://api.github.com/repos/Codeception/module-yii2/zipball/89ec2b34db0fe1c80d404d939ecc7ab07051b4b7", | |
654 | - "reference": "89ec2b34db0fe1c80d404d939ecc7ab07051b4b7", | |
655 | - "shasum": "" | |
656 | - }, | |
657 | - "require": { | |
658 | - "codeception/codeception": "4.0.x-dev | ^4.0", | |
659 | - "codeception/lib-innerbrowser": "^1.0", | |
660 | - "php": ">=5.6.0 <8.0" | |
661 | - }, | |
662 | - "require-dev": { | |
663 | - "codeception/util-robohelpers": "dev-master" | |
664 | - }, | |
665 | - "time": "2020-01-28T12:56:17+00:00", | |
666 | - "type": "library", | |
667 | - "installation-source": "dist", | |
668 | - "autoload": { | |
669 | - "classmap": [ | |
670 | - "src/" | |
671 | - ] | |
672 | - }, | |
673 | - "notification-url": "https://packagist.org/downloads/", | |
674 | - "license": [ | |
675 | - "MIT" | |
676 | - ], | |
677 | - "authors": [ | |
678 | - { | |
679 | - "name": "Alexander Makarov" | |
680 | - }, | |
681 | - { | |
682 | - "name": "Sam Mouse" | |
683 | - }, | |
684 | - { | |
685 | - "name": "Michael Bodnarchuk" | |
686 | - } | |
687 | - ], | |
688 | - "description": "Codeception module for Yii2 framework", | |
689 | - "homepage": "http://codeception.com/", | |
690 | - "keywords": [ | |
691 | - "codeception", | |
692 | - "yii2" | |
693 | - ] | |
694 | - }, | |
695 | - { | |
696 | - "name": "codeception/phpunit-wrapper", | |
697 | - "version": "8.1.2", | |
698 | - "version_normalized": "8.1.2.0", | |
699 | - "source": { | |
700 | - "type": "git", | |
701 | - "url": "https://github.com/Codeception/phpunit-wrapper.git", | |
702 | - "reference": "e610200adf75ebc1ea7cf10d7cdb43e0f5fff3cc" | |
703 | - }, | |
704 | - "dist": { | |
705 | - "type": "zip", | |
706 | - "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/e610200adf75ebc1ea7cf10d7cdb43e0f5fff3cc", | |
707 | - "reference": "e610200adf75ebc1ea7cf10d7cdb43e0f5fff3cc", | |
708 | - "shasum": "" | |
709 | - }, | |
710 | - "require": { | |
711 | - "php": ">=7.2", | |
712 | - "phpunit/php-code-coverage": "^7.0", | |
713 | - "phpunit/phpunit": "^8.0", | |
714 | - "sebastian/comparator": "^3.0", | |
715 | - "sebastian/diff": "^3.0" | |
716 | - }, | |
717 | - "require-dev": { | |
718 | - "codeception/specify": "*", | |
719 | - "vlucas/phpdotenv": "^3.0" | |
720 | - }, | |
721 | - "time": "2020-04-17T18:30:51+00:00", | |
722 | - "type": "library", | |
723 | - "installation-source": "dist", | |
724 | - "autoload": { | |
725 | - "psr-4": { | |
726 | - "Codeception\\PHPUnit\\": "src/" | |
727 | - } | |
728 | - }, | |
729 | - "notification-url": "https://packagist.org/downloads/", | |
730 | - "license": [ | |
731 | - "MIT" | |
732 | - ], | |
733 | - "authors": [ | |
734 | - { | |
735 | - "name": "Davert", | |
736 | - "email": "davert.php@resend.cc" | |
737 | - } | |
738 | - ], | |
739 | - "description": "PHPUnit classes used by Codeception" | |
740 | - }, | |
741 | - { | |
742 | - "name": "codeception/specify", | |
743 | - "version": "0.4.6", | |
744 | - "version_normalized": "0.4.6.0", | |
745 | - "source": { | |
746 | - "type": "git", | |
747 | - "url": "https://github.com/Codeception/Specify.git", | |
748 | - "reference": "21b586f503ca444aa519dd9cafb32f113a05f286" | |
749 | - }, | |
750 | - "dist": { | |
751 | - "type": "zip", | |
752 | - "url": "https://api.github.com/repos/Codeception/Specify/zipball/21b586f503ca444aa519dd9cafb32f113a05f286", | |
753 | - "reference": "21b586f503ca444aa519dd9cafb32f113a05f286", | |
754 | - "shasum": "" | |
755 | - }, | |
756 | - "require": { | |
757 | - "myclabs/deep-copy": "~1.1", | |
758 | - "php": ">=5.4.0" | |
759 | - }, | |
760 | - "require-dev": { | |
761 | - "phpunit/phpunit": "~4.0" | |
762 | - }, | |
763 | - "time": "2016-10-21T09:42:00+00:00", | |
764 | - "type": "library", | |
765 | - "installation-source": "dist", | |
766 | - "autoload": { | |
767 | - "psr-0": { | |
768 | - "Codeception\\": "src/" | |
769 | - } | |
770 | - }, | |
771 | - "notification-url": "https://packagist.org/downloads/", | |
772 | - "license": [ | |
773 | - "MIT" | |
774 | - ], | |
775 | - "authors": [ | |
776 | - { | |
777 | - "name": "Michael Bodnarchuk", | |
778 | - "email": "davert.php@mailican.com" | |
779 | - } | |
780 | - ], | |
781 | - "description": "BDD code blocks for PHPUnit and Codeception" | |
782 | - }, | |
783 | - { | |
784 | - "name": "codeception/stub", | |
785 | - "version": "3.7.0", | |
786 | - "version_normalized": "3.7.0.0", | |
787 | - "source": { | |
788 | - "type": "git", | |
789 | - "url": "https://github.com/Codeception/Stub.git", | |
790 | - "reference": "468dd5fe659f131fc997f5196aad87512f9b1304" | |
791 | - }, | |
792 | - "dist": { | |
793 | - "type": "zip", | |
794 | - "url": "https://api.github.com/repos/Codeception/Stub/zipball/468dd5fe659f131fc997f5196aad87512f9b1304", | |
795 | - "reference": "468dd5fe659f131fc997f5196aad87512f9b1304", | |
796 | - "shasum": "" | |
797 | - }, | |
798 | - "require": { | |
799 | - "phpunit/phpunit": "^8.4 | ^9.0" | |
800 | - }, | |
801 | - "time": "2020-07-03T15:54:43+00:00", | |
802 | - "type": "library", | |
803 | - "installation-source": "dist", | |
804 | - "autoload": { | |
805 | - "psr-4": { | |
806 | - "Codeception\\": "src/" | |
807 | - } | |
808 | - }, | |
809 | - "notification-url": "https://packagist.org/downloads/", | |
810 | - "license": [ | |
811 | - "MIT" | |
812 | - ], | |
813 | - "description": "Flexible Stub wrapper for PHPUnit's Mock Builder" | |
814 | - }, | |
815 | - { | |
816 | - "name": "codeception/verify", | |
817 | - "version": "1.1.0", | |
818 | - "version_normalized": "1.1.0.0", | |
819 | - "source": { | |
820 | - "type": "git", | |
821 | - "url": "https://github.com/Codeception/Verify.git", | |
822 | - "reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3" | |
823 | - }, | |
824 | - "dist": { | |
825 | - "type": "zip", | |
826 | - "url": "https://api.github.com/repos/Codeception/Verify/zipball/fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3", | |
827 | - "reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3", | |
828 | - "shasum": "" | |
829 | - }, | |
830 | - "require": { | |
831 | - "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.4", | |
832 | - "php": ">= 7.0", | |
833 | - "phpunit/phpunit": "> 6.0" | |
834 | - }, | |
835 | - "time": "2019-07-30T18:21:46+00:00", | |
836 | - "type": "library", | |
837 | - "installation-source": "dist", | |
838 | - "autoload": { | |
839 | - "files": [ | |
840 | - "src/Codeception/function.php" | |
841 | - ], | |
842 | - "psr-4": { | |
843 | - "Codeception\\": "src\\Codeception" | |
844 | - } | |
845 | - }, | |
846 | - "notification-url": "https://packagist.org/downloads/", | |
847 | - "license": [ | |
848 | - "MIT" | |
849 | - ], | |
850 | - "authors": [ | |
851 | - { | |
852 | - "name": "Michael Bodnarchuk", | |
853 | - "email": "davert@codeception.com" | |
854 | - } | |
855 | - ], | |
856 | - "description": "BDD assertion library for PHPUnit" | |
857 | - }, | |
858 | - { | |
859 | - "name": "doctrine/instantiator", | |
860 | - "version": "1.3.1", | |
861 | - "version_normalized": "1.3.1.0", | |
862 | - "source": { | |
863 | - "type": "git", | |
864 | - "url": "https://github.com/doctrine/instantiator.git", | |
865 | - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" | |
866 | - }, | |
867 | - "dist": { | |
868 | - "type": "zip", | |
869 | - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", | |
870 | - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", | |
871 | - "shasum": "" | |
872 | - }, | |
873 | - "require": { | |
874 | - "php": "^7.1 || ^8.0" | |
875 | - }, | |
876 | - "require-dev": { | |
877 | - "doctrine/coding-standard": "^6.0", | |
878 | - "ext-pdo": "*", | |
879 | - "ext-phar": "*", | |
880 | - "phpbench/phpbench": "^0.13", | |
881 | - "phpstan/phpstan-phpunit": "^0.11", | |
882 | - "phpstan/phpstan-shim": "^0.11", | |
883 | - "phpunit/phpunit": "^7.0" | |
884 | - }, | |
885 | - "time": "2020-05-29T17:27:14+00:00", | |
886 | - "type": "library", | |
887 | - "extra": { | |
888 | - "branch-alias": { | |
889 | - "dev-master": "1.2.x-dev" | |
890 | - } | |
891 | - }, | |
892 | - "installation-source": "dist", | |
893 | - "autoload": { | |
894 | - "psr-4": { | |
895 | - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
896 | - } | |
897 | - }, | |
898 | - "notification-url": "https://packagist.org/downloads/", | |
899 | - "license": [ | |
900 | - "MIT" | |
901 | - ], | |
902 | - "authors": [ | |
903 | - { | |
904 | - "name": "Marco Pivetta", | |
905 | - "email": "ocramius@gmail.com", | |
906 | - "homepage": "http://ocramius.github.com/" | |
907 | - } | |
908 | - ], | |
909 | - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
910 | - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", | |
911 | - "keywords": [ | |
912 | - "constructor", | |
913 | - "instantiate" | |
914 | - ], | |
915 | - "funding": [ | |
916 | - { | |
917 | - "url": "https://www.doctrine-project.org/sponsorship.html", | |
918 | - "type": "custom" | |
919 | - }, | |
920 | - { | |
921 | - "url": "https://www.patreon.com/phpdoctrine", | |
922 | - "type": "patreon" | |
923 | - }, | |
924 | - { | |
925 | - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", | |
926 | - "type": "tidelift" | |
927 | - } | |
928 | - ] | |
929 | - }, | |
930 | - { | |
931 | - "name": "doctrine/lexer", | |
932 | - "version": "1.2.1", | |
933 | - "version_normalized": "1.2.1.0", | |
934 | - "source": { | |
935 | - "type": "git", | |
936 | - "url": "https://github.com/doctrine/lexer.git", | |
937 | - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" | |
938 | - }, | |
939 | - "dist": { | |
940 | - "type": "zip", | |
941 | - "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", | |
942 | - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", | |
943 | - "shasum": "" | |
944 | - }, | |
945 | - "require": { | |
946 | - "php": "^7.2 || ^8.0" | |
947 | - }, | |
948 | - "require-dev": { | |
949 | - "doctrine/coding-standard": "^6.0", | |
950 | - "phpstan/phpstan": "^0.11.8", | |
951 | - "phpunit/phpunit": "^8.2" | |
952 | - }, | |
953 | - "time": "2020-05-25T17:44:05+00:00", | |
954 | - "type": "library", | |
955 | - "extra": { | |
956 | - "branch-alias": { | |
957 | - "dev-master": "1.2.x-dev" | |
958 | - } | |
959 | - }, | |
960 | - "installation-source": "dist", | |
961 | - "autoload": { | |
962 | - "psr-4": { | |
963 | - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" | |
964 | - } | |
965 | - }, | |
966 | - "notification-url": "https://packagist.org/downloads/", | |
967 | - "license": [ | |
968 | - "MIT" | |
969 | - ], | |
970 | - "authors": [ | |
971 | - { | |
972 | - "name": "Guilherme Blanco", | |
973 | - "email": "guilhermeblanco@gmail.com" | |
974 | - }, | |
975 | - { | |
976 | - "name": "Roman Borschel", | |
977 | - "email": "roman@code-factory.org" | |
978 | - }, | |
979 | - { | |
980 | - "name": "Johannes Schmitt", | |
981 | - "email": "schmittjoh@gmail.com" | |
982 | - } | |
983 | - ], | |
984 | - "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", | |
985 | - "homepage": "https://www.doctrine-project.org/projects/lexer.html", | |
986 | - "keywords": [ | |
987 | - "annotations", | |
988 | - "docblock", | |
989 | - "lexer", | |
990 | - "parser", | |
991 | - "php" | |
992 | - ], | |
993 | - "funding": [ | |
994 | - { | |
995 | - "url": "https://www.doctrine-project.org/sponsorship.html", | |
996 | - "type": "custom" | |
997 | - }, | |
998 | - { | |
999 | - "url": "https://www.patreon.com/phpdoctrine", | |
1000 | - "type": "patreon" | |
1001 | - }, | |
1002 | - { | |
1003 | - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", | |
1004 | - "type": "tidelift" | |
1005 | - } | |
1006 | - ] | |
1007 | - }, | |
1008 | - { | |
1009 | - "name": "egulias/email-validator", | |
1010 | - "version": "2.1.18", | |
1011 | - "version_normalized": "2.1.18.0", | |
1012 | - "source": { | |
1013 | - "type": "git", | |
1014 | - "url": "https://github.com/egulias/EmailValidator.git", | |
1015 | - "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441" | |
1016 | - }, | |
1017 | - "dist": { | |
1018 | - "type": "zip", | |
1019 | - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441", | |
1020 | - "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441", | |
1021 | - "shasum": "" | |
1022 | - }, | |
1023 | - "require": { | |
1024 | - "doctrine/lexer": "^1.0.1", | |
1025 | - "php": ">=5.5", | |
1026 | - "symfony/polyfill-intl-idn": "^1.10" | |
1027 | - }, | |
1028 | - "require-dev": { | |
1029 | - "dominicsayers/isemail": "^3.0.7", | |
1030 | - "phpunit/phpunit": "^4.8.36|^7.5.15", | |
1031 | - "satooshi/php-coveralls": "^1.0.1" | |
1032 | - }, | |
1033 | - "suggest": { | |
1034 | - "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" | |
1035 | - }, | |
1036 | - "time": "2020-06-16T20:11:17+00:00", | |
1037 | - "type": "library", | |
1038 | - "extra": { | |
1039 | - "branch-alias": { | |
1040 | - "dev-master": "2.1.x-dev" | |
1041 | - } | |
1042 | - }, | |
1043 | - "installation-source": "dist", | |
1044 | - "autoload": { | |
1045 | - "psr-4": { | |
1046 | - "Egulias\\EmailValidator\\": "src" | |
1047 | - } | |
1048 | - }, | |
1049 | - "notification-url": "https://packagist.org/downloads/", | |
1050 | - "license": [ | |
1051 | - "MIT" | |
1052 | - ], | |
1053 | - "authors": [ | |
1054 | - { | |
1055 | - "name": "Eduardo Gulias Davis" | |
1056 | - } | |
1057 | - ], | |
1058 | - "description": "A library for validating emails against several RFCs", | |
1059 | - "homepage": "https://github.com/egulias/EmailValidator", | |
1060 | - "keywords": [ | |
1061 | - "email", | |
1062 | - "emailvalidation", | |
1063 | - "emailvalidator", | |
1064 | - "validation", | |
1065 | - "validator" | |
1066 | - ] | |
1067 | - }, | |
1068 | - { | |
1069 | - "name": "ezyang/htmlpurifier", | |
1070 | - "version": "v4.13.0", | |
1071 | - "version_normalized": "4.13.0.0", | |
1072 | - "source": { | |
1073 | - "type": "git", | |
1074 | - "url": "https://github.com/ezyang/htmlpurifier.git", | |
1075 | - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" | |
1076 | - }, | |
1077 | - "dist": { | |
1078 | - "type": "zip", | |
1079 | - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", | |
1080 | - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", | |
1081 | - "shasum": "" | |
1082 | - }, | |
1083 | - "require": { | |
1084 | - "php": ">=5.2" | |
1085 | - }, | |
1086 | - "require-dev": { | |
1087 | - "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" | |
1088 | - }, | |
1089 | - "time": "2020-06-29T00:56:53+00:00", | |
1090 | - "type": "library", | |
1091 | - "installation-source": "dist", | |
1092 | - "autoload": { | |
1093 | - "psr-0": { | |
1094 | - "HTMLPurifier": "library/" | |
1095 | - }, | |
1096 | - "files": [ | |
1097 | - "library/HTMLPurifier.composer.php" | |
1098 | - ], | |
1099 | - "exclude-from-classmap": [ | |
1100 | - "/library/HTMLPurifier/Language/" | |
1101 | - ] | |
1102 | - }, | |
1103 | - "notification-url": "https://packagist.org/downloads/", | |
1104 | - "license": [ | |
1105 | - "LGPL-2.1-or-later" | |
1106 | - ], | |
1107 | - "authors": [ | |
1108 | - { | |
1109 | - "name": "Edward Z. Yang", | |
1110 | - "email": "admin@htmlpurifier.org", | |
1111 | - "homepage": "http://ezyang.com" | |
1112 | - } | |
1113 | - ], | |
1114 | - "description": "Standards compliant HTML filter written in PHP", | |
1115 | - "homepage": "http://htmlpurifier.org/", | |
1116 | - "keywords": [ | |
1117 | - "html" | |
1118 | - ] | |
1119 | - }, | |
1120 | - { | |
1121 | - "name": "flow/jsonpath", | |
1122 | - "version": "0.5.0", | |
1123 | - "version_normalized": "0.5.0.0", | |
1124 | - "source": { | |
1125 | - "type": "git", | |
1126 | - "url": "https://github.com/FlowCommunications/JSONPath.git", | |
1127 | - "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea" | |
1128 | - }, | |
1129 | - "dist": { | |
1130 | - "type": "zip", | |
1131 | - "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea", | |
1132 | - "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea", | |
1133 | - "shasum": "" | |
1134 | - }, | |
1135 | - "require": { | |
1136 | - "php": ">=5.4.0" | |
1137 | - }, | |
1138 | - "require-dev": { | |
1139 | - "peekmo/jsonpath": "dev-master", | |
1140 | - "phpunit/phpunit": "^7.0" | |
1141 | - }, | |
1142 | - "time": "2019-07-15T17:23:22+00:00", | |
1143 | - "type": "library", | |
1144 | - "installation-source": "dist", | |
1145 | - "autoload": { | |
1146 | - "psr-0": { | |
1147 | - "Flow\\JSONPath": "src/", | |
1148 | - "Flow\\JSONPath\\Test": "tests/" | |
1149 | - } | |
1150 | - }, | |
1151 | - "notification-url": "https://packagist.org/downloads/", | |
1152 | - "license": [ | |
1153 | - "MIT" | |
1154 | - ], | |
1155 | - "authors": [ | |
1156 | - { | |
1157 | - "name": "Stephen Frank", | |
1158 | - "email": "stephen@flowsa.com" | |
1159 | - } | |
1160 | - ], | |
1161 | - "description": "JSONPath implementation for parsing, searching and flattening arrays" | |
1162 | - }, | |
1163 | - { | |
1164 | - "name": "fzaninotto/faker", | |
1165 | - "version": "v1.9.1", | |
1166 | - "version_normalized": "1.9.1.0", | |
1167 | - "source": { | |
1168 | - "type": "git", | |
1169 | - "url": "https://github.com/fzaninotto/Faker.git", | |
1170 | - "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f" | |
1171 | - }, | |
1172 | - "dist": { | |
1173 | - "type": "zip", | |
1174 | - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f", | |
1175 | - "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f", | |
1176 | - "shasum": "" | |
1177 | - }, | |
1178 | - "require": { | |
1179 | - "php": "^5.3.3 || ^7.0" | |
1180 | - }, | |
1181 | - "require-dev": { | |
1182 | - "ext-intl": "*", | |
1183 | - "phpunit/phpunit": "^4.8.35 || ^5.7", | |
1184 | - "squizlabs/php_codesniffer": "^2.9.2" | |
1185 | - }, | |
1186 | - "time": "2019-12-12T13:22:17+00:00", | |
1187 | - "type": "library", | |
1188 | - "extra": { | |
1189 | - "branch-alias": { | |
1190 | - "dev-master": "1.9-dev" | |
1191 | - } | |
1192 | - }, | |
1193 | - "installation-source": "dist", | |
1194 | - "autoload": { | |
1195 | - "psr-4": { | |
1196 | - "Faker\\": "src/Faker/" | |
1197 | - } | |
1198 | - }, | |
1199 | - "notification-url": "https://packagist.org/downloads/", | |
1200 | - "license": [ | |
1201 | - "MIT" | |
1202 | - ], | |
1203 | - "authors": [ | |
1204 | - { | |
1205 | - "name": "François Zaninotto" | |
1206 | - } | |
1207 | - ], | |
1208 | - "description": "Faker is a PHP library that generates fake data for you.", | |
1209 | - "keywords": [ | |
1210 | - "data", | |
1211 | - "faker", | |
1212 | - "fixtures" | |
1213 | - ] | |
1214 | - }, | |
1215 | - { | |
1216 | - "name": "guzzlehttp/psr7", | |
1217 | - "version": "1.6.1", | |
1218 | - "version_normalized": "1.6.1.0", | |
1219 | - "source": { | |
1220 | - "type": "git", | |
1221 | - "url": "https://github.com/guzzle/psr7.git", | |
1222 | - "reference": "239400de7a173fe9901b9ac7c06497751f00727a" | |
1223 | - }, | |
1224 | - "dist": { | |
1225 | - "type": "zip", | |
1226 | - "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", | |
1227 | - "reference": "239400de7a173fe9901b9ac7c06497751f00727a", | |
1228 | - "shasum": "" | |
1229 | - }, | |
1230 | - "require": { | |
1231 | - "php": ">=5.4.0", | |
1232 | - "psr/http-message": "~1.0", | |
1233 | - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" | |
1234 | - }, | |
1235 | - "provide": { | |
1236 | - "psr/http-message-implementation": "1.0" | |
1237 | - }, | |
1238 | - "require-dev": { | |
1239 | - "ext-zlib": "*", | |
1240 | - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" | |
1241 | - }, | |
1242 | - "suggest": { | |
1243 | - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" | |
1244 | - }, | |
1245 | - "time": "2019-07-01T23:21:34+00:00", | |
1246 | - "type": "library", | |
1247 | - "extra": { | |
1248 | - "branch-alias": { | |
1249 | - "dev-master": "1.6-dev" | |
1250 | - } | |
1251 | - }, | |
1252 | - "installation-source": "dist", | |
1253 | - "autoload": { | |
1254 | - "psr-4": { | |
1255 | - "GuzzleHttp\\Psr7\\": "src/" | |
1256 | - }, | |
1257 | - "files": [ | |
1258 | - "src/functions_include.php" | |
1259 | - ] | |
1260 | - }, | |
1261 | - "notification-url": "https://packagist.org/downloads/", | |
1262 | - "license": [ | |
1263 | - "MIT" | |
1264 | - ], | |
1265 | - "authors": [ | |
1266 | - { | |
1267 | - "name": "Michael Dowling", | |
1268 | - "email": "mtdowling@gmail.com", | |
1269 | - "homepage": "https://github.com/mtdowling" | |
1270 | - }, | |
1271 | - { | |
1272 | - "name": "Tobias Schultze", | |
1273 | - "homepage": "https://github.com/Tobion" | |
1274 | - } | |
1275 | - ], | |
1276 | - "description": "PSR-7 message implementation that also provides common utility methods", | |
1277 | - "keywords": [ | |
1278 | - "http", | |
1279 | - "message", | |
1280 | - "psr-7", | |
1281 | - "request", | |
1282 | - "response", | |
1283 | - "stream", | |
1284 | - "uri", | |
1285 | - "url" | |
1286 | - ] | |
1287 | - }, | |
1288 | - { | |
1289 | - "name": "justinrainbow/json-schema", | |
1290 | - "version": "5.2.10", | |
1291 | - "version_normalized": "5.2.10.0", | |
1292 | - "source": { | |
1293 | - "type": "git", | |
1294 | - "url": "https://github.com/justinrainbow/json-schema.git", | |
1295 | - "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" | |
1296 | - }, | |
1297 | - "dist": { | |
1298 | - "type": "zip", | |
1299 | - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", | |
1300 | - "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", | |
1301 | - "shasum": "" | |
1302 | - }, | |
1303 | - "require": { | |
1304 | - "php": ">=5.3.3" | |
1305 | - }, | |
1306 | - "require-dev": { | |
1307 | - "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", | |
1308 | - "json-schema/json-schema-test-suite": "1.2.0", | |
1309 | - "phpunit/phpunit": "^4.8.35" | |
1310 | - }, | |
1311 | - "time": "2020-05-27T16:41:55+00:00", | |
1312 | - "bin": [ | |
1313 | - "bin/validate-json" | |
1314 | - ], | |
1315 | - "type": "library", | |
1316 | - "extra": { | |
1317 | - "branch-alias": { | |
1318 | - "dev-master": "5.0.x-dev" | |
1319 | - } | |
1320 | - }, | |
1321 | - "installation-source": "dist", | |
1322 | - "autoload": { | |
1323 | - "psr-4": { | |
1324 | - "JsonSchema\\": "src/JsonSchema/" | |
1325 | - } | |
1326 | - }, | |
1327 | - "notification-url": "https://packagist.org/downloads/", | |
1328 | - "license": [ | |
1329 | - "MIT" | |
1330 | - ], | |
1331 | - "authors": [ | |
1332 | - { | |
1333 | - "name": "Bruno Prieto Reis", | |
1334 | - "email": "bruno.p.reis@gmail.com" | |
1335 | - }, | |
1336 | - { | |
1337 | - "name": "Justin Rainbow", | |
1338 | - "email": "justin.rainbow@gmail.com" | |
1339 | - }, | |
1340 | - { | |
1341 | - "name": "Igor Wiedler", | |
1342 | - "email": "igor@wiedler.ch" | |
1343 | - }, | |
1344 | - { | |
1345 | - "name": "Robert Schönthal", | |
1346 | - "email": "seroscho@googlemail.com" | |
1347 | - } | |
1348 | - ], | |
1349 | - "description": "A library to validate a json schema.", | |
1350 | - "homepage": "https://github.com/justinrainbow/json-schema", | |
1351 | - "keywords": [ | |
1352 | - "json", | |
1353 | - "schema" | |
1354 | - ] | |
1355 | - }, | |
1356 | - { | |
1357 | - "name": "kartik-v/yii2-mpdf", | |
1358 | - "version": "v1.0.1", | |
1359 | - "version_normalized": "1.0.1.0", | |
1360 | - "source": { | |
1361 | - "type": "git", | |
1362 | - "url": "https://github.com/kartik-v/yii2-mpdf.git", | |
1363 | - "reference": "17fda1cb084c58fee6014026d35af5faf73316ef" | |
1364 | - }, | |
1365 | - "dist": { | |
1366 | - "type": "zip", | |
1367 | - "url": "https://api.github.com/repos/kartik-v/yii2-mpdf/zipball/17fda1cb084c58fee6014026d35af5faf73316ef", | |
1368 | - "reference": "17fda1cb084c58fee6014026d35af5faf73316ef", | |
1369 | - "shasum": "" | |
1370 | - }, | |
1371 | - "require": { | |
1372 | - "mpdf/mpdf": "<7.0" | |
1373 | - }, | |
1374 | - "time": "2017-01-14T11:51:12+00:00", | |
1375 | - "type": "yii2-extension", | |
1376 | - "extra": { | |
1377 | - "branch-alias": { | |
1378 | - "dev-master": "1.0.x-dev" | |
1379 | - } | |
1380 | - }, | |
1381 | - "installation-source": "dist", | |
1382 | - "autoload": { | |
1383 | - "psr-4": { | |
1384 | - "kartik\\mpdf\\": "" | |
1385 | - } | |
1386 | - }, | |
1387 | - "notification-url": "https://packagist.org/downloads/", | |
1388 | - "license": [ | |
1389 | - "BSD 3-Clause" | |
1390 | - ], | |
1391 | - "authors": [ | |
1392 | - { | |
1393 | - "name": "Kartik Visweswaran", | |
1394 | - "email": "kartikv2@gmail.com", | |
1395 | - "homepage": "http://www.krajee.com/" | |
1396 | - } | |
1397 | - ], | |
1398 | - "description": "A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.", | |
1399 | - "homepage": "https://github.com/kartik-v/yii2-mpdf", | |
1400 | - "keywords": [ | |
1401 | - "component", | |
1402 | - "extension", | |
1403 | - "html", | |
1404 | - "mpdf", | |
1405 | - "pdf", | |
1406 | - "utf8", | |
1407 | - "yii2" | |
1408 | - ] | |
1409 | - }, | |
1410 | - { | |
1411 | - "name": "mpdf/mpdf", | |
1412 | - "version": "v6.1.3", | |
1413 | - "version_normalized": "6.1.3.0", | |
1414 | - "source": { | |
1415 | - "type": "git", | |
1416 | - "url": "https://github.com/mpdf/mpdf.git", | |
1417 | - "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97" | |
1418 | - }, | |
1419 | - "dist": { | |
1420 | - "type": "zip", | |
1421 | - "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97", | |
1422 | - "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97", | |
1423 | - "shasum": "" | |
1424 | - }, | |
1425 | - "require": { | |
1426 | - "ext-mbstring": "*", | |
1427 | - "php": ">=5.4.0", | |
1428 | - "setasign/fpdi": "1.6.*" | |
1429 | - }, | |
1430 | - "require-dev": { | |
1431 | - "phpunit/phpunit": "^4.7" | |
1432 | - }, | |
1433 | - "suggest": { | |
1434 | - "ext-zlib": "Needed for compression of embedded resources, such as fonts" | |
1435 | - }, | |
1436 | - "time": "2016-12-12T10:42:18+00:00", | |
1437 | - "type": "library", | |
1438 | - "installation-source": "dist", | |
1439 | - "autoload": { | |
1440 | - "classmap": [ | |
1441 | - "mpdf.php", | |
1442 | - "classes" | |
1443 | - ] | |
1444 | - }, | |
1445 | - "notification-url": "https://packagist.org/downloads/", | |
1446 | - "license": [ | |
1447 | - "GPL-2.0" | |
1448 | - ], | |
1449 | - "authors": [ | |
1450 | - { | |
1451 | - "name": "Ian Back", | |
1452 | - "role": "Developer" | |
1453 | - } | |
1454 | - ], | |
1455 | - "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support", | |
1456 | - "homepage": "http://mpdf.github.io", | |
1457 | - "keywords": [ | |
1458 | - "pdf", | |
1459 | - "php", | |
1460 | - "utf-8" | |
1461 | - ] | |
1462 | - }, | |
1463 | - { | |
1464 | - "name": "myclabs/deep-copy", | |
1465 | - "version": "1.10.1", | |
1466 | - "version_normalized": "1.10.1.0", | |
1467 | - "source": { | |
1468 | - "type": "git", | |
1469 | - "url": "https://github.com/myclabs/DeepCopy.git", | |
1470 | - "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" | |
1471 | - }, | |
1472 | - "dist": { | |
1473 | - "type": "zip", | |
1474 | - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", | |
1475 | - "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", | |
1476 | - "shasum": "" | |
1477 | - }, | |
1478 | - "require": { | |
1479 | - "php": "^7.1 || ^8.0" | |
1480 | - }, | |
1481 | - "replace": { | |
1482 | - "myclabs/deep-copy": "self.version" | |
1483 | - }, | |
1484 | - "require-dev": { | |
1485 | - "doctrine/collections": "^1.0", | |
1486 | - "doctrine/common": "^2.6", | |
1487 | - "phpunit/phpunit": "^7.1" | |
1488 | - }, | |
1489 | - "time": "2020-06-29T13:22:24+00:00", | |
1490 | - "type": "library", | |
1491 | - "installation-source": "dist", | |
1492 | - "autoload": { | |
1493 | - "psr-4": { | |
1494 | - "DeepCopy\\": "src/DeepCopy/" | |
1495 | - }, | |
1496 | - "files": [ | |
1497 | - "src/DeepCopy/deep_copy.php" | |
1498 | - ] | |
1499 | - }, | |
1500 | - "notification-url": "https://packagist.org/downloads/", | |
1501 | - "license": [ | |
1502 | - "MIT" | |
1503 | - ], | |
1504 | - "description": "Create deep copies (clones) of your objects", | |
1505 | - "keywords": [ | |
1506 | - "clone", | |
1507 | - "copy", | |
1508 | - "duplicate", | |
1509 | - "object", | |
1510 | - "object graph" | |
1511 | - ], | |
1512 | - "funding": [ | |
1513 | - { | |
1514 | - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", | |
1515 | - "type": "tidelift" | |
1516 | - } | |
1517 | - ] | |
1518 | - }, | |
1519 | - { | |
1520 | - "name": "opis/closure", | |
1521 | - "version": "3.5.5", | |
1522 | - "version_normalized": "3.5.5.0", | |
1523 | - "source": { | |
1524 | - "type": "git", | |
1525 | - "url": "https://github.com/opis/closure.git", | |
1526 | - "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c" | |
1527 | - }, | |
1528 | - "dist": { | |
1529 | - "type": "zip", | |
1530 | - "url": "https://api.github.com/repos/opis/closure/zipball/dec9fc5ecfca93f45cd6121f8e6f14457dff372c", | |
1531 | - "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c", | |
1532 | - "shasum": "" | |
1533 | - }, | |
1534 | - "require": { | |
1535 | - "php": "^5.4 || ^7.0" | |
1536 | - }, | |
1537 | - "require-dev": { | |
1538 | - "jeremeamia/superclosure": "^2.0", | |
1539 | - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" | |
1540 | - }, | |
1541 | - "time": "2020-06-17T14:59:55+00:00", | |
1542 | - "type": "library", | |
1543 | - "extra": { | |
1544 | - "branch-alias": { | |
1545 | - "dev-master": "3.5.x-dev" | |
1546 | - } | |
1547 | - }, | |
1548 | - "installation-source": "dist", | |
1549 | - "autoload": { | |
1550 | - "psr-4": { | |
1551 | - "Opis\\Closure\\": "src/" | |
1552 | - }, | |
1553 | - "files": [ | |
1554 | - "functions.php" | |
1555 | - ] | |
1556 | - }, | |
1557 | - "notification-url": "https://packagist.org/downloads/", | |
1558 | - "license": [ | |
1559 | - "MIT" | |
1560 | - ], | |
1561 | - "authors": [ | |
1562 | - { | |
1563 | - "name": "Marius Sarca", | |
1564 | - "email": "marius.sarca@gmail.com" | |
1565 | - }, | |
1566 | - { | |
1567 | - "name": "Sorin Sarca", | |
1568 | - "email": "sarca_sorin@hotmail.com" | |
1569 | - } | |
1570 | - ], | |
1571 | - "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", | |
1572 | - "homepage": "https://opis.io/closure", | |
1573 | - "keywords": [ | |
1574 | - "anonymous functions", | |
1575 | - "closure", | |
1576 | - "function", | |
1577 | - "serializable", | |
1578 | - "serialization", | |
1579 | - "serialize" | |
1580 | - ] | |
1581 | - }, | |
1582 | - { | |
1583 | - "name": "paragonie/random_compat", | |
1584 | - "version": "v9.99.99", | |
1585 | - "version_normalized": "9.99.99.0", | |
1586 | - "source": { | |
1587 | - "type": "git", | |
1588 | - "url": "https://github.com/paragonie/random_compat.git", | |
1589 | - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" | |
1590 | - }, | |
1591 | - "dist": { | |
1592 | - "type": "zip", | |
1593 | - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", | |
1594 | - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", | |
1595 | - "shasum": "" | |
1596 | - }, | |
1597 | - "require": { | |
1598 | - "php": "^7" | |
1599 | - }, | |
1600 | - "require-dev": { | |
1601 | - "phpunit/phpunit": "4.*|5.*", | |
1602 | - "vimeo/psalm": "^1" | |
1603 | - }, | |
1604 | - "suggest": { | |
1605 | - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | |
1606 | - }, | |
1607 | - "time": "2018-07-02T15:55:56+00:00", | |
1608 | - "type": "library", | |
1609 | - "installation-source": "dist", | |
1610 | - "notification-url": "https://packagist.org/downloads/", | |
1611 | - "license": [ | |
1612 | - "MIT" | |
1613 | - ], | |
1614 | - "authors": [ | |
1615 | - { | |
1616 | - "name": "Paragon Initiative Enterprises", | |
1617 | - "email": "security@paragonie.com", | |
1618 | - "homepage": "https://paragonie.com" | |
1619 | - } | |
1620 | - ], | |
1621 | - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | |
1622 | - "keywords": [ | |
1623 | - "csprng", | |
1624 | - "polyfill", | |
1625 | - "pseudorandom", | |
1626 | - "random" | |
1627 | - ] | |
1628 | - }, | |
1629 | - { | |
1630 | - "name": "phar-io/manifest", | |
1631 | - "version": "1.0.3", | |
1632 | - "version_normalized": "1.0.3.0", | |
1633 | - "source": { | |
1634 | - "type": "git", | |
1635 | - "url": "https://github.com/phar-io/manifest.git", | |
1636 | - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" | |
1637 | - }, | |
1638 | - "dist": { | |
1639 | - "type": "zip", | |
1640 | - "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | |
1641 | - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | |
1642 | - "shasum": "" | |
1643 | - }, | |
1644 | - "require": { | |
1645 | - "ext-dom": "*", | |
1646 | - "ext-phar": "*", | |
1647 | - "phar-io/version": "^2.0", | |
1648 | - "php": "^5.6 || ^7.0" | |
1649 | - }, | |
1650 | - "time": "2018-07-08T19:23:20+00:00", | |
1651 | - "type": "library", | |
1652 | - "extra": { | |
1653 | - "branch-alias": { | |
1654 | - "dev-master": "1.0.x-dev" | |
1655 | - } | |
1656 | - }, | |
1657 | - "installation-source": "dist", | |
1658 | - "autoload": { | |
1659 | - "classmap": [ | |
1660 | - "src/" | |
1661 | - ] | |
1662 | - }, | |
1663 | - "notification-url": "https://packagist.org/downloads/", | |
1664 | - "license": [ | |
1665 | - "BSD-3-Clause" | |
1666 | - ], | |
1667 | - "authors": [ | |
1668 | - { | |
1669 | - "name": "Arne Blankerts", | |
1670 | - "email": "arne@blankerts.de", | |
1671 | - "role": "Developer" | |
1672 | - }, | |
1673 | - { | |
1674 | - "name": "Sebastian Heuer", | |
1675 | - "email": "sebastian@phpeople.de", | |
1676 | - "role": "Developer" | |
1677 | - }, | |
1678 | - { | |
1679 | - "name": "Sebastian Bergmann", | |
1680 | - "email": "sebastian@phpunit.de", | |
1681 | - "role": "Developer" | |
1682 | - } | |
1683 | - ], | |
1684 | - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)" | |
1685 | - }, | |
1686 | - { | |
1687 | - "name": "phar-io/version", | |
1688 | - "version": "2.0.1", | |
1689 | - "version_normalized": "2.0.1.0", | |
1690 | - "source": { | |
1691 | - "type": "git", | |
1692 | - "url": "https://github.com/phar-io/version.git", | |
1693 | - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" | |
1694 | - }, | |
1695 | - "dist": { | |
1696 | - "type": "zip", | |
1697 | - "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", | |
1698 | - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", | |
1699 | - "shasum": "" | |
1700 | - }, | |
1701 | - "require": { | |
1702 | - "php": "^5.6 || ^7.0" | |
1703 | - }, | |
1704 | - "time": "2018-07-08T19:19:57+00:00", | |
1705 | - "type": "library", | |
1706 | - "installation-source": "dist", | |
1707 | - "autoload": { | |
1708 | - "classmap": [ | |
1709 | - "src/" | |
1710 | - ] | |
1711 | - }, | |
1712 | - "notification-url": "https://packagist.org/downloads/", | |
1713 | - "license": [ | |
1714 | - "BSD-3-Clause" | |
1715 | - ], | |
1716 | - "authors": [ | |
1717 | - { | |
1718 | - "name": "Arne Blankerts", | |
1719 | - "email": "arne@blankerts.de", | |
1720 | - "role": "Developer" | |
1721 | - }, | |
1722 | - { | |
1723 | - "name": "Sebastian Heuer", | |
1724 | - "email": "sebastian@phpeople.de", | |
1725 | - "role": "Developer" | |
1726 | - }, | |
1727 | - { | |
1728 | - "name": "Sebastian Bergmann", | |
1729 | - "email": "sebastian@phpunit.de", | |
1730 | - "role": "Developer" | |
1731 | - } | |
1732 | - ], | |
1733 | - "description": "Library for handling version information and constraints" | |
1734 | - }, | |
1735 | - { | |
1736 | - "name": "phpdocumentor/reflection-common", | |
1737 | - "version": "2.2.0", | |
1738 | - "version_normalized": "2.2.0.0", | |
1739 | - "source": { | |
1740 | - "type": "git", | |
1741 | - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
1742 | - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" | |
1743 | - }, | |
1744 | - "dist": { | |
1745 | - "type": "zip", | |
1746 | - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", | |
1747 | - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", | |
1748 | - "shasum": "" | |
1749 | - }, | |
1750 | - "require": { | |
1751 | - "php": "^7.2 || ^8.0" | |
1752 | - }, | |
1753 | - "time": "2020-06-27T09:03:43+00:00", | |
1754 | - "type": "library", | |
1755 | - "extra": { | |
1756 | - "branch-alias": { | |
1757 | - "dev-2.x": "2.x-dev" | |
1758 | - } | |
1759 | - }, | |
1760 | - "installation-source": "dist", | |
1761 | - "autoload": { | |
1762 | - "psr-4": { | |
1763 | - "phpDocumentor\\Reflection\\": "src/" | |
1764 | - } | |
1765 | - }, | |
1766 | - "notification-url": "https://packagist.org/downloads/", | |
1767 | - "license": [ | |
1768 | - "MIT" | |
1769 | - ], | |
1770 | - "authors": [ | |
1771 | - { | |
1772 | - "name": "Jaap van Otterdijk", | |
1773 | - "email": "opensource@ijaap.nl" | |
1774 | - } | |
1775 | - ], | |
1776 | - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
1777 | - "homepage": "http://www.phpdoc.org", | |
1778 | - "keywords": [ | |
1779 | - "FQSEN", | |
1780 | - "phpDocumentor", | |
1781 | - "phpdoc", | |
1782 | - "reflection", | |
1783 | - "static analysis" | |
1784 | - ] | |
1785 | - }, | |
1786 | - { | |
1787 | - "name": "phpdocumentor/reflection-docblock", | |
1788 | - "version": "5.2.0", | |
1789 | - "version_normalized": "5.2.0.0", | |
1790 | - "source": { | |
1791 | - "type": "git", | |
1792 | - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
1793 | - "reference": "3170448f5769fe19f456173d833734e0ff1b84df" | |
1794 | - }, | |
1795 | - "dist": { | |
1796 | - "type": "zip", | |
1797 | - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df", | |
1798 | - "reference": "3170448f5769fe19f456173d833734e0ff1b84df", | |
1799 | - "shasum": "" | |
1800 | - }, | |
1801 | - "require": { | |
1802 | - "ext-filter": "*", | |
1803 | - "php": "^7.2 || ^8.0", | |
1804 | - "phpdocumentor/reflection-common": "^2.2", | |
1805 | - "phpdocumentor/type-resolver": "^1.3", | |
1806 | - "webmozart/assert": "^1.9.1" | |
1807 | - }, | |
1808 | - "require-dev": { | |
1809 | - "mockery/mockery": "~1.3.2" | |
1810 | - }, | |
1811 | - "time": "2020-07-20T20:05:34+00:00", | |
1812 | - "type": "library", | |
1813 | - "extra": { | |
1814 | - "branch-alias": { | |
1815 | - "dev-master": "5.x-dev" | |
1816 | - } | |
1817 | - }, | |
1818 | - "installation-source": "dist", | |
1819 | - "autoload": { | |
1820 | - "psr-4": { | |
1821 | - "phpDocumentor\\Reflection\\": "src" | |
1822 | - } | |
1823 | - }, | |
1824 | - "notification-url": "https://packagist.org/downloads/", | |
1825 | - "license": [ | |
1826 | - "MIT" | |
1827 | - ], | |
1828 | - "authors": [ | |
1829 | - { | |
1830 | - "name": "Mike van Riel", | |
1831 | - "email": "me@mikevanriel.com" | |
1832 | - }, | |
1833 | - { | |
1834 | - "name": "Jaap van Otterdijk", | |
1835 | - "email": "account@ijaap.nl" | |
1836 | - } | |
1837 | - ], | |
1838 | - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." | |
1839 | - }, | |
1840 | - { | |
1841 | - "name": "phpdocumentor/type-resolver", | |
1842 | - "version": "1.3.0", | |
1843 | - "version_normalized": "1.3.0.0", | |
1844 | - "source": { | |
1845 | - "type": "git", | |
1846 | - "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
1847 | - "reference": "e878a14a65245fbe78f8080eba03b47c3b705651" | |
1848 | - }, | |
1849 | - "dist": { | |
1850 | - "type": "zip", | |
1851 | - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651", | |
1852 | - "reference": "e878a14a65245fbe78f8080eba03b47c3b705651", | |
1853 | - "shasum": "" | |
1854 | - }, | |
1855 | - "require": { | |
1856 | - "php": "^7.2 || ^8.0", | |
1857 | - "phpdocumentor/reflection-common": "^2.0" | |
1858 | - }, | |
1859 | - "require-dev": { | |
1860 | - "ext-tokenizer": "*" | |
1861 | - }, | |
1862 | - "time": "2020-06-27T10:12:23+00:00", | |
1863 | - "type": "library", | |
1864 | - "extra": { | |
1865 | - "branch-alias": { | |
1866 | - "dev-1.x": "1.x-dev" | |
1867 | - } | |
1868 | - }, | |
1869 | - "installation-source": "dist", | |
1870 | - "autoload": { | |
1871 | - "psr-4": { | |
1872 | - "phpDocumentor\\Reflection\\": "src" | |
1873 | - } | |
1874 | - }, | |
1875 | - "notification-url": "https://packagist.org/downloads/", | |
1876 | - "license": [ | |
1877 | - "MIT" | |
1878 | - ], | |
1879 | - "authors": [ | |
1880 | - { | |
1881 | - "name": "Mike van Riel", | |
1882 | - "email": "me@mikevanriel.com" | |
1883 | - } | |
1884 | - ], | |
1885 | - "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names" | |
1886 | - }, | |
1887 | - { | |
1888 | - "name": "phpoffice/phpexcel", | |
1889 | - "version": "1.8.2", | |
1890 | - "version_normalized": "1.8.2.0", | |
1891 | - "source": { | |
1892 | - "type": "git", | |
1893 | - "url": "https://github.com/PHPOffice/PHPExcel.git", | |
1894 | - "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870" | |
1895 | - }, | |
1896 | - "dist": { | |
1897 | - "type": "zip", | |
1898 | - "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870", | |
1899 | - "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870", | |
1900 | - "shasum": "" | |
1901 | - }, | |
1902 | - "require": { | |
1903 | - "ext-mbstring": "*", | |
1904 | - "ext-xml": "*", | |
1905 | - "ext-xmlwriter": "*", | |
1906 | - "php": "^5.2|^7.0" | |
1907 | - }, | |
1908 | - "require-dev": { | |
1909 | - "squizlabs/php_codesniffer": "2.*" | |
1910 | - }, | |
1911 | - "time": "2018-11-22T23:07:24+00:00", | |
1912 | - "type": "library", | |
1913 | - "installation-source": "dist", | |
1914 | - "autoload": { | |
1915 | - "psr-0": { | |
1916 | - "PHPExcel": "Classes/" | |
1917 | - } | |
1918 | - }, | |
1919 | - "notification-url": "https://packagist.org/downloads/", | |
1920 | - "license": [ | |
1921 | - "LGPL-2.1" | |
1922 | - ], | |
1923 | - "authors": [ | |
1924 | - { | |
1925 | - "name": "Maarten Balliauw", | |
1926 | - "homepage": "http://blog.maartenballiauw.be" | |
1927 | - }, | |
1928 | - { | |
1929 | - "name": "Erik Tilt" | |
1930 | - }, | |
1931 | - { | |
1932 | - "name": "Franck Lefevre", | |
1933 | - "homepage": "http://rootslabs.net" | |
1934 | - }, | |
1935 | - { | |
1936 | - "name": "Mark Baker", | |
1937 | - "homepage": "http://markbakeruk.net" | |
1938 | - } | |
1939 | - ], | |
1940 | - "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", | |
1941 | - "homepage": "https://github.com/PHPOffice/PHPExcel", | |
1942 | - "keywords": [ | |
1943 | - "OpenXML", | |
1944 | - "excel", | |
1945 | - "php", | |
1946 | - "spreadsheet", | |
1947 | - "xls", | |
1948 | - "xlsx" | |
1949 | - ], | |
1950 | - "abandoned": "phpoffice/phpspreadsheet" | |
1951 | - }, | |
1952 | - { | |
1953 | - "name": "phpspec/php-diff", | |
1954 | - "version": "v1.1.0", | |
1955 | - "version_normalized": "1.1.0.0", | |
1956 | - "source": { | |
1957 | - "type": "git", | |
1958 | - "url": "https://github.com/phpspec/php-diff.git", | |
1959 | - "reference": "0464787bfa7cd13576c5a1e318709768798bec6a" | |
1960 | - }, | |
1961 | - "dist": { | |
1962 | - "type": "zip", | |
1963 | - "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a", | |
1964 | - "reference": "0464787bfa7cd13576c5a1e318709768798bec6a", | |
1965 | - "shasum": "" | |
1966 | - }, | |
1967 | - "time": "2016-04-07T12:29:16+00:00", | |
1968 | - "type": "library", | |
1969 | - "extra": { | |
1970 | - "branch-alias": { | |
1971 | - "dev-master": "1.0.x-dev" | |
1972 | - } | |
1973 | - }, | |
1974 | - "installation-source": "dist", | |
1975 | - "autoload": { | |
1976 | - "psr-0": { | |
1977 | - "Diff": "lib/" | |
1978 | - } | |
1979 | - }, | |
1980 | - "notification-url": "https://packagist.org/downloads/", | |
1981 | - "license": [ | |
1982 | - "BSD-3-Clause" | |
1983 | - ], | |
1984 | - "authors": [ | |
1985 | - { | |
1986 | - "name": "Chris Boulton", | |
1987 | - "homepage": "http://github.com/chrisboulton" | |
1988 | - } | |
1989 | - ], | |
1990 | - "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays)." | |
1991 | - }, | |
1992 | - { | |
1993 | - "name": "phpspec/prophecy", | |
1994 | - "version": "1.11.1", | |
1995 | - "version_normalized": "1.11.1.0", | |
1996 | - "source": { | |
1997 | - "type": "git", | |
1998 | - "url": "https://github.com/phpspec/prophecy.git", | |
1999 | - "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160" | |
2000 | - }, | |
2001 | - "dist": { | |
2002 | - "type": "zip", | |
2003 | - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160", | |
2004 | - "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160", | |
2005 | - "shasum": "" | |
2006 | - }, | |
2007 | - "require": { | |
2008 | - "doctrine/instantiator": "^1.2", | |
2009 | - "php": "^7.2", | |
2010 | - "phpdocumentor/reflection-docblock": "^5.0", | |
2011 | - "sebastian/comparator": "^3.0 || ^4.0", | |
2012 | - "sebastian/recursion-context": "^3.0 || ^4.0" | |
2013 | - }, | |
2014 | - "require-dev": { | |
2015 | - "phpspec/phpspec": "^6.0", | |
2016 | - "phpunit/phpunit": "^8.0" | |
2017 | - }, | |
2018 | - "time": "2020-07-08T12:44:21+00:00", | |
2019 | - "type": "library", | |
2020 | - "extra": { | |
2021 | - "branch-alias": { | |
2022 | - "dev-master": "1.11.x-dev" | |
2023 | - } | |
2024 | - }, | |
2025 | - "installation-source": "dist", | |
2026 | - "autoload": { | |
2027 | - "psr-4": { | |
2028 | - "Prophecy\\": "src/Prophecy" | |
2029 | - } | |
2030 | - }, | |
2031 | - "notification-url": "https://packagist.org/downloads/", | |
2032 | - "license": [ | |
2033 | - "MIT" | |
2034 | - ], | |
2035 | - "authors": [ | |
2036 | - { | |
2037 | - "name": "Konstantin Kudryashov", | |
2038 | - "email": "ever.zet@gmail.com", | |
2039 | - "homepage": "http://everzet.com" | |
2040 | - }, | |
2041 | - { | |
2042 | - "name": "Marcello Duarte", | |
2043 | - "email": "marcello.duarte@gmail.com" | |
2044 | - } | |
2045 | - ], | |
2046 | - "description": "Highly opinionated mocking framework for PHP 5.3+", | |
2047 | - "homepage": "https://github.com/phpspec/prophecy", | |
2048 | - "keywords": [ | |
2049 | - "Double", | |
2050 | - "Dummy", | |
2051 | - "fake", | |
2052 | - "mock", | |
2053 | - "spy", | |
2054 | - "stub" | |
2055 | - ] | |
2056 | - }, | |
2057 | - { | |
2058 | - "name": "phpunit/php-code-coverage", | |
2059 | - "version": "7.0.10", | |
2060 | - "version_normalized": "7.0.10.0", | |
2061 | - "source": { | |
2062 | - "type": "git", | |
2063 | - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
2064 | - "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf" | |
2065 | - }, | |
2066 | - "dist": { | |
2067 | - "type": "zip", | |
2068 | - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf", | |
2069 | - "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf", | |
2070 | - "shasum": "" | |
2071 | - }, | |
2072 | - "require": { | |
2073 | - "ext-dom": "*", | |
2074 | - "ext-xmlwriter": "*", | |
2075 | - "php": "^7.2", | |
2076 | - "phpunit/php-file-iterator": "^2.0.2", | |
2077 | - "phpunit/php-text-template": "^1.2.1", | |
2078 | - "phpunit/php-token-stream": "^3.1.1", | |
2079 | - "sebastian/code-unit-reverse-lookup": "^1.0.1", | |
2080 | - "sebastian/environment": "^4.2.2", | |
2081 | - "sebastian/version": "^2.0.1", | |
2082 | - "theseer/tokenizer": "^1.1.3" | |
2083 | - }, | |
2084 | - "require-dev": { | |
2085 | - "phpunit/phpunit": "^8.2.2" | |
2086 | - }, | |
2087 | - "suggest": { | |
2088 | - "ext-xdebug": "^2.7.2" | |
2089 | - }, | |
2090 | - "time": "2019-11-20T13:55:58+00:00", | |
2091 | - "type": "library", | |
2092 | - "extra": { | |
2093 | - "branch-alias": { | |
2094 | - "dev-master": "7.0-dev" | |
2095 | - } | |
2096 | - }, | |
2097 | - "installation-source": "dist", | |
2098 | - "autoload": { | |
2099 | - "classmap": [ | |
2100 | - "src/" | |
2101 | - ] | |
2102 | - }, | |
2103 | - "notification-url": "https://packagist.org/downloads/", | |
2104 | - "license": [ | |
2105 | - "BSD-3-Clause" | |
2106 | - ], | |
2107 | - "authors": [ | |
2108 | - { | |
2109 | - "name": "Sebastian Bergmann", | |
2110 | - "email": "sebastian@phpunit.de", | |
2111 | - "role": "lead" | |
2112 | - } | |
2113 | - ], | |
2114 | - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
2115 | - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
2116 | - "keywords": [ | |
2117 | - "coverage", | |
2118 | - "testing", | |
2119 | - "xunit" | |
2120 | - ] | |
2121 | - }, | |
2122 | - { | |
2123 | - "name": "phpunit/php-file-iterator", | |
2124 | - "version": "2.0.2", | |
2125 | - "version_normalized": "2.0.2.0", | |
2126 | - "source": { | |
2127 | - "type": "git", | |
2128 | - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
2129 | - "reference": "050bedf145a257b1ff02746c31894800e5122946" | |
2130 | - }, | |
2131 | - "dist": { | |
2132 | - "type": "zip", | |
2133 | - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", | |
2134 | - "reference": "050bedf145a257b1ff02746c31894800e5122946", | |
2135 | - "shasum": "" | |
2136 | - }, | |
2137 | - "require": { | |
2138 | - "php": "^7.1" | |
2139 | - }, | |
2140 | - "require-dev": { | |
2141 | - "phpunit/phpunit": "^7.1" | |
2142 | - }, | |
2143 | - "time": "2018-09-13T20:33:42+00:00", | |
2144 | - "type": "library", | |
2145 | - "extra": { | |
2146 | - "branch-alias": { | |
2147 | - "dev-master": "2.0.x-dev" | |
2148 | - } | |
2149 | - }, | |
2150 | - "installation-source": "dist", | |
2151 | - "autoload": { | |
2152 | - "classmap": [ | |
2153 | - "src/" | |
2154 | - ] | |
2155 | - }, | |
2156 | - "notification-url": "https://packagist.org/downloads/", | |
2157 | - "license": [ | |
2158 | - "BSD-3-Clause" | |
2159 | - ], | |
2160 | - "authors": [ | |
2161 | - { | |
2162 | - "name": "Sebastian Bergmann", | |
2163 | - "email": "sebastian@phpunit.de", | |
2164 | - "role": "lead" | |
2165 | - } | |
2166 | - ], | |
2167 | - "description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
2168 | - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
2169 | - "keywords": [ | |
2170 | - "filesystem", | |
2171 | - "iterator" | |
2172 | - ] | |
2173 | - }, | |
2174 | - { | |
2175 | - "name": "phpunit/php-text-template", | |
2176 | - "version": "1.2.1", | |
2177 | - "version_normalized": "1.2.1.0", | |
2178 | - "source": { | |
2179 | - "type": "git", | |
2180 | - "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
2181 | - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
2182 | - }, | |
2183 | - "dist": { | |
2184 | - "type": "zip", | |
2185 | - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
2186 | - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
2187 | - "shasum": "" | |
2188 | - }, | |
2189 | - "require": { | |
2190 | - "php": ">=5.3.3" | |
2191 | - }, | |
2192 | - "time": "2015-06-21T13:50:34+00:00", | |
2193 | - "type": "library", | |
2194 | - "installation-source": "dist", | |
2195 | - "autoload": { | |
2196 | - "classmap": [ | |
2197 | - "src/" | |
2198 | - ] | |
2199 | - }, | |
2200 | - "notification-url": "https://packagist.org/downloads/", | |
2201 | - "license": [ | |
2202 | - "BSD-3-Clause" | |
2203 | - ], | |
2204 | - "authors": [ | |
2205 | - { | |
2206 | - "name": "Sebastian Bergmann", | |
2207 | - "email": "sebastian@phpunit.de", | |
2208 | - "role": "lead" | |
2209 | - } | |
2210 | - ], | |
2211 | - "description": "Simple template engine.", | |
2212 | - "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
2213 | - "keywords": [ | |
2214 | - "template" | |
2215 | - ] | |
2216 | - }, | |
2217 | - { | |
2218 | - "name": "phpunit/php-timer", | |
2219 | - "version": "2.1.2", | |
2220 | - "version_normalized": "2.1.2.0", | |
2221 | - "source": { | |
2222 | - "type": "git", | |
2223 | - "url": "https://github.com/sebastianbergmann/php-timer.git", | |
2224 | - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" | |
2225 | - }, | |
2226 | - "dist": { | |
2227 | - "type": "zip", | |
2228 | - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", | |
2229 | - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", | |
2230 | - "shasum": "" | |
2231 | - }, | |
2232 | - "require": { | |
2233 | - "php": "^7.1" | |
2234 | - }, | |
2235 | - "require-dev": { | |
2236 | - "phpunit/phpunit": "^7.0" | |
2237 | - }, | |
2238 | - "time": "2019-06-07T04:22:29+00:00", | |
2239 | - "type": "library", | |
2240 | - "extra": { | |
2241 | - "branch-alias": { | |
2242 | - "dev-master": "2.1-dev" | |
2243 | - } | |
2244 | - }, | |
2245 | - "installation-source": "dist", | |
2246 | - "autoload": { | |
2247 | - "classmap": [ | |
2248 | - "src/" | |
2249 | - ] | |
2250 | - }, | |
2251 | - "notification-url": "https://packagist.org/downloads/", | |
2252 | - "license": [ | |
2253 | - "BSD-3-Clause" | |
2254 | - ], | |
2255 | - "authors": [ | |
2256 | - { | |
2257 | - "name": "Sebastian Bergmann", | |
2258 | - "email": "sebastian@phpunit.de", | |
2259 | - "role": "lead" | |
2260 | - } | |
2261 | - ], | |
2262 | - "description": "Utility class for timing", | |
2263 | - "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
2264 | - "keywords": [ | |
2265 | - "timer" | |
2266 | - ] | |
2267 | - }, | |
2268 | - { | |
2269 | - "name": "phpunit/php-token-stream", | |
2270 | - "version": "3.1.1", | |
2271 | - "version_normalized": "3.1.1.0", | |
2272 | - "source": { | |
2273 | - "type": "git", | |
2274 | - "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
2275 | - "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" | |
2276 | - }, | |
2277 | - "dist": { | |
2278 | - "type": "zip", | |
2279 | - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", | |
2280 | - "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", | |
2281 | - "shasum": "" | |
2282 | - }, | |
2283 | - "require": { | |
2284 | - "ext-tokenizer": "*", | |
2285 | - "php": "^7.1" | |
2286 | - }, | |
2287 | - "require-dev": { | |
2288 | - "phpunit/phpunit": "^7.0" | |
2289 | - }, | |
2290 | - "time": "2019-09-17T06:23:10+00:00", | |
2291 | - "type": "library", | |
2292 | - "extra": { | |
2293 | - "branch-alias": { | |
2294 | - "dev-master": "3.1-dev" | |
2295 | - } | |
2296 | - }, | |
2297 | - "installation-source": "dist", | |
2298 | - "autoload": { | |
2299 | - "classmap": [ | |
2300 | - "src/" | |
2301 | - ] | |
2302 | - }, | |
2303 | - "notification-url": "https://packagist.org/downloads/", | |
2304 | - "license": [ | |
2305 | - "BSD-3-Clause" | |
2306 | - ], | |
2307 | - "authors": [ | |
2308 | - { | |
2309 | - "name": "Sebastian Bergmann", | |
2310 | - "email": "sebastian@phpunit.de" | |
2311 | - } | |
2312 | - ], | |
2313 | - "description": "Wrapper around PHP's tokenizer extension.", | |
2314 | - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
2315 | - "keywords": [ | |
2316 | - "tokenizer" | |
2317 | - ], | |
2318 | - "abandoned": true | |
2319 | - }, | |
2320 | - { | |
2321 | - "name": "phpunit/phpunit", | |
2322 | - "version": "8.5.8", | |
2323 | - "version_normalized": "8.5.8.0", | |
2324 | - "source": { | |
2325 | - "type": "git", | |
2326 | - "url": "https://github.com/sebastianbergmann/phpunit.git", | |
2327 | - "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997" | |
2328 | - }, | |
2329 | - "dist": { | |
2330 | - "type": "zip", | |
2331 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997", | |
2332 | - "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997", | |
2333 | - "shasum": "" | |
2334 | - }, | |
2335 | - "require": { | |
2336 | - "doctrine/instantiator": "^1.2.0", | |
2337 | - "ext-dom": "*", | |
2338 | - "ext-json": "*", | |
2339 | - "ext-libxml": "*", | |
2340 | - "ext-mbstring": "*", | |
2341 | - "ext-xml": "*", | |
2342 | - "ext-xmlwriter": "*", | |
2343 | - "myclabs/deep-copy": "^1.9.1", | |
2344 | - "phar-io/manifest": "^1.0.3", | |
2345 | - "phar-io/version": "^2.0.1", | |
2346 | - "php": "^7.2", | |
2347 | - "phpspec/prophecy": "^1.8.1", | |
2348 | - "phpunit/php-code-coverage": "^7.0.7", | |
2349 | - "phpunit/php-file-iterator": "^2.0.2", | |
2350 | - "phpunit/php-text-template": "^1.2.1", | |
2351 | - "phpunit/php-timer": "^2.1.2", | |
2352 | - "sebastian/comparator": "^3.0.2", | |
2353 | - "sebastian/diff": "^3.0.2", | |
2354 | - "sebastian/environment": "^4.2.2", | |
2355 | - "sebastian/exporter": "^3.1.1", | |
2356 | - "sebastian/global-state": "^3.0.0", | |
2357 | - "sebastian/object-enumerator": "^3.0.3", | |
2358 | - "sebastian/resource-operations": "^2.0.1", | |
2359 | - "sebastian/type": "^1.1.3", | |
2360 | - "sebastian/version": "^2.0.1" | |
2361 | - }, | |
2362 | - "require-dev": { | |
2363 | - "ext-pdo": "*" | |
2364 | - }, | |
2365 | - "suggest": { | |
2366 | - "ext-soap": "*", | |
2367 | - "ext-xdebug": "*", | |
2368 | - "phpunit/php-invoker": "^2.0.0" | |
2369 | - }, | |
2370 | - "time": "2020-06-22T07:06:58+00:00", | |
2371 | - "bin": [ | |
2372 | - "phpunit" | |
2373 | - ], | |
2374 | - "type": "library", | |
2375 | - "extra": { | |
2376 | - "branch-alias": { | |
2377 | - "dev-master": "8.5-dev" | |
2378 | - } | |
2379 | - }, | |
2380 | - "installation-source": "dist", | |
2381 | - "autoload": { | |
2382 | - "classmap": [ | |
2383 | - "src/" | |
2384 | - ] | |
2385 | - }, | |
2386 | - "notification-url": "https://packagist.org/downloads/", | |
2387 | - "license": [ | |
2388 | - "BSD-3-Clause" | |
2389 | - ], | |
2390 | - "authors": [ | |
2391 | - { | |
2392 | - "name": "Sebastian Bergmann", | |
2393 | - "email": "sebastian@phpunit.de", | |
2394 | - "role": "lead" | |
2395 | - } | |
2396 | - ], | |
2397 | - "description": "The PHP Unit Testing framework.", | |
2398 | - "homepage": "https://phpunit.de/", | |
2399 | - "keywords": [ | |
2400 | - "phpunit", | |
2401 | - "testing", | |
2402 | - "xunit" | |
2403 | - ], | |
2404 | - "funding": [ | |
2405 | - { | |
2406 | - "url": "https://phpunit.de/donate.html", | |
2407 | - "type": "custom" | |
2408 | - }, | |
2409 | - { | |
2410 | - "url": "https://github.com/sebastianbergmann", | |
2411 | - "type": "github" | |
2412 | - } | |
2413 | - ] | |
2414 | - }, | |
2415 | - { | |
2416 | - "name": "psr/container", | |
2417 | - "version": "1.0.0", | |
2418 | - "version_normalized": "1.0.0.0", | |
2419 | - "source": { | |
2420 | - "type": "git", | |
2421 | - "url": "https://github.com/php-fig/container.git", | |
2422 | - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
2423 | - }, | |
2424 | - "dist": { | |
2425 | - "type": "zip", | |
2426 | - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
2427 | - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
2428 | - "shasum": "" | |
2429 | - }, | |
2430 | - "require": { | |
2431 | - "php": ">=5.3.0" | |
2432 | - }, | |
2433 | - "time": "2017-02-14T16:28:37+00:00", | |
2434 | - "type": "library", | |
2435 | - "extra": { | |
2436 | - "branch-alias": { | |
2437 | - "dev-master": "1.0.x-dev" | |
2438 | - } | |
2439 | - }, | |
2440 | - "installation-source": "dist", | |
2441 | - "autoload": { | |
2442 | - "psr-4": { | |
2443 | - "Psr\\Container\\": "src/" | |
2444 | - } | |
2445 | - }, | |
2446 | - "notification-url": "https://packagist.org/downloads/", | |
2447 | - "license": [ | |
2448 | - "MIT" | |
2449 | - ], | |
2450 | - "authors": [ | |
2451 | - { | |
2452 | - "name": "PHP-FIG", | |
2453 | - "homepage": "http://www.php-fig.org/" | |
2454 | - } | |
2455 | - ], | |
2456 | - "description": "Common Container Interface (PHP FIG PSR-11)", | |
2457 | - "homepage": "https://github.com/php-fig/container", | |
2458 | - "keywords": [ | |
2459 | - "PSR-11", | |
2460 | - "container", | |
2461 | - "container-interface", | |
2462 | - "container-interop", | |
2463 | - "psr" | |
2464 | - ] | |
2465 | - }, | |
2466 | - { | |
2467 | - "name": "psr/event-dispatcher", | |
2468 | - "version": "1.0.0", | |
2469 | - "version_normalized": "1.0.0.0", | |
2470 | - "source": { | |
2471 | - "type": "git", | |
2472 | - "url": "https://github.com/php-fig/event-dispatcher.git", | |
2473 | - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" | |
2474 | - }, | |
2475 | - "dist": { | |
2476 | - "type": "zip", | |
2477 | - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", | |
2478 | - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", | |
2479 | - "shasum": "" | |
2480 | - }, | |
2481 | - "require": { | |
2482 | - "php": ">=7.2.0" | |
2483 | - }, | |
2484 | - "time": "2019-01-08T18:20:26+00:00", | |
2485 | - "type": "library", | |
2486 | - "extra": { | |
2487 | - "branch-alias": { | |
2488 | - "dev-master": "1.0.x-dev" | |
2489 | - } | |
2490 | - }, | |
2491 | - "installation-source": "dist", | |
2492 | - "autoload": { | |
2493 | - "psr-4": { | |
2494 | - "Psr\\EventDispatcher\\": "src/" | |
2495 | - } | |
2496 | - }, | |
2497 | - "notification-url": "https://packagist.org/downloads/", | |
2498 | - "license": [ | |
2499 | - "MIT" | |
2500 | - ], | |
2501 | - "authors": [ | |
2502 | - { | |
2503 | - "name": "PHP-FIG", | |
2504 | - "homepage": "http://www.php-fig.org/" | |
2505 | - } | |
2506 | - ], | |
2507 | - "description": "Standard interfaces for event handling.", | |
2508 | - "keywords": [ | |
2509 | - "events", | |
2510 | - "psr", | |
2511 | - "psr-14" | |
2512 | - ] | |
2513 | - }, | |
2514 | - { | |
2515 | - "name": "psr/http-message", | |
2516 | - "version": "1.0.1", | |
2517 | - "version_normalized": "1.0.1.0", | |
2518 | - "source": { | |
2519 | - "type": "git", | |
2520 | - "url": "https://github.com/php-fig/http-message.git", | |
2521 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
2522 | - }, | |
2523 | - "dist": { | |
2524 | - "type": "zip", | |
2525 | - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
2526 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
2527 | - "shasum": "" | |
2528 | - }, | |
2529 | - "require": { | |
2530 | - "php": ">=5.3.0" | |
2531 | - }, | |
2532 | - "time": "2016-08-06T14:39:51+00:00", | |
2533 | - "type": "library", | |
2534 | - "extra": { | |
2535 | - "branch-alias": { | |
2536 | - "dev-master": "1.0.x-dev" | |
2537 | - } | |
2538 | - }, | |
2539 | - "installation-source": "dist", | |
2540 | - "autoload": { | |
2541 | - "psr-4": { | |
2542 | - "Psr\\Http\\Message\\": "src/" | |
2543 | - } | |
2544 | - }, | |
2545 | - "notification-url": "https://packagist.org/downloads/", | |
2546 | - "license": [ | |
2547 | - "MIT" | |
2548 | - ], | |
2549 | - "authors": [ | |
2550 | - { | |
2551 | - "name": "PHP-FIG", | |
2552 | - "homepage": "http://www.php-fig.org/" | |
2553 | - } | |
2554 | - ], | |
2555 | - "description": "Common interface for HTTP messages", | |
2556 | - "homepage": "https://github.com/php-fig/http-message", | |
2557 | - "keywords": [ | |
2558 | - "http", | |
2559 | - "http-message", | |
2560 | - "psr", | |
2561 | - "psr-7", | |
2562 | - "request", | |
2563 | - "response" | |
2564 | - ] | |
2565 | - }, | |
2566 | - { | |
2567 | - "name": "ralouphie/getallheaders", | |
2568 | - "version": "3.0.3", | |
2569 | - "version_normalized": "3.0.3.0", | |
2570 | - "source": { | |
2571 | - "type": "git", | |
2572 | - "url": "https://github.com/ralouphie/getallheaders.git", | |
2573 | - "reference": "120b605dfeb996808c31b6477290a714d356e822" | |
2574 | - }, | |
2575 | - "dist": { | |
2576 | - "type": "zip", | |
2577 | - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", | |
2578 | - "reference": "120b605dfeb996808c31b6477290a714d356e822", | |
2579 | - "shasum": "" | |
2580 | - }, | |
2581 | - "require": { | |
2582 | - "php": ">=5.6" | |
2583 | - }, | |
2584 | - "require-dev": { | |
2585 | - "php-coveralls/php-coveralls": "^2.1", | |
2586 | - "phpunit/phpunit": "^5 || ^6.5" | |
2587 | - }, | |
2588 | - "time": "2019-03-08T08:55:37+00:00", | |
2589 | - "type": "library", | |
2590 | - "installation-source": "dist", | |
2591 | - "autoload": { | |
2592 | - "files": [ | |
2593 | - "src/getallheaders.php" | |
2594 | - ] | |
2595 | - }, | |
2596 | - "notification-url": "https://packagist.org/downloads/", | |
2597 | - "license": [ | |
2598 | - "MIT" | |
2599 | - ], | |
2600 | - "authors": [ | |
2601 | - { | |
2602 | - "name": "Ralph Khattar", | |
2603 | - "email": "ralph.khattar@gmail.com" | |
2604 | - } | |
2605 | - ], | |
2606 | - "description": "A polyfill for getallheaders." | |
2607 | - }, | |
2608 | - { | |
2609 | - "name": "robregonm/yii2-pdf", | |
2610 | - "version": "1.0.3", | |
2611 | - "version_normalized": "1.0.3.0", | |
2612 | - "source": { | |
2613 | - "type": "git", | |
2614 | - "url": "https://github.com/robregonm/yii2-pdf.git", | |
2615 | - "reference": "af535ca93616cdcc396abef453d649ad8f3e1b36" | |
2616 | - }, | |
2617 | - "dist": { | |
2618 | - "type": "zip", | |
2619 | - "url": "https://api.github.com/repos/robregonm/yii2-pdf/zipball/af535ca93616cdcc396abef453d649ad8f3e1b36", | |
2620 | - "reference": "af535ca93616cdcc396abef453d649ad8f3e1b36", | |
2621 | - "shasum": "" | |
2622 | - }, | |
2623 | - "require": { | |
2624 | - "mpdf/mpdf": ">=5.7.0 <7.0.0", | |
2625 | - "php": ">=5.4.0", | |
2626 | - "yiisoft/yii2": "*", | |
2627 | - "yiisoft/yii2-composer": "*" | |
2628 | - }, | |
2629 | - "time": "2017-11-03T15:33:01+00:00", | |
2630 | - "type": "yii2-extension", | |
2631 | - "installation-source": "dist", | |
2632 | - "autoload": { | |
2633 | - "psr-4": { | |
2634 | - "robregonm\\pdf\\": "" | |
2635 | - } | |
2636 | - }, | |
2637 | - "notification-url": "https://packagist.org/downloads/", | |
2638 | - "license": [ | |
2639 | - "BSD-3-Clause" | |
2640 | - ], | |
2641 | - "authors": [ | |
2642 | - { | |
2643 | - "name": "robregonm", | |
2644 | - "email": "robregonm@gmail.com", | |
2645 | - "homepage": "http://obregon.co", | |
2646 | - "role": "Author" | |
2647 | - } | |
2648 | - ], | |
2649 | - "description": "Yii 2 PDF Response Formatter", | |
2650 | - "keywords": [ | |
2651 | - "documents", | |
2652 | - "formatter", | |
2653 | - "pdf", | |
2654 | - "reports", | |
2655 | - "response", | |
2656 | - "yii", | |
2657 | - "yii2" | |
2658 | - ] | |
2659 | - }, | |
2660 | - { | |
2661 | - "name": "sebastian/code-unit-reverse-lookup", | |
2662 | - "version": "1.0.1", | |
2663 | - "version_normalized": "1.0.1.0", | |
2664 | - "source": { | |
2665 | - "type": "git", | |
2666 | - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
2667 | - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | |
2668 | - }, | |
2669 | - "dist": { | |
2670 | - "type": "zip", | |
2671 | - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
2672 | - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
2673 | - "shasum": "" | |
2674 | - }, | |
2675 | - "require": { | |
2676 | - "php": "^5.6 || ^7.0" | |
2677 | - }, | |
2678 | - "require-dev": { | |
2679 | - "phpunit/phpunit": "^5.7 || ^6.0" | |
2680 | - }, | |
2681 | - "time": "2017-03-04T06:30:41+00:00", | |
2682 | - "type": "library", | |
2683 | - "extra": { | |
2684 | - "branch-alias": { | |
2685 | - "dev-master": "1.0.x-dev" | |
2686 | - } | |
2687 | - }, | |
2688 | - "installation-source": "dist", | |
2689 | - "autoload": { | |
2690 | - "classmap": [ | |
2691 | - "src/" | |
2692 | - ] | |
2693 | - }, | |
2694 | - "notification-url": "https://packagist.org/downloads/", | |
2695 | - "license": [ | |
2696 | - "BSD-3-Clause" | |
2697 | - ], | |
2698 | - "authors": [ | |
2699 | - { | |
2700 | - "name": "Sebastian Bergmann", | |
2701 | - "email": "sebastian@phpunit.de" | |
2702 | - } | |
2703 | - ], | |
2704 | - "description": "Looks up which function or method a line of code belongs to", | |
2705 | - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/" | |
2706 | - }, | |
2707 | - { | |
2708 | - "name": "sebastian/comparator", | |
2709 | - "version": "3.0.2", | |
2710 | - "version_normalized": "3.0.2.0", | |
2711 | - "source": { | |
2712 | - "type": "git", | |
2713 | - "url": "https://github.com/sebastianbergmann/comparator.git", | |
2714 | - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" | |
2715 | - }, | |
2716 | - "dist": { | |
2717 | - "type": "zip", | |
2718 | - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", | |
2719 | - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", | |
2720 | - "shasum": "" | |
2721 | - }, | |
2722 | - "require": { | |
2723 | - "php": "^7.1", | |
2724 | - "sebastian/diff": "^3.0", | |
2725 | - "sebastian/exporter": "^3.1" | |
2726 | - }, | |
2727 | - "require-dev": { | |
2728 | - "phpunit/phpunit": "^7.1" | |
2729 | - }, | |
2730 | - "time": "2018-07-12T15:12:46+00:00", | |
2731 | - "type": "library", | |
2732 | - "extra": { | |
2733 | - "branch-alias": { | |
2734 | - "dev-master": "3.0-dev" | |
2735 | - } | |
2736 | - }, | |
2737 | - "installation-source": "dist", | |
2738 | - "autoload": { | |
2739 | - "classmap": [ | |
2740 | - "src/" | |
2741 | - ] | |
2742 | - }, | |
2743 | - "notification-url": "https://packagist.org/downloads/", | |
2744 | - "license": [ | |
2745 | - "BSD-3-Clause" | |
2746 | - ], | |
2747 | - "authors": [ | |
2748 | - { | |
2749 | - "name": "Jeff Welch", | |
2750 | - "email": "whatthejeff@gmail.com" | |
2751 | - }, | |
2752 | - { | |
2753 | - "name": "Volker Dusch", | |
2754 | - "email": "github@wallbash.com" | |
2755 | - }, | |
2756 | - { | |
2757 | - "name": "Bernhard Schussek", | |
2758 | - "email": "bschussek@2bepublished.at" | |
2759 | - }, | |
2760 | - { | |
2761 | - "name": "Sebastian Bergmann", | |
2762 | - "email": "sebastian@phpunit.de" | |
2763 | - } | |
2764 | - ], | |
2765 | - "description": "Provides the functionality to compare PHP values for equality", | |
2766 | - "homepage": "https://github.com/sebastianbergmann/comparator", | |
2767 | - "keywords": [ | |
2768 | - "comparator", | |
2769 | - "compare", | |
2770 | - "equality" | |
2771 | - ] | |
2772 | - }, | |
2773 | - { | |
2774 | - "name": "sebastian/diff", | |
2775 | - "version": "3.0.2", | |
2776 | - "version_normalized": "3.0.2.0", | |
2777 | - "source": { | |
2778 | - "type": "git", | |
2779 | - "url": "https://github.com/sebastianbergmann/diff.git", | |
2780 | - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" | |
2781 | - }, | |
2782 | - "dist": { | |
2783 | - "type": "zip", | |
2784 | - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", | |
2785 | - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", | |
2786 | - "shasum": "" | |
2787 | - }, | |
2788 | - "require": { | |
2789 | - "php": "^7.1" | |
2790 | - }, | |
2791 | - "require-dev": { | |
2792 | - "phpunit/phpunit": "^7.5 || ^8.0", | |
2793 | - "symfony/process": "^2 || ^3.3 || ^4" | |
2794 | - }, | |
2795 | - "time": "2019-02-04T06:01:07+00:00", | |
2796 | - "type": "library", | |
2797 | - "extra": { | |
2798 | - "branch-alias": { | |
2799 | - "dev-master": "3.0-dev" | |
2800 | - } | |
2801 | - }, | |
2802 | - "installation-source": "dist", | |
2803 | - "autoload": { | |
2804 | - "classmap": [ | |
2805 | - "src/" | |
2806 | - ] | |
2807 | - }, | |
2808 | - "notification-url": "https://packagist.org/downloads/", | |
2809 | - "license": [ | |
2810 | - "BSD-3-Clause" | |
2811 | - ], | |
2812 | - "authors": [ | |
2813 | - { | |
2814 | - "name": "Kore Nordmann", | |
2815 | - "email": "mail@kore-nordmann.de" | |
2816 | - }, | |
2817 | - { | |
2818 | - "name": "Sebastian Bergmann", | |
2819 | - "email": "sebastian@phpunit.de" | |
2820 | - } | |
2821 | - ], | |
2822 | - "description": "Diff implementation", | |
2823 | - "homepage": "https://github.com/sebastianbergmann/diff", | |
2824 | - "keywords": [ | |
2825 | - "diff", | |
2826 | - "udiff", | |
2827 | - "unidiff", | |
2828 | - "unified diff" | |
2829 | - ] | |
2830 | - }, | |
2831 | - { | |
2832 | - "name": "sebastian/environment", | |
2833 | - "version": "4.2.3", | |
2834 | - "version_normalized": "4.2.3.0", | |
2835 | - "source": { | |
2836 | - "type": "git", | |
2837 | - "url": "https://github.com/sebastianbergmann/environment.git", | |
2838 | - "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" | |
2839 | - }, | |
2840 | - "dist": { | |
2841 | - "type": "zip", | |
2842 | - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", | |
2843 | - "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", | |
2844 | - "shasum": "" | |
2845 | - }, | |
2846 | - "require": { | |
2847 | - "php": "^7.1" | |
2848 | - }, | |
2849 | - "require-dev": { | |
2850 | - "phpunit/phpunit": "^7.5" | |
2851 | - }, | |
2852 | - "suggest": { | |
2853 | - "ext-posix": "*" | |
2854 | - }, | |
2855 | - "time": "2019-11-20T08:46:58+00:00", | |
2856 | - "type": "library", | |
2857 | - "extra": { | |
2858 | - "branch-alias": { | |
2859 | - "dev-master": "4.2-dev" | |
2860 | - } | |
2861 | - }, | |
2862 | - "installation-source": "dist", | |
2863 | - "autoload": { | |
2864 | - "classmap": [ | |
2865 | - "src/" | |
2866 | - ] | |
2867 | - }, | |
2868 | - "notification-url": "https://packagist.org/downloads/", | |
2869 | - "license": [ | |
2870 | - "BSD-3-Clause" | |
2871 | - ], | |
2872 | - "authors": [ | |
2873 | - { | |
2874 | - "name": "Sebastian Bergmann", | |
2875 | - "email": "sebastian@phpunit.de" | |
2876 | - } | |
2877 | - ], | |
2878 | - "description": "Provides functionality to handle HHVM/PHP environments", | |
2879 | - "homepage": "http://www.github.com/sebastianbergmann/environment", | |
2880 | - "keywords": [ | |
2881 | - "Xdebug", | |
2882 | - "environment", | |
2883 | - "hhvm" | |
2884 | - ] | |
2885 | - }, | |
2886 | - { | |
2887 | - "name": "sebastian/exporter", | |
2888 | - "version": "3.1.2", | |
2889 | - "version_normalized": "3.1.2.0", | |
2890 | - "source": { | |
2891 | - "type": "git", | |
2892 | - "url": "https://github.com/sebastianbergmann/exporter.git", | |
2893 | - "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" | |
2894 | - }, | |
2895 | - "dist": { | |
2896 | - "type": "zip", | |
2897 | - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", | |
2898 | - "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", | |
2899 | - "shasum": "" | |
2900 | - }, | |
2901 | - "require": { | |
2902 | - "php": "^7.0", | |
2903 | - "sebastian/recursion-context": "^3.0" | |
2904 | - }, | |
2905 | - "require-dev": { | |
2906 | - "ext-mbstring": "*", | |
2907 | - "phpunit/phpunit": "^6.0" | |
2908 | - }, | |
2909 | - "time": "2019-09-14T09:02:43+00:00", | |
2910 | - "type": "library", | |
2911 | - "extra": { | |
2912 | - "branch-alias": { | |
2913 | - "dev-master": "3.1.x-dev" | |
2914 | - } | |
2915 | - }, | |
2916 | - "installation-source": "dist", | |
2917 | - "autoload": { | |
2918 | - "classmap": [ | |
2919 | - "src/" | |
2920 | - ] | |
2921 | - }, | |
2922 | - "notification-url": "https://packagist.org/downloads/", | |
2923 | - "license": [ | |
2924 | - "BSD-3-Clause" | |
2925 | - ], | |
2926 | - "authors": [ | |
2927 | - { | |
2928 | - "name": "Sebastian Bergmann", | |
2929 | - "email": "sebastian@phpunit.de" | |
2930 | - }, | |
2931 | - { | |
2932 | - "name": "Jeff Welch", | |
2933 | - "email": "whatthejeff@gmail.com" | |
2934 | - }, | |
2935 | - { | |
2936 | - "name": "Volker Dusch", | |
2937 | - "email": "github@wallbash.com" | |
2938 | - }, | |
2939 | - { | |
2940 | - "name": "Adam Harvey", | |
2941 | - "email": "aharvey@php.net" | |
2942 | - }, | |
2943 | - { | |
2944 | - "name": "Bernhard Schussek", | |
2945 | - "email": "bschussek@gmail.com" | |
2946 | - } | |
2947 | - ], | |
2948 | - "description": "Provides the functionality to export PHP variables for visualization", | |
2949 | - "homepage": "http://www.github.com/sebastianbergmann/exporter", | |
2950 | - "keywords": [ | |
2951 | - "export", | |
2952 | - "exporter" | |
2953 | - ] | |
2954 | - }, | |
2955 | - { | |
2956 | - "name": "sebastian/global-state", | |
2957 | - "version": "3.0.0", | |
2958 | - "version_normalized": "3.0.0.0", | |
2959 | - "source": { | |
2960 | - "type": "git", | |
2961 | - "url": "https://github.com/sebastianbergmann/global-state.git", | |
2962 | - "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4" | |
2963 | - }, | |
2964 | - "dist": { | |
2965 | - "type": "zip", | |
2966 | - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", | |
2967 | - "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", | |
2968 | - "shasum": "" | |
2969 | - }, | |
2970 | - "require": { | |
2971 | - "php": "^7.2", | |
2972 | - "sebastian/object-reflector": "^1.1.1", | |
2973 | - "sebastian/recursion-context": "^3.0" | |
2974 | - }, | |
2975 | - "require-dev": { | |
2976 | - "ext-dom": "*", | |
2977 | - "phpunit/phpunit": "^8.0" | |
2978 | - }, | |
2979 | - "suggest": { | |
2980 | - "ext-uopz": "*" | |
2981 | - }, | |
2982 | - "time": "2019-02-01T05:30:01+00:00", | |
2983 | - "type": "library", | |
2984 | - "extra": { | |
2985 | - "branch-alias": { | |
2986 | - "dev-master": "3.0-dev" | |
2987 | - } | |
2988 | - }, | |
2989 | - "installation-source": "dist", | |
2990 | - "autoload": { | |
2991 | - "classmap": [ | |
2992 | - "src/" | |
2993 | - ] | |
2994 | - }, | |
2995 | - "notification-url": "https://packagist.org/downloads/", | |
2996 | - "license": [ | |
2997 | - "BSD-3-Clause" | |
2998 | - ], | |
2999 | - "authors": [ | |
3000 | - { | |
3001 | - "name": "Sebastian Bergmann", | |
3002 | - "email": "sebastian@phpunit.de" | |
3003 | - } | |
3004 | - ], | |
3005 | - "description": "Snapshotting of global state", | |
3006 | - "homepage": "http://www.github.com/sebastianbergmann/global-state", | |
3007 | - "keywords": [ | |
3008 | - "global state" | |
3009 | - ] | |
3010 | - }, | |
3011 | - { | |
3012 | - "name": "sebastian/object-enumerator", | |
3013 | - "version": "3.0.3", | |
3014 | - "version_normalized": "3.0.3.0", | |
3015 | - "source": { | |
3016 | - "type": "git", | |
3017 | - "url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
3018 | - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" | |
3019 | - }, | |
3020 | - "dist": { | |
3021 | - "type": "zip", | |
3022 | - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
3023 | - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
3024 | - "shasum": "" | |
3025 | - }, | |
3026 | - "require": { | |
3027 | - "php": "^7.0", | |
3028 | - "sebastian/object-reflector": "^1.1.1", | |
3029 | - "sebastian/recursion-context": "^3.0" | |
3030 | - }, | |
3031 | - "require-dev": { | |
3032 | - "phpunit/phpunit": "^6.0" | |
3033 | - }, | |
3034 | - "time": "2017-08-03T12:35:26+00:00", | |
3035 | - "type": "library", | |
3036 | - "extra": { | |
3037 | - "branch-alias": { | |
3038 | - "dev-master": "3.0.x-dev" | |
3039 | - } | |
3040 | - }, | |
3041 | - "installation-source": "dist", | |
3042 | - "autoload": { | |
3043 | - "classmap": [ | |
3044 | - "src/" | |
3045 | - ] | |
3046 | - }, | |
3047 | - "notification-url": "https://packagist.org/downloads/", | |
3048 | - "license": [ | |
3049 | - "BSD-3-Clause" | |
3050 | - ], | |
3051 | - "authors": [ | |
3052 | - { | |
3053 | - "name": "Sebastian Bergmann", | |
3054 | - "email": "sebastian@phpunit.de" | |
3055 | - } | |
3056 | - ], | |
3057 | - "description": "Traverses array structures and object graphs to enumerate all referenced objects", | |
3058 | - "homepage": "https://github.com/sebastianbergmann/object-enumerator/" | |
3059 | - }, | |
3060 | - { | |
3061 | - "name": "sebastian/object-reflector", | |
3062 | - "version": "1.1.1", | |
3063 | - "version_normalized": "1.1.1.0", | |
3064 | - "source": { | |
3065 | - "type": "git", | |
3066 | - "url": "https://github.com/sebastianbergmann/object-reflector.git", | |
3067 | - "reference": "773f97c67f28de00d397be301821b06708fca0be" | |
3068 | - }, | |
3069 | - "dist": { | |
3070 | - "type": "zip", | |
3071 | - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", | |
3072 | - "reference": "773f97c67f28de00d397be301821b06708fca0be", | |
3073 | - "shasum": "" | |
3074 | - }, | |
3075 | - "require": { | |
3076 | - "php": "^7.0" | |
3077 | - }, | |
3078 | - "require-dev": { | |
3079 | - "phpunit/phpunit": "^6.0" | |
3080 | - }, | |
3081 | - "time": "2017-03-29T09:07:27+00:00", | |
3082 | - "type": "library", | |
3083 | - "extra": { | |
3084 | - "branch-alias": { | |
3085 | - "dev-master": "1.1-dev" | |
3086 | - } | |
3087 | - }, | |
3088 | - "installation-source": "dist", | |
3089 | - "autoload": { | |
3090 | - "classmap": [ | |
3091 | - "src/" | |
3092 | - ] | |
3093 | - }, | |
3094 | - "notification-url": "https://packagist.org/downloads/", | |
3095 | - "license": [ | |
3096 | - "BSD-3-Clause" | |
3097 | - ], | |
3098 | - "authors": [ | |
3099 | - { | |
3100 | - "name": "Sebastian Bergmann", | |
3101 | - "email": "sebastian@phpunit.de" | |
3102 | - } | |
3103 | - ], | |
3104 | - "description": "Allows reflection of object attributes, including inherited and non-public ones", | |
3105 | - "homepage": "https://github.com/sebastianbergmann/object-reflector/" | |
3106 | - }, | |
3107 | - { | |
3108 | - "name": "sebastian/recursion-context", | |
3109 | - "version": "3.0.0", | |
3110 | - "version_normalized": "3.0.0.0", | |
3111 | - "source": { | |
3112 | - "type": "git", | |
3113 | - "url": "https://github.com/sebastianbergmann/recursion-context.git", | |
3114 | - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" | |
3115 | - }, | |
3116 | - "dist": { | |
3117 | - "type": "zip", | |
3118 | - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
3119 | - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
3120 | - "shasum": "" | |
3121 | - }, | |
3122 | - "require": { | |
3123 | - "php": "^7.0" | |
3124 | - }, | |
3125 | - "require-dev": { | |
3126 | - "phpunit/phpunit": "^6.0" | |
3127 | - }, | |
3128 | - "time": "2017-03-03T06:23:57+00:00", | |
3129 | - "type": "library", | |
3130 | - "extra": { | |
3131 | - "branch-alias": { | |
3132 | - "dev-master": "3.0.x-dev" | |
3133 | - } | |
3134 | - }, | |
3135 | - "installation-source": "dist", | |
3136 | - "autoload": { | |
3137 | - "classmap": [ | |
3138 | - "src/" | |
3139 | - ] | |
3140 | - }, | |
3141 | - "notification-url": "https://packagist.org/downloads/", | |
3142 | - "license": [ | |
3143 | - "BSD-3-Clause" | |
3144 | - ], | |
3145 | - "authors": [ | |
3146 | - { | |
3147 | - "name": "Jeff Welch", | |
3148 | - "email": "whatthejeff@gmail.com" | |
3149 | - }, | |
3150 | - { | |
3151 | - "name": "Sebastian Bergmann", | |
3152 | - "email": "sebastian@phpunit.de" | |
3153 | - }, | |
3154 | - { | |
3155 | - "name": "Adam Harvey", | |
3156 | - "email": "aharvey@php.net" | |
3157 | - } | |
3158 | - ], | |
3159 | - "description": "Provides functionality to recursively process PHP variables", | |
3160 | - "homepage": "http://www.github.com/sebastianbergmann/recursion-context" | |
3161 | - }, | |
3162 | - { | |
3163 | - "name": "sebastian/resource-operations", | |
3164 | - "version": "2.0.1", | |
3165 | - "version_normalized": "2.0.1.0", | |
3166 | - "source": { | |
3167 | - "type": "git", | |
3168 | - "url": "https://github.com/sebastianbergmann/resource-operations.git", | |
3169 | - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" | |
3170 | - }, | |
3171 | - "dist": { | |
3172 | - "type": "zip", | |
3173 | - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", | |
3174 | - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", | |
3175 | - "shasum": "" | |
3176 | - }, | |
3177 | - "require": { | |
3178 | - "php": "^7.1" | |
3179 | - }, | |
3180 | - "time": "2018-10-04T04:07:39+00:00", | |
3181 | - "type": "library", | |
3182 | - "extra": { | |
3183 | - "branch-alias": { | |
3184 | - "dev-master": "2.0-dev" | |
3185 | - } | |
3186 | - }, | |
3187 | - "installation-source": "dist", | |
3188 | - "autoload": { | |
3189 | - "classmap": [ | |
3190 | - "src/" | |
3191 | - ] | |
3192 | - }, | |
3193 | - "notification-url": "https://packagist.org/downloads/", | |
3194 | - "license": [ | |
3195 | - "BSD-3-Clause" | |
3196 | - ], | |
3197 | - "authors": [ | |
3198 | - { | |
3199 | - "name": "Sebastian Bergmann", | |
3200 | - "email": "sebastian@phpunit.de" | |
3201 | - } | |
3202 | - ], | |
3203 | - "description": "Provides a list of PHP built-in functions that operate on resources", | |
3204 | - "homepage": "https://www.github.com/sebastianbergmann/resource-operations" | |
3205 | - }, | |
3206 | - { | |
3207 | - "name": "sebastian/type", | |
3208 | - "version": "1.1.3", | |
3209 | - "version_normalized": "1.1.3.0", | |
3210 | - "source": { | |
3211 | - "type": "git", | |
3212 | - "url": "https://github.com/sebastianbergmann/type.git", | |
3213 | - "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3" | |
3214 | - }, | |
3215 | - "dist": { | |
3216 | - "type": "zip", | |
3217 | - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3", | |
3218 | - "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3", | |
3219 | - "shasum": "" | |
3220 | - }, | |
3221 | - "require": { | |
3222 | - "php": "^7.2" | |
3223 | - }, | |
3224 | - "require-dev": { | |
3225 | - "phpunit/phpunit": "^8.2" | |
3226 | - }, | |
3227 | - "time": "2019-07-02T08:10:15+00:00", | |
3228 | - "type": "library", | |
3229 | - "extra": { | |
3230 | - "branch-alias": { | |
3231 | - "dev-master": "1.1-dev" | |
3232 | - } | |
3233 | - }, | |
3234 | - "installation-source": "dist", | |
3235 | - "autoload": { | |
3236 | - "classmap": [ | |
3237 | - "src/" | |
3238 | - ] | |
3239 | - }, | |
3240 | - "notification-url": "https://packagist.org/downloads/", | |
3241 | - "license": [ | |
3242 | - "BSD-3-Clause" | |
3243 | - ], | |
3244 | - "authors": [ | |
3245 | - { | |
3246 | - "name": "Sebastian Bergmann", | |
3247 | - "email": "sebastian@phpunit.de", | |
3248 | - "role": "lead" | |
3249 | - } | |
3250 | - ], | |
3251 | - "description": "Collection of value objects that represent the types of the PHP type system", | |
3252 | - "homepage": "https://github.com/sebastianbergmann/type" | |
3253 | - }, | |
3254 | - { | |
3255 | - "name": "sebastian/version", | |
3256 | - "version": "2.0.1", | |
3257 | - "version_normalized": "2.0.1.0", | |
3258 | - "source": { | |
3259 | - "type": "git", | |
3260 | - "url": "https://github.com/sebastianbergmann/version.git", | |
3261 | - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" | |
3262 | - }, | |
3263 | - "dist": { | |
3264 | - "type": "zip", | |
3265 | - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", | |
3266 | - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
3267 | - "shasum": "" | |
3268 | - }, | |
3269 | - "require": { | |
3270 | - "php": ">=5.6" | |
3271 | - }, | |
3272 | - "time": "2016-10-03T07:35:21+00:00", | |
3273 | - "type": "library", | |
3274 | - "extra": { | |
3275 | - "branch-alias": { | |
3276 | - "dev-master": "2.0.x-dev" | |
3277 | - } | |
3278 | - }, | |
3279 | - "installation-source": "dist", | |
3280 | - "autoload": { | |
3281 | - "classmap": [ | |
3282 | - "src/" | |
3283 | - ] | |
3284 | - }, | |
3285 | - "notification-url": "https://packagist.org/downloads/", | |
3286 | - "license": [ | |
3287 | - "BSD-3-Clause" | |
3288 | - ], | |
3289 | - "authors": [ | |
3290 | - { | |
3291 | - "name": "Sebastian Bergmann", | |
3292 | - "email": "sebastian@phpunit.de", | |
3293 | - "role": "lead" | |
3294 | - } | |
3295 | - ], | |
3296 | - "description": "Library that helps with managing the version number of Git-hosted PHP projects", | |
3297 | - "homepage": "https://github.com/sebastianbergmann/version" | |
3298 | - }, | |
3299 | - { | |
3300 | - "name": "setasign/fpdi", | |
3301 | - "version": "1.6.2", | |
3302 | - "version_normalized": "1.6.2.0", | |
3303 | - "source": { | |
3304 | - "type": "git", | |
3305 | - "url": "https://github.com/Setasign/FPDI.git", | |
3306 | - "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea" | |
3307 | - }, | |
3308 | - "dist": { | |
3309 | - "type": "zip", | |
3310 | - "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", | |
3311 | - "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", | |
3312 | - "shasum": "" | |
3313 | - }, | |
3314 | - "suggest": { | |
3315 | - "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.", | |
3316 | - "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.", | |
3317 | - "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF." | |
3318 | - }, | |
3319 | - "time": "2017-05-11T14:25:49+00:00", | |
3320 | - "type": "library", | |
3321 | - "installation-source": "dist", | |
3322 | - "autoload": { | |
3323 | - "classmap": [ | |
3324 | - "filters/", | |
3325 | - "fpdi.php", | |
3326 | - "fpdf_tpl.php", | |
3327 | - "fpdi_pdf_parser.php", | |
3328 | - "pdf_context.php" | |
3329 | - ] | |
3330 | - }, | |
3331 | - "notification-url": "https://packagist.org/downloads/", | |
3332 | - "license": [ | |
3333 | - "MIT" | |
3334 | - ], | |
3335 | - "authors": [ | |
3336 | - { | |
3337 | - "name": "Jan Slabon", | |
3338 | - "email": "jan.slabon@setasign.com", | |
3339 | - "homepage": "https://www.setasign.com" | |
3340 | - } | |
3341 | - ], | |
3342 | - "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.", | |
3343 | - "homepage": "https://www.setasign.com/fpdi", | |
3344 | - "keywords": [ | |
3345 | - "fpdf", | |
3346 | - "fpdi", | |
3347 | - "pdf" | |
3348 | - ] | |
3349 | - }, | |
3350 | - { | |
3351 | - "name": "swiftmailer/swiftmailer", | |
3352 | - "version": "v6.2.3", | |
3353 | - "version_normalized": "6.2.3.0", | |
3354 | - "source": { | |
3355 | - "type": "git", | |
3356 | - "url": "https://github.com/swiftmailer/swiftmailer.git", | |
3357 | - "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9" | |
3358 | - }, | |
3359 | - "dist": { | |
3360 | - "type": "zip", | |
3361 | - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9", | |
3362 | - "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9", | |
3363 | - "shasum": "" | |
3364 | - }, | |
3365 | - "require": { | |
3366 | - "egulias/email-validator": "~2.0", | |
3367 | - "php": ">=7.0.0", | |
3368 | - "symfony/polyfill-iconv": "^1.0", | |
3369 | - "symfony/polyfill-intl-idn": "^1.10", | |
3370 | - "symfony/polyfill-mbstring": "^1.0" | |
3371 | - }, | |
3372 | - "require-dev": { | |
3373 | - "mockery/mockery": "~0.9.1", | |
3374 | - "symfony/phpunit-bridge": "^3.4.19|^4.1.8" | |
3375 | - }, | |
3376 | - "suggest": { | |
3377 | - "ext-intl": "Needed to support internationalized email addresses", | |
3378 | - "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" | |
3379 | - }, | |
3380 | - "time": "2019-11-12T09:31:26+00:00", | |
3381 | - "type": "library", | |
3382 | - "extra": { | |
3383 | - "branch-alias": { | |
3384 | - "dev-master": "6.2-dev" | |
3385 | - } | |
3386 | - }, | |
3387 | - "installation-source": "dist", | |
3388 | - "autoload": { | |
3389 | - "files": [ | |
3390 | - "lib/swift_required.php" | |
3391 | - ] | |
3392 | - }, | |
3393 | - "notification-url": "https://packagist.org/downloads/", | |
3394 | - "license": [ | |
3395 | - "MIT" | |
3396 | - ], | |
3397 | - "authors": [ | |
3398 | - { | |
3399 | - "name": "Chris Corbyn" | |
3400 | - }, | |
3401 | - { | |
3402 | - "name": "Fabien Potencier", | |
3403 | - "email": "fabien@symfony.com" | |
3404 | - } | |
3405 | - ], | |
3406 | - "description": "Swiftmailer, free feature-rich PHP mailer", | |
3407 | - "homepage": "https://swiftmailer.symfony.com", | |
3408 | - "keywords": [ | |
3409 | - "email", | |
3410 | - "mail", | |
3411 | - "mailer" | |
3412 | - ] | |
3413 | - }, | |
3414 | - { | |
3415 | - "name": "symfony/browser-kit", | |
3416 | - "version": "v4.2.4", | |
3417 | - "version_normalized": "4.2.4.0", | |
3418 | - "source": { | |
3419 | - "type": "git", | |
3420 | - "url": "https://github.com/symfony/browser-kit.git", | |
3421 | - "reference": "61d85c5af2fc058014c7c89504c3944e73a086f0" | |
3422 | - }, | |
3423 | - "dist": { | |
3424 | - "type": "zip", | |
3425 | - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/61d85c5af2fc058014c7c89504c3944e73a086f0", | |
3426 | - "reference": "61d85c5af2fc058014c7c89504c3944e73a086f0", | |
3427 | - "shasum": "" | |
3428 | - }, | |
3429 | - "require": { | |
3430 | - "php": "^7.1.3", | |
3431 | - "symfony/dom-crawler": "~3.4|~4.0" | |
3432 | - }, | |
3433 | - "require-dev": { | |
3434 | - "symfony/css-selector": "~3.4|~4.0", | |
3435 | - "symfony/process": "~3.4|~4.0" | |
3436 | - }, | |
3437 | - "suggest": { | |
3438 | - "symfony/process": "" | |
3439 | - }, | |
3440 | - "time": "2019-02-23T15:17:42+00:00", | |
3441 | - "type": "library", | |
3442 | - "extra": { | |
3443 | - "branch-alias": { | |
3444 | - "dev-master": "4.2-dev" | |
3445 | - } | |
3446 | - }, | |
3447 | - "installation-source": "dist", | |
3448 | - "autoload": { | |
3449 | - "psr-4": { | |
3450 | - "Symfony\\Component\\BrowserKit\\": "" | |
3451 | - }, | |
3452 | - "exclude-from-classmap": [ | |
3453 | - "/Tests/" | |
3454 | - ] | |
3455 | - }, | |
3456 | - "notification-url": "https://packagist.org/downloads/", | |
3457 | - "license": [ | |
3458 | - "MIT" | |
3459 | - ], | |
3460 | - "authors": [ | |
3461 | - { | |
3462 | - "name": "Fabien Potencier", | |
3463 | - "email": "fabien@symfony.com" | |
3464 | - }, | |
3465 | - { | |
3466 | - "name": "Symfony Community", | |
3467 | - "homepage": "https://symfony.com/contributors" | |
3468 | - } | |
3469 | - ], | |
3470 | - "description": "Symfony BrowserKit Component", | |
3471 | - "homepage": "https://symfony.com" | |
3472 | - }, | |
3473 | - { | |
3474 | - "name": "symfony/console", | |
3475 | - "version": "v5.1.3", | |
3476 | - "version_normalized": "5.1.3.0", | |
3477 | - "source": { | |
3478 | - "type": "git", | |
3479 | - "url": "https://github.com/symfony/console.git", | |
3480 | - "reference": "2226c68009627934b8cfc01260b4d287eab070df" | |
3481 | - }, | |
3482 | - "dist": { | |
3483 | - "type": "zip", | |
3484 | - "url": "https://api.github.com/repos/symfony/console/zipball/2226c68009627934b8cfc01260b4d287eab070df", | |
3485 | - "reference": "2226c68009627934b8cfc01260b4d287eab070df", | |
3486 | - "shasum": "" | |
3487 | - }, | |
3488 | - "require": { | |
3489 | - "php": ">=7.2.5", | |
3490 | - "symfony/polyfill-mbstring": "~1.0", | |
3491 | - "symfony/polyfill-php73": "^1.8", | |
3492 | - "symfony/polyfill-php80": "^1.15", | |
3493 | - "symfony/service-contracts": "^1.1|^2", | |
3494 | - "symfony/string": "^5.1" | |
3495 | - }, | |
3496 | - "conflict": { | |
3497 | - "symfony/dependency-injection": "<4.4", | |
3498 | - "symfony/dotenv": "<5.1", | |
3499 | - "symfony/event-dispatcher": "<4.4", | |
3500 | - "symfony/lock": "<4.4", | |
3501 | - "symfony/process": "<4.4" | |
3502 | - }, | |
3503 | - "provide": { | |
3504 | - "psr/log-implementation": "1.0" | |
3505 | - }, | |
3506 | - "require-dev": { | |
3507 | - "psr/log": "~1.0", | |
3508 | - "symfony/config": "^4.4|^5.0", | |
3509 | - "symfony/dependency-injection": "^4.4|^5.0", | |
3510 | - "symfony/event-dispatcher": "^4.4|^5.0", | |
3511 | - "symfony/lock": "^4.4|^5.0", | |
3512 | - "symfony/process": "^4.4|^5.0", | |
3513 | - "symfony/var-dumper": "^4.4|^5.0" | |
3514 | - }, | |
3515 | - "suggest": { | |
3516 | - "psr/log": "For using the console logger", | |
3517 | - "symfony/event-dispatcher": "", | |
3518 | - "symfony/lock": "", | |
3519 | - "symfony/process": "" | |
3520 | - }, | |
3521 | - "time": "2020-07-06T13:23:11+00:00", | |
3522 | - "type": "library", | |
3523 | - "extra": { | |
3524 | - "branch-alias": { | |
3525 | - "dev-master": "5.1-dev" | |
3526 | - } | |
3527 | - }, | |
3528 | - "installation-source": "dist", | |
3529 | - "autoload": { | |
3530 | - "psr-4": { | |
3531 | - "Symfony\\Component\\Console\\": "" | |
3532 | - }, | |
3533 | - "exclude-from-classmap": [ | |
3534 | - "/Tests/" | |
3535 | - ] | |
3536 | - }, | |
3537 | - "notification-url": "https://packagist.org/downloads/", | |
3538 | - "license": [ | |
3539 | - "MIT" | |
3540 | - ], | |
3541 | - "authors": [ | |
3542 | - { | |
3543 | - "name": "Fabien Potencier", | |
3544 | - "email": "fabien@symfony.com" | |
3545 | - }, | |
3546 | - { | |
3547 | - "name": "Symfony Community", | |
3548 | - "homepage": "https://symfony.com/contributors" | |
3549 | - } | |
3550 | - ], | |
3551 | - "description": "Symfony Console Component", | |
3552 | - "homepage": "https://symfony.com", | |
3553 | - "funding": [ | |
3554 | - { | |
3555 | - "url": "https://symfony.com/sponsor", | |
3556 | - "type": "custom" | |
3557 | - }, | |
3558 | - { | |
3559 | - "url": "https://github.com/fabpot", | |
3560 | - "type": "github" | |
3561 | - }, | |
3562 | - { | |
3563 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
3564 | - "type": "tidelift" | |
3565 | - } | |
3566 | - ] | |
3567 | - }, | |
3568 | - { | |
3569 | - "name": "symfony/css-selector", | |
3570 | - "version": "v5.1.3", | |
3571 | - "version_normalized": "5.1.3.0", | |
3572 | - "source": { | |
3573 | - "type": "git", | |
3574 | - "url": "https://github.com/symfony/css-selector.git", | |
3575 | - "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9" | |
3576 | - }, | |
3577 | - "dist": { | |
3578 | - "type": "zip", | |
3579 | - "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9", | |
3580 | - "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9", | |
3581 | - "shasum": "" | |
3582 | - }, | |
3583 | - "require": { | |
3584 | - "php": ">=7.2.5" | |
3585 | - }, | |
3586 | - "time": "2020-05-20T17:43:50+00:00", | |
3587 | - "type": "library", | |
3588 | - "extra": { | |
3589 | - "branch-alias": { | |
3590 | - "dev-master": "5.1-dev" | |
3591 | - } | |
3592 | - }, | |
3593 | - "installation-source": "dist", | |
3594 | - "autoload": { | |
3595 | - "psr-4": { | |
3596 | - "Symfony\\Component\\CssSelector\\": "" | |
3597 | - }, | |
3598 | - "exclude-from-classmap": [ | |
3599 | - "/Tests/" | |
3600 | - ] | |
3601 | - }, | |
3602 | - "notification-url": "https://packagist.org/downloads/", | |
3603 | - "license": [ | |
3604 | - "MIT" | |
3605 | - ], | |
3606 | - "authors": [ | |
3607 | - { | |
3608 | - "name": "Fabien Potencier", | |
3609 | - "email": "fabien@symfony.com" | |
3610 | - }, | |
3611 | - { | |
3612 | - "name": "Jean-François Simon", | |
3613 | - "email": "jeanfrancois.simon@sensiolabs.com" | |
3614 | - }, | |
3615 | - { | |
3616 | - "name": "Symfony Community", | |
3617 | - "homepage": "https://symfony.com/contributors" | |
3618 | - } | |
3619 | - ], | |
3620 | - "description": "Symfony CssSelector Component", | |
3621 | - "homepage": "https://symfony.com", | |
3622 | - "funding": [ | |
3623 | - { | |
3624 | - "url": "https://symfony.com/sponsor", | |
3625 | - "type": "custom" | |
3626 | - }, | |
3627 | - { | |
3628 | - "url": "https://github.com/fabpot", | |
3629 | - "type": "github" | |
3630 | - }, | |
3631 | - { | |
3632 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
3633 | - "type": "tidelift" | |
3634 | - } | |
3635 | - ] | |
3636 | - }, | |
3637 | - { | |
3638 | - "name": "symfony/deprecation-contracts", | |
3639 | - "version": "v2.1.3", | |
3640 | - "version_normalized": "2.1.3.0", | |
3641 | - "source": { | |
3642 | - "type": "git", | |
3643 | - "url": "https://github.com/symfony/deprecation-contracts.git", | |
3644 | - "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14" | |
3645 | - }, | |
3646 | - "dist": { | |
3647 | - "type": "zip", | |
3648 | - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14", | |
3649 | - "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14", | |
3650 | - "shasum": "" | |
3651 | - }, | |
3652 | - "require": { | |
3653 | - "php": ">=7.1" | |
3654 | - }, | |
3655 | - "time": "2020-06-06T08:49:21+00:00", | |
3656 | - "type": "library", | |
3657 | - "extra": { | |
3658 | - "branch-alias": { | |
3659 | - "dev-master": "2.1-dev" | |
3660 | - }, | |
3661 | - "thanks": { | |
3662 | - "name": "symfony/contracts", | |
3663 | - "url": "https://github.com/symfony/contracts" | |
3664 | - } | |
3665 | - }, | |
3666 | - "installation-source": "dist", | |
3667 | - "autoload": { | |
3668 | - "files": [ | |
3669 | - "function.php" | |
3670 | - ] | |
3671 | - }, | |
3672 | - "notification-url": "https://packagist.org/downloads/", | |
3673 | - "license": [ | |
3674 | - "MIT" | |
3675 | - ], | |
3676 | - "authors": [ | |
3677 | - { | |
3678 | - "name": "Nicolas Grekas", | |
3679 | - "email": "p@tchwork.com" | |
3680 | - }, | |
3681 | - { | |
3682 | - "name": "Symfony Community", | |
3683 | - "homepage": "https://symfony.com/contributors" | |
3684 | - } | |
3685 | - ], | |
3686 | - "description": "A generic function and convention to trigger deprecation notices", | |
3687 | - "homepage": "https://symfony.com", | |
3688 | - "funding": [ | |
3689 | - { | |
3690 | - "url": "https://symfony.com/sponsor", | |
3691 | - "type": "custom" | |
3692 | - }, | |
3693 | - { | |
3694 | - "url": "https://github.com/fabpot", | |
3695 | - "type": "github" | |
3696 | - }, | |
3697 | - { | |
3698 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
3699 | - "type": "tidelift" | |
3700 | - } | |
3701 | - ] | |
3702 | - }, | |
3703 | - { | |
3704 | - "name": "symfony/dom-crawler", | |
3705 | - "version": "v4.4.11", | |
3706 | - "version_normalized": "4.4.11.0", | |
3707 | - "source": { | |
3708 | - "type": "git", | |
3709 | - "url": "https://github.com/symfony/dom-crawler.git", | |
3710 | - "reference": "72b3a65ddd5052cf6d65eac6669748ed311f39bf" | |
3711 | - }, | |
3712 | - "dist": { | |
3713 | - "type": "zip", | |
3714 | - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/72b3a65ddd5052cf6d65eac6669748ed311f39bf", | |
3715 | - "reference": "72b3a65ddd5052cf6d65eac6669748ed311f39bf", | |
3716 | - "shasum": "" | |
3717 | - }, | |
3718 | - "require": { | |
3719 | - "php": ">=7.1.3", | |
3720 | - "symfony/polyfill-ctype": "~1.8", | |
3721 | - "symfony/polyfill-mbstring": "~1.0" | |
3722 | - }, | |
3723 | - "conflict": { | |
3724 | - "masterminds/html5": "<2.6" | |
3725 | - }, | |
3726 | - "require-dev": { | |
3727 | - "masterminds/html5": "^2.6", | |
3728 | - "symfony/css-selector": "^3.4|^4.0|^5.0" | |
3729 | - }, | |
3730 | - "suggest": { | |
3731 | - "symfony/css-selector": "" | |
3732 | - }, | |
3733 | - "time": "2020-07-23T08:31:43+00:00", | |
3734 | - "type": "library", | |
3735 | - "extra": { | |
3736 | - "branch-alias": { | |
3737 | - "dev-master": "4.4-dev" | |
3738 | - } | |
3739 | - }, | |
3740 | - "installation-source": "dist", | |
3741 | - "autoload": { | |
3742 | - "psr-4": { | |
3743 | - "Symfony\\Component\\DomCrawler\\": "" | |
3744 | - }, | |
3745 | - "exclude-from-classmap": [ | |
3746 | - "/Tests/" | |
3747 | - ] | |
3748 | - }, | |
3749 | - "notification-url": "https://packagist.org/downloads/", | |
3750 | - "license": [ | |
3751 | - "MIT" | |
3752 | - ], | |
3753 | - "authors": [ | |
3754 | - { | |
3755 | - "name": "Fabien Potencier", | |
3756 | - "email": "fabien@symfony.com" | |
3757 | - }, | |
3758 | - { | |
3759 | - "name": "Symfony Community", | |
3760 | - "homepage": "https://symfony.com/contributors" | |
3761 | - } | |
3762 | - ], | |
3763 | - "description": "Symfony DomCrawler Component", | |
3764 | - "homepage": "https://symfony.com", | |
3765 | - "funding": [ | |
3766 | - { | |
3767 | - "url": "https://symfony.com/sponsor", | |
3768 | - "type": "custom" | |
3769 | - }, | |
3770 | - { | |
3771 | - "url": "https://github.com/fabpot", | |
3772 | - "type": "github" | |
3773 | - }, | |
3774 | - { | |
3775 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
3776 | - "type": "tidelift" | |
3777 | - } | |
3778 | - ] | |
3779 | - }, | |
3780 | - { | |
3781 | - "name": "symfony/event-dispatcher", | |
3782 | - "version": "v5.1.3", | |
3783 | - "version_normalized": "5.1.3.0", | |
3784 | - "source": { | |
3785 | - "type": "git", | |
3786 | - "url": "https://github.com/symfony/event-dispatcher.git", | |
3787 | - "reference": "7827d55911f91c070fc293ea51a06eec80797d76" | |
3788 | - }, | |
3789 | - "dist": { | |
3790 | - "type": "zip", | |
3791 | - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7827d55911f91c070fc293ea51a06eec80797d76", | |
3792 | - "reference": "7827d55911f91c070fc293ea51a06eec80797d76", | |
3793 | - "shasum": "" | |
3794 | - }, | |
3795 | - "require": { | |
3796 | - "php": ">=7.2.5", | |
3797 | - "symfony/deprecation-contracts": "^2.1", | |
3798 | - "symfony/event-dispatcher-contracts": "^2", | |
3799 | - "symfony/polyfill-php80": "^1.15" | |
3800 | - }, | |
3801 | - "conflict": { | |
3802 | - "symfony/dependency-injection": "<4.4" | |
3803 | - }, | |
3804 | - "provide": { | |
3805 | - "psr/event-dispatcher-implementation": "1.0", | |
3806 | - "symfony/event-dispatcher-implementation": "2.0" | |
3807 | - }, | |
3808 | - "require-dev": { | |
3809 | - "psr/log": "~1.0", | |
3810 | - "symfony/config": "^4.4|^5.0", | |
3811 | - "symfony/dependency-injection": "^4.4|^5.0", | |
3812 | - "symfony/expression-language": "^4.4|^5.0", | |
3813 | - "symfony/http-foundation": "^4.4|^5.0", | |
3814 | - "symfony/service-contracts": "^1.1|^2", | |
3815 | - "symfony/stopwatch": "^4.4|^5.0" | |
3816 | - }, | |
3817 | - "suggest": { | |
3818 | - "symfony/dependency-injection": "", | |
3819 | - "symfony/http-kernel": "" | |
3820 | - }, | |
3821 | - "time": "2020-06-18T18:24:02+00:00", | |
3822 | - "type": "library", | |
3823 | - "extra": { | |
3824 | - "branch-alias": { | |
3825 | - "dev-master": "5.1-dev" | |
3826 | - } | |
3827 | - }, | |
3828 | - "installation-source": "dist", | |
3829 | - "autoload": { | |
3830 | - "psr-4": { | |
3831 | - "Symfony\\Component\\EventDispatcher\\": "" | |
3832 | - }, | |
3833 | - "exclude-from-classmap": [ | |
3834 | - "/Tests/" | |
3835 | - ] | |
3836 | - }, | |
3837 | - "notification-url": "https://packagist.org/downloads/", | |
3838 | - "license": [ | |
3839 | - "MIT" | |
3840 | - ], | |
3841 | - "authors": [ | |
3842 | - { | |
3843 | - "name": "Fabien Potencier", | |
3844 | - "email": "fabien@symfony.com" | |
3845 | - }, | |
3846 | - { | |
3847 | - "name": "Symfony Community", | |
3848 | - "homepage": "https://symfony.com/contributors" | |
3849 | - } | |
3850 | - ], | |
3851 | - "description": "Symfony EventDispatcher Component", | |
3852 | - "homepage": "https://symfony.com", | |
3853 | - "funding": [ | |
3854 | - { | |
3855 | - "url": "https://symfony.com/sponsor", | |
3856 | - "type": "custom" | |
3857 | - }, | |
3858 | - { | |
3859 | - "url": "https://github.com/fabpot", | |
3860 | - "type": "github" | |
3861 | - }, | |
3862 | - { | |
3863 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
3864 | - "type": "tidelift" | |
3865 | - } | |
3866 | - ] | |
3867 | - }, | |
3868 | - { | |
3869 | - "name": "symfony/event-dispatcher-contracts", | |
3870 | - "version": "v2.1.3", | |
3871 | - "version_normalized": "2.1.3.0", | |
3872 | - "source": { | |
3873 | - "type": "git", | |
3874 | - "url": "https://github.com/symfony/event-dispatcher-contracts.git", | |
3875 | - "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b" | |
3876 | - }, | |
3877 | - "dist": { | |
3878 | - "type": "zip", | |
3879 | - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b", | |
3880 | - "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b", | |
3881 | - "shasum": "" | |
3882 | - }, | |
3883 | - "require": { | |
3884 | - "php": ">=7.2.5", | |
3885 | - "psr/event-dispatcher": "^1" | |
3886 | - }, | |
3887 | - "suggest": { | |
3888 | - "symfony/event-dispatcher-implementation": "" | |
3889 | - }, | |
3890 | - "time": "2020-07-06T13:23:11+00:00", | |
3891 | - "type": "library", | |
3892 | - "extra": { | |
3893 | - "branch-alias": { | |
3894 | - "dev-master": "2.1-dev" | |
3895 | - }, | |
3896 | - "thanks": { | |
3897 | - "name": "symfony/contracts", | |
3898 | - "url": "https://github.com/symfony/contracts" | |
3899 | - } | |
3900 | - }, | |
3901 | - "installation-source": "dist", | |
3902 | - "autoload": { | |
3903 | - "psr-4": { | |
3904 | - "Symfony\\Contracts\\EventDispatcher\\": "" | |
3905 | - } | |
3906 | - }, | |
3907 | - "notification-url": "https://packagist.org/downloads/", | |
3908 | - "license": [ | |
3909 | - "MIT" | |
3910 | - ], | |
3911 | - "authors": [ | |
3912 | - { | |
3913 | - "name": "Nicolas Grekas", | |
3914 | - "email": "p@tchwork.com" | |
3915 | - }, | |
3916 | - { | |
3917 | - "name": "Symfony Community", | |
3918 | - "homepage": "https://symfony.com/contributors" | |
3919 | - } | |
3920 | - ], | |
3921 | - "description": "Generic abstractions related to dispatching event", | |
3922 | - "homepage": "https://symfony.com", | |
3923 | - "keywords": [ | |
3924 | - "abstractions", | |
3925 | - "contracts", | |
3926 | - "decoupling", | |
3927 | - "interfaces", | |
3928 | - "interoperability", | |
3929 | - "standards" | |
3930 | - ], | |
3931 | - "funding": [ | |
3932 | - { | |
3933 | - "url": "https://symfony.com/sponsor", | |
3934 | - "type": "custom" | |
3935 | - }, | |
3936 | - { | |
3937 | - "url": "https://github.com/fabpot", | |
3938 | - "type": "github" | |
3939 | - }, | |
3940 | - { | |
3941 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
3942 | - "type": "tidelift" | |
3943 | - } | |
3944 | - ] | |
3945 | - }, | |
3946 | - { | |
3947 | - "name": "symfony/finder", | |
3948 | - "version": "v5.1.3", | |
3949 | - "version_normalized": "5.1.3.0", | |
3950 | - "source": { | |
3951 | - "type": "git", | |
3952 | - "url": "https://github.com/symfony/finder.git", | |
3953 | - "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187" | |
3954 | - }, | |
3955 | - "dist": { | |
3956 | - "type": "zip", | |
3957 | - "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187", | |
3958 | - "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187", | |
3959 | - "shasum": "" | |
3960 | - }, | |
3961 | - "require": { | |
3962 | - "php": ">=7.2.5" | |
3963 | - }, | |
3964 | - "time": "2020-05-20T17:43:50+00:00", | |
3965 | - "type": "library", | |
3966 | - "extra": { | |
3967 | - "branch-alias": { | |
3968 | - "dev-master": "5.1-dev" | |
3969 | - } | |
3970 | - }, | |
3971 | - "installation-source": "dist", | |
3972 | - "autoload": { | |
3973 | - "psr-4": { | |
3974 | - "Symfony\\Component\\Finder\\": "" | |
3975 | - }, | |
3976 | - "exclude-from-classmap": [ | |
3977 | - "/Tests/" | |
3978 | - ] | |
3979 | - }, | |
3980 | - "notification-url": "https://packagist.org/downloads/", | |
3981 | - "license": [ | |
3982 | - "MIT" | |
3983 | - ], | |
3984 | - "authors": [ | |
3985 | - { | |
3986 | - "name": "Fabien Potencier", | |
3987 | - "email": "fabien@symfony.com" | |
3988 | - }, | |
3989 | - { | |
3990 | - "name": "Symfony Community", | |
3991 | - "homepage": "https://symfony.com/contributors" | |
3992 | - } | |
3993 | - ], | |
3994 | - "description": "Symfony Finder Component", | |
3995 | - "homepage": "https://symfony.com", | |
3996 | - "funding": [ | |
3997 | - { | |
3998 | - "url": "https://symfony.com/sponsor", | |
3999 | - "type": "custom" | |
4000 | - }, | |
4001 | - { | |
4002 | - "url": "https://github.com/fabpot", | |
4003 | - "type": "github" | |
4004 | - }, | |
4005 | - { | |
4006 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
4007 | - "type": "tidelift" | |
4008 | - } | |
4009 | - ] | |
4010 | - }, | |
4011 | - { | |
4012 | - "name": "symfony/polyfill-ctype", | |
4013 | - "version": "v1.18.1", | |
4014 | - "version_normalized": "1.18.1.0", | |
4015 | - "source": { | |
4016 | - "type": "git", | |
4017 | - "url": "https://github.com/symfony/polyfill-ctype.git", | |
4018 | - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" | |
4019 | - }, | |
4020 | - "dist": { | |
4021 | - "type": "zip", | |
4022 | - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", | |
4023 | - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", | |
4024 | - "shasum": "" | |
4025 | - }, | |
4026 | - "require": { | |
4027 | - "php": ">=5.3.3" | |
4028 | - }, | |
4029 | - "suggest": { | |
4030 | - "ext-ctype": "For best performance" | |
4031 | - }, | |
4032 | - "time": "2020-07-14T12:35:20+00:00", | |
4033 | - "type": "library", | |
4034 | - "extra": { | |
4035 | - "branch-alias": { | |
4036 | - "dev-master": "1.18-dev" | |
4037 | - }, | |
4038 | - "thanks": { | |
4039 | - "name": "symfony/polyfill", | |
4040 | - "url": "https://github.com/symfony/polyfill" | |
4041 | - } | |
4042 | - }, | |
4043 | - "installation-source": "dist", | |
4044 | - "autoload": { | |
4045 | - "psr-4": { | |
4046 | - "Symfony\\Polyfill\\Ctype\\": "" | |
4047 | - }, | |
4048 | - "files": [ | |
4049 | - "bootstrap.php" | |
4050 | - ] | |
4051 | - }, | |
4052 | - "notification-url": "https://packagist.org/downloads/", | |
4053 | - "license": [ | |
4054 | - "MIT" | |
4055 | - ], | |
4056 | - "authors": [ | |
4057 | - { | |
4058 | - "name": "Gert de Pagter", | |
4059 | - "email": "BackEndTea@gmail.com" | |
4060 | - }, | |
4061 | - { | |
4062 | - "name": "Symfony Community", | |
4063 | - "homepage": "https://symfony.com/contributors" | |
4064 | - } | |
4065 | - ], | |
4066 | - "description": "Symfony polyfill for ctype functions", | |
4067 | - "homepage": "https://symfony.com", | |
4068 | - "keywords": [ | |
4069 | - "compatibility", | |
4070 | - "ctype", | |
4071 | - "polyfill", | |
4072 | - "portable" | |
4073 | - ], | |
4074 | - "funding": [ | |
4075 | - { | |
4076 | - "url": "https://symfony.com/sponsor", | |
4077 | - "type": "custom" | |
4078 | - }, | |
4079 | - { | |
4080 | - "url": "https://github.com/fabpot", | |
4081 | - "type": "github" | |
4082 | - }, | |
4083 | - { | |
4084 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
4085 | - "type": "tidelift" | |
4086 | - } | |
4087 | - ] | |
4088 | - }, | |
4089 | - { | |
4090 | - "name": "symfony/polyfill-iconv", | |
4091 | - "version": "v1.18.1", | |
4092 | - "version_normalized": "1.18.1.0", | |
4093 | - "source": { | |
4094 | - "type": "git", | |
4095 | - "url": "https://github.com/symfony/polyfill-iconv.git", | |
4096 | - "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36" | |
4097 | - }, | |
4098 | - "dist": { | |
4099 | - "type": "zip", | |
4100 | - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", | |
4101 | - "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", | |
4102 | - "shasum": "" | |
4103 | - }, | |
4104 | - "require": { | |
4105 | - "php": ">=5.3.3" | |
4106 | - }, | |
4107 | - "suggest": { | |
4108 | - "ext-iconv": "For best performance" | |
4109 | - }, | |
4110 | - "time": "2020-07-14T12:35:20+00:00", | |
4111 | - "type": "library", | |
4112 | - "extra": { | |
4113 | - "branch-alias": { | |
4114 | - "dev-master": "1.18-dev" | |
4115 | - }, | |
4116 | - "thanks": { | |
4117 | - "name": "symfony/polyfill", | |
4118 | - "url": "https://github.com/symfony/polyfill" | |
4119 | - } | |
4120 | - }, | |
4121 | - "installation-source": "dist", | |
4122 | - "autoload": { | |
4123 | - "psr-4": { | |
4124 | - "Symfony\\Polyfill\\Iconv\\": "" | |
4125 | - }, | |
4126 | - "files": [ | |
4127 | - "bootstrap.php" | |
4128 | - ] | |
4129 | - }, | |
4130 | - "notification-url": "https://packagist.org/downloads/", | |
4131 | - "license": [ | |
4132 | - "MIT" | |
4133 | - ], | |
4134 | - "authors": [ | |
4135 | - { | |
4136 | - "name": "Nicolas Grekas", | |
4137 | - "email": "p@tchwork.com" | |
4138 | - }, | |
4139 | - { | |
4140 | - "name": "Symfony Community", | |
4141 | - "homepage": "https://symfony.com/contributors" | |
4142 | - } | |
4143 | - ], | |
4144 | - "description": "Symfony polyfill for the Iconv extension", | |
4145 | - "homepage": "https://symfony.com", | |
4146 | - "keywords": [ | |
4147 | - "compatibility", | |
4148 | - "iconv", | |
4149 | - "polyfill", | |
4150 | - "portable", | |
4151 | - "shim" | |
4152 | - ], | |
4153 | - "funding": [ | |
4154 | - { | |
4155 | - "url": "https://symfony.com/sponsor", | |
4156 | - "type": "custom" | |
4157 | - }, | |
4158 | - { | |
4159 | - "url": "https://github.com/fabpot", | |
4160 | - "type": "github" | |
4161 | - }, | |
4162 | - { | |
4163 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
4164 | - "type": "tidelift" | |
4165 | - } | |
4166 | - ] | |
4167 | - }, | |
4168 | - { | |
4169 | - "name": "symfony/polyfill-intl-grapheme", | |
4170 | - "version": "v1.18.1", | |
4171 | - "version_normalized": "1.18.1.0", | |
4172 | - "source": { | |
4173 | - "type": "git", | |
4174 | - "url": "https://github.com/symfony/polyfill-intl-grapheme.git", | |
4175 | - "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5" | |
4176 | - }, | |
4177 | - "dist": { | |
4178 | - "type": "zip", | |
4179 | - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5", | |
4180 | - "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5", | |
4181 | - "shasum": "" | |
4182 | - }, | |
4183 | - "require": { | |
4184 | - "php": ">=5.3.3" | |
4185 | - }, | |
4186 | - "suggest": { | |
4187 | - "ext-intl": "For best performance" | |
4188 | - }, | |
4189 | - "time": "2020-07-14T12:35:20+00:00", | |
4190 | - "type": "library", | |
4191 | - "extra": { | |
4192 | - "branch-alias": { | |
4193 | - "dev-master": "1.18-dev" | |
4194 | - }, | |
4195 | - "thanks": { | |
4196 | - "name": "symfony/polyfill", | |
4197 | - "url": "https://github.com/symfony/polyfill" | |
4198 | - } | |
4199 | - }, | |
4200 | - "installation-source": "dist", | |
4201 | - "autoload": { | |
4202 | - "psr-4": { | |
4203 | - "Symfony\\Polyfill\\Intl\\Grapheme\\": "" | |
4204 | - }, | |
4205 | - "files": [ | |
4206 | - "bootstrap.php" | |
4207 | - ] | |
4208 | - }, | |
4209 | - "notification-url": "https://packagist.org/downloads/", | |
4210 | - "license": [ | |
4211 | - "MIT" | |
4212 | - ], | |
4213 | - "authors": [ | |
4214 | - { | |
4215 | - "name": "Nicolas Grekas", | |
4216 | - "email": "p@tchwork.com" | |
4217 | - }, | |
4218 | - { | |
4219 | - "name": "Symfony Community", | |
4220 | - "homepage": "https://symfony.com/contributors" | |
4221 | - } | |
4222 | - ], | |
4223 | - "description": "Symfony polyfill for intl's grapheme_* functions", | |
4224 | - "homepage": "https://symfony.com", | |
4225 | - "keywords": [ | |
4226 | - "compatibility", | |
4227 | - "grapheme", | |
4228 | - "intl", | |
4229 | - "polyfill", | |
4230 | - "portable", | |
4231 | - "shim" | |
4232 | - ], | |
4233 | - "funding": [ | |
4234 | - { | |
4235 | - "url": "https://symfony.com/sponsor", | |
4236 | - "type": "custom" | |
4237 | - }, | |
4238 | - { | |
4239 | - "url": "https://github.com/fabpot", | |
4240 | - "type": "github" | |
4241 | - }, | |
4242 | - { | |
4243 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
4244 | - "type": "tidelift" | |
4245 | - } | |
4246 | - ] | |
4247 | - }, | |
4248 | - { | |
4249 | - "name": "symfony/polyfill-intl-idn", | |
4250 | - "version": "v1.18.1", | |
4251 | - "version_normalized": "1.18.1.0", | |
4252 | - "source": { | |
4253 | - "type": "git", | |
4254 | - "url": "https://github.com/symfony/polyfill-intl-idn.git", | |
4255 | - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251" | |
4256 | - }, | |
4257 | - "dist": { | |
4258 | - "type": "zip", | |
4259 | - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251", | |
4260 | - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251", | |
4261 | - "shasum": "" | |
4262 | - }, | |
4263 | - "require": { | |
4264 | - "php": ">=5.3.3", | |
4265 | - "symfony/polyfill-intl-normalizer": "^1.10", | |
4266 | - "symfony/polyfill-php70": "^1.10", | |
4267 | - "symfony/polyfill-php72": "^1.10" | |
4268 | - }, | |
4269 | - "suggest": { | |
4270 | - "ext-intl": "For best performance" | |
4271 | - }, | |
4272 | - "time": "2020-08-04T06:02:08+00:00", | |
4273 | - "type": "library", | |
4274 | - "extra": { | |
4275 | - "branch-alias": { | |
4276 | - "dev-master": "1.18-dev" | |
4277 | - }, | |
4278 | - "thanks": { | |
4279 | - "name": "symfony/polyfill", | |
4280 | - "url": "https://github.com/symfony/polyfill" | |
4281 | - } | |
4282 | - }, | |
4283 | - "installation-source": "dist", | |
4284 | - "autoload": { | |
4285 | - "psr-4": { | |
4286 | - "Symfony\\Polyfill\\Intl\\Idn\\": "" | |
4287 | - }, | |
4288 | - "files": [ | |
4289 | - "bootstrap.php" | |
4290 | - ] | |
4291 | - }, | |
4292 | - "notification-url": "https://packagist.org/downloads/", | |
4293 | - "license": [ | |
4294 | - "MIT" | |
4295 | - ], | |
4296 | - "authors": [ | |
4297 | - { | |
4298 | - "name": "Laurent Bassin", | |
4299 | - "email": "laurent@bassin.info" | |
4300 | - }, | |
4301 | - { | |
4302 | - "name": "Trevor Rowbotham", | |
4303 | - "email": "trevor.rowbotham@pm.me" | |
4304 | - }, | |
4305 | - { | |
4306 | - "name": "Symfony Community", | |
4307 | - "homepage": "https://symfony.com/contributors" | |
4308 | - } | |
4309 | - ], | |
4310 | - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", | |
4311 | - "homepage": "https://symfony.com", | |
4312 | - "keywords": [ | |
4313 | - "compatibility", | |
4314 | - "idn", | |
4315 | - "intl", | |
4316 | - "polyfill", | |
4317 | - "portable", | |
4318 | - "shim" | |
4319 | - ], | |
4320 | - "funding": [ | |
4321 | - { | |
4322 | - "url": "https://symfony.com/sponsor", | |
4323 | - "type": "custom" | |
4324 | - }, | |
4325 | - { | |
4326 | - "url": "https://github.com/fabpot", | |
4327 | - "type": "github" | |
4328 | - }, | |
4329 | - { | |
4330 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
4331 | - "type": "tidelift" | |
4332 | - } | |
4333 | - ] | |
4334 | - }, | |
4335 | - { | |
4336 | - "name": "symfony/polyfill-intl-normalizer", | |
4337 | - "version": "v1.18.1", | |
4338 | - "version_normalized": "1.18.1.0", | |
4339 | - "source": { | |
4340 | - "type": "git", | |
4341 | - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", | |
4342 | - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" | |
4343 | - }, | |
4344 | - "dist": { | |
4345 | - "type": "zip", | |
4346 | - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", | |
4347 | - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", | |
4348 | - "shasum": "" | |
4349 | - }, | |
4350 | - "require": { | |
4351 | - "php": ">=5.3.3" | |
4352 | - }, | |
4353 | - "suggest": { | |
4354 | - "ext-intl": "For best performance" | |
4355 | - }, | |
4356 | - "time": "2020-07-14T12:35:20+00:00", | |
4357 | - "type": "library", | |
4358 | - "extra": { | |
4359 | - "branch-alias": { | |
4360 | - "dev-master": "1.18-dev" | |
4361 | - }, | |
4362 | - "thanks": { | |
4363 | - "name": "symfony/polyfill", | |
4364 | - "url": "https://github.com/symfony/polyfill" | |
4365 | - } | |
4366 | - }, | |
4367 | - "installation-source": "dist", | |
4368 | - "autoload": { | |
4369 | - "psr-4": { | |
4370 | - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" | |
4371 | - }, | |
4372 | - "files": [ | |
4373 | - "bootstrap.php" | |
1 | +{ | |
2 | + "packages": [ | |
3 | + { | |
4 | + "name": "behat/gherkin", | |
5 | + "version": "v4.6.2", | |
6 | + "version_normalized": "4.6.2.0", | |
7 | + "source": { | |
8 | + "type": "git", | |
9 | + "url": "https://github.com/Behat/Gherkin.git", | |
10 | + "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31" | |
11 | + }, | |
12 | + "dist": { | |
13 | + "type": "zip", | |
14 | + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31", | |
15 | + "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31", | |
16 | + "shasum": "" | |
17 | + }, | |
18 | + "require": { | |
19 | + "php": ">=5.3.1" | |
20 | + }, | |
21 | + "require-dev": { | |
22 | + "phpunit/phpunit": "~4.5|~5", | |
23 | + "symfony/phpunit-bridge": "~2.7|~3|~4", | |
24 | + "symfony/yaml": "~2.3|~3|~4" | |
25 | + }, | |
26 | + "suggest": { | |
27 | + "symfony/yaml": "If you want to parse features, represented in YAML files" | |
28 | + }, | |
29 | + "time": "2020-03-17T14:03:26+00:00", | |
30 | + "type": "library", | |
31 | + "extra": { | |
32 | + "branch-alias": { | |
33 | + "dev-master": "4.4-dev" | |
34 | + } | |
35 | + }, | |
36 | + "installation-source": "dist", | |
37 | + "autoload": { | |
38 | + "psr-0": { | |
39 | + "Behat\\Gherkin": "src/" | |
40 | + } | |
41 | + }, | |
42 | + "notification-url": "https://packagist.org/downloads/", | |
43 | + "license": [ | |
44 | + "MIT" | |
45 | + ], | |
46 | + "authors": [ | |
47 | + { | |
48 | + "name": "Konstantin Kudryashov", | |
49 | + "email": "ever.zet@gmail.com", | |
50 | + "homepage": "http://everzet.com" | |
51 | + } | |
52 | + ], | |
53 | + "description": "Gherkin DSL parser for PHP 5.3", | |
54 | + "homepage": "http://behat.org/", | |
55 | + "keywords": [ | |
56 | + "BDD", | |
57 | + "Behat", | |
58 | + "Cucumber", | |
59 | + "DSL", | |
60 | + "gherkin", | |
61 | + "parser" | |
62 | + ], | |
63 | + "install-path": "../behat/gherkin" | |
64 | + }, | |
65 | + { | |
66 | + "name": "bower-asset/bootstrap", | |
67 | + "version": "v3.4.1", | |
68 | + "version_normalized": "3.4.1.0", | |
69 | + "source": { | |
70 | + "type": "git", | |
71 | + "url": "git@github.com:twbs/bootstrap.git", | |
72 | + "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" | |
73 | + }, | |
74 | + "dist": { | |
75 | + "type": "zip", | |
76 | + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/68b0d231a13201eb14acd3dc84e51543d16e5f7e", | |
77 | + "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" | |
78 | + }, | |
79 | + "require": { | |
80 | + "bower-asset/jquery": ">=1.9.1,<4.0" | |
81 | + }, | |
82 | + "type": "bower-asset", | |
83 | + "installation-source": "dist", | |
84 | + "license": [ | |
85 | + "MIT" | |
86 | + ], | |
87 | + "install-path": "../bower-asset/bootstrap" | |
88 | + }, | |
89 | + { | |
90 | + "name": "bower-asset/inputmask", | |
91 | + "version": "3.3.11", | |
92 | + "version_normalized": "3.3.11.0", | |
93 | + "source": { | |
94 | + "type": "git", | |
95 | + "url": "https://github.com/RobinHerbots/Inputmask.git", | |
96 | + "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" | |
97 | + }, | |
98 | + "dist": { | |
99 | + "type": "zip", | |
100 | + "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5e670ad62f50c738388d4dcec78d2888505ad77b", | |
101 | + "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" | |
102 | + }, | |
103 | + "require": { | |
104 | + "bower-asset/jquery": ">=1.7" | |
105 | + }, | |
106 | + "type": "bower-asset", | |
107 | + "installation-source": "dist", | |
108 | + "license": [ | |
109 | + "http://opensource.org/licenses/mit-license.php" | |
110 | + ], | |
111 | + "install-path": "../bower-asset/inputmask" | |
112 | + }, | |
113 | + { | |
114 | + "name": "bower-asset/jquery", | |
115 | + "version": "3.5.1", | |
116 | + "version_normalized": "3.5.1.0", | |
117 | + "source": { | |
118 | + "type": "git", | |
119 | + "url": "git@github.com:jquery/jquery-dist.git", | |
120 | + "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" | |
121 | + }, | |
122 | + "dist": { | |
123 | + "type": "zip", | |
124 | + "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/4c0e4becb8263bb5b3e6dadc448d8e7305ef8215", | |
125 | + "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" | |
126 | + }, | |
127 | + "type": "bower-asset", | |
128 | + "installation-source": "dist", | |
129 | + "license": [ | |
130 | + "MIT" | |
131 | + ], | |
132 | + "install-path": "../bower-asset/jquery" | |
133 | + }, | |
134 | + { | |
135 | + "name": "bower-asset/punycode", | |
136 | + "version": "v1.3.2", | |
137 | + "version_normalized": "1.3.2.0", | |
138 | + "source": { | |
139 | + "type": "git", | |
140 | + "url": "git@github.com:bestiejs/punycode.js.git", | |
141 | + "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" | |
142 | + }, | |
143 | + "dist": { | |
144 | + "type": "zip", | |
145 | + "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", | |
146 | + "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" | |
147 | + }, | |
148 | + "type": "bower-asset", | |
149 | + "installation-source": "dist", | |
150 | + "install-path": "../bower-asset/punycode" | |
151 | + }, | |
152 | + { | |
153 | + "name": "bower-asset/yii2-pjax", | |
154 | + "version": "2.0.7.1", | |
155 | + "version_normalized": "2.0.7.1", | |
156 | + "source": { | |
157 | + "type": "git", | |
158 | + "url": "https://github.com/yiisoft/jquery-pjax.git", | |
159 | + "reference": "aef7b953107264f00234902a3880eb50dafc48be" | |
160 | + }, | |
161 | + "dist": { | |
162 | + "type": "zip", | |
163 | + "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/aef7b953107264f00234902a3880eb50dafc48be", | |
164 | + "reference": "aef7b953107264f00234902a3880eb50dafc48be" | |
165 | + }, | |
166 | + "require": { | |
167 | + "bower-asset/jquery": ">=1.8" | |
168 | + }, | |
169 | + "type": "bower-asset", | |
170 | + "installation-source": "dist", | |
171 | + "license": [ | |
172 | + "MIT" | |
173 | + ], | |
174 | + "install-path": "../bower-asset/yii2-pjax" | |
175 | + }, | |
176 | + { | |
177 | + "name": "cebe/markdown", | |
178 | + "version": "1.2.1", | |
179 | + "version_normalized": "1.2.1.0", | |
180 | + "source": { | |
181 | + "type": "git", | |
182 | + "url": "https://github.com/cebe/markdown.git", | |
183 | + "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86" | |
184 | + }, | |
185 | + "dist": { | |
186 | + "type": "zip", | |
187 | + "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86", | |
188 | + "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86", | |
189 | + "shasum": "" | |
190 | + }, | |
191 | + "require": { | |
192 | + "lib-pcre": "*", | |
193 | + "php": ">=5.4.0" | |
194 | + }, | |
195 | + "require-dev": { | |
196 | + "cebe/indent": "*", | |
197 | + "facebook/xhprof": "*@dev", | |
198 | + "phpunit/phpunit": "4.1.*" | |
199 | + }, | |
200 | + "time": "2018-03-26T11:24:36+00:00", | |
201 | + "bin": [ | |
202 | + "bin/markdown" | |
203 | + ], | |
204 | + "type": "library", | |
205 | + "extra": { | |
206 | + "branch-alias": { | |
207 | + "dev-master": "1.2.x-dev" | |
208 | + } | |
209 | + }, | |
210 | + "installation-source": "dist", | |
211 | + "autoload": { | |
212 | + "psr-4": { | |
213 | + "cebe\\markdown\\": "" | |
214 | + } | |
215 | + }, | |
216 | + "notification-url": "https://packagist.org/downloads/", | |
217 | + "license": [ | |
218 | + "MIT" | |
219 | + ], | |
220 | + "authors": [ | |
221 | + { | |
222 | + "name": "Carsten Brandt", | |
223 | + "email": "mail@cebe.cc", | |
224 | + "homepage": "http://cebe.cc/", | |
225 | + "role": "Creator" | |
226 | + } | |
227 | + ], | |
228 | + "description": "A super fast, highly extensible markdown parser for PHP", | |
229 | + "homepage": "https://github.com/cebe/markdown#readme", | |
230 | + "keywords": [ | |
231 | + "extensible", | |
232 | + "fast", | |
233 | + "gfm", | |
234 | + "markdown", | |
235 | + "markdown-extra" | |
236 | + ], | |
237 | + "install-path": "../cebe/markdown" | |
238 | + }, | |
239 | + { | |
240 | + "name": "codeception/codeception", | |
241 | + "version": "4.1.6", | |
242 | + "version_normalized": "4.1.6.0", | |
243 | + "source": { | |
244 | + "type": "git", | |
245 | + "url": "https://github.com/Codeception/Codeception.git", | |
246 | + "reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9" | |
247 | + }, | |
248 | + "dist": { | |
249 | + "type": "zip", | |
250 | + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9", | |
251 | + "reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9", | |
252 | + "shasum": "" | |
253 | + }, | |
254 | + "require": { | |
255 | + "behat/gherkin": "^4.4.0", | |
256 | + "codeception/lib-asserts": "^1.0", | |
257 | + "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0", | |
258 | + "codeception/stub": "^2.0 | ^3.0", | |
259 | + "ext-curl": "*", | |
260 | + "ext-json": "*", | |
261 | + "ext-mbstring": "*", | |
262 | + "guzzlehttp/psr7": "~1.4", | |
263 | + "php": ">=5.6.0 <8.0", | |
264 | + "symfony/console": ">=2.7 <6.0", | |
265 | + "symfony/css-selector": ">=2.7 <6.0", | |
266 | + "symfony/event-dispatcher": ">=2.7 <6.0", | |
267 | + "symfony/finder": ">=2.7 <6.0", | |
268 | + "symfony/yaml": ">=2.7 <6.0" | |
269 | + }, | |
270 | + "require-dev": { | |
271 | + "codeception/module-asserts": "*@dev", | |
272 | + "codeception/module-cli": "*@dev", | |
273 | + "codeception/module-db": "*@dev", | |
274 | + "codeception/module-filesystem": "*@dev", | |
275 | + "codeception/module-phpbrowser": "*@dev", | |
276 | + "codeception/specify": "~0.3", | |
277 | + "codeception/util-universalframework": "*@dev", | |
278 | + "monolog/monolog": "~1.8", | |
279 | + "squizlabs/php_codesniffer": "~2.0", | |
280 | + "symfony/process": ">=2.7 <6.0", | |
281 | + "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0" | |
282 | + }, | |
283 | + "suggest": { | |
284 | + "codeception/specify": "BDD-style code blocks", | |
285 | + "codeception/verify": "BDD-style assertions", | |
286 | + "hoa/console": "For interactive console functionality", | |
287 | + "stecman/symfony-console-completion": "For BASH autocompletion", | |
288 | + "symfony/phpunit-bridge": "For phpunit-bridge support" | |
289 | + }, | |
290 | + "time": "2020-06-07T16:31:51+00:00", | |
291 | + "bin": [ | |
292 | + "codecept" | |
293 | + ], | |
294 | + "type": "library", | |
295 | + "extra": { | |
296 | + "branch-alias": [] | |
297 | + }, | |
298 | + "installation-source": "dist", | |
299 | + "autoload": { | |
300 | + "psr-4": { | |
301 | + "Codeception\\": "src/Codeception", | |
302 | + "Codeception\\Extension\\": "ext" | |
303 | + } | |
304 | + }, | |
305 | + "notification-url": "https://packagist.org/downloads/", | |
306 | + "license": [ | |
307 | + "MIT" | |
308 | + ], | |
309 | + "authors": [ | |
310 | + { | |
311 | + "name": "Michael Bodnarchuk", | |
312 | + "email": "davert@mail.ua", | |
313 | + "homepage": "http://codegyre.com" | |
314 | + } | |
315 | + ], | |
316 | + "description": "BDD-style testing framework", | |
317 | + "homepage": "http://codeception.com/", | |
318 | + "keywords": [ | |
319 | + "BDD", | |
320 | + "TDD", | |
321 | + "acceptance testing", | |
322 | + "functional testing", | |
323 | + "unit testing" | |
324 | + ], | |
325 | + "funding": [ | |
326 | + { | |
327 | + "url": "https://opencollective.com/codeception", | |
328 | + "type": "open_collective" | |
329 | + } | |
330 | + ], | |
331 | + "install-path": "../codeception/codeception" | |
332 | + }, | |
333 | + { | |
334 | + "name": "codeception/lib-asserts", | |
335 | + "version": "1.12.0", | |
336 | + "version_normalized": "1.12.0.0", | |
337 | + "source": { | |
338 | + "type": "git", | |
339 | + "url": "https://github.com/Codeception/lib-asserts.git", | |
340 | + "reference": "acd0dc8b394595a74b58dcc889f72569ff7d8e71" | |
341 | + }, | |
342 | + "dist": { | |
343 | + "type": "zip", | |
344 | + "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/acd0dc8b394595a74b58dcc889f72569ff7d8e71", | |
345 | + "reference": "acd0dc8b394595a74b58dcc889f72569ff7d8e71", | |
346 | + "shasum": "" | |
347 | + }, | |
348 | + "require": { | |
349 | + "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0", | |
350 | + "php": ">=5.6.0 <8.0" | |
351 | + }, | |
352 | + "time": "2020-04-17T18:20:46+00:00", | |
353 | + "type": "library", | |
354 | + "installation-source": "dist", | |
355 | + "autoload": { | |
356 | + "classmap": [ | |
357 | + "src/" | |
358 | + ] | |
359 | + }, | |
360 | + "notification-url": "https://packagist.org/downloads/", | |
361 | + "license": [ | |
362 | + "MIT" | |
363 | + ], | |
364 | + "authors": [ | |
365 | + { | |
366 | + "name": "Michael Bodnarchuk", | |
367 | + "email": "davert@mail.ua", | |
368 | + "homepage": "http://codegyre.com" | |
369 | + }, | |
370 | + { | |
371 | + "name": "Gintautas Miselis" | |
372 | + } | |
373 | + ], | |
374 | + "description": "Assertion methods used by Codeception core and Asserts module", | |
375 | + "homepage": "http://codeception.com/", | |
376 | + "keywords": [ | |
377 | + "codeception" | |
378 | + ], | |
379 | + "install-path": "../codeception/lib-asserts" | |
380 | + }, | |
381 | + { | |
382 | + "name": "codeception/lib-innerbrowser", | |
383 | + "version": "1.3.2", | |
384 | + "version_normalized": "1.3.2.0", | |
385 | + "source": { | |
386 | + "type": "git", | |
387 | + "url": "https://github.com/Codeception/lib-innerbrowser.git", | |
388 | + "reference": "7bdcee4cf654cfeeedd00405edd4f06f85255659" | |
389 | + }, | |
390 | + "dist": { | |
391 | + "type": "zip", | |
392 | + "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/7bdcee4cf654cfeeedd00405edd4f06f85255659", | |
393 | + "reference": "7bdcee4cf654cfeeedd00405edd4f06f85255659", | |
394 | + "shasum": "" | |
395 | + }, | |
396 | + "require": { | |
397 | + "codeception/codeception": "*@dev", | |
398 | + "ext-dom": "*", | |
399 | + "ext-json": "*", | |
400 | + "ext-mbstring": "*", | |
401 | + "php": ">=5.6.0 <8.0", | |
402 | + "symfony/browser-kit": ">=2.7 <6.0", | |
403 | + "symfony/dom-crawler": ">=2.7 <6.0" | |
404 | + }, | |
405 | + "conflict": { | |
406 | + "codeception/codeception": "<4.0" | |
407 | + }, | |
408 | + "require-dev": { | |
409 | + "codeception/util-universalframework": "dev-master" | |
410 | + }, | |
411 | + "time": "2020-07-05T14:21:45+00:00", | |
412 | + "type": "library", | |
413 | + "installation-source": "dist", | |
414 | + "autoload": { | |
415 | + "classmap": [ | |
416 | + "src/" | |
417 | + ] | |
418 | + }, | |
419 | + "notification-url": "https://packagist.org/downloads/", | |
420 | + "license": [ | |
421 | + "MIT" | |
422 | + ], | |
423 | + "authors": [ | |
424 | + { | |
425 | + "name": "Michael Bodnarchuk", | |
426 | + "email": "davert@mail.ua", | |
427 | + "homepage": "http://codegyre.com" | |
428 | + }, | |
429 | + { | |
430 | + "name": "Gintautas Miselis" | |
431 | + } | |
432 | + ], | |
433 | + "description": "Parent library for all Codeception framework modules and PhpBrowser", | |
434 | + "homepage": "http://codeception.com/", | |
435 | + "keywords": [ | |
436 | + "codeception" | |
437 | + ], | |
438 | + "install-path": "../codeception/lib-innerbrowser" | |
439 | + }, | |
440 | + { | |
441 | + "name": "codeception/module-asserts", | |
442 | + "version": "1.2.1", | |
443 | + "version_normalized": "1.2.1.0", | |
444 | + "source": { | |
445 | + "type": "git", | |
446 | + "url": "https://github.com/Codeception/module-asserts.git", | |
447 | + "reference": "79f13d05b63f2fceba4d0e78044bab668c9b2a6b" | |
448 | + }, | |
449 | + "dist": { | |
450 | + "type": "zip", | |
451 | + "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/79f13d05b63f2fceba4d0e78044bab668c9b2a6b", | |
452 | + "reference": "79f13d05b63f2fceba4d0e78044bab668c9b2a6b", | |
453 | + "shasum": "" | |
454 | + }, | |
455 | + "require": { | |
456 | + "codeception/codeception": "*@dev", | |
457 | + "codeception/lib-asserts": "^1.12.0", | |
458 | + "php": ">=5.6.0 <8.0" | |
459 | + }, | |
460 | + "conflict": { | |
461 | + "codeception/codeception": "<4.0" | |
462 | + }, | |
463 | + "require-dev": { | |
464 | + "codeception/util-robohelpers": "dev-master" | |
465 | + }, | |
466 | + "time": "2020-04-20T07:26:11+00:00", | |
467 | + "type": "library", | |
468 | + "installation-source": "dist", | |
469 | + "autoload": { | |
470 | + "classmap": [ | |
471 | + "src/" | |
472 | + ] | |
473 | + }, | |
474 | + "notification-url": "https://packagist.org/downloads/", | |
475 | + "license": [ | |
476 | + "MIT" | |
477 | + ], | |
478 | + "authors": [ | |
479 | + { | |
480 | + "name": "Michael Bodnarchuk" | |
481 | + }, | |
482 | + { | |
483 | + "name": "Gintautas Miselis" | |
484 | + } | |
485 | + ], | |
486 | + "description": "Codeception module containing various assertions", | |
487 | + "homepage": "http://codeception.com/", | |
488 | + "keywords": [ | |
489 | + "assertions", | |
490 | + "asserts", | |
491 | + "codeception" | |
492 | + ], | |
493 | + "install-path": "../codeception/module-asserts" | |
494 | + }, | |
495 | + { | |
496 | + "name": "codeception/module-db", | |
497 | + "version": "1.0.1", | |
498 | + "version_normalized": "1.0.1.0", | |
499 | + "source": { | |
500 | + "type": "git", | |
501 | + "url": "https://github.com/Codeception/module-db.git", | |
502 | + "reference": "13a2b86206d09c50ab2e5375b261df35b650e58f" | |
503 | + }, | |
504 | + "dist": { | |
505 | + "type": "zip", | |
506 | + "url": "https://api.github.com/repos/Codeception/module-db/zipball/13a2b86206d09c50ab2e5375b261df35b650e58f", | |
507 | + "reference": "13a2b86206d09c50ab2e5375b261df35b650e58f", | |
508 | + "shasum": "" | |
509 | + }, | |
510 | + "require": { | |
511 | + "codeception/codeception": "*@dev", | |
512 | + "php": ">=5.6.0 <8.0" | |
513 | + }, | |
514 | + "conflict": { | |
515 | + "codeception/codeception": "<4.0" | |
516 | + }, | |
517 | + "require-dev": { | |
518 | + "codeception/util-robohelpers": "dev-master" | |
519 | + }, | |
520 | + "time": "2019-12-08T17:56:49+00:00", | |
521 | + "type": "library", | |
522 | + "installation-source": "dist", | |
523 | + "autoload": { | |
524 | + "classmap": [ | |
525 | + "src/" | |
526 | + ] | |
527 | + }, | |
528 | + "notification-url": "https://packagist.org/downloads/", | |
529 | + "license": [ | |
530 | + "MIT" | |
531 | + ], | |
532 | + "authors": [ | |
533 | + { | |
534 | + "name": "Michael Bodnarchuk" | |
535 | + }, | |
536 | + { | |
537 | + "name": "Gintautas Miselis" | |
538 | + } | |
539 | + ], | |
540 | + "description": "WebDriver module for Codeception", | |
541 | + "homepage": "http://codeception.com/", | |
542 | + "keywords": [ | |
543 | + "acceptance-testing", | |
544 | + "browser-testing", | |
545 | + "codeception" | |
546 | + ], | |
547 | + "install-path": "../codeception/module-db" | |
548 | + }, | |
549 | + { | |
550 | + "name": "codeception/module-filesystem", | |
551 | + "version": "1.0.2", | |
552 | + "version_normalized": "1.0.2.0", | |
553 | + "source": { | |
554 | + "type": "git", | |
555 | + "url": "https://github.com/Codeception/module-filesystem.git", | |
556 | + "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e" | |
557 | + }, | |
558 | + "dist": { | |
559 | + "type": "zip", | |
560 | + "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/fe3c352479924ec0aaf6a6c3d6825dc14242b81e", | |
561 | + "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e", | |
562 | + "shasum": "" | |
563 | + }, | |
564 | + "require": { | |
565 | + "codeception/codeception": "*@dev", | |
566 | + "php": ">=5.6.0 <8.0", | |
567 | + "symfony/finder": ">=2.7 <6.0" | |
568 | + }, | |
569 | + "conflict": { | |
570 | + "codeception/codeception": "<4.0" | |
571 | + }, | |
572 | + "require-dev": { | |
573 | + "codeception/util-robohelpers": "dev-master" | |
574 | + }, | |
575 | + "time": "2019-12-04T17:13:39+00:00", | |
576 | + "type": "library", | |
577 | + "installation-source": "dist", | |
578 | + "autoload": { | |
579 | + "classmap": [ | |
580 | + "src/" | |
581 | + ] | |
582 | + }, | |
583 | + "notification-url": "https://packagist.org/downloads/", | |
584 | + "license": [ | |
585 | + "MIT" | |
586 | + ], | |
587 | + "authors": [ | |
588 | + { | |
589 | + "name": "Michael Bodnarchuk" | |
590 | + }, | |
591 | + { | |
592 | + "name": "Gintautas Miselis" | |
593 | + } | |
594 | + ], | |
595 | + "description": "Codeception module for testing local filesystem", | |
596 | + "homepage": "http://codeception.com/", | |
597 | + "keywords": [ | |
598 | + "codeception", | |
599 | + "filesystem" | |
600 | + ], | |
601 | + "install-path": "../codeception/module-filesystem" | |
602 | + }, | |
603 | + { | |
604 | + "name": "codeception/module-rest", | |
605 | + "version": "1.2.3", | |
606 | + "version_normalized": "1.2.3.0", | |
607 | + "source": { | |
608 | + "type": "git", | |
609 | + "url": "https://github.com/Codeception/module-rest.git", | |
610 | + "reference": "63d09a1ed9fb9bb981d22396e7c2c7d20570f217" | |
611 | + }, | |
612 | + "dist": { | |
613 | + "type": "zip", | |
614 | + "url": "https://api.github.com/repos/Codeception/module-rest/zipball/63d09a1ed9fb9bb981d22396e7c2c7d20570f217", | |
615 | + "reference": "63d09a1ed9fb9bb981d22396e7c2c7d20570f217", | |
616 | + "shasum": "" | |
617 | + }, | |
618 | + "require": { | |
619 | + "codeception/codeception": "^4.0", | |
620 | + "flow/jsonpath": "^0.5", | |
621 | + "justinrainbow/json-schema": "^5.2.9", | |
622 | + "php": ">=5.6.0 <8.0" | |
623 | + }, | |
624 | + "require-dev": { | |
625 | + "codeception/lib-innerbrowser": "^1.0", | |
626 | + "codeception/util-robohelpers": "dev-master", | |
627 | + "codeception/util-universalframework": "^1.0" | |
628 | + }, | |
629 | + "suggest": { | |
630 | + "aws/aws-sdk-php": "For using AWS Auth" | |
631 | + }, | |
632 | + "time": "2020-09-17T13:36:51+00:00", | |
633 | + "type": "library", | |
634 | + "installation-source": "dist", | |
635 | + "autoload": { | |
636 | + "classmap": [ | |
637 | + "src/" | |
638 | + ] | |
639 | + }, | |
640 | + "notification-url": "https://packagist.org/downloads/", | |
641 | + "license": [ | |
642 | + "MIT" | |
643 | + ], | |
644 | + "authors": [ | |
645 | + { | |
646 | + "name": "Gintautas Miselis" | |
647 | + } | |
648 | + ], | |
649 | + "description": "REST module for Codeception", | |
650 | + "homepage": "http://codeception.com/", | |
651 | + "keywords": [ | |
652 | + "codeception", | |
653 | + "rest" | |
654 | + ], | |
655 | + "install-path": "../codeception/module-rest" | |
656 | + }, | |
657 | + { | |
658 | + "name": "codeception/module-yii2", | |
659 | + "version": "1.1.0", | |
660 | + "version_normalized": "1.1.0.0", | |
661 | + "source": { | |
662 | + "type": "git", | |
663 | + "url": "https://github.com/Codeception/module-yii2.git", | |
664 | + "reference": "89ec2b34db0fe1c80d404d939ecc7ab07051b4b7" | |
665 | + }, | |
666 | + "dist": { | |
667 | + "type": "zip", | |
668 | + "url": "https://api.github.com/repos/Codeception/module-yii2/zipball/89ec2b34db0fe1c80d404d939ecc7ab07051b4b7", | |
669 | + "reference": "89ec2b34db0fe1c80d404d939ecc7ab07051b4b7", | |
670 | + "shasum": "" | |
671 | + }, | |
672 | + "require": { | |
673 | + "codeception/codeception": "4.0.x-dev | ^4.0", | |
674 | + "codeception/lib-innerbrowser": "^1.0", | |
675 | + "php": ">=5.6.0 <8.0" | |
676 | + }, | |
677 | + "require-dev": { | |
678 | + "codeception/util-robohelpers": "dev-master" | |
679 | + }, | |
680 | + "time": "2020-01-28T12:56:17+00:00", | |
681 | + "type": "library", | |
682 | + "installation-source": "dist", | |
683 | + "autoload": { | |
684 | + "classmap": [ | |
685 | + "src/" | |
686 | + ] | |
687 | + }, | |
688 | + "notification-url": "https://packagist.org/downloads/", | |
689 | + "license": [ | |
690 | + "MIT" | |
691 | + ], | |
692 | + "authors": [ | |
693 | + { | |
694 | + "name": "Alexander Makarov" | |
695 | + }, | |
696 | + { | |
697 | + "name": "Sam Mouse" | |
698 | + }, | |
699 | + { | |
700 | + "name": "Michael Bodnarchuk" | |
701 | + } | |
702 | + ], | |
703 | + "description": "Codeception module for Yii2 framework", | |
704 | + "homepage": "http://codeception.com/", | |
705 | + "keywords": [ | |
706 | + "codeception", | |
707 | + "yii2" | |
708 | + ], | |
709 | + "install-path": "../codeception/module-yii2" | |
710 | + }, | |
711 | + { | |
712 | + "name": "codeception/phpunit-wrapper", | |
713 | + "version": "8.1.2", | |
714 | + "version_normalized": "8.1.2.0", | |
715 | + "source": { | |
716 | + "type": "git", | |
717 | + "url": "https://github.com/Codeception/phpunit-wrapper.git", | |
718 | + "reference": "e610200adf75ebc1ea7cf10d7cdb43e0f5fff3cc" | |
719 | + }, | |
720 | + "dist": { | |
721 | + "type": "zip", | |
722 | + "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/e610200adf75ebc1ea7cf10d7cdb43e0f5fff3cc", | |
723 | + "reference": "e610200adf75ebc1ea7cf10d7cdb43e0f5fff3cc", | |
724 | + "shasum": "" | |
725 | + }, | |
726 | + "require": { | |
727 | + "php": ">=7.2", | |
728 | + "phpunit/php-code-coverage": "^7.0", | |
729 | + "phpunit/phpunit": "^8.0", | |
730 | + "sebastian/comparator": "^3.0", | |
731 | + "sebastian/diff": "^3.0" | |
732 | + }, | |
733 | + "require-dev": { | |
734 | + "codeception/specify": "*", | |
735 | + "vlucas/phpdotenv": "^3.0" | |
736 | + }, | |
737 | + "time": "2020-04-17T18:30:51+00:00", | |
738 | + "type": "library", | |
739 | + "installation-source": "dist", | |
740 | + "autoload": { | |
741 | + "psr-4": { | |
742 | + "Codeception\\PHPUnit\\": "src/" | |
743 | + } | |
744 | + }, | |
745 | + "notification-url": "https://packagist.org/downloads/", | |
746 | + "license": [ | |
747 | + "MIT" | |
748 | + ], | |
749 | + "authors": [ | |
750 | + { | |
751 | + "name": "Davert", | |
752 | + "email": "davert.php@resend.cc" | |
753 | + } | |
754 | + ], | |
755 | + "description": "PHPUnit classes used by Codeception", | |
756 | + "install-path": "../codeception/phpunit-wrapper" | |
757 | + }, | |
758 | + { | |
759 | + "name": "codeception/specify", | |
760 | + "version": "0.4.6", | |
761 | + "version_normalized": "0.4.6.0", | |
762 | + "source": { | |
763 | + "type": "git", | |
764 | + "url": "https://github.com/Codeception/Specify.git", | |
765 | + "reference": "21b586f503ca444aa519dd9cafb32f113a05f286" | |
766 | + }, | |
767 | + "dist": { | |
768 | + "type": "zip", | |
769 | + "url": "https://api.github.com/repos/Codeception/Specify/zipball/21b586f503ca444aa519dd9cafb32f113a05f286", | |
770 | + "reference": "21b586f503ca444aa519dd9cafb32f113a05f286", | |
771 | + "shasum": "" | |
772 | + }, | |
773 | + "require": { | |
774 | + "myclabs/deep-copy": "~1.1", | |
775 | + "php": ">=5.4.0" | |
776 | + }, | |
777 | + "require-dev": { | |
778 | + "phpunit/phpunit": "~4.0" | |
779 | + }, | |
780 | + "time": "2016-10-21T09:42:00+00:00", | |
781 | + "type": "library", | |
782 | + "installation-source": "dist", | |
783 | + "autoload": { | |
784 | + "psr-0": { | |
785 | + "Codeception\\": "src/" | |
786 | + } | |
787 | + }, | |
788 | + "notification-url": "https://packagist.org/downloads/", | |
789 | + "license": [ | |
790 | + "MIT" | |
791 | + ], | |
792 | + "authors": [ | |
793 | + { | |
794 | + "name": "Michael Bodnarchuk", | |
795 | + "email": "davert.php@mailican.com" | |
796 | + } | |
797 | + ], | |
798 | + "description": "BDD code blocks for PHPUnit and Codeception", | |
799 | + "install-path": "../codeception/specify" | |
800 | + }, | |
801 | + { | |
802 | + "name": "codeception/stub", | |
803 | + "version": "3.7.0", | |
804 | + "version_normalized": "3.7.0.0", | |
805 | + "source": { | |
806 | + "type": "git", | |
807 | + "url": "https://github.com/Codeception/Stub.git", | |
808 | + "reference": "468dd5fe659f131fc997f5196aad87512f9b1304" | |
809 | + }, | |
810 | + "dist": { | |
811 | + "type": "zip", | |
812 | + "url": "https://api.github.com/repos/Codeception/Stub/zipball/468dd5fe659f131fc997f5196aad87512f9b1304", | |
813 | + "reference": "468dd5fe659f131fc997f5196aad87512f9b1304", | |
814 | + "shasum": "" | |
815 | + }, | |
816 | + "require": { | |
817 | + "phpunit/phpunit": "^8.4 | ^9.0" | |
818 | + }, | |
819 | + "time": "2020-07-03T15:54:43+00:00", | |
820 | + "type": "library", | |
821 | + "installation-source": "dist", | |
822 | + "autoload": { | |
823 | + "psr-4": { | |
824 | + "Codeception\\": "src/" | |
825 | + } | |
826 | + }, | |
827 | + "notification-url": "https://packagist.org/downloads/", | |
828 | + "license": [ | |
829 | + "MIT" | |
830 | + ], | |
831 | + "description": "Flexible Stub wrapper for PHPUnit's Mock Builder", | |
832 | + "install-path": "../codeception/stub" | |
833 | + }, | |
834 | + { | |
835 | + "name": "codeception/verify", | |
836 | + "version": "1.1.0", | |
837 | + "version_normalized": "1.1.0.0", | |
838 | + "source": { | |
839 | + "type": "git", | |
840 | + "url": "https://github.com/Codeception/Verify.git", | |
841 | + "reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3" | |
842 | + }, | |
843 | + "dist": { | |
844 | + "type": "zip", | |
845 | + "url": "https://api.github.com/repos/Codeception/Verify/zipball/fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3", | |
846 | + "reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3", | |
847 | + "shasum": "" | |
848 | + }, | |
849 | + "require": { | |
850 | + "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.4", | |
851 | + "php": ">= 7.0", | |
852 | + "phpunit/phpunit": "> 6.0" | |
853 | + }, | |
854 | + "time": "2019-07-30T18:21:46+00:00", | |
855 | + "type": "library", | |
856 | + "installation-source": "dist", | |
857 | + "autoload": { | |
858 | + "files": [ | |
859 | + "src/Codeception/function.php" | |
860 | + ], | |
861 | + "psr-4": { | |
862 | + "Codeception\\": "src\\Codeception" | |
863 | + } | |
864 | + }, | |
865 | + "notification-url": "https://packagist.org/downloads/", | |
866 | + "license": [ | |
867 | + "MIT" | |
868 | + ], | |
869 | + "authors": [ | |
870 | + { | |
871 | + "name": "Michael Bodnarchuk", | |
872 | + "email": "davert@codeception.com" | |
873 | + } | |
874 | + ], | |
875 | + "description": "BDD assertion library for PHPUnit", | |
876 | + "install-path": "../codeception/verify" | |
877 | + }, | |
878 | + { | |
879 | + "name": "doctrine/instantiator", | |
880 | + "version": "1.3.1", | |
881 | + "version_normalized": "1.3.1.0", | |
882 | + "source": { | |
883 | + "type": "git", | |
884 | + "url": "https://github.com/doctrine/instantiator.git", | |
885 | + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" | |
886 | + }, | |
887 | + "dist": { | |
888 | + "type": "zip", | |
889 | + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", | |
890 | + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", | |
891 | + "shasum": "" | |
892 | + }, | |
893 | + "require": { | |
894 | + "php": "^7.1 || ^8.0" | |
895 | + }, | |
896 | + "require-dev": { | |
897 | + "doctrine/coding-standard": "^6.0", | |
898 | + "ext-pdo": "*", | |
899 | + "ext-phar": "*", | |
900 | + "phpbench/phpbench": "^0.13", | |
901 | + "phpstan/phpstan-phpunit": "^0.11", | |
902 | + "phpstan/phpstan-shim": "^0.11", | |
903 | + "phpunit/phpunit": "^7.0" | |
904 | + }, | |
905 | + "time": "2020-05-29T17:27:14+00:00", | |
906 | + "type": "library", | |
907 | + "extra": { | |
908 | + "branch-alias": { | |
909 | + "dev-master": "1.2.x-dev" | |
910 | + } | |
911 | + }, | |
912 | + "installation-source": "dist", | |
913 | + "autoload": { | |
914 | + "psr-4": { | |
915 | + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
916 | + } | |
917 | + }, | |
918 | + "notification-url": "https://packagist.org/downloads/", | |
919 | + "license": [ | |
920 | + "MIT" | |
921 | + ], | |
922 | + "authors": [ | |
923 | + { | |
924 | + "name": "Marco Pivetta", | |
925 | + "email": "ocramius@gmail.com", | |
926 | + "homepage": "http://ocramius.github.com/" | |
927 | + } | |
928 | + ], | |
929 | + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
930 | + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", | |
931 | + "keywords": [ | |
932 | + "constructor", | |
933 | + "instantiate" | |
934 | + ], | |
935 | + "funding": [ | |
936 | + { | |
937 | + "url": "https://www.doctrine-project.org/sponsorship.html", | |
938 | + "type": "custom" | |
939 | + }, | |
940 | + { | |
941 | + "url": "https://www.patreon.com/phpdoctrine", | |
942 | + "type": "patreon" | |
943 | + }, | |
944 | + { | |
945 | + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", | |
946 | + "type": "tidelift" | |
947 | + } | |
948 | + ], | |
949 | + "install-path": "../doctrine/instantiator" | |
950 | + }, | |
951 | + { | |
952 | + "name": "doctrine/lexer", | |
953 | + "version": "1.2.1", | |
954 | + "version_normalized": "1.2.1.0", | |
955 | + "source": { | |
956 | + "type": "git", | |
957 | + "url": "https://github.com/doctrine/lexer.git", | |
958 | + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" | |
959 | + }, | |
960 | + "dist": { | |
961 | + "type": "zip", | |
962 | + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", | |
963 | + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", | |
964 | + "shasum": "" | |
965 | + }, | |
966 | + "require": { | |
967 | + "php": "^7.2 || ^8.0" | |
968 | + }, | |
969 | + "require-dev": { | |
970 | + "doctrine/coding-standard": "^6.0", | |
971 | + "phpstan/phpstan": "^0.11.8", | |
972 | + "phpunit/phpunit": "^8.2" | |
973 | + }, | |
974 | + "time": "2020-05-25T17:44:05+00:00", | |
975 | + "type": "library", | |
976 | + "extra": { | |
977 | + "branch-alias": { | |
978 | + "dev-master": "1.2.x-dev" | |
979 | + } | |
980 | + }, | |
981 | + "installation-source": "dist", | |
982 | + "autoload": { | |
983 | + "psr-4": { | |
984 | + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" | |
985 | + } | |
986 | + }, | |
987 | + "notification-url": "https://packagist.org/downloads/", | |
988 | + "license": [ | |
989 | + "MIT" | |
990 | + ], | |
991 | + "authors": [ | |
992 | + { | |
993 | + "name": "Guilherme Blanco", | |
994 | + "email": "guilhermeblanco@gmail.com" | |
995 | + }, | |
996 | + { | |
997 | + "name": "Roman Borschel", | |
998 | + "email": "roman@code-factory.org" | |
999 | + }, | |
1000 | + { | |
1001 | + "name": "Johannes Schmitt", | |
1002 | + "email": "schmittjoh@gmail.com" | |
1003 | + } | |
1004 | + ], | |
1005 | + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", | |
1006 | + "homepage": "https://www.doctrine-project.org/projects/lexer.html", | |
1007 | + "keywords": [ | |
1008 | + "annotations", | |
1009 | + "docblock", | |
1010 | + "lexer", | |
1011 | + "parser", | |
1012 | + "php" | |
1013 | + ], | |
1014 | + "funding": [ | |
1015 | + { | |
1016 | + "url": "https://www.doctrine-project.org/sponsorship.html", | |
1017 | + "type": "custom" | |
1018 | + }, | |
1019 | + { | |
1020 | + "url": "https://www.patreon.com/phpdoctrine", | |
1021 | + "type": "patreon" | |
1022 | + }, | |
1023 | + { | |
1024 | + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", | |
1025 | + "type": "tidelift" | |
1026 | + } | |
1027 | + ], | |
1028 | + "install-path": "../doctrine/lexer" | |
1029 | + }, | |
1030 | + { | |
1031 | + "name": "egulias/email-validator", | |
1032 | + "version": "2.1.18", | |
1033 | + "version_normalized": "2.1.18.0", | |
1034 | + "source": { | |
1035 | + "type": "git", | |
1036 | + "url": "https://github.com/egulias/EmailValidator.git", | |
1037 | + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441" | |
1038 | + }, | |
1039 | + "dist": { | |
1040 | + "type": "zip", | |
1041 | + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441", | |
1042 | + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441", | |
1043 | + "shasum": "" | |
1044 | + }, | |
1045 | + "require": { | |
1046 | + "doctrine/lexer": "^1.0.1", | |
1047 | + "php": ">=5.5", | |
1048 | + "symfony/polyfill-intl-idn": "^1.10" | |
1049 | + }, | |
1050 | + "require-dev": { | |
1051 | + "dominicsayers/isemail": "^3.0.7", | |
1052 | + "phpunit/phpunit": "^4.8.36|^7.5.15", | |
1053 | + "satooshi/php-coveralls": "^1.0.1" | |
1054 | + }, | |
1055 | + "suggest": { | |
1056 | + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" | |
1057 | + }, | |
1058 | + "time": "2020-06-16T20:11:17+00:00", | |
1059 | + "type": "library", | |
1060 | + "extra": { | |
1061 | + "branch-alias": { | |
1062 | + "dev-master": "2.1.x-dev" | |
1063 | + } | |
1064 | + }, | |
1065 | + "installation-source": "dist", | |
1066 | + "autoload": { | |
1067 | + "psr-4": { | |
1068 | + "Egulias\\EmailValidator\\": "src" | |
1069 | + } | |
1070 | + }, | |
1071 | + "notification-url": "https://packagist.org/downloads/", | |
1072 | + "license": [ | |
1073 | + "MIT" | |
1074 | + ], | |
1075 | + "authors": [ | |
1076 | + { | |
1077 | + "name": "Eduardo Gulias Davis" | |
1078 | + } | |
1079 | + ], | |
1080 | + "description": "A library for validating emails against several RFCs", | |
1081 | + "homepage": "https://github.com/egulias/EmailValidator", | |
1082 | + "keywords": [ | |
1083 | + "email", | |
1084 | + "emailvalidation", | |
1085 | + "emailvalidator", | |
1086 | + "validation", | |
1087 | + "validator" | |
1088 | + ], | |
1089 | + "install-path": "../egulias/email-validator" | |
1090 | + }, | |
1091 | + { | |
1092 | + "name": "ezyang/htmlpurifier", | |
1093 | + "version": "v4.13.0", | |
1094 | + "version_normalized": "4.13.0.0", | |
1095 | + "source": { | |
1096 | + "type": "git", | |
1097 | + "url": "https://github.com/ezyang/htmlpurifier.git", | |
1098 | + "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" | |
1099 | + }, | |
1100 | + "dist": { | |
1101 | + "type": "zip", | |
1102 | + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", | |
1103 | + "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", | |
1104 | + "shasum": "" | |
1105 | + }, | |
1106 | + "require": { | |
1107 | + "php": ">=5.2" | |
1108 | + }, | |
1109 | + "require-dev": { | |
1110 | + "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" | |
1111 | + }, | |
1112 | + "time": "2020-06-29T00:56:53+00:00", | |
1113 | + "type": "library", | |
1114 | + "installation-source": "dist", | |
1115 | + "autoload": { | |
1116 | + "psr-0": { | |
1117 | + "HTMLPurifier": "library/" | |
1118 | + }, | |
1119 | + "files": [ | |
1120 | + "library/HTMLPurifier.composer.php" | |
1121 | + ], | |
1122 | + "exclude-from-classmap": [ | |
1123 | + "/library/HTMLPurifier/Language/" | |
1124 | + ] | |
1125 | + }, | |
1126 | + "notification-url": "https://packagist.org/downloads/", | |
1127 | + "license": [ | |
1128 | + "LGPL-2.1-or-later" | |
1129 | + ], | |
1130 | + "authors": [ | |
1131 | + { | |
1132 | + "name": "Edward Z. Yang", | |
1133 | + "email": "admin@htmlpurifier.org", | |
1134 | + "homepage": "http://ezyang.com" | |
1135 | + } | |
1136 | + ], | |
1137 | + "description": "Standards compliant HTML filter written in PHP", | |
1138 | + "homepage": "http://htmlpurifier.org/", | |
1139 | + "keywords": [ | |
1140 | + "html" | |
1141 | + ], | |
1142 | + "install-path": "../ezyang/htmlpurifier" | |
1143 | + }, | |
1144 | + { | |
1145 | + "name": "flow/jsonpath", | |
1146 | + "version": "0.5.0", | |
1147 | + "version_normalized": "0.5.0.0", | |
1148 | + "source": { | |
1149 | + "type": "git", | |
1150 | + "url": "https://github.com/FlowCommunications/JSONPath.git", | |
1151 | + "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea" | |
1152 | + }, | |
1153 | + "dist": { | |
1154 | + "type": "zip", | |
1155 | + "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea", | |
1156 | + "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea", | |
1157 | + "shasum": "" | |
1158 | + }, | |
1159 | + "require": { | |
1160 | + "php": ">=5.4.0" | |
1161 | + }, | |
1162 | + "require-dev": { | |
1163 | + "peekmo/jsonpath": "dev-master", | |
1164 | + "phpunit/phpunit": "^7.0" | |
1165 | + }, | |
1166 | + "time": "2019-07-15T17:23:22+00:00", | |
1167 | + "type": "library", | |
1168 | + "installation-source": "dist", | |
1169 | + "autoload": { | |
1170 | + "psr-0": { | |
1171 | + "Flow\\JSONPath": "src/", | |
1172 | + "Flow\\JSONPath\\Test": "tests/" | |
1173 | + } | |
1174 | + }, | |
1175 | + "notification-url": "https://packagist.org/downloads/", | |
1176 | + "license": [ | |
1177 | + "MIT" | |
1178 | + ], | |
1179 | + "authors": [ | |
1180 | + { | |
1181 | + "name": "Stephen Frank", | |
1182 | + "email": "stephen@flowsa.com" | |
1183 | + } | |
1184 | + ], | |
1185 | + "description": "JSONPath implementation for parsing, searching and flattening arrays", | |
1186 | + "install-path": "../flow/jsonpath" | |
1187 | + }, | |
1188 | + { | |
1189 | + "name": "fzaninotto/faker", | |
1190 | + "version": "v1.9.1", | |
1191 | + "version_normalized": "1.9.1.0", | |
1192 | + "source": { | |
1193 | + "type": "git", | |
1194 | + "url": "https://github.com/fzaninotto/Faker.git", | |
1195 | + "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f" | |
1196 | + }, | |
1197 | + "dist": { | |
1198 | + "type": "zip", | |
1199 | + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f", | |
1200 | + "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f", | |
1201 | + "shasum": "" | |
1202 | + }, | |
1203 | + "require": { | |
1204 | + "php": "^5.3.3 || ^7.0" | |
1205 | + }, | |
1206 | + "require-dev": { | |
1207 | + "ext-intl": "*", | |
1208 | + "phpunit/phpunit": "^4.8.35 || ^5.7", | |
1209 | + "squizlabs/php_codesniffer": "^2.9.2" | |
1210 | + }, | |
1211 | + "time": "2019-12-12T13:22:17+00:00", | |
1212 | + "type": "library", | |
1213 | + "extra": { | |
1214 | + "branch-alias": { | |
1215 | + "dev-master": "1.9-dev" | |
1216 | + } | |
1217 | + }, | |
1218 | + "installation-source": "dist", | |
1219 | + "autoload": { | |
1220 | + "psr-4": { | |
1221 | + "Faker\\": "src/Faker/" | |
1222 | + } | |
1223 | + }, | |
1224 | + "notification-url": "https://packagist.org/downloads/", | |
1225 | + "license": [ | |
1226 | + "MIT" | |
1227 | + ], | |
1228 | + "authors": [ | |
1229 | + { | |
1230 | + "name": "François Zaninotto" | |
1231 | + } | |
1232 | + ], | |
1233 | + "description": "Faker is a PHP library that generates fake data for you.", | |
1234 | + "keywords": [ | |
1235 | + "data", | |
1236 | + "faker", | |
1237 | + "fixtures" | |
1238 | + ], | |
1239 | + "install-path": "../fzaninotto/faker" | |
1240 | + }, | |
1241 | + { | |
1242 | + "name": "guzzlehttp/psr7", | |
1243 | + "version": "1.6.1", | |
1244 | + "version_normalized": "1.6.1.0", | |
1245 | + "source": { | |
1246 | + "type": "git", | |
1247 | + "url": "https://github.com/guzzle/psr7.git", | |
1248 | + "reference": "239400de7a173fe9901b9ac7c06497751f00727a" | |
1249 | + }, | |
1250 | + "dist": { | |
1251 | + "type": "zip", | |
1252 | + "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", | |
1253 | + "reference": "239400de7a173fe9901b9ac7c06497751f00727a", | |
1254 | + "shasum": "" | |
1255 | + }, | |
1256 | + "require": { | |
1257 | + "php": ">=5.4.0", | |
1258 | + "psr/http-message": "~1.0", | |
1259 | + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" | |
1260 | + }, | |
1261 | + "provide": { | |
1262 | + "psr/http-message-implementation": "1.0" | |
1263 | + }, | |
1264 | + "require-dev": { | |
1265 | + "ext-zlib": "*", | |
1266 | + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" | |
1267 | + }, | |
1268 | + "suggest": { | |
1269 | + "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" | |
1270 | + }, | |
1271 | + "time": "2019-07-01T23:21:34+00:00", | |
1272 | + "type": "library", | |
1273 | + "extra": { | |
1274 | + "branch-alias": { | |
1275 | + "dev-master": "1.6-dev" | |
1276 | + } | |
1277 | + }, | |
1278 | + "installation-source": "dist", | |
1279 | + "autoload": { | |
1280 | + "psr-4": { | |
1281 | + "GuzzleHttp\\Psr7\\": "src/" | |
1282 | + }, | |
1283 | + "files": [ | |
1284 | + "src/functions_include.php" | |
1285 | + ] | |
1286 | + }, | |
1287 | + "notification-url": "https://packagist.org/downloads/", | |
1288 | + "license": [ | |
1289 | + "MIT" | |
1290 | + ], | |
1291 | + "authors": [ | |
1292 | + { | |
1293 | + "name": "Michael Dowling", | |
1294 | + "email": "mtdowling@gmail.com", | |
1295 | + "homepage": "https://github.com/mtdowling" | |
1296 | + }, | |
1297 | + { | |
1298 | + "name": "Tobias Schultze", | |
1299 | + "homepage": "https://github.com/Tobion" | |
1300 | + } | |
1301 | + ], | |
1302 | + "description": "PSR-7 message implementation that also provides common utility methods", | |
1303 | + "keywords": [ | |
1304 | + "http", | |
1305 | + "message", | |
1306 | + "psr-7", | |
1307 | + "request", | |
1308 | + "response", | |
1309 | + "stream", | |
1310 | + "uri", | |
1311 | + "url" | |
1312 | + ], | |
1313 | + "install-path": "../guzzlehttp/psr7" | |
1314 | + }, | |
1315 | + { | |
1316 | + "name": "justinrainbow/json-schema", | |
1317 | + "version": "5.2.10", | |
1318 | + "version_normalized": "5.2.10.0", | |
1319 | + "source": { | |
1320 | + "type": "git", | |
1321 | + "url": "https://github.com/justinrainbow/json-schema.git", | |
1322 | + "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" | |
1323 | + }, | |
1324 | + "dist": { | |
1325 | + "type": "zip", | |
1326 | + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", | |
1327 | + "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", | |
1328 | + "shasum": "" | |
1329 | + }, | |
1330 | + "require": { | |
1331 | + "php": ">=5.3.3" | |
1332 | + }, | |
1333 | + "require-dev": { | |
1334 | + "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", | |
1335 | + "json-schema/json-schema-test-suite": "1.2.0", | |
1336 | + "phpunit/phpunit": "^4.8.35" | |
1337 | + }, | |
1338 | + "time": "2020-05-27T16:41:55+00:00", | |
1339 | + "bin": [ | |
1340 | + "bin/validate-json" | |
1341 | + ], | |
1342 | + "type": "library", | |
1343 | + "extra": { | |
1344 | + "branch-alias": { | |
1345 | + "dev-master": "5.0.x-dev" | |
1346 | + } | |
1347 | + }, | |
1348 | + "installation-source": "dist", | |
1349 | + "autoload": { | |
1350 | + "psr-4": { | |
1351 | + "JsonSchema\\": "src/JsonSchema/" | |
1352 | + } | |
1353 | + }, | |
1354 | + "notification-url": "https://packagist.org/downloads/", | |
1355 | + "license": [ | |
1356 | + "MIT" | |
1357 | + ], | |
1358 | + "authors": [ | |
1359 | + { | |
1360 | + "name": "Bruno Prieto Reis", | |
1361 | + "email": "bruno.p.reis@gmail.com" | |
1362 | + }, | |
1363 | + { | |
1364 | + "name": "Justin Rainbow", | |
1365 | + "email": "justin.rainbow@gmail.com" | |
1366 | + }, | |
1367 | + { | |
1368 | + "name": "Igor Wiedler", | |
1369 | + "email": "igor@wiedler.ch" | |
1370 | + }, | |
1371 | + { | |
1372 | + "name": "Robert Schönthal", | |
1373 | + "email": "seroscho@googlemail.com" | |
1374 | + } | |
1375 | + ], | |
1376 | + "description": "A library to validate a json schema.", | |
1377 | + "homepage": "https://github.com/justinrainbow/json-schema", | |
1378 | + "keywords": [ | |
1379 | + "json", | |
1380 | + "schema" | |
1381 | + ], | |
1382 | + "install-path": "../justinrainbow/json-schema" | |
1383 | + }, | |
1384 | + { | |
1385 | + "name": "kartik-v/yii2-mpdf", | |
1386 | + "version": "v1.0.1", | |
1387 | + "version_normalized": "1.0.1.0", | |
1388 | + "source": { | |
1389 | + "type": "git", | |
1390 | + "url": "https://github.com/kartik-v/yii2-mpdf.git", | |
1391 | + "reference": "17fda1cb084c58fee6014026d35af5faf73316ef" | |
1392 | + }, | |
1393 | + "dist": { | |
1394 | + "type": "zip", | |
1395 | + "url": "https://api.github.com/repos/kartik-v/yii2-mpdf/zipball/17fda1cb084c58fee6014026d35af5faf73316ef", | |
1396 | + "reference": "17fda1cb084c58fee6014026d35af5faf73316ef", | |
1397 | + "shasum": "" | |
1398 | + }, | |
1399 | + "require": { | |
1400 | + "mpdf/mpdf": "<7.0" | |
1401 | + }, | |
1402 | + "time": "2017-01-14T11:51:12+00:00", | |
1403 | + "type": "yii2-extension", | |
1404 | + "extra": { | |
1405 | + "branch-alias": { | |
1406 | + "dev-master": "1.0.x-dev" | |
1407 | + } | |
1408 | + }, | |
1409 | + "installation-source": "dist", | |
1410 | + "autoload": { | |
1411 | + "psr-4": { | |
1412 | + "kartik\\mpdf\\": "" | |
1413 | + } | |
1414 | + }, | |
1415 | + "notification-url": "https://packagist.org/downloads/", | |
1416 | + "license": [ | |
1417 | + "BSD 3-Clause" | |
1418 | + ], | |
1419 | + "authors": [ | |
1420 | + { | |
1421 | + "name": "Kartik Visweswaran", | |
1422 | + "email": "kartikv2@gmail.com", | |
1423 | + "homepage": "http://www.krajee.com/" | |
1424 | + } | |
1425 | + ], | |
1426 | + "description": "A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.", | |
1427 | + "homepage": "https://github.com/kartik-v/yii2-mpdf", | |
1428 | + "keywords": [ | |
1429 | + "component", | |
1430 | + "extension", | |
1431 | + "html", | |
1432 | + "mpdf", | |
1433 | + "pdf", | |
1434 | + "utf8", | |
1435 | + "yii2" | |
1436 | + ], | |
1437 | + "install-path": "../kartik-v/yii2-mpdf" | |
1438 | + }, | |
1439 | + { | |
1440 | + "name": "mpdf/mpdf", | |
1441 | + "version": "v6.1.3", | |
1442 | + "version_normalized": "6.1.3.0", | |
1443 | + "source": { | |
1444 | + "type": "git", | |
1445 | + "url": "https://github.com/mpdf/mpdf.git", | |
1446 | + "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97" | |
1447 | + }, | |
1448 | + "dist": { | |
1449 | + "type": "zip", | |
1450 | + "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97", | |
1451 | + "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97", | |
1452 | + "shasum": "" | |
1453 | + }, | |
1454 | + "require": { | |
1455 | + "ext-mbstring": "*", | |
1456 | + "php": ">=5.4.0", | |
1457 | + "setasign/fpdi": "1.6.*" | |
1458 | + }, | |
1459 | + "require-dev": { | |
1460 | + "phpunit/phpunit": "^4.7" | |
1461 | + }, | |
1462 | + "suggest": { | |
1463 | + "ext-zlib": "Needed for compression of embedded resources, such as fonts" | |
1464 | + }, | |
1465 | + "time": "2016-12-12T10:42:18+00:00", | |
1466 | + "type": "library", | |
1467 | + "installation-source": "dist", | |
1468 | + "autoload": { | |
1469 | + "classmap": [ | |
1470 | + "mpdf.php", | |
1471 | + "classes" | |
1472 | + ] | |
1473 | + }, | |
1474 | + "notification-url": "https://packagist.org/downloads/", | |
1475 | + "license": [ | |
1476 | + "GPL-2.0" | |
1477 | + ], | |
1478 | + "authors": [ | |
1479 | + { | |
1480 | + "name": "Ian Back", | |
1481 | + "role": "Developer" | |
1482 | + } | |
1483 | + ], | |
1484 | + "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support", | |
1485 | + "homepage": "http://mpdf.github.io", | |
1486 | + "keywords": [ | |
1487 | + "pdf", | |
1488 | + "php", | |
1489 | + "utf-8" | |
1490 | + ], | |
1491 | + "install-path": "../mpdf/mpdf" | |
1492 | + }, | |
1493 | + { | |
1494 | + "name": "myclabs/deep-copy", | |
1495 | + "version": "1.10.1", | |
1496 | + "version_normalized": "1.10.1.0", | |
1497 | + "source": { | |
1498 | + "type": "git", | |
1499 | + "url": "https://github.com/myclabs/DeepCopy.git", | |
1500 | + "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" | |
1501 | + }, | |
1502 | + "dist": { | |
1503 | + "type": "zip", | |
1504 | + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", | |
1505 | + "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", | |
1506 | + "shasum": "" | |
1507 | + }, | |
1508 | + "require": { | |
1509 | + "php": "^7.1 || ^8.0" | |
1510 | + }, | |
1511 | + "replace": { | |
1512 | + "myclabs/deep-copy": "self.version" | |
1513 | + }, | |
1514 | + "require-dev": { | |
1515 | + "doctrine/collections": "^1.0", | |
1516 | + "doctrine/common": "^2.6", | |
1517 | + "phpunit/phpunit": "^7.1" | |
1518 | + }, | |
1519 | + "time": "2020-06-29T13:22:24+00:00", | |
1520 | + "type": "library", | |
1521 | + "installation-source": "dist", | |
1522 | + "autoload": { | |
1523 | + "psr-4": { | |
1524 | + "DeepCopy\\": "src/DeepCopy/" | |
1525 | + }, | |
1526 | + "files": [ | |
1527 | + "src/DeepCopy/deep_copy.php" | |
1528 | + ] | |
1529 | + }, | |
1530 | + "notification-url": "https://packagist.org/downloads/", | |
1531 | + "license": [ | |
1532 | + "MIT" | |
1533 | + ], | |
1534 | + "description": "Create deep copies (clones) of your objects", | |
1535 | + "keywords": [ | |
1536 | + "clone", | |
1537 | + "copy", | |
1538 | + "duplicate", | |
1539 | + "object", | |
1540 | + "object graph" | |
1541 | + ], | |
1542 | + "funding": [ | |
1543 | + { | |
1544 | + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", | |
1545 | + "type": "tidelift" | |
1546 | + } | |
1547 | + ], | |
1548 | + "install-path": "../myclabs/deep-copy" | |
1549 | + }, | |
1550 | + { | |
1551 | + "name": "odaialali/yii2-qrcode-reader", | |
1552 | + "version": "dev-master", | |
1553 | + "version_normalized": "dev-master", | |
1554 | + "source": { | |
1555 | + "type": "git", | |
1556 | + "url": "https://github.com/odai-alali/yii2-qrcode-reader.git", | |
1557 | + "reference": "961000881aad895132f7145f8782c66e24db6b6e" | |
1558 | + }, | |
1559 | + "dist": { | |
1560 | + "type": "zip", | |
1561 | + "url": "https://api.github.com/repos/odai-alali/yii2-qrcode-reader/zipball/961000881aad895132f7145f8782c66e24db6b6e", | |
1562 | + "reference": "961000881aad895132f7145f8782c66e24db6b6e", | |
1563 | + "shasum": "" | |
1564 | + }, | |
1565 | + "require": { | |
1566 | + "yiisoft/yii2": "*" | |
1567 | + }, | |
1568 | + "time": "2017-05-05T09:17:38+00:00", | |
1569 | + "default-branch": true, | |
1570 | + "type": "yii2-extension", | |
1571 | + "installation-source": "source", | |
1572 | + "autoload": { | |
1573 | + "psr-4": { | |
1574 | + "odaialali\\qrcodereader\\": "" | |
1575 | + } | |
1576 | + }, | |
1577 | + "notification-url": "https://packagist.org/downloads/", | |
1578 | + "license": [ | |
1579 | + "MIT" | |
1580 | + ], | |
1581 | + "authors": [ | |
1582 | + { | |
1583 | + "name": "Odai Alali", | |
1584 | + "email": "odai.alali@gmail.com" | |
1585 | + } | |
1586 | + ], | |
1587 | + "description": "Yii2 widget for reading qr code using laptop or phone camera", | |
1588 | + "keywords": [ | |
1589 | + "extension", | |
1590 | + "javascript", | |
1591 | + "qrcode", | |
1592 | + "reader", | |
1593 | + "yii2" | |
1594 | + ], | |
1595 | + "support": { | |
1596 | + "issues": "https://github.com/odai-alali/yii2-qrcode-reader/issues", | |
1597 | + "source": "https://github.com/odai-alali/yii2-qrcode-reader/tree/master" | |
1598 | + }, | |
1599 | + "install-path": "../odaialali/yii2-qrcode-reader" | |
1600 | + }, | |
1601 | + { | |
1602 | + "name": "opis/closure", | |
1603 | + "version": "3.5.5", | |
1604 | + "version_normalized": "3.5.5.0", | |
1605 | + "source": { | |
1606 | + "type": "git", | |
1607 | + "url": "https://github.com/opis/closure.git", | |
1608 | + "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c" | |
1609 | + }, | |
1610 | + "dist": { | |
1611 | + "type": "zip", | |
1612 | + "url": "https://api.github.com/repos/opis/closure/zipball/dec9fc5ecfca93f45cd6121f8e6f14457dff372c", | |
1613 | + "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c", | |
1614 | + "shasum": "" | |
1615 | + }, | |
1616 | + "require": { | |
1617 | + "php": "^5.4 || ^7.0" | |
1618 | + }, | |
1619 | + "require-dev": { | |
1620 | + "jeremeamia/superclosure": "^2.0", | |
1621 | + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" | |
1622 | + }, | |
1623 | + "time": "2020-06-17T14:59:55+00:00", | |
1624 | + "type": "library", | |
1625 | + "extra": { | |
1626 | + "branch-alias": { | |
1627 | + "dev-master": "3.5.x-dev" | |
1628 | + } | |
1629 | + }, | |
1630 | + "installation-source": "dist", | |
1631 | + "autoload": { | |
1632 | + "psr-4": { | |
1633 | + "Opis\\Closure\\": "src/" | |
1634 | + }, | |
1635 | + "files": [ | |
1636 | + "functions.php" | |
1637 | + ] | |
1638 | + }, | |
1639 | + "notification-url": "https://packagist.org/downloads/", | |
1640 | + "license": [ | |
1641 | + "MIT" | |
1642 | + ], | |
1643 | + "authors": [ | |
1644 | + { | |
1645 | + "name": "Marius Sarca", | |
1646 | + "email": "marius.sarca@gmail.com" | |
1647 | + }, | |
1648 | + { | |
1649 | + "name": "Sorin Sarca", | |
1650 | + "email": "sarca_sorin@hotmail.com" | |
1651 | + } | |
1652 | + ], | |
1653 | + "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", | |
1654 | + "homepage": "https://opis.io/closure", | |
1655 | + "keywords": [ | |
1656 | + "anonymous functions", | |
1657 | + "closure", | |
1658 | + "function", | |
1659 | + "serializable", | |
1660 | + "serialization", | |
1661 | + "serialize" | |
1662 | + ], | |
1663 | + "install-path": "../opis/closure" | |
1664 | + }, | |
1665 | + { | |
1666 | + "name": "paragonie/random_compat", | |
1667 | + "version": "v9.99.99", | |
1668 | + "version_normalized": "9.99.99.0", | |
1669 | + "source": { | |
1670 | + "type": "git", | |
1671 | + "url": "https://github.com/paragonie/random_compat.git", | |
1672 | + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" | |
1673 | + }, | |
1674 | + "dist": { | |
1675 | + "type": "zip", | |
1676 | + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", | |
1677 | + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", | |
1678 | + "shasum": "" | |
1679 | + }, | |
1680 | + "require": { | |
1681 | + "php": "^7" | |
1682 | + }, | |
1683 | + "require-dev": { | |
1684 | + "phpunit/phpunit": "4.*|5.*", | |
1685 | + "vimeo/psalm": "^1" | |
1686 | + }, | |
1687 | + "suggest": { | |
1688 | + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | |
1689 | + }, | |
1690 | + "time": "2018-07-02T15:55:56+00:00", | |
1691 | + "type": "library", | |
1692 | + "installation-source": "dist", | |
1693 | + "notification-url": "https://packagist.org/downloads/", | |
1694 | + "license": [ | |
1695 | + "MIT" | |
1696 | + ], | |
1697 | + "authors": [ | |
1698 | + { | |
1699 | + "name": "Paragon Initiative Enterprises", | |
1700 | + "email": "security@paragonie.com", | |
1701 | + "homepage": "https://paragonie.com" | |
1702 | + } | |
1703 | + ], | |
1704 | + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | |
1705 | + "keywords": [ | |
1706 | + "csprng", | |
1707 | + "polyfill", | |
1708 | + "pseudorandom", | |
1709 | + "random" | |
1710 | + ], | |
1711 | + "install-path": "../paragonie/random_compat" | |
1712 | + }, | |
1713 | + { | |
1714 | + "name": "phar-io/manifest", | |
1715 | + "version": "1.0.3", | |
1716 | + "version_normalized": "1.0.3.0", | |
1717 | + "source": { | |
1718 | + "type": "git", | |
1719 | + "url": "https://github.com/phar-io/manifest.git", | |
1720 | + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" | |
1721 | + }, | |
1722 | + "dist": { | |
1723 | + "type": "zip", | |
1724 | + "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | |
1725 | + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | |
1726 | + "shasum": "" | |
1727 | + }, | |
1728 | + "require": { | |
1729 | + "ext-dom": "*", | |
1730 | + "ext-phar": "*", | |
1731 | + "phar-io/version": "^2.0", | |
1732 | + "php": "^5.6 || ^7.0" | |
1733 | + }, | |
1734 | + "time": "2018-07-08T19:23:20+00:00", | |
1735 | + "type": "library", | |
1736 | + "extra": { | |
1737 | + "branch-alias": { | |
1738 | + "dev-master": "1.0.x-dev" | |
1739 | + } | |
1740 | + }, | |
1741 | + "installation-source": "dist", | |
1742 | + "autoload": { | |
1743 | + "classmap": [ | |
1744 | + "src/" | |
1745 | + ] | |
1746 | + }, | |
1747 | + "notification-url": "https://packagist.org/downloads/", | |
1748 | + "license": [ | |
1749 | + "BSD-3-Clause" | |
1750 | + ], | |
1751 | + "authors": [ | |
1752 | + { | |
1753 | + "name": "Arne Blankerts", | |
1754 | + "email": "arne@blankerts.de", | |
1755 | + "role": "Developer" | |
1756 | + }, | |
1757 | + { | |
1758 | + "name": "Sebastian Heuer", | |
1759 | + "email": "sebastian@phpeople.de", | |
1760 | + "role": "Developer" | |
1761 | + }, | |
1762 | + { | |
1763 | + "name": "Sebastian Bergmann", | |
1764 | + "email": "sebastian@phpunit.de", | |
1765 | + "role": "Developer" | |
1766 | + } | |
1767 | + ], | |
1768 | + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", | |
1769 | + "install-path": "../phar-io/manifest" | |
1770 | + }, | |
1771 | + { | |
1772 | + "name": "phar-io/version", | |
1773 | + "version": "2.0.1", | |
1774 | + "version_normalized": "2.0.1.0", | |
1775 | + "source": { | |
1776 | + "type": "git", | |
1777 | + "url": "https://github.com/phar-io/version.git", | |
1778 | + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" | |
1779 | + }, | |
1780 | + "dist": { | |
1781 | + "type": "zip", | |
1782 | + "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", | |
1783 | + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", | |
1784 | + "shasum": "" | |
1785 | + }, | |
1786 | + "require": { | |
1787 | + "php": "^5.6 || ^7.0" | |
1788 | + }, | |
1789 | + "time": "2018-07-08T19:19:57+00:00", | |
1790 | + "type": "library", | |
1791 | + "installation-source": "dist", | |
1792 | + "autoload": { | |
1793 | + "classmap": [ | |
1794 | + "src/" | |
1795 | + ] | |
1796 | + }, | |
1797 | + "notification-url": "https://packagist.org/downloads/", | |
1798 | + "license": [ | |
1799 | + "BSD-3-Clause" | |
1800 | + ], | |
1801 | + "authors": [ | |
1802 | + { | |
1803 | + "name": "Arne Blankerts", | |
1804 | + "email": "arne@blankerts.de", | |
1805 | + "role": "Developer" | |
1806 | + }, | |
1807 | + { | |
1808 | + "name": "Sebastian Heuer", | |
1809 | + "email": "sebastian@phpeople.de", | |
1810 | + "role": "Developer" | |
1811 | + }, | |
1812 | + { | |
1813 | + "name": "Sebastian Bergmann", | |
1814 | + "email": "sebastian@phpunit.de", | |
1815 | + "role": "Developer" | |
1816 | + } | |
1817 | + ], | |
1818 | + "description": "Library for handling version information and constraints", | |
1819 | + "install-path": "../phar-io/version" | |
1820 | + }, | |
1821 | + { | |
1822 | + "name": "phpdocumentor/reflection-common", | |
1823 | + "version": "2.2.0", | |
1824 | + "version_normalized": "2.2.0.0", | |
1825 | + "source": { | |
1826 | + "type": "git", | |
1827 | + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
1828 | + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" | |
1829 | + }, | |
1830 | + "dist": { | |
1831 | + "type": "zip", | |
1832 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", | |
1833 | + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", | |
1834 | + "shasum": "" | |
1835 | + }, | |
1836 | + "require": { | |
1837 | + "php": "^7.2 || ^8.0" | |
1838 | + }, | |
1839 | + "time": "2020-06-27T09:03:43+00:00", | |
1840 | + "type": "library", | |
1841 | + "extra": { | |
1842 | + "branch-alias": { | |
1843 | + "dev-2.x": "2.x-dev" | |
1844 | + } | |
1845 | + }, | |
1846 | + "installation-source": "dist", | |
1847 | + "autoload": { | |
1848 | + "psr-4": { | |
1849 | + "phpDocumentor\\Reflection\\": "src/" | |
1850 | + } | |
1851 | + }, | |
1852 | + "notification-url": "https://packagist.org/downloads/", | |
1853 | + "license": [ | |
1854 | + "MIT" | |
1855 | + ], | |
1856 | + "authors": [ | |
1857 | + { | |
1858 | + "name": "Jaap van Otterdijk", | |
1859 | + "email": "opensource@ijaap.nl" | |
1860 | + } | |
1861 | + ], | |
1862 | + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
1863 | + "homepage": "http://www.phpdoc.org", | |
1864 | + "keywords": [ | |
1865 | + "FQSEN", | |
1866 | + "phpDocumentor", | |
1867 | + "phpdoc", | |
1868 | + "reflection", | |
1869 | + "static analysis" | |
1870 | + ], | |
1871 | + "install-path": "../phpdocumentor/reflection-common" | |
1872 | + }, | |
1873 | + { | |
1874 | + "name": "phpdocumentor/reflection-docblock", | |
1875 | + "version": "5.2.0", | |
1876 | + "version_normalized": "5.2.0.0", | |
1877 | + "source": { | |
1878 | + "type": "git", | |
1879 | + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
1880 | + "reference": "3170448f5769fe19f456173d833734e0ff1b84df" | |
1881 | + }, | |
1882 | + "dist": { | |
1883 | + "type": "zip", | |
1884 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df", | |
1885 | + "reference": "3170448f5769fe19f456173d833734e0ff1b84df", | |
1886 | + "shasum": "" | |
1887 | + }, | |
1888 | + "require": { | |
1889 | + "ext-filter": "*", | |
1890 | + "php": "^7.2 || ^8.0", | |
1891 | + "phpdocumentor/reflection-common": "^2.2", | |
1892 | + "phpdocumentor/type-resolver": "^1.3", | |
1893 | + "webmozart/assert": "^1.9.1" | |
1894 | + }, | |
1895 | + "require-dev": { | |
1896 | + "mockery/mockery": "~1.3.2" | |
1897 | + }, | |
1898 | + "time": "2020-07-20T20:05:34+00:00", | |
1899 | + "type": "library", | |
1900 | + "extra": { | |
1901 | + "branch-alias": { | |
1902 | + "dev-master": "5.x-dev" | |
1903 | + } | |
1904 | + }, | |
1905 | + "installation-source": "dist", | |
1906 | + "autoload": { | |
1907 | + "psr-4": { | |
1908 | + "phpDocumentor\\Reflection\\": "src" | |
1909 | + } | |
1910 | + }, | |
1911 | + "notification-url": "https://packagist.org/downloads/", | |
1912 | + "license": [ | |
1913 | + "MIT" | |
1914 | + ], | |
1915 | + "authors": [ | |
1916 | + { | |
1917 | + "name": "Mike van Riel", | |
1918 | + "email": "me@mikevanriel.com" | |
1919 | + }, | |
1920 | + { | |
1921 | + "name": "Jaap van Otterdijk", | |
1922 | + "email": "account@ijaap.nl" | |
1923 | + } | |
1924 | + ], | |
1925 | + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
1926 | + "install-path": "../phpdocumentor/reflection-docblock" | |
1927 | + }, | |
1928 | + { | |
1929 | + "name": "phpdocumentor/type-resolver", | |
1930 | + "version": "1.3.0", | |
1931 | + "version_normalized": "1.3.0.0", | |
1932 | + "source": { | |
1933 | + "type": "git", | |
1934 | + "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
1935 | + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651" | |
1936 | + }, | |
1937 | + "dist": { | |
1938 | + "type": "zip", | |
1939 | + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651", | |
1940 | + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651", | |
1941 | + "shasum": "" | |
1942 | + }, | |
1943 | + "require": { | |
1944 | + "php": "^7.2 || ^8.0", | |
1945 | + "phpdocumentor/reflection-common": "^2.0" | |
1946 | + }, | |
1947 | + "require-dev": { | |
1948 | + "ext-tokenizer": "*" | |
1949 | + }, | |
1950 | + "time": "2020-06-27T10:12:23+00:00", | |
1951 | + "type": "library", | |
1952 | + "extra": { | |
1953 | + "branch-alias": { | |
1954 | + "dev-1.x": "1.x-dev" | |
1955 | + } | |
1956 | + }, | |
1957 | + "installation-source": "dist", | |
1958 | + "autoload": { | |
1959 | + "psr-4": { | |
1960 | + "phpDocumentor\\Reflection\\": "src" | |
1961 | + } | |
1962 | + }, | |
1963 | + "notification-url": "https://packagist.org/downloads/", | |
1964 | + "license": [ | |
1965 | + "MIT" | |
1966 | + ], | |
1967 | + "authors": [ | |
1968 | + { | |
1969 | + "name": "Mike van Riel", | |
1970 | + "email": "me@mikevanriel.com" | |
1971 | + } | |
1972 | + ], | |
1973 | + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", | |
1974 | + "install-path": "../phpdocumentor/type-resolver" | |
1975 | + }, | |
1976 | + { | |
1977 | + "name": "phpoffice/phpexcel", | |
1978 | + "version": "1.8.2", | |
1979 | + "version_normalized": "1.8.2.0", | |
1980 | + "source": { | |
1981 | + "type": "git", | |
1982 | + "url": "https://github.com/PHPOffice/PHPExcel.git", | |
1983 | + "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870" | |
1984 | + }, | |
1985 | + "dist": { | |
1986 | + "type": "zip", | |
1987 | + "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870", | |
1988 | + "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870", | |
1989 | + "shasum": "" | |
1990 | + }, | |
1991 | + "require": { | |
1992 | + "ext-mbstring": "*", | |
1993 | + "ext-xml": "*", | |
1994 | + "ext-xmlwriter": "*", | |
1995 | + "php": "^5.2|^7.0" | |
1996 | + }, | |
1997 | + "require-dev": { | |
1998 | + "squizlabs/php_codesniffer": "2.*" | |
1999 | + }, | |
2000 | + "time": "2018-11-22T23:07:24+00:00", | |
2001 | + "type": "library", | |
2002 | + "installation-source": "dist", | |
2003 | + "autoload": { | |
2004 | + "psr-0": { | |
2005 | + "PHPExcel": "Classes/" | |
2006 | + } | |
2007 | + }, | |
2008 | + "notification-url": "https://packagist.org/downloads/", | |
2009 | + "license": [ | |
2010 | + "LGPL-2.1" | |
2011 | + ], | |
2012 | + "authors": [ | |
2013 | + { | |
2014 | + "name": "Maarten Balliauw", | |
2015 | + "homepage": "http://blog.maartenballiauw.be" | |
2016 | + }, | |
2017 | + { | |
2018 | + "name": "Erik Tilt" | |
2019 | + }, | |
2020 | + { | |
2021 | + "name": "Franck Lefevre", | |
2022 | + "homepage": "http://rootslabs.net" | |
2023 | + }, | |
2024 | + { | |
2025 | + "name": "Mark Baker", | |
2026 | + "homepage": "http://markbakeruk.net" | |
2027 | + } | |
2028 | + ], | |
2029 | + "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", | |
2030 | + "homepage": "https://github.com/PHPOffice/PHPExcel", | |
2031 | + "keywords": [ | |
2032 | + "OpenXML", | |
2033 | + "excel", | |
2034 | + "php", | |
2035 | + "spreadsheet", | |
2036 | + "xls", | |
2037 | + "xlsx" | |
2038 | + ], | |
2039 | + "abandoned": "phpoffice/phpspreadsheet", | |
2040 | + "install-path": "../phpoffice/phpexcel" | |
2041 | + }, | |
2042 | + { | |
2043 | + "name": "phpspec/php-diff", | |
2044 | + "version": "v1.1.0", | |
2045 | + "version_normalized": "1.1.0.0", | |
2046 | + "source": { | |
2047 | + "type": "git", | |
2048 | + "url": "https://github.com/phpspec/php-diff.git", | |
2049 | + "reference": "0464787bfa7cd13576c5a1e318709768798bec6a" | |
2050 | + }, | |
2051 | + "dist": { | |
2052 | + "type": "zip", | |
2053 | + "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a", | |
2054 | + "reference": "0464787bfa7cd13576c5a1e318709768798bec6a", | |
2055 | + "shasum": "" | |
2056 | + }, | |
2057 | + "time": "2016-04-07T12:29:16+00:00", | |
2058 | + "type": "library", | |
2059 | + "extra": { | |
2060 | + "branch-alias": { | |
2061 | + "dev-master": "1.0.x-dev" | |
2062 | + } | |
2063 | + }, | |
2064 | + "installation-source": "dist", | |
2065 | + "autoload": { | |
2066 | + "psr-0": { | |
2067 | + "Diff": "lib/" | |
2068 | + } | |
2069 | + }, | |
2070 | + "notification-url": "https://packagist.org/downloads/", | |
2071 | + "license": [ | |
2072 | + "BSD-3-Clause" | |
2073 | + ], | |
2074 | + "authors": [ | |
2075 | + { | |
2076 | + "name": "Chris Boulton", | |
2077 | + "homepage": "http://github.com/chrisboulton" | |
2078 | + } | |
2079 | + ], | |
2080 | + "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", | |
2081 | + "install-path": "../phpspec/php-diff" | |
2082 | + }, | |
2083 | + { | |
2084 | + "name": "phpspec/prophecy", | |
2085 | + "version": "1.11.1", | |
2086 | + "version_normalized": "1.11.1.0", | |
2087 | + "source": { | |
2088 | + "type": "git", | |
2089 | + "url": "https://github.com/phpspec/prophecy.git", | |
2090 | + "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160" | |
2091 | + }, | |
2092 | + "dist": { | |
2093 | + "type": "zip", | |
2094 | + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160", | |
2095 | + "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160", | |
2096 | + "shasum": "" | |
2097 | + }, | |
2098 | + "require": { | |
2099 | + "doctrine/instantiator": "^1.2", | |
2100 | + "php": "^7.2", | |
2101 | + "phpdocumentor/reflection-docblock": "^5.0", | |
2102 | + "sebastian/comparator": "^3.0 || ^4.0", | |
2103 | + "sebastian/recursion-context": "^3.0 || ^4.0" | |
2104 | + }, | |
2105 | + "require-dev": { | |
2106 | + "phpspec/phpspec": "^6.0", | |
2107 | + "phpunit/phpunit": "^8.0" | |
2108 | + }, | |
2109 | + "time": "2020-07-08T12:44:21+00:00", | |
2110 | + "type": "library", | |
2111 | + "extra": { | |
2112 | + "branch-alias": { | |
2113 | + "dev-master": "1.11.x-dev" | |
2114 | + } | |
2115 | + }, | |
2116 | + "installation-source": "dist", | |
2117 | + "autoload": { | |
2118 | + "psr-4": { | |
2119 | + "Prophecy\\": "src/Prophecy" | |
2120 | + } | |
2121 | + }, | |
2122 | + "notification-url": "https://packagist.org/downloads/", | |
2123 | + "license": [ | |
2124 | + "MIT" | |
2125 | + ], | |
2126 | + "authors": [ | |
2127 | + { | |
2128 | + "name": "Konstantin Kudryashov", | |
2129 | + "email": "ever.zet@gmail.com", | |
2130 | + "homepage": "http://everzet.com" | |
2131 | + }, | |
2132 | + { | |
2133 | + "name": "Marcello Duarte", | |
2134 | + "email": "marcello.duarte@gmail.com" | |
2135 | + } | |
2136 | + ], | |
2137 | + "description": "Highly opinionated mocking framework for PHP 5.3+", | |
2138 | + "homepage": "https://github.com/phpspec/prophecy", | |
2139 | + "keywords": [ | |
2140 | + "Double", | |
2141 | + "Dummy", | |
2142 | + "fake", | |
2143 | + "mock", | |
2144 | + "spy", | |
2145 | + "stub" | |
2146 | + ], | |
2147 | + "install-path": "../phpspec/prophecy" | |
2148 | + }, | |
2149 | + { | |
2150 | + "name": "phpunit/php-code-coverage", | |
2151 | + "version": "7.0.10", | |
2152 | + "version_normalized": "7.0.10.0", | |
2153 | + "source": { | |
2154 | + "type": "git", | |
2155 | + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
2156 | + "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf" | |
2157 | + }, | |
2158 | + "dist": { | |
2159 | + "type": "zip", | |
2160 | + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf", | |
2161 | + "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf", | |
2162 | + "shasum": "" | |
2163 | + }, | |
2164 | + "require": { | |
2165 | + "ext-dom": "*", | |
2166 | + "ext-xmlwriter": "*", | |
2167 | + "php": "^7.2", | |
2168 | + "phpunit/php-file-iterator": "^2.0.2", | |
2169 | + "phpunit/php-text-template": "^1.2.1", | |
2170 | + "phpunit/php-token-stream": "^3.1.1", | |
2171 | + "sebastian/code-unit-reverse-lookup": "^1.0.1", | |
2172 | + "sebastian/environment": "^4.2.2", | |
2173 | + "sebastian/version": "^2.0.1", | |
2174 | + "theseer/tokenizer": "^1.1.3" | |
2175 | + }, | |
2176 | + "require-dev": { | |
2177 | + "phpunit/phpunit": "^8.2.2" | |
2178 | + }, | |
2179 | + "suggest": { | |
2180 | + "ext-xdebug": "^2.7.2" | |
2181 | + }, | |
2182 | + "time": "2019-11-20T13:55:58+00:00", | |
2183 | + "type": "library", | |
2184 | + "extra": { | |
2185 | + "branch-alias": { | |
2186 | + "dev-master": "7.0-dev" | |
2187 | + } | |
2188 | + }, | |
2189 | + "installation-source": "dist", | |
2190 | + "autoload": { | |
2191 | + "classmap": [ | |
2192 | + "src/" | |
2193 | + ] | |
2194 | + }, | |
2195 | + "notification-url": "https://packagist.org/downloads/", | |
2196 | + "license": [ | |
2197 | + "BSD-3-Clause" | |
2198 | + ], | |
2199 | + "authors": [ | |
2200 | + { | |
2201 | + "name": "Sebastian Bergmann", | |
2202 | + "email": "sebastian@phpunit.de", | |
2203 | + "role": "lead" | |
2204 | + } | |
2205 | + ], | |
2206 | + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
2207 | + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
2208 | + "keywords": [ | |
2209 | + "coverage", | |
2210 | + "testing", | |
2211 | + "xunit" | |
2212 | + ], | |
2213 | + "install-path": "../phpunit/php-code-coverage" | |
2214 | + }, | |
2215 | + { | |
2216 | + "name": "phpunit/php-file-iterator", | |
2217 | + "version": "2.0.2", | |
2218 | + "version_normalized": "2.0.2.0", | |
2219 | + "source": { | |
2220 | + "type": "git", | |
2221 | + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
2222 | + "reference": "050bedf145a257b1ff02746c31894800e5122946" | |
2223 | + }, | |
2224 | + "dist": { | |
2225 | + "type": "zip", | |
2226 | + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", | |
2227 | + "reference": "050bedf145a257b1ff02746c31894800e5122946", | |
2228 | + "shasum": "" | |
2229 | + }, | |
2230 | + "require": { | |
2231 | + "php": "^7.1" | |
2232 | + }, | |
2233 | + "require-dev": { | |
2234 | + "phpunit/phpunit": "^7.1" | |
2235 | + }, | |
2236 | + "time": "2018-09-13T20:33:42+00:00", | |
2237 | + "type": "library", | |
2238 | + "extra": { | |
2239 | + "branch-alias": { | |
2240 | + "dev-master": "2.0.x-dev" | |
2241 | + } | |
2242 | + }, | |
2243 | + "installation-source": "dist", | |
2244 | + "autoload": { | |
2245 | + "classmap": [ | |
2246 | + "src/" | |
2247 | + ] | |
2248 | + }, | |
2249 | + "notification-url": "https://packagist.org/downloads/", | |
2250 | + "license": [ | |
2251 | + "BSD-3-Clause" | |
2252 | + ], | |
2253 | + "authors": [ | |
2254 | + { | |
2255 | + "name": "Sebastian Bergmann", | |
2256 | + "email": "sebastian@phpunit.de", | |
2257 | + "role": "lead" | |
2258 | + } | |
2259 | + ], | |
2260 | + "description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
2261 | + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
2262 | + "keywords": [ | |
2263 | + "filesystem", | |
2264 | + "iterator" | |
2265 | + ], | |
2266 | + "install-path": "../phpunit/php-file-iterator" | |
2267 | + }, | |
2268 | + { | |
2269 | + "name": "phpunit/php-text-template", | |
2270 | + "version": "1.2.1", | |
2271 | + "version_normalized": "1.2.1.0", | |
2272 | + "source": { | |
2273 | + "type": "git", | |
2274 | + "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
2275 | + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
2276 | + }, | |
2277 | + "dist": { | |
2278 | + "type": "zip", | |
2279 | + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
2280 | + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
2281 | + "shasum": "" | |
2282 | + }, | |
2283 | + "require": { | |
2284 | + "php": ">=5.3.3" | |
2285 | + }, | |
2286 | + "time": "2015-06-21T13:50:34+00:00", | |
2287 | + "type": "library", | |
2288 | + "installation-source": "dist", | |
2289 | + "autoload": { | |
2290 | + "classmap": [ | |
2291 | + "src/" | |
2292 | + ] | |
2293 | + }, | |
2294 | + "notification-url": "https://packagist.org/downloads/", | |
2295 | + "license": [ | |
2296 | + "BSD-3-Clause" | |
2297 | + ], | |
2298 | + "authors": [ | |
2299 | + { | |
2300 | + "name": "Sebastian Bergmann", | |
2301 | + "email": "sebastian@phpunit.de", | |
2302 | + "role": "lead" | |
2303 | + } | |
2304 | + ], | |
2305 | + "description": "Simple template engine.", | |
2306 | + "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
2307 | + "keywords": [ | |
2308 | + "template" | |
2309 | + ], | |
2310 | + "install-path": "../phpunit/php-text-template" | |
2311 | + }, | |
2312 | + { | |
2313 | + "name": "phpunit/php-timer", | |
2314 | + "version": "2.1.2", | |
2315 | + "version_normalized": "2.1.2.0", | |
2316 | + "source": { | |
2317 | + "type": "git", | |
2318 | + "url": "https://github.com/sebastianbergmann/php-timer.git", | |
2319 | + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" | |
2320 | + }, | |
2321 | + "dist": { | |
2322 | + "type": "zip", | |
2323 | + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", | |
2324 | + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", | |
2325 | + "shasum": "" | |
2326 | + }, | |
2327 | + "require": { | |
2328 | + "php": "^7.1" | |
2329 | + }, | |
2330 | + "require-dev": { | |
2331 | + "phpunit/phpunit": "^7.0" | |
2332 | + }, | |
2333 | + "time": "2019-06-07T04:22:29+00:00", | |
2334 | + "type": "library", | |
2335 | + "extra": { | |
2336 | + "branch-alias": { | |
2337 | + "dev-master": "2.1-dev" | |
2338 | + } | |
2339 | + }, | |
2340 | + "installation-source": "dist", | |
2341 | + "autoload": { | |
2342 | + "classmap": [ | |
2343 | + "src/" | |
2344 | + ] | |
2345 | + }, | |
2346 | + "notification-url": "https://packagist.org/downloads/", | |
2347 | + "license": [ | |
2348 | + "BSD-3-Clause" | |
2349 | + ], | |
2350 | + "authors": [ | |
2351 | + { | |
2352 | + "name": "Sebastian Bergmann", | |
2353 | + "email": "sebastian@phpunit.de", | |
2354 | + "role": "lead" | |
2355 | + } | |
2356 | + ], | |
2357 | + "description": "Utility class for timing", | |
2358 | + "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
2359 | + "keywords": [ | |
2360 | + "timer" | |
2361 | + ], | |
2362 | + "install-path": "../phpunit/php-timer" | |
2363 | + }, | |
2364 | + { | |
2365 | + "name": "phpunit/php-token-stream", | |
2366 | + "version": "3.1.1", | |
2367 | + "version_normalized": "3.1.1.0", | |
2368 | + "source": { | |
2369 | + "type": "git", | |
2370 | + "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
2371 | + "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" | |
2372 | + }, | |
2373 | + "dist": { | |
2374 | + "type": "zip", | |
2375 | + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", | |
2376 | + "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", | |
2377 | + "shasum": "" | |
2378 | + }, | |
2379 | + "require": { | |
2380 | + "ext-tokenizer": "*", | |
2381 | + "php": "^7.1" | |
2382 | + }, | |
2383 | + "require-dev": { | |
2384 | + "phpunit/phpunit": "^7.0" | |
2385 | + }, | |
2386 | + "time": "2019-09-17T06:23:10+00:00", | |
2387 | + "type": "library", | |
2388 | + "extra": { | |
2389 | + "branch-alias": { | |
2390 | + "dev-master": "3.1-dev" | |
2391 | + } | |
2392 | + }, | |
2393 | + "installation-source": "dist", | |
2394 | + "autoload": { | |
2395 | + "classmap": [ | |
2396 | + "src/" | |
2397 | + ] | |
2398 | + }, | |
2399 | + "notification-url": "https://packagist.org/downloads/", | |
2400 | + "license": [ | |
2401 | + "BSD-3-Clause" | |
2402 | + ], | |
2403 | + "authors": [ | |
2404 | + { | |
2405 | + "name": "Sebastian Bergmann", | |
2406 | + "email": "sebastian@phpunit.de" | |
2407 | + } | |
2408 | + ], | |
2409 | + "description": "Wrapper around PHP's tokenizer extension.", | |
2410 | + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
2411 | + "keywords": [ | |
2412 | + "tokenizer" | |
2413 | + |