Compare View
Commits (3)
Showing
2 changed files
Show diff stats
composer.json
1 | 1 | { |
2 | 2 | "require": { |
3 | 3 | "components/jquery": "^3.3", |
4 | + "composer/semver": "^1.4", | |
4 | 5 | "league/oauth2-facebook": "^2.0", |
5 | 6 | "league/oauth2-linkedin": "^4.1", |
6 | 7 | "opauth/openid": "^0.1.0", |
... | ... | @@ -14,5 +15,9 @@ |
14 | 15 | "psr-4": { |
15 | 16 | "i3geo\\": "src" |
16 | 17 | } |
18 | + }, | |
19 | + "require-dev": { | |
20 | + "friendsofphp/php-cs-fixer": "^2.12", | |
21 | + "phpunit/phpunit": "^7.3" | |
17 | 22 | } |
18 | 23 | } | ... | ... |
composer.lock
... | ... | @@ -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": "df327f5f0b1161be4566d2e8a6b421b0", | |
7 | + "content-hash": "6ea5a9e775ea7393162451ce19e617e9", | |
8 | 8 | "packages": [ |
9 | 9 | { |
10 | 10 | "name": "components/jquery", |
... | ... | @@ -49,6 +49,68 @@ |
49 | 49 | "time": "2018-03-04T13:23:48+00:00" |
50 | 50 | }, |
51 | 51 | { |
52 | + "name": "composer/semver", | |
53 | + "version": "1.4.2", | |
54 | + "source": { | |
55 | + "type": "git", | |
56 | + "url": "https://github.com/composer/semver.git", | |
57 | + "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" | |
58 | + }, | |
59 | + "dist": { | |
60 | + "type": "zip", | |
61 | + "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", | |
62 | + "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", | |
63 | + "shasum": "" | |
64 | + }, | |
65 | + "require": { | |
66 | + "php": "^5.3.2 || ^7.0" | |
67 | + }, | |
68 | + "require-dev": { | |
69 | + "phpunit/phpunit": "^4.5 || ^5.0.5", | |
70 | + "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" | |
71 | + }, | |
72 | + "type": "library", | |
73 | + "extra": { | |
74 | + "branch-alias": { | |
75 | + "dev-master": "1.x-dev" | |
76 | + } | |
77 | + }, | |
78 | + "autoload": { | |
79 | + "psr-4": { | |
80 | + "Composer\\Semver\\": "src" | |
81 | + } | |
82 | + }, | |
83 | + "notification-url": "https://packagist.org/downloads/", | |
84 | + "license": [ | |
85 | + "MIT" | |
86 | + ], | |
87 | + "authors": [ | |
88 | + { | |
89 | + "name": "Nils Adermann", | |
90 | + "email": "naderman@naderman.de", | |
91 | + "homepage": "http://www.naderman.de" | |
92 | + }, | |
93 | + { | |
94 | + "name": "Jordi Boggiano", | |
95 | + "email": "j.boggiano@seld.be", | |
96 | + "homepage": "http://seld.be" | |
97 | + }, | |
98 | + { | |
99 | + "name": "Rob Bast", | |
100 | + "email": "rob.bast@gmail.com", | |
101 | + "homepage": "http://robbast.nl" | |
102 | + } | |
103 | + ], | |
104 | + "description": "Semver library that offers utilities, version constraint parsing and validation.", | |
105 | + "keywords": [ | |
106 | + "semantic", | |
107 | + "semver", | |
108 | + "validation", | |
109 | + "versioning" | |
110 | + ], | |
111 | + "time": "2016-08-30T16:08:34+00:00" | |
112 | + }, | |
113 | + { | |
52 | 114 | "name": "guzzlehttp/guzzle", |
53 | 115 | "version": "6.3.3", |
54 | 116 | "source": { |
... | ... | @@ -772,7 +834,2381 @@ |
772 | 834 | "time": "2018-07-24T15:54:34+00:00" |
773 | 835 | } |
774 | 836 | ], |
775 | - "packages-dev": [], | |
837 | + "packages-dev": [ | |
838 | + { | |
839 | + "name": "composer/xdebug-handler", | |
840 | + "version": "1.2.0", | |
841 | + "source": { | |
842 | + "type": "git", | |
843 | + "url": "https://github.com/composer/xdebug-handler.git", | |
844 | + "reference": "e1809da56ce1bd1b547a752936817341ac244d8e" | |
845 | + }, | |
846 | + "dist": { | |
847 | + "type": "zip", | |
848 | + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/e1809da56ce1bd1b547a752936817341ac244d8e", | |
849 | + "reference": "e1809da56ce1bd1b547a752936817341ac244d8e", | |
850 | + "shasum": "" | |
851 | + }, | |
852 | + "require": { | |
853 | + "php": "^5.3.2 || ^7.0", | |
854 | + "psr/log": "^1.0" | |
855 | + }, | |
856 | + "require-dev": { | |
857 | + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" | |
858 | + }, | |
859 | + "type": "library", | |
860 | + "autoload": { | |
861 | + "psr-4": { | |
862 | + "Composer\\XdebugHandler\\": "src" | |
863 | + } | |
864 | + }, | |
865 | + "notification-url": "https://packagist.org/downloads/", | |
866 | + "license": [ | |
867 | + "MIT" | |
868 | + ], | |
869 | + "authors": [ | |
870 | + { | |
871 | + "name": "John Stevenson", | |
872 | + "email": "john-stevenson@blueyonder.co.uk" | |
873 | + } | |
874 | + ], | |
875 | + "description": "Restarts a process without xdebug.", | |
876 | + "keywords": [ | |
877 | + "Xdebug", | |
878 | + "performance" | |
879 | + ], | |
880 | + "time": "2018-08-16T10:54:23+00:00" | |
881 | + }, | |
882 | + { | |
883 | + "name": "doctrine/annotations", | |
884 | + "version": "v1.6.0", | |
885 | + "source": { | |
886 | + "type": "git", | |
887 | + "url": "https://github.com/doctrine/annotations.git", | |
888 | + "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" | |
889 | + }, | |
890 | + "dist": { | |
891 | + "type": "zip", | |
892 | + "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", | |
893 | + "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", | |
894 | + "shasum": "" | |
895 | + }, | |
896 | + "require": { | |
897 | + "doctrine/lexer": "1.*", | |
898 | + "php": "^7.1" | |
899 | + }, | |
900 | + "require-dev": { | |
901 | + "doctrine/cache": "1.*", | |
902 | + "phpunit/phpunit": "^6.4" | |
903 | + }, | |
904 | + "type": "library", | |
905 | + "extra": { | |
906 | + "branch-alias": { | |
907 | + "dev-master": "1.6.x-dev" | |
908 | + } | |
909 | + }, | |
910 | + "autoload": { | |
911 | + "psr-4": { | |
912 | + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" | |
913 | + } | |
914 | + }, | |
915 | + "notification-url": "https://packagist.org/downloads/", | |
916 | + "license": [ | |
917 | + "MIT" | |
918 | + ], | |
919 | + "authors": [ | |
920 | + { | |
921 | + "name": "Roman Borschel", | |
922 | + "email": "roman@code-factory.org" | |
923 | + }, | |
924 | + { | |
925 | + "name": "Benjamin Eberlei", | |
926 | + "email": "kontakt@beberlei.de" | |
927 | + }, | |
928 | + { | |
929 | + "name": "Guilherme Blanco", | |
930 | + "email": "guilhermeblanco@gmail.com" | |
931 | + }, | |
932 | + { | |
933 | + "name": "Jonathan Wage", | |
934 | + "email": "jonwage@gmail.com" | |
935 | + }, | |
936 | + { | |
937 | + "name": "Johannes Schmitt", | |
938 | + "email": "schmittjoh@gmail.com" | |
939 | + } | |
940 | + ], | |
941 | + "description": "Docblock Annotations Parser", | |
942 | + "homepage": "http://www.doctrine-project.org", | |
943 | + "keywords": [ | |
944 | + "annotations", | |
945 | + "docblock", | |
946 | + "parser" | |
947 | + ], | |
948 | + "time": "2017-12-06T07:11:42+00:00" | |
949 | + }, | |
950 | + { | |
951 | + "name": "doctrine/instantiator", | |
952 | + "version": "1.1.0", | |
953 | + "source": { | |
954 | + "type": "git", | |
955 | + "url": "https://github.com/doctrine/instantiator.git", | |
956 | + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" | |
957 | + }, | |
958 | + "dist": { | |
959 | + "type": "zip", | |
960 | + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", | |
961 | + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", | |
962 | + "shasum": "" | |
963 | + }, | |
964 | + "require": { | |
965 | + "php": "^7.1" | |
966 | + }, | |
967 | + "require-dev": { | |
968 | + "athletic/athletic": "~0.1.8", | |
969 | + "ext-pdo": "*", | |
970 | + "ext-phar": "*", | |
971 | + "phpunit/phpunit": "^6.2.3", | |
972 | + "squizlabs/php_codesniffer": "^3.0.2" | |
973 | + }, | |
974 | + "type": "library", | |
975 | + "extra": { | |
976 | + "branch-alias": { | |
977 | + "dev-master": "1.2.x-dev" | |
978 | + } | |
979 | + }, | |
980 | + "autoload": { | |
981 | + "psr-4": { | |
982 | + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
983 | + } | |
984 | + }, | |
985 | + "notification-url": "https://packagist.org/downloads/", | |
986 | + "license": [ | |
987 | + "MIT" | |
988 | + ], | |
989 | + "authors": [ | |
990 | + { | |
991 | + "name": "Marco Pivetta", | |
992 | + "email": "ocramius@gmail.com", | |
993 | + "homepage": "http://ocramius.github.com/" | |
994 | + } | |
995 | + ], | |
996 | + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
997 | + "homepage": "https://github.com/doctrine/instantiator", | |
998 | + "keywords": [ | |
999 | + "constructor", | |
1000 | + "instantiate" | |
1001 | + ], | |
1002 | + "time": "2017-07-22T11:58:36+00:00" | |
1003 | + }, | |
1004 | + { | |
1005 | + "name": "doctrine/lexer", | |
1006 | + "version": "v1.0.1", | |
1007 | + "source": { | |
1008 | + "type": "git", | |
1009 | + "url": "https://github.com/doctrine/lexer.git", | |
1010 | + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" | |
1011 | + }, | |
1012 | + "dist": { | |
1013 | + "type": "zip", | |
1014 | + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", | |
1015 | + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", | |
1016 | + "shasum": "" | |
1017 | + }, | |
1018 | + "require": { | |
1019 | + "php": ">=5.3.2" | |
1020 | + }, | |
1021 | + "type": "library", | |
1022 | + "extra": { | |
1023 | + "branch-alias": { | |
1024 | + "dev-master": "1.0.x-dev" | |
1025 | + } | |
1026 | + }, | |
1027 | + "autoload": { | |
1028 | + "psr-0": { | |
1029 | + "Doctrine\\Common\\Lexer\\": "lib/" | |
1030 | + } | |
1031 | + }, | |
1032 | + "notification-url": "https://packagist.org/downloads/", | |
1033 | + "license": [ | |
1034 | + "MIT" | |
1035 | + ], | |
1036 | + "authors": [ | |
1037 | + { | |
1038 | + "name": "Roman Borschel", | |
1039 | + "email": "roman@code-factory.org" | |
1040 | + }, | |
1041 | + { | |
1042 | + "name": "Guilherme Blanco", | |
1043 | + "email": "guilhermeblanco@gmail.com" | |
1044 | + }, | |
1045 | + { | |
1046 | + "name": "Johannes Schmitt", | |
1047 | + "email": "schmittjoh@gmail.com" | |
1048 | + } | |
1049 | + ], | |
1050 | + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", | |
1051 | + "homepage": "http://www.doctrine-project.org", | |
1052 | + "keywords": [ | |
1053 | + "lexer", | |
1054 | + "parser" | |
1055 | + ], | |
1056 | + "time": "2014-09-09T13:34:57+00:00" | |
1057 | + }, | |
1058 | + { | |
1059 | + "name": "friendsofphp/php-cs-fixer", | |
1060 | + "version": "v2.12.3", | |
1061 | + "source": { | |
1062 | + "type": "git", | |
1063 | + "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", | |
1064 | + "reference": "b23d49981cfc95497d03081aeb6df6575196a0d3" | |
1065 | + }, | |
1066 | + "dist": { | |
1067 | + "type": "zip", | |
1068 | + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/b23d49981cfc95497d03081aeb6df6575196a0d3", | |
1069 | + "reference": "b23d49981cfc95497d03081aeb6df6575196a0d3", | |
1070 | + "shasum": "" | |
1071 | + }, | |
1072 | + "require": { | |
1073 | + "composer/semver": "^1.4", | |
1074 | + "composer/xdebug-handler": "^1.2", | |
1075 | + "doctrine/annotations": "^1.2", | |
1076 | + "ext-json": "*", | |
1077 | + "ext-tokenizer": "*", | |
1078 | + "php": "^5.6 || >=7.0 <7.3", | |
1079 | + "php-cs-fixer/diff": "^1.3", | |
1080 | + "symfony/console": "^3.2 || ^4.0", | |
1081 | + "symfony/event-dispatcher": "^3.0 || ^4.0", | |
1082 | + "symfony/filesystem": "^3.0 || ^4.0", | |
1083 | + "symfony/finder": "^3.0 || ^4.0", | |
1084 | + "symfony/options-resolver": "^3.0 || ^4.0", | |
1085 | + "symfony/polyfill-php70": "^1.0", | |
1086 | + "symfony/polyfill-php72": "^1.4", | |
1087 | + "symfony/process": "^3.0 || ^4.0", | |
1088 | + "symfony/stopwatch": "^3.0 || ^4.0" | |
1089 | + }, | |
1090 | + "conflict": { | |
1091 | + "hhvm": "*" | |
1092 | + }, | |
1093 | + "require-dev": { | |
1094 | + "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", | |
1095 | + "justinrainbow/json-schema": "^5.0", | |
1096 | + "keradus/cli-executor": "^1.1", | |
1097 | + "mikey179/vfsstream": "^1.6", | |
1098 | + "php-coveralls/php-coveralls": "^2.1", | |
1099 | + "php-cs-fixer/accessible-object": "^1.0", | |
1100 | + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1", | |
1101 | + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1", | |
1102 | + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1", | |
1103 | + "phpunitgoodpractices/traits": "^1.5.1", | |
1104 | + "symfony/phpunit-bridge": "^4.0" | |
1105 | + }, | |
1106 | + "suggest": { | |
1107 | + "ext-mbstring": "For handling non-UTF8 characters in cache signature.", | |
1108 | + "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", | |
1109 | + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", | |
1110 | + "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." | |
1111 | + }, | |
1112 | + "bin": [ | |
1113 | + "php-cs-fixer" | |
1114 | + ], | |
1115 | + "type": "application", | |
1116 | + "autoload": { | |
1117 | + "psr-4": { | |
1118 | + "PhpCsFixer\\": "src/" | |
1119 | + }, | |
1120 | + "classmap": [ | |
1121 | + "tests/Test/AbstractFixerTestCase.php", | |
1122 | + "tests/Test/AbstractIntegrationCaseFactory.php", | |
1123 | + "tests/Test/AbstractIntegrationTestCase.php", | |
1124 | + "tests/Test/Assert/AssertTokensTrait.php", | |
1125 | + "tests/Test/IntegrationCase.php", | |
1126 | + "tests/Test/IntegrationCaseFactory.php", | |
1127 | + "tests/Test/IntegrationCaseFactoryInterface.php", | |
1128 | + "tests/Test/InternalIntegrationCaseFactory.php", | |
1129 | + "tests/TestCase.php" | |
1130 | + ] | |
1131 | + }, | |
1132 | + "notification-url": "https://packagist.org/downloads/", | |
1133 | + "license": [ | |
1134 | + "MIT" | |
1135 | + ], | |
1136 | + "authors": [ | |
1137 | + { | |
1138 | + "name": "Dariusz Rumiński", | |
1139 | + "email": "dariusz.ruminski@gmail.com" | |
1140 | + }, | |
1141 | + { | |
1142 | + "name": "Fabien Potencier", | |
1143 | + "email": "fabien@symfony.com" | |
1144 | + } | |
1145 | + ], | |
1146 | + "description": "A tool to automatically fix PHP code style", | |
1147 | + "time": "2018-08-19T22:33:38+00:00" | |
1148 | + }, | |
1149 | + { | |
1150 | + "name": "myclabs/deep-copy", | |
1151 | + "version": "1.8.1", | |
1152 | + "source": { | |
1153 | + "type": "git", | |
1154 | + "url": "https://github.com/myclabs/DeepCopy.git", | |
1155 | + "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" | |
1156 | + }, | |
1157 | + "dist": { | |
1158 | + "type": "zip", | |
1159 | + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", | |
1160 | + "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", | |
1161 | + "shasum": "" | |
1162 | + }, | |
1163 | + "require": { | |
1164 | + "php": "^7.1" | |
1165 | + }, | |
1166 | + "replace": { | |
1167 | + "myclabs/deep-copy": "self.version" | |
1168 | + }, | |
1169 | + "require-dev": { | |
1170 | + "doctrine/collections": "^1.0", | |
1171 | + "doctrine/common": "^2.6", | |
1172 | + "phpunit/phpunit": "^7.1" | |
1173 | + }, | |
1174 | + "type": "library", | |
1175 | + "autoload": { | |
1176 | + "psr-4": { | |
1177 | + "DeepCopy\\": "src/DeepCopy/" | |
1178 | + }, | |
1179 | + "files": [ | |
1180 | + "src/DeepCopy/deep_copy.php" | |
1181 | + ] | |
1182 | + }, | |
1183 | + "notification-url": "https://packagist.org/downloads/", | |
1184 | + "license": [ | |
1185 | + "MIT" | |
1186 | + ], | |
1187 | + "description": "Create deep copies (clones) of your objects", | |
1188 | + "keywords": [ | |
1189 | + "clone", | |
1190 | + "copy", | |
1191 | + "duplicate", | |
1192 | + "object", | |
1193 | + "object graph" | |
1194 | + ], | |
1195 | + "time": "2018-06-11T23:09:50+00:00" | |
1196 | + }, | |
1197 | + { | |
1198 | + "name": "phar-io/manifest", | |
1199 | + "version": "1.0.3", | |
1200 | + "source": { | |
1201 | + "type": "git", | |
1202 | + "url": "https://github.com/phar-io/manifest.git", | |
1203 | + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" | |
1204 | + }, | |
1205 | + "dist": { | |
1206 | + "type": "zip", | |
1207 | + "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | |
1208 | + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | |
1209 | + "shasum": "" | |
1210 | + }, | |
1211 | + "require": { | |
1212 | + "ext-dom": "*", | |
1213 | + "ext-phar": "*", | |
1214 | + "phar-io/version": "^2.0", | |
1215 | + "php": "^5.6 || ^7.0" | |
1216 | + }, | |
1217 | + "type": "library", | |
1218 | + "extra": { | |
1219 | + "branch-alias": { | |
1220 | + "dev-master": "1.0.x-dev" | |
1221 | + } | |
1222 | + }, | |
1223 | + "autoload": { | |
1224 | + "classmap": [ | |
1225 | + "src/" | |
1226 | + ] | |
1227 | + }, | |
1228 | + "notification-url": "https://packagist.org/downloads/", | |
1229 | + "license": [ | |
1230 | + "BSD-3-Clause" | |
1231 | + ], | |
1232 | + "authors": [ | |
1233 | + { | |
1234 | + "name": "Arne Blankerts", | |
1235 | + "email": "arne@blankerts.de", | |
1236 | + "role": "Developer" | |
1237 | + }, | |
1238 | + { | |
1239 | + "name": "Sebastian Heuer", | |
1240 | + "email": "sebastian@phpeople.de", | |
1241 | + "role": "Developer" | |
1242 | + }, | |
1243 | + { | |
1244 | + "name": "Sebastian Bergmann", | |
1245 | + "email": "sebastian@phpunit.de", | |
1246 | + "role": "Developer" | |
1247 | + } | |
1248 | + ], | |
1249 | + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", | |
1250 | + "time": "2018-07-08T19:23:20+00:00" | |
1251 | + }, | |
1252 | + { | |
1253 | + "name": "phar-io/version", | |
1254 | + "version": "2.0.1", | |
1255 | + "source": { | |
1256 | + "type": "git", | |
1257 | + "url": "https://github.com/phar-io/version.git", | |
1258 | + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" | |
1259 | + }, | |
1260 | + "dist": { | |
1261 | + "type": "zip", | |
1262 | + "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", | |
1263 | + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", | |
1264 | + "shasum": "" | |
1265 | + }, | |
1266 | + "require": { | |
1267 | + "php": "^5.6 || ^7.0" | |
1268 | + }, | |
1269 | + "type": "library", | |
1270 | + "autoload": { | |
1271 | + "classmap": [ | |
1272 | + "src/" | |
1273 | + ] | |
1274 | + }, | |
1275 | + "notification-url": "https://packagist.org/downloads/", | |
1276 | + "license": [ | |
1277 | + "BSD-3-Clause" | |
1278 | + ], | |
1279 | + "authors": [ | |
1280 | + { | |
1281 | + "name": "Arne Blankerts", | |
1282 | + "email": "arne@blankerts.de", | |
1283 | + "role": "Developer" | |
1284 | + }, | |
1285 | + { | |
1286 | + "name": "Sebastian Heuer", | |
1287 | + "email": "sebastian@phpeople.de", | |
1288 | + "role": "Developer" | |
1289 | + }, | |
1290 | + { | |
1291 | + "name": "Sebastian Bergmann", | |
1292 | + "email": "sebastian@phpunit.de", | |
1293 | + "role": "Developer" | |
1294 | + } | |
1295 | + ], | |
1296 | + "description": "Library for handling version information and constraints", | |
1297 | + "time": "2018-07-08T19:19:57+00:00" | |
1298 | + }, | |
1299 | + { | |
1300 | + "name": "php-cs-fixer/diff", | |
1301 | + "version": "v1.3.0", | |
1302 | + "source": { | |
1303 | + "type": "git", | |
1304 | + "url": "https://github.com/PHP-CS-Fixer/diff.git", | |
1305 | + "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756" | |
1306 | + }, | |
1307 | + "dist": { | |
1308 | + "type": "zip", | |
1309 | + "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756", | |
1310 | + "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756", | |
1311 | + "shasum": "" | |
1312 | + }, | |
1313 | + "require": { | |
1314 | + "php": "^5.6 || ^7.0" | |
1315 | + }, | |
1316 | + "require-dev": { | |
1317 | + "phpunit/phpunit": "^5.7.23 || ^6.4.3", | |
1318 | + "symfony/process": "^3.3" | |
1319 | + }, | |
1320 | + "type": "library", | |
1321 | + "autoload": { | |
1322 | + "classmap": [ | |
1323 | + "src/" | |
1324 | + ] | |
1325 | + }, | |
1326 | + "notification-url": "https://packagist.org/downloads/", | |
1327 | + "license": [ | |
1328 | + "BSD-3-Clause" | |
1329 | + ], | |
1330 | + "authors": [ | |
1331 | + { | |
1332 | + "name": "Kore Nordmann", | |
1333 | + "email": "mail@kore-nordmann.de" | |
1334 | + }, | |
1335 | + { | |
1336 | + "name": "Sebastian Bergmann", | |
1337 | + "email": "sebastian@phpunit.de" | |
1338 | + }, | |
1339 | + { | |
1340 | + "name": "SpacePossum" | |
1341 | + } | |
1342 | + ], | |
1343 | + "description": "sebastian/diff v2 backport support for PHP5.6", | |
1344 | + "homepage": "https://github.com/PHP-CS-Fixer", | |
1345 | + "keywords": [ | |
1346 | + "diff" | |
1347 | + ], | |
1348 | + "time": "2018-02-15T16:58:55+00:00" | |
1349 | + }, | |
1350 | + { | |
1351 | + "name": "phpdocumentor/reflection-common", | |
1352 | + "version": "1.0.1", | |
1353 | + "source": { | |
1354 | + "type": "git", | |
1355 | + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
1356 | + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" | |
1357 | + }, | |
1358 | + "dist": { | |
1359 | + "type": "zip", | |
1360 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", | |
1361 | + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", | |
1362 | + "shasum": "" | |
1363 | + }, | |
1364 | + "require": { | |
1365 | + "php": ">=5.5" | |
1366 | + }, | |
1367 | + "require-dev": { | |
1368 | + "phpunit/phpunit": "^4.6" | |
1369 | + }, | |
1370 | + "type": "library", | |
1371 | + "extra": { | |
1372 | + "branch-alias": { | |
1373 | + "dev-master": "1.0.x-dev" | |
1374 | + } | |
1375 | + }, | |
1376 | + "autoload": { | |
1377 | + "psr-4": { | |
1378 | + "phpDocumentor\\Reflection\\": [ | |
1379 | + "src" | |
1380 | + ] | |
1381 | + } | |
1382 | + }, | |
1383 | + "notification-url": "https://packagist.org/downloads/", | |
1384 | + "license": [ | |
1385 | + "MIT" | |
1386 | + ], | |
1387 | + "authors": [ | |
1388 | + { | |
1389 | + "name": "Jaap van Otterdijk", | |
1390 | + "email": "opensource@ijaap.nl" | |
1391 | + } | |
1392 | + ], | |
1393 | + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
1394 | + "homepage": "http://www.phpdoc.org", | |
1395 | + "keywords": [ | |
1396 | + "FQSEN", | |
1397 | + "phpDocumentor", | |
1398 | + "phpdoc", | |
1399 | + "reflection", | |
1400 | + "static analysis" | |
1401 | + ], | |
1402 | + "time": "2017-09-11T18:02:19+00:00" | |
1403 | + }, | |
1404 | + { | |
1405 | + "name": "phpdocumentor/reflection-docblock", | |
1406 | + "version": "4.3.0", | |
1407 | + "source": { | |
1408 | + "type": "git", | |
1409 | + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
1410 | + "reference": "94fd0001232e47129dd3504189fa1c7225010d08" | |
1411 | + }, | |
1412 | + "dist": { | |
1413 | + "type": "zip", | |
1414 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", | |
1415 | + "reference": "94fd0001232e47129dd3504189fa1c7225010d08", | |
1416 | + "shasum": "" | |
1417 | + }, | |
1418 | + "require": { | |
1419 | + "php": "^7.0", | |
1420 | + "phpdocumentor/reflection-common": "^1.0.0", | |
1421 | + "phpdocumentor/type-resolver": "^0.4.0", | |
1422 | + "webmozart/assert": "^1.0" | |
1423 | + }, | |
1424 | + "require-dev": { | |
1425 | + "doctrine/instantiator": "~1.0.5", | |
1426 | + "mockery/mockery": "^1.0", | |
1427 | + "phpunit/phpunit": "^6.4" | |
1428 | + }, | |
1429 | + "type": "library", | |
1430 | + "extra": { | |
1431 | + "branch-alias": { | |
1432 | + "dev-master": "4.x-dev" | |
1433 | + } | |
1434 | + }, | |
1435 | + "autoload": { | |
1436 | + "psr-4": { | |
1437 | + "phpDocumentor\\Reflection\\": [ | |
1438 | + "src/" | |
1439 | + ] | |
1440 | + } | |
1441 | + }, | |
1442 | + "notification-url": "https://packagist.org/downloads/", | |
1443 | + "license": [ | |
1444 | + "MIT" | |
1445 | + ], | |
1446 | + "authors": [ | |
1447 | + { | |
1448 | + "name": "Mike van Riel", | |
1449 | + "email": "me@mikevanriel.com" | |
1450 | + } | |
1451 | + ], | |
1452 | + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
1453 | + "time": "2017-11-30T07:14:17+00:00" | |
1454 | + }, | |
1455 | + { | |
1456 | + "name": "phpdocumentor/type-resolver", | |
1457 | + "version": "0.4.0", | |
1458 | + "source": { | |
1459 | + "type": "git", | |
1460 | + "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
1461 | + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" | |
1462 | + }, | |
1463 | + "dist": { | |
1464 | + "type": "zip", | |
1465 | + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", | |
1466 | + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", | |
1467 | + "shasum": "" | |
1468 | + }, | |
1469 | + "require": { | |
1470 | + "php": "^5.5 || ^7.0", | |
1471 | + "phpdocumentor/reflection-common": "^1.0" | |
1472 | + }, | |
1473 | + "require-dev": { | |
1474 | + "mockery/mockery": "^0.9.4", | |
1475 | + "phpunit/phpunit": "^5.2||^4.8.24" | |
1476 | + }, | |
1477 | + "type": "library", | |
1478 | + "extra": { | |
1479 | + "branch-alias": { | |
1480 | + "dev-master": "1.0.x-dev" | |
1481 | + } | |
1482 | + }, | |
1483 | + "autoload": { | |
1484 | + "psr-4": { | |
1485 | + "phpDocumentor\\Reflection\\": [ | |
1486 | + "src/" | |
1487 | + ] | |
1488 | + } | |
1489 | + }, | |
1490 | + "notification-url": "https://packagist.org/downloads/", | |
1491 | + "license": [ | |
1492 | + "MIT" | |
1493 | + ], | |
1494 | + "authors": [ | |
1495 | + { | |
1496 | + "name": "Mike van Riel", | |
1497 | + "email": "me@mikevanriel.com" | |
1498 | + } | |
1499 | + ], | |
1500 | + "time": "2017-07-14T14:27:02+00:00" | |
1501 | + }, | |
1502 | + { | |
1503 | + "name": "phpspec/prophecy", | |
1504 | + "version": "1.8.0", | |
1505 | + "source": { | |
1506 | + "type": "git", | |
1507 | + "url": "https://github.com/phpspec/prophecy.git", | |
1508 | + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" | |
1509 | + }, | |
1510 | + "dist": { | |
1511 | + "type": "zip", | |
1512 | + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", | |
1513 | + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", | |
1514 | + "shasum": "" | |
1515 | + }, | |
1516 | + "require": { | |
1517 | + "doctrine/instantiator": "^1.0.2", | |
1518 | + "php": "^5.3|^7.0", | |
1519 | + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", | |
1520 | + "sebastian/comparator": "^1.1|^2.0|^3.0", | |
1521 | + "sebastian/recursion-context": "^1.0|^2.0|^3.0" | |
1522 | + }, | |
1523 | + "require-dev": { | |
1524 | + "phpspec/phpspec": "^2.5|^3.2", | |
1525 | + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" | |
1526 | + }, | |
1527 | + "type": "library", | |
1528 | + "extra": { | |
1529 | + "branch-alias": { | |
1530 | + "dev-master": "1.8.x-dev" | |
1531 | + } | |
1532 | + }, | |
1533 | + "autoload": { | |
1534 | + "psr-0": { | |
1535 | + "Prophecy\\": "src/" | |
1536 | + } | |
1537 | + }, | |
1538 | + "notification-url": "https://packagist.org/downloads/", | |
1539 | + "license": [ | |
1540 | + "MIT" | |
1541 | + ], | |
1542 | + "authors": [ | |
1543 | + { | |
1544 | + "name": "Konstantin Kudryashov", | |
1545 | + "email": "ever.zet@gmail.com", | |
1546 | + "homepage": "http://everzet.com" | |
1547 | + }, | |
1548 | + { | |
1549 | + "name": "Marcello Duarte", | |
1550 | + "email": "marcello.duarte@gmail.com" | |
1551 | + } | |
1552 | + ], | |
1553 | + "description": "Highly opinionated mocking framework for PHP 5.3+", | |
1554 | + "homepage": "https://github.com/phpspec/prophecy", | |
1555 | + "keywords": [ | |
1556 | + "Double", | |
1557 | + "Dummy", | |
1558 | + "fake", | |
1559 | + "mock", | |
1560 | + "spy", | |
1561 | + "stub" | |
1562 | + ], | |
1563 | + "time": "2018-08-05T17:53:17+00:00" | |
1564 | + }, | |
1565 | + { | |
1566 | + "name": "phpunit/php-code-coverage", | |
1567 | + "version": "6.0.7", | |
1568 | + "source": { | |
1569 | + "type": "git", | |
1570 | + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
1571 | + "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a" | |
1572 | + }, | |
1573 | + "dist": { | |
1574 | + "type": "zip", | |
1575 | + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a", | |
1576 | + "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a", | |
1577 | + "shasum": "" | |
1578 | + }, | |
1579 | + "require": { | |
1580 | + "ext-dom": "*", | |
1581 | + "ext-xmlwriter": "*", | |
1582 | + "php": "^7.1", | |
1583 | + "phpunit/php-file-iterator": "^2.0", | |
1584 | + "phpunit/php-text-template": "^1.2.1", | |
1585 | + "phpunit/php-token-stream": "^3.0", | |
1586 | + "sebastian/code-unit-reverse-lookup": "^1.0.1", | |
1587 | + "sebastian/environment": "^3.1", | |
1588 | + "sebastian/version": "^2.0.1", | |
1589 | + "theseer/tokenizer": "^1.1" | |
1590 | + }, | |
1591 | + "require-dev": { | |
1592 | + "phpunit/phpunit": "^7.0" | |
1593 | + }, | |
1594 | + "suggest": { | |
1595 | + "ext-xdebug": "^2.6.0" | |
1596 | + }, | |
1597 | + "type": "library", | |
1598 | + "extra": { | |
1599 | + "branch-alias": { | |
1600 | + "dev-master": "6.0-dev" | |
1601 | + } | |
1602 | + }, | |
1603 | + "autoload": { | |
1604 | + "classmap": [ | |
1605 | + "src/" | |
1606 | + ] | |
1607 | + }, | |
1608 | + "notification-url": "https://packagist.org/downloads/", | |
1609 | + "license": [ | |
1610 | + "BSD-3-Clause" | |
1611 | + ], | |
1612 | + "authors": [ | |
1613 | + { | |
1614 | + "name": "Sebastian Bergmann", | |
1615 | + "email": "sebastian@phpunit.de", | |
1616 | + "role": "lead" | |
1617 | + } | |
1618 | + ], | |
1619 | + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
1620 | + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
1621 | + "keywords": [ | |
1622 | + "coverage", | |
1623 | + "testing", | |
1624 | + "xunit" | |
1625 | + ], | |
1626 | + "time": "2018-06-01T07:51:50+00:00" | |
1627 | + }, | |
1628 | + { | |
1629 | + "name": "phpunit/php-file-iterator", | |
1630 | + "version": "2.0.1", | |
1631 | + "source": { | |
1632 | + "type": "git", | |
1633 | + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
1634 | + "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c" | |
1635 | + }, | |
1636 | + "dist": { | |
1637 | + "type": "zip", | |
1638 | + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c", | |
1639 | + "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c", | |
1640 | + "shasum": "" | |
1641 | + }, | |
1642 | + "require": { | |
1643 | + "php": "^7.1" | |
1644 | + }, | |
1645 | + "type": "library", | |
1646 | + "extra": { | |
1647 | + "branch-alias": { | |
1648 | + "dev-master": "2.0.x-dev" | |
1649 | + } | |
1650 | + }, | |
1651 | + "autoload": { | |
1652 | + "classmap": [ | |
1653 | + "src/" | |
1654 | + ] | |
1655 | + }, | |
1656 | + "notification-url": "https://packagist.org/downloads/", | |
1657 | + "license": [ | |
1658 | + "BSD-3-Clause" | |
1659 | + ], | |
1660 | + "authors": [ | |
1661 | + { | |
1662 | + "name": "Sebastian Bergmann", | |
1663 | + "email": "sebastian@phpunit.de", | |
1664 | + "role": "lead" | |
1665 | + } | |
1666 | + ], | |
1667 | + "description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
1668 | + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
1669 | + "keywords": [ | |
1670 | + "filesystem", | |
1671 | + "iterator" | |
1672 | + ], | |
1673 | + "time": "2018-06-11T11:44:00+00:00" | |
1674 | + }, | |
1675 | + { | |
1676 | + "name": "phpunit/php-text-template", | |
1677 | + "version": "1.2.1", | |
1678 | + "source": { | |
1679 | + "type": "git", | |
1680 | + "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
1681 | + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
1682 | + }, | |
1683 | + "dist": { | |
1684 | + "type": "zip", | |
1685 | + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
1686 | + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
1687 | + "shasum": "" | |
1688 | + }, | |
1689 | + "require": { | |
1690 | + "php": ">=5.3.3" | |
1691 | + }, | |
1692 | + "type": "library", | |
1693 | + "autoload": { | |
1694 | + "classmap": [ | |
1695 | + "src/" | |
1696 | + ] | |
1697 | + }, | |
1698 | + "notification-url": "https://packagist.org/downloads/", | |
1699 | + "license": [ | |
1700 | + "BSD-3-Clause" | |
1701 | + ], | |
1702 | + "authors": [ | |
1703 | + { | |
1704 | + "name": "Sebastian Bergmann", | |
1705 | + "email": "sebastian@phpunit.de", | |
1706 | + "role": "lead" | |
1707 | + } | |
1708 | + ], | |
1709 | + "description": "Simple template engine.", | |
1710 | + "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
1711 | + "keywords": [ | |
1712 | + "template" | |
1713 | + ], | |
1714 | + "time": "2015-06-21T13:50:34+00:00" | |
1715 | + }, | |
1716 | + { | |
1717 | + "name": "phpunit/php-timer", | |
1718 | + "version": "2.0.0", | |
1719 | + "source": { | |
1720 | + "type": "git", | |
1721 | + "url": "https://github.com/sebastianbergmann/php-timer.git", | |
1722 | + "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" | |
1723 | + }, | |
1724 | + "dist": { | |
1725 | + "type": "zip", | |
1726 | + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", | |
1727 | + "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", | |
1728 | + "shasum": "" | |
1729 | + }, | |
1730 | + "require": { | |
1731 | + "php": "^7.1" | |
1732 | + }, | |
1733 | + "require-dev": { | |
1734 | + "phpunit/phpunit": "^7.0" | |
1735 | + }, | |
1736 | + "type": "library", | |
1737 | + "extra": { | |
1738 | + "branch-alias": { | |
1739 | + "dev-master": "2.0-dev" | |
1740 | + } | |
1741 | + }, | |
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": "Sebastian Bergmann", | |
1754 | + "email": "sebastian@phpunit.de", | |
1755 | + "role": "lead" | |
1756 | + } | |
1757 | + ], | |
1758 | + "description": "Utility class for timing", | |
1759 | + "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
1760 | + "keywords": [ | |
1761 | + "timer" | |
1762 | + ], | |
1763 | + "time": "2018-02-01T13:07:23+00:00" | |
1764 | + }, | |
1765 | + { | |
1766 | + "name": "phpunit/php-token-stream", | |
1767 | + "version": "3.0.0", | |
1768 | + "source": { | |
1769 | + "type": "git", | |
1770 | + "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
1771 | + "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" | |
1772 | + }, | |
1773 | + "dist": { | |
1774 | + "type": "zip", | |
1775 | + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", | |
1776 | + "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", | |
1777 | + "shasum": "" | |
1778 | + }, | |
1779 | + "require": { | |
1780 | + "ext-tokenizer": "*", | |
1781 | + "php": "^7.1" | |
1782 | + }, | |
1783 | + "require-dev": { | |
1784 | + "phpunit/phpunit": "^7.0" | |
1785 | + }, | |
1786 | + "type": "library", | |
1787 | + "extra": { | |
1788 | + "branch-alias": { | |
1789 | + "dev-master": "3.0-dev" | |
1790 | + } | |
1791 | + }, | |
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": "Sebastian Bergmann", | |
1804 | + "email": "sebastian@phpunit.de" | |
1805 | + } | |
1806 | + ], | |
1807 | + "description": "Wrapper around PHP's tokenizer extension.", | |
1808 | + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
1809 | + "keywords": [ | |
1810 | + "tokenizer" | |
1811 | + ], | |
1812 | + "time": "2018-02-01T13:16:43+00:00" | |
1813 | + }, | |
1814 | + { | |
1815 | + "name": "phpunit/phpunit", | |
1816 | + "version": "7.3.1", | |
1817 | + "source": { | |
1818 | + "type": "git", | |
1819 | + "url": "https://github.com/sebastianbergmann/phpunit.git", | |
1820 | + "reference": "f9b14c17860eccb440a0352a117a81eb754cff5a" | |
1821 | + }, | |
1822 | + "dist": { | |
1823 | + "type": "zip", | |
1824 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f9b14c17860eccb440a0352a117a81eb754cff5a", | |
1825 | + "reference": "f9b14c17860eccb440a0352a117a81eb754cff5a", | |
1826 | + "shasum": "" | |
1827 | + }, | |
1828 | + "require": { | |
1829 | + "doctrine/instantiator": "^1.1", | |
1830 | + "ext-dom": "*", | |
1831 | + "ext-json": "*", | |
1832 | + "ext-libxml": "*", | |
1833 | + "ext-mbstring": "*", | |
1834 | + "ext-xml": "*", | |
1835 | + "myclabs/deep-copy": "^1.7", | |
1836 | + "phar-io/manifest": "^1.0.2", | |
1837 | + "phar-io/version": "^2.0", | |
1838 | + "php": "^7.1", | |
1839 | + "phpspec/prophecy": "^1.7", | |
1840 | + "phpunit/php-code-coverage": "^6.0.7", | |
1841 | + "phpunit/php-file-iterator": "^2.0.1", | |
1842 | + "phpunit/php-text-template": "^1.2.1", | |
1843 | + "phpunit/php-timer": "^2.0", | |
1844 | + "sebastian/comparator": "^3.0", | |
1845 | + "sebastian/diff": "^3.0", | |
1846 | + "sebastian/environment": "^3.1", | |
1847 | + "sebastian/exporter": "^3.1", | |
1848 | + "sebastian/global-state": "^2.0", | |
1849 | + "sebastian/object-enumerator": "^3.0.3", | |
1850 | + "sebastian/resource-operations": "^1.0", | |
1851 | + "sebastian/version": "^2.0.1" | |
1852 | + }, | |
1853 | + "conflict": { | |
1854 | + "phpunit/phpunit-mock-objects": "*" | |
1855 | + }, | |
1856 | + "require-dev": { | |
1857 | + "ext-pdo": "*" | |
1858 | + }, | |
1859 | + "suggest": { | |
1860 | + "ext-soap": "*", | |
1861 | + "ext-xdebug": "*", | |
1862 | + "phpunit/php-invoker": "^2.0" | |
1863 | + }, | |
1864 | + "bin": [ | |
1865 | + "phpunit" | |
1866 | + ], | |
1867 | + "type": "library", | |
1868 | + "extra": { | |
1869 | + "branch-alias": { | |
1870 | + "dev-master": "7.3-dev" | |
1871 | + } | |
1872 | + }, | |
1873 | + "autoload": { | |
1874 | + "classmap": [ | |
1875 | + "src/" | |
1876 | + ] | |
1877 | + }, | |
1878 | + "notification-url": "https://packagist.org/downloads/", | |
1879 | + "license": [ | |
1880 | + "BSD-3-Clause" | |
1881 | + ], | |
1882 | + "authors": [ | |
1883 | + { | |
1884 | + "name": "Sebastian Bergmann", | |
1885 | + "email": "sebastian@phpunit.de", | |
1886 | + "role": "lead" | |
1887 | + } | |
1888 | + ], | |
1889 | + "description": "The PHP Unit Testing framework.", | |
1890 | + "homepage": "https://phpunit.de/", | |
1891 | + "keywords": [ | |
1892 | + "phpunit", | |
1893 | + "testing", | |
1894 | + "xunit" | |
1895 | + ], | |
1896 | + "time": "2018-08-07T06:44:28+00:00" | |
1897 | + }, | |
1898 | + { | |
1899 | + "name": "psr/log", | |
1900 | + "version": "1.0.2", | |
1901 | + "source": { | |
1902 | + "type": "git", | |
1903 | + "url": "https://github.com/php-fig/log.git", | |
1904 | + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
1905 | + }, | |
1906 | + "dist": { | |
1907 | + "type": "zip", | |
1908 | + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
1909 | + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
1910 | + "shasum": "" | |
1911 | + }, | |
1912 | + "require": { | |
1913 | + "php": ">=5.3.0" | |
1914 | + }, | |
1915 | + "type": "library", | |
1916 | + "extra": { | |
1917 | + "branch-alias": { | |
1918 | + "dev-master": "1.0.x-dev" | |
1919 | + } | |
1920 | + }, | |
1921 | + "autoload": { | |
1922 | + "psr-4": { | |
1923 | + "Psr\\Log\\": "Psr/Log/" | |
1924 | + } | |
1925 | + }, | |
1926 | + "notification-url": "https://packagist.org/downloads/", | |
1927 | + "license": [ | |
1928 | + "MIT" | |
1929 | + ], | |
1930 | + "authors": [ | |
1931 | + { | |
1932 | + "name": "PHP-FIG", | |
1933 | + "homepage": "http://www.php-fig.org/" | |
1934 | + } | |
1935 | + ], | |
1936 | + "description": "Common interface for logging libraries", | |
1937 | + "homepage": "https://github.com/php-fig/log", | |
1938 | + "keywords": [ | |
1939 | + "log", | |
1940 | + "psr", | |
1941 | + "psr-3" | |
1942 | + ], | |
1943 | + "time": "2016-10-10T12:19:37+00:00" | |
1944 | + }, | |
1945 | + { | |
1946 | + "name": "sebastian/code-unit-reverse-lookup", | |
1947 | + "version": "1.0.1", | |
1948 | + "source": { | |
1949 | + "type": "git", | |
1950 | + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
1951 | + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | |
1952 | + }, | |
1953 | + "dist": { | |
1954 | + "type": "zip", | |
1955 | + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
1956 | + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
1957 | + "shasum": "" | |
1958 | + }, | |
1959 | + "require": { | |
1960 | + "php": "^5.6 || ^7.0" | |
1961 | + }, | |
1962 | + "require-dev": { | |
1963 | + "phpunit/phpunit": "^5.7 || ^6.0" | |
1964 | + }, | |
1965 | + "type": "library", | |
1966 | + "extra": { | |
1967 | + "branch-alias": { | |
1968 | + "dev-master": "1.0.x-dev" | |
1969 | + } | |
1970 | + }, | |
1971 | + "autoload": { | |
1972 | + "classmap": [ | |
1973 | + "src/" | |
1974 | + ] | |
1975 | + }, | |
1976 | + "notification-url": "https://packagist.org/downloads/", | |
1977 | + "license": [ | |
1978 | + "BSD-3-Clause" | |
1979 | + ], | |
1980 | + "authors": [ | |
1981 | + { | |
1982 | + "name": "Sebastian Bergmann", | |
1983 | + "email": "sebastian@phpunit.de" | |
1984 | + } | |
1985 | + ], | |
1986 | + "description": "Looks up which function or method a line of code belongs to", | |
1987 | + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | |
1988 | + "time": "2017-03-04T06:30:41+00:00" | |
1989 | + }, | |
1990 | + { | |
1991 | + "name": "sebastian/comparator", | |
1992 | + "version": "3.0.2", | |
1993 | + "source": { | |
1994 | + "type": "git", | |
1995 | + "url": "https://github.com/sebastianbergmann/comparator.git", | |
1996 | + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" | |
1997 | + }, | |
1998 | + "dist": { | |
1999 | + "type": "zip", | |
2000 | + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", | |
2001 | + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", | |
2002 | + "shasum": "" | |
2003 | + }, | |
2004 | + "require": { | |
2005 | + "php": "^7.1", | |
2006 | + "sebastian/diff": "^3.0", | |
2007 | + "sebastian/exporter": "^3.1" | |
2008 | + }, | |
2009 | + "require-dev": { | |
2010 | + "phpunit/phpunit": "^7.1" | |
2011 | + }, | |
2012 | + "type": "library", | |
2013 | + "extra": { | |
2014 | + "branch-alias": { | |
2015 | + "dev-master": "3.0-dev" | |
2016 | + } | |
2017 | + }, | |
2018 | + "autoload": { | |
2019 | + "classmap": [ | |
2020 | + "src/" | |
2021 | + ] | |
2022 | + }, | |
2023 | + "notification-url": "https://packagist.org/downloads/", | |
2024 | + "license": [ | |
2025 | + "BSD-3-Clause" | |
2026 | + ], | |
2027 | + "authors": [ | |
2028 | + { | |
2029 | + "name": "Jeff Welch", | |
2030 | + "email": "whatthejeff@gmail.com" | |
2031 | + }, | |
2032 | + { | |
2033 | + "name": "Volker Dusch", | |
2034 | + "email": "github@wallbash.com" | |
2035 | + }, | |
2036 | + { | |
2037 | + "name": "Bernhard Schussek", | |
2038 | + "email": "bschussek@2bepublished.at" | |
2039 | + }, | |
2040 | + { | |
2041 | + "name": "Sebastian Bergmann", | |
2042 | + "email": "sebastian@phpunit.de" | |
2043 | + } | |
2044 | + ], | |
2045 | + "description": "Provides the functionality to compare PHP values for equality", | |
2046 | + "homepage": "https://github.com/sebastianbergmann/comparator", | |
2047 | + "keywords": [ | |
2048 | + "comparator", | |
2049 | + "compare", | |
2050 | + "equality" | |
2051 | + ], | |
2052 | + "time": "2018-07-12T15:12:46+00:00" | |
2053 | + }, | |
2054 | + { | |
2055 | + "name": "sebastian/diff", | |
2056 | + "version": "3.0.1", | |
2057 | + "source": { | |
2058 | + "type": "git", | |
2059 | + "url": "https://github.com/sebastianbergmann/diff.git", | |
2060 | + "reference": "366541b989927187c4ca70490a35615d3fef2dce" | |
2061 | + }, | |
2062 | + "dist": { | |
2063 | + "type": "zip", | |
2064 | + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce", | |
2065 | + "reference": "366541b989927187c4ca70490a35615d3fef2dce", | |
2066 | + "shasum": "" | |
2067 | + }, | |
2068 | + "require": { | |
2069 | + "php": "^7.1" | |
2070 | + }, | |
2071 | + "require-dev": { | |
2072 | + "phpunit/phpunit": "^7.0", | |
2073 | + "symfony/process": "^2 || ^3.3 || ^4" | |
2074 | + }, | |
2075 | + "type": "library", | |
2076 | + "extra": { | |
2077 | + "branch-alias": { | |
2078 | + "dev-master": "3.0-dev" | |
2079 | + } | |
2080 | + }, | |
2081 | + "autoload": { | |
2082 | + "classmap": [ | |
2083 | + "src/" | |
2084 | + ] | |
2085 | + }, | |
2086 | + "notification-url": "https://packagist.org/downloads/", | |
2087 | + "license": [ | |
2088 | + "BSD-3-Clause" | |
2089 | + ], | |
2090 | + "authors": [ | |
2091 | + { | |
2092 | + "name": "Kore Nordmann", | |
2093 | + "email": "mail@kore-nordmann.de" | |
2094 | + }, | |
2095 | + { | |
2096 | + "name": "Sebastian Bergmann", | |
2097 | + "email": "sebastian@phpunit.de" | |
2098 | + } | |
2099 | + ], | |
2100 | + "description": "Diff implementation", | |
2101 | + "homepage": "https://github.com/sebastianbergmann/diff", | |
2102 | + "keywords": [ | |
2103 | + "diff", | |
2104 | + "udiff", | |
2105 | + "unidiff", | |
2106 | + "unified diff" | |
2107 | + ], | |
2108 | + "time": "2018-06-10T07:54:39+00:00" | |
2109 | + }, | |
2110 | + { | |
2111 | + "name": "sebastian/environment", | |
2112 | + "version": "3.1.0", | |
2113 | + "source": { | |
2114 | + "type": "git", | |
2115 | + "url": "https://github.com/sebastianbergmann/environment.git", | |
2116 | + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" | |
2117 | + }, | |
2118 | + "dist": { | |
2119 | + "type": "zip", | |
2120 | + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", | |
2121 | + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", | |
2122 | + "shasum": "" | |
2123 | + }, | |
2124 | + "require": { | |
2125 | + "php": "^7.0" | |
2126 | + }, | |
2127 | + "require-dev": { | |
2128 | + "phpunit/phpunit": "^6.1" | |
2129 | + }, | |
2130 | + "type": "library", | |
2131 | + "extra": { | |
2132 | + "branch-alias": { | |
2133 | + "dev-master": "3.1.x-dev" | |
2134 | + } | |
2135 | + }, | |
2136 | + "autoload": { | |
2137 | + "classmap": [ | |
2138 | + "src/" | |
2139 | + ] | |
2140 | + }, | |
2141 | + "notification-url": "https://packagist.org/downloads/", | |
2142 | + "license": [ | |
2143 | + "BSD-3-Clause" | |
2144 | + ], | |
2145 | + "authors": [ | |
2146 | + { | |
2147 | + "name": "Sebastian Bergmann", | |
2148 | + "email": "sebastian@phpunit.de" | |
2149 | + } | |
2150 | + ], | |
2151 | + "description": "Provides functionality to handle HHVM/PHP environments", | |
2152 | + "homepage": "http://www.github.com/sebastianbergmann/environment", | |
2153 | + "keywords": [ | |
2154 | + "Xdebug", | |
2155 | + "environment", | |
2156 | + "hhvm" | |
2157 | + ], | |
2158 | + "time": "2017-07-01T08:51:00+00:00" | |
2159 | + }, | |
2160 | + { | |
2161 | + "name": "sebastian/exporter", | |
2162 | + "version": "3.1.0", | |
2163 | + "source": { | |
2164 | + "type": "git", | |
2165 | + "url": "https://github.com/sebastianbergmann/exporter.git", | |
2166 | + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" | |
2167 | + }, | |
2168 | + "dist": { | |
2169 | + "type": "zip", | |
2170 | + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", | |
2171 | + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", | |
2172 | + "shasum": "" | |
2173 | + }, | |
2174 | + "require": { | |
2175 | + "php": "^7.0", | |
2176 | + "sebastian/recursion-context": "^3.0" | |
2177 | + }, | |
2178 | + "require-dev": { | |
2179 | + "ext-mbstring": "*", | |
2180 | + "phpunit/phpunit": "^6.0" | |
2181 | + }, | |
2182 | + "type": "library", | |
2183 | + "extra": { | |
2184 | + "branch-alias": { | |
2185 | + "dev-master": "3.1.x-dev" | |
2186 | + } | |
2187 | + }, | |
2188 | + "autoload": { | |
2189 | + "classmap": [ | |
2190 | + "src/" | |
2191 | + ] | |
2192 | + }, | |
2193 | + "notification-url": "https://packagist.org/downloads/", | |
2194 | + "license": [ | |
2195 | + "BSD-3-Clause" | |
2196 | + ], | |
2197 | + "authors": [ | |
2198 | + { | |
2199 | + "name": "Jeff Welch", | |
2200 | + "email": "whatthejeff@gmail.com" | |
2201 | + }, | |
2202 | + { | |
2203 | + "name": "Volker Dusch", | |
2204 | + "email": "github@wallbash.com" | |
2205 | + }, | |
2206 | + { | |
2207 | + "name": "Bernhard Schussek", | |
2208 | + "email": "bschussek@2bepublished.at" | |
2209 | + }, | |
2210 | + { | |
2211 | + "name": "Sebastian Bergmann", | |
2212 | + "email": "sebastian@phpunit.de" | |
2213 | + }, | |
2214 | + { | |
2215 | + "name": "Adam Harvey", | |
2216 | + "email": "aharvey@php.net" | |
2217 | + } | |
2218 | + ], | |
2219 | + "description": "Provides the functionality to export PHP variables for visualization", | |
2220 | + "homepage": "http://www.github.com/sebastianbergmann/exporter", | |
2221 | + "keywords": [ | |
2222 | + "export", | |
2223 | + "exporter" | |
2224 | + ], | |
2225 | + "time": "2017-04-03T13:19:02+00:00" | |
2226 | + }, | |
2227 | + { | |
2228 | + "name": "sebastian/global-state", | |
2229 | + "version": "2.0.0", | |
2230 | + "source": { | |
2231 | + "type": "git", | |
2232 | + "url": "https://github.com/sebastianbergmann/global-state.git", | |
2233 | + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" | |
2234 | + }, | |
2235 | + "dist": { | |
2236 | + "type": "zip", | |
2237 | + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", | |
2238 | + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", | |
2239 | + "shasum": "" | |
2240 | + }, | |
2241 | + "require": { | |
2242 | + "php": "^7.0" | |
2243 | + }, | |
2244 | + "require-dev": { | |
2245 | + "phpunit/phpunit": "^6.0" | |
2246 | + }, | |
2247 | + "suggest": { | |
2248 | + "ext-uopz": "*" | |
2249 | + }, | |
2250 | + "type": "library", | |
2251 | + "extra": { | |
2252 | + "branch-alias": { | |
2253 | + "dev-master": "2.0-dev" | |
2254 | + } | |
2255 | + }, | |
2256 | + "autoload": { | |
2257 | + "classmap": [ | |
2258 | + "src/" | |
2259 | + ] | |
2260 | + }, | |
2261 | + "notification-url": "https://packagist.org/downloads/", | |
2262 | + "license": [ | |
2263 | + "BSD-3-Clause" | |
2264 | + ], | |
2265 | + "authors": [ | |
2266 | + { | |
2267 | + "name": "Sebastian Bergmann", | |
2268 | + "email": "sebastian@phpunit.de" | |
2269 | + } | |
2270 | + ], | |
2271 | + "description": "Snapshotting of global state", | |
2272 | + "homepage": "http://www.github.com/sebastianbergmann/global-state", | |
2273 | + "keywords": [ | |
2274 | + "global state" | |
2275 | + ], | |
2276 | + "time": "2017-04-27T15:39:26+00:00" | |
2277 | + }, | |
2278 | + { | |
2279 | + "name": "sebastian/object-enumerator", | |
2280 | + "version": "3.0.3", | |
2281 | + "source": { | |
2282 | + "type": "git", | |
2283 | + "url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
2284 | + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" | |
2285 | + }, | |
2286 | + "dist": { | |
2287 | + "type": "zip", | |
2288 | + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
2289 | + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
2290 | + "shasum": "" | |
2291 | + }, | |
2292 | + "require": { | |
2293 | + "php": "^7.0", | |
2294 | + "sebastian/object-reflector": "^1.1.1", | |
2295 | + "sebastian/recursion-context": "^3.0" | |
2296 | + }, | |
2297 | + "require-dev": { | |
2298 | + "phpunit/phpunit": "^6.0" | |
2299 | + }, | |
2300 | + "type": "library", | |
2301 | + "extra": { | |
2302 | + "branch-alias": { | |
2303 | + "dev-master": "3.0.x-dev" | |
2304 | + } | |
2305 | + }, | |
2306 | + "autoload": { | |
2307 | + "classmap": [ | |
2308 | + "src/" | |
2309 | + ] | |
2310 | + }, | |
2311 | + "notification-url": "https://packagist.org/downloads/", | |
2312 | + "license": [ | |
2313 | + "BSD-3-Clause" | |
2314 | + ], | |
2315 | + "authors": [ | |
2316 | + { | |
2317 | + "name": "Sebastian Bergmann", | |
2318 | + "email": "sebastian@phpunit.de" | |
2319 | + } | |
2320 | + ], | |
2321 | + "description": "Traverses array structures and object graphs to enumerate all referenced objects", | |
2322 | + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | |
2323 | + "time": "2017-08-03T12:35:26+00:00" | |
2324 | + }, | |
2325 | + { | |
2326 | + "name": "sebastian/object-reflector", | |
2327 | + "version": "1.1.1", | |
2328 | + "source": { | |
2329 | + "type": "git", | |
2330 | + "url": "https://github.com/sebastianbergmann/object-reflector.git", | |
2331 | + "reference": "773f97c67f28de00d397be301821b06708fca0be" | |
2332 | + }, | |
2333 | + "dist": { | |
2334 | + "type": "zip", | |
2335 | + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", | |
2336 | + "reference": "773f97c67f28de00d397be301821b06708fca0be", | |
2337 | + "shasum": "" | |
2338 | + }, | |
2339 | + "require": { | |
2340 | + "php": "^7.0" | |
2341 | + }, | |
2342 | + "require-dev": { | |
2343 | + "phpunit/phpunit": "^6.0" | |
2344 | + }, | |
2345 | + "type": "library", | |
2346 | + "extra": { | |
2347 | + "branch-alias": { | |
2348 | + "dev-master": "1.1-dev" | |
2349 | + } | |
2350 | + }, | |
2351 | + "autoload": { | |
2352 | + "classmap": [ | |
2353 | + "src/" | |
2354 | + ] | |
2355 | + }, | |
2356 | + "notification-url": "https://packagist.org/downloads/", | |
2357 | + "license": [ | |
2358 | + "BSD-3-Clause" | |
2359 | + ], | |
2360 | + "authors": [ | |
2361 | + { | |
2362 | + "name": "Sebastian Bergmann", | |
2363 | + "email": "sebastian@phpunit.de" | |
2364 | + } | |
2365 | + ], | |
2366 | + "description": "Allows reflection of object attributes, including inherited and non-public ones", | |
2367 | + "homepage": "https://github.com/sebastianbergmann/object-reflector/", | |
2368 | + "time": "2017-03-29T09:07:27+00:00" | |
2369 | + }, | |
2370 | + { | |
2371 | + "name": "sebastian/recursion-context", | |
2372 | + "version": "3.0.0", | |
2373 | + "source": { | |
2374 | + "type": "git", | |
2375 | + "url": "https://github.com/sebastianbergmann/recursion-context.git", | |
2376 | + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" | |
2377 | + }, | |
2378 | + "dist": { | |
2379 | + "type": "zip", | |
2380 | + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
2381 | + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
2382 | + "shasum": "" | |
2383 | + }, | |
2384 | + "require": { | |
2385 | + "php": "^7.0" | |
2386 | + }, | |
2387 | + "require-dev": { | |
2388 | + "phpunit/phpunit": "^6.0" | |
2389 | + }, | |
2390 | + "type": "library", | |
2391 | + "extra": { | |
2392 | + "branch-alias": { | |
2393 | + "dev-master": "3.0.x-dev" | |
2394 | + } | |
2395 | + }, | |
2396 | + "autoload": { | |
2397 | + "classmap": [ | |
2398 | + "src/" | |
2399 | + ] | |
2400 | + }, | |
2401 | + "notification-url": "https://packagist.org/downloads/", | |
2402 | + "license": [ | |
2403 | + "BSD-3-Clause" | |
2404 | + ], | |
2405 | + "authors": [ | |
2406 | + { | |
2407 | + "name": "Jeff Welch", | |
2408 | + "email": "whatthejeff@gmail.com" | |
2409 | + }, | |
2410 | + { | |
2411 | + "name": "Sebastian Bergmann", | |
2412 | + "email": "sebastian@phpunit.de" | |
2413 | + }, | |
2414 | + { | |
2415 | + "name": "Adam Harvey", | |
2416 | + "email": "aharvey@php.net" | |
2417 | + } | |
2418 | + ], | |
2419 | + "description": "Provides functionality to recursively process PHP variables", | |
2420 | + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | |
2421 | + "time": "2017-03-03T06:23:57+00:00" | |
2422 | + }, | |
2423 | + { | |
2424 | + "name": "sebastian/resource-operations", | |
2425 | + "version": "1.0.0", | |
2426 | + "source": { | |
2427 | + "type": "git", | |
2428 | + "url": "https://github.com/sebastianbergmann/resource-operations.git", | |
2429 | + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" | |
2430 | + }, | |
2431 | + "dist": { | |
2432 | + "type": "zip", | |
2433 | + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
2434 | + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
2435 | + "shasum": "" | |
2436 | + }, | |
2437 | + "require": { | |
2438 | + "php": ">=5.6.0" | |
2439 | + }, | |
2440 | + "type": "library", | |
2441 | + "extra": { | |
2442 | + "branch-alias": { | |
2443 | + "dev-master": "1.0.x-dev" | |
2444 | + } | |
2445 | + }, | |
2446 | + "autoload": { | |
2447 | + "classmap": [ | |
2448 | + "src/" | |
2449 | + ] | |
2450 | + }, | |
2451 | + "notification-url": "https://packagist.org/downloads/", | |
2452 | + "license": [ | |
2453 | + "BSD-3-Clause" | |
2454 | + ], | |
2455 | + "authors": [ | |
2456 | + { | |
2457 | + "name": "Sebastian Bergmann", | |
2458 | + "email": "sebastian@phpunit.de" | |
2459 | + } | |
2460 | + ], | |
2461 | + "description": "Provides a list of PHP built-in functions that operate on resources", | |
2462 | + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | |
2463 | + "time": "2015-07-28T20:34:47+00:00" | |
2464 | + }, | |
2465 | + { | |
2466 | + "name": "sebastian/version", | |
2467 | + "version": "2.0.1", | |
2468 | + "source": { | |
2469 | + "type": "git", | |
2470 | + "url": "https://github.com/sebastianbergmann/version.git", | |
2471 | + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" | |
2472 | + }, | |
2473 | + "dist": { | |
2474 | + "type": "zip", | |
2475 | + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", | |
2476 | + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
2477 | + "shasum": "" | |
2478 | + }, | |
2479 | + "require": { | |
2480 | + "php": ">=5.6" | |
2481 | + }, | |
2482 | + "type": "library", | |
2483 | + "extra": { | |
2484 | + "branch-alias": { | |
2485 | + "dev-master": "2.0.x-dev" | |
2486 | + } | |
2487 | + }, | |
2488 | + "autoload": { | |
2489 | + "classmap": [ | |
2490 | + "src/" | |
2491 | + ] | |
2492 | + }, | |
2493 | + "notification-url": "https://packagist.org/downloads/", | |
2494 | + "license": [ | |
2495 | + "BSD-3-Clause" | |
2496 | + ], | |
2497 | + "authors": [ | |
2498 | + { | |
2499 | + "name": "Sebastian Bergmann", | |
2500 | + "email": "sebastian@phpunit.de", | |
2501 | + "role": "lead" | |
2502 | + } | |
2503 | + ], | |
2504 | + "description": "Library that helps with managing the version number of Git-hosted PHP projects", | |
2505 | + "homepage": "https://github.com/sebastianbergmann/version", | |
2506 | + "time": "2016-10-03T07:35:21+00:00" | |
2507 | + }, | |
2508 | + { | |
2509 | + "name": "symfony/console", | |
2510 | + "version": "v4.1.3", | |
2511 | + "source": { | |
2512 | + "type": "git", | |
2513 | + "url": "https://github.com/symfony/console.git", | |
2514 | + "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f" | |
2515 | + }, | |
2516 | + "dist": { | |
2517 | + "type": "zip", | |
2518 | + "url": "https://api.github.com/repos/symfony/console/zipball/ca80b8ced97cf07390078b29773dc384c39eee1f", | |
2519 | + "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f", | |
2520 | + "shasum": "" | |
2521 | + }, | |
2522 | + "require": { | |
2523 | + "php": "^7.1.3", | |
2524 | + "symfony/polyfill-mbstring": "~1.0" | |
2525 | + }, | |
2526 | + "conflict": { | |
2527 | + "symfony/dependency-injection": "<3.4", | |
2528 | + "symfony/process": "<3.3" | |
2529 | + }, | |
2530 | + "require-dev": { | |
2531 | + "psr/log": "~1.0", | |
2532 | + "symfony/config": "~3.4|~4.0", | |
2533 | + "symfony/dependency-injection": "~3.4|~4.0", | |
2534 | + "symfony/event-dispatcher": "~3.4|~4.0", | |
2535 | + "symfony/lock": "~3.4|~4.0", | |
2536 | + "symfony/process": "~3.4|~4.0" | |
2537 | + }, | |
2538 | + "suggest": { | |
2539 | + "psr/log-implementation": "For using the console logger", | |
2540 | + "symfony/event-dispatcher": "", | |
2541 | + "symfony/lock": "", | |
2542 | + "symfony/process": "" | |
2543 | + }, | |
2544 | + "type": "library", | |
2545 | + "extra": { | |
2546 | + "branch-alias": { | |
2547 | + "dev-master": "4.1-dev" | |
2548 | + } | |
2549 | + }, | |
2550 | + "autoload": { | |
2551 | + "psr-4": { | |
2552 | + "Symfony\\Component\\Console\\": "" | |
2553 | + }, | |
2554 | + "exclude-from-classmap": [ | |
2555 | + "/Tests/" | |
2556 | + ] | |
2557 | + }, | |
2558 | + "notification-url": "https://packagist.org/downloads/", | |
2559 | + "license": [ | |
2560 | + "MIT" | |
2561 | + ], | |
2562 | + "authors": [ | |
2563 | + { | |
2564 | + "name": "Fabien Potencier", | |
2565 | + "email": "fabien@symfony.com" | |
2566 | + }, | |
2567 | + { | |
2568 | + "name": "Symfony Community", | |
2569 | + "homepage": "https://symfony.com/contributors" | |
2570 | + } | |
2571 | + ], | |
2572 | + "description": "Symfony Console Component", | |
2573 | + "homepage": "https://symfony.com", | |
2574 | + "time": "2018-07-26T11:24:31+00:00" | |
2575 | + }, | |
2576 | + { | |
2577 | + "name": "symfony/event-dispatcher", | |
2578 | + "version": "v4.1.3", | |
2579 | + "source": { | |
2580 | + "type": "git", | |
2581 | + "url": "https://github.com/symfony/event-dispatcher.git", | |
2582 | + "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e" | |
2583 | + }, | |
2584 | + "dist": { | |
2585 | + "type": "zip", | |
2586 | + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bfb30c2ad377615a463ebbc875eba64a99f6aa3e", | |
2587 | + "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e", | |
2588 | + "shasum": "" | |
2589 | + }, | |
2590 | + "require": { | |
2591 | + "php": "^7.1.3" | |
2592 | + }, | |
2593 | + "conflict": { | |
2594 | + "symfony/dependency-injection": "<3.4" | |
2595 | + }, | |
2596 | + "require-dev": { | |
2597 | + "psr/log": "~1.0", | |
2598 | + "symfony/config": "~3.4|~4.0", | |
2599 | + "symfony/dependency-injection": "~3.4|~4.0", | |
2600 | + "symfony/expression-language": "~3.4|~4.0", | |
2601 | + "symfony/stopwatch": "~3.4|~4.0" | |
2602 | + }, | |
2603 | + "suggest": { | |
2604 | + "symfony/dependency-injection": "", | |
2605 | + "symfony/http-kernel": "" | |
2606 | + }, | |
2607 | + "type": "library", | |
2608 | + "extra": { | |
2609 | + "branch-alias": { | |
2610 | + "dev-master": "4.1-dev" | |
2611 | + } | |
2612 | + }, | |
2613 | + "autoload": { | |
2614 | + "psr-4": { | |
2615 | + "Symfony\\Component\\EventDispatcher\\": "" | |
2616 | + }, | |
2617 | + "exclude-from-classmap": [ | |
2618 | + "/Tests/" | |
2619 | + ] | |
2620 | + }, | |
2621 | + "notification-url": "https://packagist.org/downloads/", | |
2622 | + "license": [ | |
2623 | + "MIT" | |
2624 | + ], | |
2625 | + "authors": [ | |
2626 | + { | |
2627 | + "name": "Fabien Potencier", | |
2628 | + "email": "fabien@symfony.com" | |
2629 | + }, | |
2630 | + { | |
2631 | + "name": "Symfony Community", | |
2632 | + "homepage": "https://symfony.com/contributors" | |
2633 | + } | |
2634 | + ], | |
2635 | + "description": "Symfony EventDispatcher Component", | |
2636 | + "homepage": "https://symfony.com", | |
2637 | + "time": "2018-07-26T09:10:45+00:00" | |
2638 | + }, | |
2639 | + { | |
2640 | + "name": "symfony/filesystem", | |
2641 | + "version": "v4.1.3", | |
2642 | + "source": { | |
2643 | + "type": "git", | |
2644 | + "url": "https://github.com/symfony/filesystem.git", | |
2645 | + "reference": "2e30335e0aafeaa86645555959572fe7cea22b43" | |
2646 | + }, | |
2647 | + "dist": { | |
2648 | + "type": "zip", | |
2649 | + "url": "https://api.github.com/repos/symfony/filesystem/zipball/2e30335e0aafeaa86645555959572fe7cea22b43", | |
2650 | + "reference": "2e30335e0aafeaa86645555959572fe7cea22b43", | |
2651 | + "shasum": "" | |
2652 | + }, | |
2653 | + "require": { | |
2654 | + "php": "^7.1.3", | |
2655 | + "symfony/polyfill-ctype": "~1.8" | |
2656 | + }, | |
2657 | + "type": "library", | |
2658 | + "extra": { | |
2659 | + "branch-alias": { | |
2660 | + "dev-master": "4.1-dev" | |
2661 | + } | |
2662 | + }, | |
2663 | + "autoload": { | |
2664 | + "psr-4": { | |
2665 | + "Symfony\\Component\\Filesystem\\": "" | |
2666 | + }, | |
2667 | + "exclude-from-classmap": [ | |
2668 | + "/Tests/" | |
2669 | + ] | |
2670 | + }, | |
2671 | + "notification-url": "https://packagist.org/downloads/", | |
2672 | + "license": [ | |
2673 | + "MIT" | |
2674 | + ], | |
2675 | + "authors": [ | |
2676 | + { | |
2677 | + "name": "Fabien Potencier", | |
2678 | + "email": "fabien@symfony.com" | |
2679 | + }, | |
2680 | + { | |
2681 | + "name": "Symfony Community", | |
2682 | + "homepage": "https://symfony.com/contributors" | |
2683 | + } | |
2684 | + ], | |
2685 | + "description": "Symfony Filesystem Component", | |
2686 | + "homepage": "https://symfony.com", | |
2687 | + "time": "2018-07-26T11:24:31+00:00" | |
2688 | + }, | |
2689 | + { | |
2690 | + "name": "symfony/finder", | |
2691 | + "version": "v4.1.3", | |
2692 | + "source": { | |
2693 | + "type": "git", | |
2694 | + "url": "https://github.com/symfony/finder.git", | |
2695 | + "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068" | |
2696 | + }, | |
2697 | + "dist": { | |
2698 | + "type": "zip", | |
2699 | + "url": "https://api.github.com/repos/symfony/finder/zipball/e162f1df3102d0b7472805a5a9d5db9fcf0a8068", | |
2700 | + "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068", | |
2701 | + "shasum": "" | |
2702 | + }, | |
2703 | + "require": { | |
2704 | + "php": "^7.1.3" | |
2705 | + }, | |
2706 | + "type": "library", | |
2707 | + "extra": { | |
2708 | + "branch-alias": { | |
2709 | + "dev-master": "4.1-dev" | |
2710 | + } | |
2711 | + }, | |
2712 | + "autoload": { | |
2713 | + "psr-4": { | |
2714 | + "Symfony\\Component\\Finder\\": "" | |
2715 | + }, | |
2716 | + "exclude-from-classmap": [ | |
2717 | + "/Tests/" | |
2718 | + ] | |
2719 | + }, | |
2720 | + "notification-url": "https://packagist.org/downloads/", | |
2721 | + "license": [ | |
2722 | + "MIT" | |
2723 | + ], | |
2724 | + "authors": [ | |
2725 | + { | |
2726 | + "name": "Fabien Potencier", | |
2727 | + "email": "fabien@symfony.com" | |
2728 | + }, | |
2729 | + { | |
2730 | + "name": "Symfony Community", | |
2731 | + "homepage": "https://symfony.com/contributors" | |
2732 | + } | |
2733 | + ], | |
2734 | + "description": "Symfony Finder Component", | |
2735 | + "homepage": "https://symfony.com", | |
2736 | + "time": "2018-07-26T11:24:31+00:00" | |
2737 | + }, | |
2738 | + { | |
2739 | + "name": "symfony/options-resolver", | |
2740 | + "version": "v4.1.3", | |
2741 | + "source": { | |
2742 | + "type": "git", | |
2743 | + "url": "https://github.com/symfony/options-resolver.git", | |
2744 | + "reference": "1913f1962477cdbb13df951f8147d5da1fe2412c" | |
2745 | + }, | |
2746 | + "dist": { | |
2747 | + "type": "zip", | |
2748 | + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1913f1962477cdbb13df951f8147d5da1fe2412c", | |
2749 | + "reference": "1913f1962477cdbb13df951f8147d5da1fe2412c", | |
2750 | + "shasum": "" | |
2751 | + }, | |
2752 | + "require": { | |
2753 | + "php": "^7.1.3" | |
2754 | + }, | |
2755 | + "type": "library", | |
2756 | + "extra": { | |
2757 | + "branch-alias": { | |
2758 | + "dev-master": "4.1-dev" | |
2759 | + } | |
2760 | + }, | |
2761 | + "autoload": { | |
2762 | + "psr-4": { | |
2763 | + "Symfony\\Component\\OptionsResolver\\": "" | |
2764 | + }, | |
2765 | + "exclude-from-classmap": [ | |
2766 | + "/Tests/" | |
2767 | + ] | |
2768 | + }, | |
2769 | + "notification-url": "https://packagist.org/downloads/", | |
2770 | + "license": [ | |
2771 | + "MIT" | |
2772 | + ], | |
2773 | + "authors": [ | |
2774 | + { | |
2775 | + "name": "Fabien Potencier", | |
2776 | + "email": "fabien@symfony.com" | |
2777 | + }, | |
2778 | + { | |
2779 | + "name": "Symfony Community", | |
2780 | + "homepage": "https://symfony.com/contributors" | |
2781 | + } | |
2782 | + ], | |
2783 | + "description": "Symfony OptionsResolver Component", | |
2784 | + "homepage": "https://symfony.com", | |
2785 | + "keywords": [ | |
2786 | + "config", | |
2787 | + "configuration", | |
2788 | + "options" | |
2789 | + ], | |
2790 | + "time": "2018-07-26T08:55:25+00:00" | |
2791 | + }, | |
2792 | + { | |
2793 | + "name": "symfony/polyfill-ctype", | |
2794 | + "version": "v1.9.0", | |
2795 | + "source": { | |
2796 | + "type": "git", | |
2797 | + "url": "https://github.com/symfony/polyfill-ctype.git", | |
2798 | + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" | |
2799 | + }, | |
2800 | + "dist": { | |
2801 | + "type": "zip", | |
2802 | + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", | |
2803 | + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", | |
2804 | + "shasum": "" | |
2805 | + }, | |
2806 | + "require": { | |
2807 | + "php": ">=5.3.3" | |
2808 | + }, | |
2809 | + "suggest": { | |
2810 | + "ext-ctype": "For best performance" | |
2811 | + }, | |
2812 | + "type": "library", | |
2813 | + "extra": { | |
2814 | + "branch-alias": { | |
2815 | + "dev-master": "1.9-dev" | |
2816 | + } | |
2817 | + }, | |
2818 | + "autoload": { | |
2819 | + "psr-4": { | |
2820 | + "Symfony\\Polyfill\\Ctype\\": "" | |
2821 | + }, | |
2822 | + "files": [ | |
2823 | + "bootstrap.php" | |
2824 | + ] | |
2825 | + }, | |
2826 | + "notification-url": "https://packagist.org/downloads/", | |
2827 | + "license": [ | |
2828 | + "MIT" | |
2829 | + ], | |
2830 | + "authors": [ | |
2831 | + { | |
2832 | + "name": "Symfony Community", | |
2833 | + "homepage": "https://symfony.com/contributors" | |
2834 | + }, | |
2835 | + { | |
2836 | + "name": "Gert de Pagter", | |
2837 | + "email": "BackEndTea@gmail.com" | |
2838 | + } | |
2839 | + ], | |
2840 | + "description": "Symfony polyfill for ctype functions", | |
2841 | + "homepage": "https://symfony.com", | |
2842 | + "keywords": [ | |
2843 | + "compatibility", | |
2844 | + "ctype", | |
2845 | + "polyfill", | |
2846 | + "portable" | |
2847 | + ], | |
2848 | + "time": "2018-08-06T14:22:27+00:00" | |
2849 | + }, | |
2850 | + { | |
2851 | + "name": "symfony/polyfill-mbstring", | |
2852 | + "version": "v1.9.0", | |
2853 | + "source": { | |
2854 | + "type": "git", | |
2855 | + "url": "https://github.com/symfony/polyfill-mbstring.git", | |
2856 | + "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" | |
2857 | + }, | |
2858 | + "dist": { | |
2859 | + "type": "zip", | |
2860 | + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", | |
2861 | + "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", | |
2862 | + "shasum": "" | |
2863 | + }, | |
2864 | + "require": { | |
2865 | + "php": ">=5.3.3" | |
2866 | + }, | |
2867 | + "suggest": { | |
2868 | + "ext-mbstring": "For best performance" | |
2869 | + }, | |
2870 | + "type": "library", | |
2871 | + "extra": { | |
2872 | + "branch-alias": { | |
2873 | + "dev-master": "1.9-dev" | |
2874 | + } | |
2875 | + }, | |
2876 | + "autoload": { | |
2877 | + "psr-4": { | |
2878 | + "Symfony\\Polyfill\\Mbstring\\": "" | |
2879 | + }, | |
2880 | + "files": [ | |
2881 | + "bootstrap.php" | |
2882 | + ] | |
2883 | + }, | |
2884 | + "notification-url": "https://packagist.org/downloads/", | |
2885 | + "license": [ | |
2886 | + "MIT" | |
2887 | + ], | |
2888 | + "authors": [ | |
2889 | + { | |
2890 | + "name": "Nicolas Grekas", | |
2891 | + "email": "p@tchwork.com" | |
2892 | + }, | |
2893 | + { | |
2894 | + "name": "Symfony Community", | |
2895 | + "homepage": "https://symfony.com/contributors" | |
2896 | + } | |
2897 | + ], | |
2898 | + "description": "Symfony polyfill for the Mbstring extension", | |
2899 | + "homepage": "https://symfony.com", | |
2900 | + "keywords": [ | |
2901 | + "compatibility", | |
2902 | + "mbstring", | |
2903 | + "polyfill", | |
2904 | + "portable", | |
2905 | + "shim" | |
2906 | + ], | |
2907 | + "time": "2018-08-06T14:22:27+00:00" | |
2908 | + }, | |
2909 | + { | |
2910 | + "name": "symfony/polyfill-php70", | |
2911 | + "version": "v1.9.0", | |
2912 | + "source": { | |
2913 | + "type": "git", | |
2914 | + "url": "https://github.com/symfony/polyfill-php70.git", | |
2915 | + "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934" | |
2916 | + }, | |
2917 | + "dist": { | |
2918 | + "type": "zip", | |
2919 | + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934", | |
2920 | + "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934", | |
2921 | + "shasum": "" | |
2922 | + }, | |
2923 | + "require": { | |
2924 | + "paragonie/random_compat": "~1.0|~2.0|~9.99", | |
2925 | + "php": ">=5.3.3" | |
2926 | + }, | |
2927 | + "type": "library", | |
2928 | + "extra": { | |
2929 | + "branch-alias": { | |
2930 | + "dev-master": "1.9-dev" | |
2931 | + } | |
2932 | + }, | |
2933 | + "autoload": { | |
2934 | + "psr-4": { | |
2935 | + "Symfony\\Polyfill\\Php70\\": "" | |
2936 | + }, | |
2937 | + "files": [ | |
2938 | + "bootstrap.php" | |
2939 | + ], | |
2940 | + "classmap": [ | |
2941 | + "Resources/stubs" | |
2942 | + ] | |
2943 | + }, | |
2944 | + "notification-url": "https://packagist.org/downloads/", | |
2945 | + "license": [ | |
2946 | + "MIT" | |
2947 | + ], | |
2948 | + "authors": [ | |
2949 | + { | |
2950 | + "name": "Nicolas Grekas", | |
2951 | + "email": "p@tchwork.com" | |
2952 | + }, | |
2953 | + { | |
2954 | + "name": "Symfony Community", | |
2955 | + "homepage": "https://symfony.com/contributors" | |
2956 | + } | |
2957 | + ], | |
2958 | + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", | |
2959 | + "homepage": "https://symfony.com", | |
2960 | + "keywords": [ | |
2961 | + "compatibility", | |
2962 | + "polyfill", | |
2963 | + "portable", | |
2964 | + "shim" | |
2965 | + ], | |
2966 | + "time": "2018-08-06T14:22:27+00:00" | |
2967 | + }, | |
2968 | + { | |
2969 | + "name": "symfony/polyfill-php72", | |
2970 | + "version": "v1.9.0", | |
2971 | + "source": { | |
2972 | + "type": "git", | |
2973 | + "url": "https://github.com/symfony/polyfill-php72.git", | |
2974 | + "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae" | |
2975 | + }, | |
2976 | + "dist": { | |
2977 | + "type": "zip", | |
2978 | + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/95c50420b0baed23852452a7f0c7b527303ed5ae", | |
2979 | + "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae", | |
2980 | + "shasum": "" | |
2981 | + }, | |
2982 | + "require": { | |
2983 | + "php": ">=5.3.3" | |
2984 | + }, | |
2985 | + "type": "library", | |
2986 | + "extra": { | |
2987 | + "branch-alias": { | |
2988 | + "dev-master": "1.9-dev" | |
2989 | + } | |
2990 | + }, | |
2991 | + "autoload": { | |
2992 | + "psr-4": { | |
2993 | + "Symfony\\Polyfill\\Php72\\": "" | |
2994 | + }, | |
2995 | + "files": [ | |
2996 | + "bootstrap.php" | |
2997 | + ] | |
2998 | + }, | |
2999 | + "notification-url": "https://packagist.org/downloads/", | |
3000 | + "license": [ | |
3001 | + "MIT" | |
3002 | + ], | |
3003 | + "authors": [ | |
3004 | + { | |
3005 | + "name": "Nicolas Grekas", | |
3006 | + "email": "p@tchwork.com" | |
3007 | + }, | |
3008 | + { | |
3009 | + "name": "Symfony Community", | |
3010 | + "homepage": "https://symfony.com/contributors" | |
3011 | + } | |
3012 | + ], | |
3013 | + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", | |
3014 | + "homepage": "https://symfony.com", | |
3015 | + "keywords": [ | |
3016 | + "compatibility", | |
3017 | + "polyfill", | |
3018 | + "portable", | |
3019 | + "shim" | |
3020 | + ], | |
3021 | + "time": "2018-08-06T14:22:27+00:00" | |
3022 | + }, | |
3023 | + { | |
3024 | + "name": "symfony/process", | |
3025 | + "version": "v4.1.3", | |
3026 | + "source": { | |
3027 | + "type": "git", | |
3028 | + "url": "https://github.com/symfony/process.git", | |
3029 | + "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56" | |
3030 | + }, | |
3031 | + "dist": { | |
3032 | + "type": "zip", | |
3033 | + "url": "https://api.github.com/repos/symfony/process/zipball/f01fc7a4493572f7f506c49dcb50ad01fb3a2f56", | |
3034 | + "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56", | |
3035 | + "shasum": "" | |
3036 | + }, | |
3037 | + "require": { | |
3038 | + "php": "^7.1.3" | |
3039 | + }, | |
3040 | + "type": "library", | |
3041 | + "extra": { | |
3042 | + "branch-alias": { | |
3043 | + "dev-master": "4.1-dev" | |
3044 | + } | |
3045 | + }, | |
3046 | + "autoload": { | |
3047 | + "psr-4": { | |
3048 | + "Symfony\\Component\\Process\\": "" | |
3049 | + }, | |
3050 | + "exclude-from-classmap": [ | |
3051 | + "/Tests/" | |
3052 | + ] | |
3053 | + }, | |
3054 | + "notification-url": "https://packagist.org/downloads/", | |
3055 | + "license": [ | |
3056 | + "MIT" | |
3057 | + ], | |
3058 | + "authors": [ | |
3059 | + { | |
3060 | + "name": "Fabien Potencier", | |
3061 | + "email": "fabien@symfony.com" | |
3062 | + }, | |
3063 | + { | |
3064 | + "name": "Symfony Community", | |
3065 | + "homepage": "https://symfony.com/contributors" | |
3066 | + } | |
3067 | + ], | |
3068 | + "description": "Symfony Process Component", | |
3069 | + "homepage": "https://symfony.com", | |
3070 | + "time": "2018-07-26T11:24:31+00:00" | |
3071 | + }, | |
3072 | + { | |
3073 | + "name": "symfony/stopwatch", | |
3074 | + "version": "v4.1.3", | |
3075 | + "source": { | |
3076 | + "type": "git", | |
3077 | + "url": "https://github.com/symfony/stopwatch.git", | |
3078 | + "reference": "966c982df3cca41324253dc0c7ffe76b6076b705" | |
3079 | + }, | |
3080 | + "dist": { | |
3081 | + "type": "zip", | |
3082 | + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/966c982df3cca41324253dc0c7ffe76b6076b705", | |
3083 | + "reference": "966c982df3cca41324253dc0c7ffe76b6076b705", | |
3084 | + "shasum": "" | |
3085 | + }, | |
3086 | + "require": { | |
3087 | + "php": "^7.1.3" | |
3088 | + }, | |
3089 | + "type": "library", | |
3090 | + "extra": { | |
3091 | + "branch-alias": { | |
3092 | + "dev-master": "4.1-dev" | |
3093 | + } | |
3094 | + }, | |
3095 | + "autoload": { | |
3096 | + "psr-4": { | |
3097 | + "Symfony\\Component\\Stopwatch\\": "" | |
3098 | + }, | |
3099 | + "exclude-from-classmap": [ | |
3100 | + "/Tests/" | |
3101 | + ] | |
3102 | + }, | |
3103 | + "notification-url": "https://packagist.org/downloads/", | |
3104 | + "license": [ | |
3105 | + "MIT" | |
3106 | + ], | |
3107 | + "authors": [ | |
3108 | + { | |
3109 | + "name": "Fabien Potencier", | |
3110 | + "email": "fabien@symfony.com" | |
3111 | + }, | |
3112 | + { | |
3113 | + "name": "Symfony Community", | |
3114 | + "homepage": "https://symfony.com/contributors" | |
3115 | + } | |
3116 | + ], | |
3117 | + "description": "Symfony Stopwatch Component", | |
3118 | + "homepage": "https://symfony.com", | |
3119 | + "time": "2018-07-26T11:00:49+00:00" | |
3120 | + }, | |
3121 | + { | |
3122 | + "name": "theseer/tokenizer", | |
3123 | + "version": "1.1.0", | |
3124 | + "source": { | |
3125 | + "type": "git", | |
3126 | + "url": "https://github.com/theseer/tokenizer.git", | |
3127 | + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" | |
3128 | + }, | |
3129 | + "dist": { | |
3130 | + "type": "zip", | |
3131 | + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", | |
3132 | + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", | |
3133 | + "shasum": "" | |
3134 | + }, | |
3135 | + "require": { | |
3136 | + "ext-dom": "*", | |
3137 | + "ext-tokenizer": "*", | |
3138 | + "ext-xmlwriter": "*", | |
3139 | + "php": "^7.0" | |
3140 | + }, | |
3141 | + "type": "library", | |
3142 | + "autoload": { | |
3143 | + "classmap": [ | |
3144 | + "src/" | |
3145 | + ] | |
3146 | + }, | |
3147 | + "notification-url": "https://packagist.org/downloads/", | |
3148 | + "license": [ | |
3149 | + "BSD-3-Clause" | |
3150 | + ], | |
3151 | + "authors": [ | |
3152 | + { | |
3153 | + "name": "Arne Blankerts", | |
3154 | + "email": "arne@blankerts.de", | |
3155 | + "role": "Developer" | |
3156 | + } | |
3157 | + ], | |
3158 | + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", | |
3159 | + "time": "2017-04-07T12:08:54+00:00" | |
3160 | + }, | |
3161 | + { | |
3162 | + "name": "webmozart/assert", | |
3163 | + "version": "1.3.0", | |
3164 | + "source": { | |
3165 | + "type": "git", | |
3166 | + "url": "https://github.com/webmozart/assert.git", | |
3167 | + "reference": "0df1908962e7a3071564e857d86874dad1ef204a" | |
3168 | + }, | |
3169 | + "dist": { | |
3170 | + "type": "zip", | |
3171 | + "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", | |
3172 | + "reference": "0df1908962e7a3071564e857d86874dad1ef204a", | |
3173 | + "shasum": "" | |
3174 | + }, | |
3175 | + "require": { | |
3176 | + "php": "^5.3.3 || ^7.0" | |
3177 | + }, | |
3178 | + "require-dev": { | |
3179 | + "phpunit/phpunit": "^4.6", | |
3180 | + "sebastian/version": "^1.0.1" | |
3181 | + }, | |
3182 | + "type": "library", | |
3183 | + "extra": { | |
3184 | + "branch-alias": { | |
3185 | + "dev-master": "1.3-dev" | |
3186 | + } | |
3187 | + }, | |
3188 | + "autoload": { | |
3189 | + "psr-4": { | |
3190 | + "Webmozart\\Assert\\": "src/" | |
3191 | + } | |
3192 | + }, | |
3193 | + "notification-url": "https://packagist.org/downloads/", | |
3194 | + "license": [ | |
3195 | + "MIT" | |
3196 | + ], | |
3197 | + "authors": [ | |
3198 | + { | |
3199 | + "name": "Bernhard Schussek", | |
3200 | + "email": "bschussek@gmail.com" | |
3201 | + } | |
3202 | + ], | |
3203 | + "description": "Assertions to validate method input/output with nice error messages.", | |
3204 | + "keywords": [ | |
3205 | + "assert", | |
3206 | + "check", | |
3207 | + "validate" | |
3208 | + ], | |
3209 | + "time": "2018-01-29T19:49:41+00:00" | |
3210 | + } | |
3211 | + ], | |
776 | 3212 | "aliases": [], |
777 | 3213 | "minimum-stability": "stable", |
778 | 3214 | "stability-flags": [], | ... | ... |