diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 354 |
1 files changed, 345 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock index ec11324f..c634abbd 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -1089,6 +1089,244 @@ | |||
1089 | "time": "2015-11-03 10:24:23" | 1089 | "time": "2015-11-03 10:24:23" |
1090 | }, | 1090 | }, |
1091 | { | 1091 | { |
1092 | "name": "grandt/binstring", | ||
1093 | "version": "1.0.0", | ||
1094 | "source": { | ||
1095 | "type": "git", | ||
1096 | "url": "https://github.com/Grandt/PHPBinString.git", | ||
1097 | "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431" | ||
1098 | }, | ||
1099 | "dist": { | ||
1100 | "type": "zip", | ||
1101 | "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431", | ||
1102 | "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431", | ||
1103 | "shasum": "" | ||
1104 | }, | ||
1105 | "require": { | ||
1106 | "php": ">=5.0" | ||
1107 | }, | ||
1108 | "type": "library", | ||
1109 | "autoload": { | ||
1110 | "classmap": [ | ||
1111 | "BinString.php", | ||
1112 | "BinStringStatic.php" | ||
1113 | ] | ||
1114 | }, | ||
1115 | "notification-url": "https://packagist.org/downloads/", | ||
1116 | "license": [ | ||
1117 | "LGPL-2.1" | ||
1118 | ], | ||
1119 | "authors": [ | ||
1120 | { | ||
1121 | "name": "A. Grandt", | ||
1122 | "email": "php@grandt.com", | ||
1123 | "role": "Developer" | ||
1124 | } | ||
1125 | ], | ||
1126 | "description": "A class for working around the use of mbstring.func_override", | ||
1127 | "homepage": "https://github.com/Grandt/PHPBinString", | ||
1128 | "keywords": [ | ||
1129 | "binary strings", | ||
1130 | "mbstring" | ||
1131 | ], | ||
1132 | "time": "2015-08-13 06:14:41" | ||
1133 | }, | ||
1134 | { | ||
1135 | "name": "grandt/phpepub", | ||
1136 | "version": "4.0.3", | ||
1137 | "source": { | ||
1138 | "type": "git", | ||
1139 | "url": "https://github.com/Grandt/PHPePub.git", | ||
1140 | "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca" | ||
1141 | }, | ||
1142 | "dist": { | ||
1143 | "type": "zip", | ||
1144 | "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca", | ||
1145 | "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca", | ||
1146 | "shasum": "" | ||
1147 | }, | ||
1148 | "require": { | ||
1149 | "grandt/phpresizegif": ">=1.0.3", | ||
1150 | "grandt/relativepath": ">=1.0.1", | ||
1151 | "php": ">=5.3.0", | ||
1152 | "phpzip/phpzip": ">=2.0.7" | ||
1153 | }, | ||
1154 | "type": "library", | ||
1155 | "autoload": { | ||
1156 | "psr-4": { | ||
1157 | "PHPePub\\": "src/PHPePub" | ||
1158 | }, | ||
1159 | "classmap": [ | ||
1160 | "src/lib.uuid.php" | ||
1161 | ] | ||
1162 | }, | ||
1163 | "notification-url": "https://packagist.org/downloads/", | ||
1164 | "license": [ | ||
1165 | "LGPL-2.1" | ||
1166 | ], | ||
1167 | "authors": [ | ||
1168 | { | ||
1169 | "name": "A. Grandt", | ||
1170 | "email": "php@grandt.com", | ||
1171 | "homepage": "http://grandt.com", | ||
1172 | "role": "Developer" | ||
1173 | } | ||
1174 | ], | ||
1175 | "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.", | ||
1176 | "homepage": "https://github.com/Grandt/PHPZip", | ||
1177 | "keywords": [ | ||
1178 | "e-book", | ||
1179 | "epub" | ||
1180 | ], | ||
1181 | "time": "2015-09-15 08:47:09" | ||
1182 | }, | ||
1183 | { | ||
1184 | "name": "grandt/phpresizegif", | ||
1185 | "version": "1.0.3", | ||
1186 | "source": { | ||
1187 | "type": "git", | ||
1188 | "url": "https://github.com/Grandt/PHPResizeGif.git", | ||
1189 | "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe" | ||
1190 | }, | ||
1191 | "dist": { | ||
1192 | "type": "zip", | ||
1193 | "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe", | ||
1194 | "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe", | ||
1195 | "shasum": "" | ||
1196 | }, | ||
1197 | "require": { | ||
1198 | "grandt/binstring": ">=0.2.0", | ||
1199 | "php": ">=5.3.0" | ||
1200 | }, | ||
1201 | "type": "library", | ||
1202 | "autoload": { | ||
1203 | "psr-4": { | ||
1204 | "grandt\\ResizeGif\\": "src/ResizeGif", | ||
1205 | "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files", | ||
1206 | "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure", | ||
1207 | "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug" | ||
1208 | } | ||
1209 | }, | ||
1210 | "notification-url": "https://packagist.org/downloads/", | ||
1211 | "license": [ | ||
1212 | "LGPL-2.1" | ||
1213 | ], | ||
1214 | "authors": [ | ||
1215 | { | ||
1216 | "name": "A. Grandt", | ||
1217 | "email": "php@grandt.com", | ||
1218 | "homepage": "http://grandt.com", | ||
1219 | "role": "Developer" | ||
1220 | } | ||
1221 | ], | ||
1222 | "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.", | ||
1223 | "homepage": "https://github.com/Grandt/PHPResizeGif", | ||
1224 | "keywords": [ | ||
1225 | "GIF89a", | ||
1226 | "animated gif", | ||
1227 | "gif", | ||
1228 | "resize" | ||
1229 | ], | ||
1230 | "time": "2015-05-10 10:52:24" | ||
1231 | }, | ||
1232 | { | ||
1233 | "name": "grandt/phpzipmerge", | ||
1234 | "version": "1.0.4", | ||
1235 | "source": { | ||
1236 | "type": "git", | ||
1237 | "url": "https://github.com/Grandt/PHPZipMerge.git", | ||
1238 | "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9" | ||
1239 | }, | ||
1240 | "dist": { | ||
1241 | "type": "zip", | ||
1242 | "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9", | ||
1243 | "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9", | ||
1244 | "shasum": "" | ||
1245 | }, | ||
1246 | "require": { | ||
1247 | "grandt/binstring": ">=1.0.0", | ||
1248 | "grandt/relativepath": ">=1.0.1", | ||
1249 | "php": ">=5.3.0" | ||
1250 | }, | ||
1251 | "type": "library", | ||
1252 | "autoload": { | ||
1253 | "psr-4": { | ||
1254 | "ZipMerge\\": "src/ZipMerge" | ||
1255 | } | ||
1256 | }, | ||
1257 | "notification-url": "https://packagist.org/downloads/", | ||
1258 | "license": [ | ||
1259 | "LGPL-2.1" | ||
1260 | ], | ||
1261 | "authors": [ | ||
1262 | { | ||
1263 | "name": "A. Grandt", | ||
1264 | "email": "php@grandt.com", | ||
1265 | "homepage": "http://grandt.com", | ||
1266 | "role": "Developer" | ||
1267 | }, | ||
1268 | { | ||
1269 | "name": "Greg Kappatos", | ||
1270 | "homepage": "http://websiteconnect.com.au", | ||
1271 | "role": "Developer" | ||
1272 | } | ||
1273 | ], | ||
1274 | "description": "Merge and stream multiple Zip files on the fly.", | ||
1275 | "homepage": "https://github.com/Grandt/PHPZipMerge", | ||
1276 | "keywords": [ | ||
1277 | "archive", | ||
1278 | "compressed", | ||
1279 | "compression", | ||
1280 | "merge", | ||
1281 | "phpzip", | ||
1282 | "pkzip", | ||
1283 | "stream", | ||
1284 | "zip" | ||
1285 | ], | ||
1286 | "time": "2015-08-18 13:49:33" | ||
1287 | }, | ||
1288 | { | ||
1289 | "name": "grandt/relativepath", | ||
1290 | "version": "1.0.2", | ||
1291 | "source": { | ||
1292 | "type": "git", | ||
1293 | "url": "https://github.com/Grandt/PHPRelativePath.git", | ||
1294 | "reference": "19541133c24143b6295688472c54dd6ed15a5462" | ||
1295 | }, | ||
1296 | "dist": { | ||
1297 | "type": "zip", | ||
1298 | "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462", | ||
1299 | "reference": "19541133c24143b6295688472c54dd6ed15a5462", | ||
1300 | "shasum": "" | ||
1301 | }, | ||
1302 | "require": { | ||
1303 | "php": ">=5.0" | ||
1304 | }, | ||
1305 | "type": "library", | ||
1306 | "autoload": { | ||
1307 | "classmap": [ | ||
1308 | "RelativePath.php" | ||
1309 | ] | ||
1310 | }, | ||
1311 | "notification-url": "https://packagist.org/downloads/", | ||
1312 | "license": [ | ||
1313 | "LGPL-2.1" | ||
1314 | ], | ||
1315 | "authors": [ | ||
1316 | { | ||
1317 | "name": "A. Grandt", | ||
1318 | "email": "php@grandt.com", | ||
1319 | "role": "Developer" | ||
1320 | } | ||
1321 | ], | ||
1322 | "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.", | ||
1323 | "homepage": "https://github.com/Grandt/PHPRelativePath", | ||
1324 | "keywords": [ | ||
1325 | "file path" | ||
1326 | ], | ||
1327 | "time": "2015-05-14 08:18:23" | ||
1328 | }, | ||
1329 | { | ||
1092 | "name": "guzzlehttp/guzzle", | 1330 | "name": "guzzlehttp/guzzle", |
1093 | "version": "5.3.0", | 1331 | "version": "5.3.0", |
1094 | "source": { | 1332 | "source": { |
@@ -1394,20 +1632,20 @@ | |||
1394 | } | 1632 | } |
1395 | ], | 1633 | ], |
1396 | "description": "Graby helps you extract article content from web pages", | 1634 | "description": "Graby helps you extract article content from web pages", |
1397 | "time": "2015-10-28 06:38:06" | 1635 | "time": "2015-10-14 17:55:10" |
1398 | }, | 1636 | }, |
1399 | { | 1637 | { |
1400 | "name": "j0k3r/graby-site-config", | 1638 | "name": "j0k3r/graby-site-config", |
1401 | "version": "1.0.6", | 1639 | "version": "1.0.5", |
1402 | "source": { | 1640 | "source": { |
1403 | "type": "git", | 1641 | "type": "git", |
1404 | "url": "https://github.com/j0k3r/graby-site-config.git", | 1642 | "url": "https://github.com/j0k3r/graby-site-config.git", |
1405 | "reference": "6631451c1be563ff3bc8fa16c60ef7df38f8e65b" | 1643 | "reference": "44afb3d6a90a816752426537e92e85160bdb40b9" |
1406 | }, | 1644 | }, |
1407 | "dist": { | 1645 | "dist": { |
1408 | "type": "zip", | 1646 | "type": "zip", |
1409 | "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/6631451c1be563ff3bc8fa16c60ef7df38f8e65b", | 1647 | "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/44afb3d6a90a816752426537e92e85160bdb40b9", |
1410 | "reference": "6631451c1be563ff3bc8fa16c60ef7df38f8e65b", | 1648 | "reference": "44afb3d6a90a816752426537e92e85160bdb40b9", |
1411 | "shasum": "" | 1649 | "shasum": "" |
1412 | }, | 1650 | }, |
1413 | "require": { | 1651 | "require": { |
@@ -1900,16 +2138,16 @@ | |||
1900 | }, | 2138 | }, |
1901 | { | 2139 | { |
1902 | "name": "lexik/form-filter-bundle", | 2140 | "name": "lexik/form-filter-bundle", |
1903 | "version": "v4.0.2", | 2141 | "version": "v4.0.1", |
1904 | "source": { | 2142 | "source": { |
1905 | "type": "git", | 2143 | "type": "git", |
1906 | "url": "https://github.com/lexik/LexikFormFilterBundle.git", | 2144 | "url": "https://github.com/lexik/LexikFormFilterBundle.git", |
1907 | "reference": "d6081d308b71e14509602722c78d28801e4ed78a" | 2145 | "reference": "8e54a41376eab7890d4deea4088ad5c86df964ee" |
1908 | }, | 2146 | }, |
1909 | "dist": { | 2147 | "dist": { |
1910 | "type": "zip", | 2148 | "type": "zip", |
1911 | "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/d6081d308b71e14509602722c78d28801e4ed78a", | 2149 | "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/8e54a41376eab7890d4deea4088ad5c86df964ee", |
1912 | "reference": "d6081d308b71e14509602722c78d28801e4ed78a", | 2150 | "reference": "8e54a41376eab7890d4deea4088ad5c86df964ee", |
1913 | "shasum": "" | 2151 | "shasum": "" |
1914 | }, | 2152 | }, |
1915 | "require": { | 2153 | "require": { |
@@ -2524,6 +2762,67 @@ | |||
2524 | "time": "2015-07-25 16:39:46" | 2762 | "time": "2015-07-25 16:39:46" |
2525 | }, | 2763 | }, |
2526 | { | 2764 | { |
2765 | "name": "phpzip/phpzip", | ||
2766 | "version": "2.0.7", | ||
2767 | "source": { | ||
2768 | "type": "git", | ||
2769 | "url": "https://github.com/Grandt/PHPZip.git", | ||
2770 | "reference": "a43a7ce8b2f21050f8b143876c5c1661b0d65306" | ||
2771 | }, | ||
2772 | "dist": { | ||
2773 | "type": "zip", | ||
2774 | "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/a43a7ce8b2f21050f8b143876c5c1661b0d65306", | ||
2775 | "reference": "a43a7ce8b2f21050f8b143876c5c1661b0d65306", | ||
2776 | "shasum": "" | ||
2777 | }, | ||
2778 | "require": { | ||
2779 | "grandt/binstring": ">=0.2.0", | ||
2780 | "grandt/phpzipmerge": ">=1.0.3", | ||
2781 | "grandt/relativepath": ">=1.0.1", | ||
2782 | "php": ">=5.3.0" | ||
2783 | }, | ||
2784 | "type": "library", | ||
2785 | "autoload": { | ||
2786 | "psr-4": { | ||
2787 | "PHPZip\\Zip\\": "src/Zip" | ||
2788 | } | ||
2789 | }, | ||
2790 | "notification-url": "https://packagist.org/downloads/", | ||
2791 | "license": [ | ||
2792 | "LGPL-2.1" | ||
2793 | ], | ||
2794 | "authors": [ | ||
2795 | { | ||
2796 | "name": "Adam Schmalhofer", | ||
2797 | "email": "Adam.Schmalhofer@gmx.de", | ||
2798 | "role": "Developer" | ||
2799 | }, | ||
2800 | { | ||
2801 | "name": "A. Grandt", | ||
2802 | "email": "php@grandt.com", | ||
2803 | "homepage": "http://grandt.com", | ||
2804 | "role": "Developer" | ||
2805 | }, | ||
2806 | { | ||
2807 | "name": "Greg Kappatos", | ||
2808 | "homepage": "http://websiteconnect.com.au", | ||
2809 | "role": "Developer" | ||
2810 | } | ||
2811 | ], | ||
2812 | "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+", | ||
2813 | "homepage": "https://github.com/Grandt/PHPZip", | ||
2814 | "keywords": [ | ||
2815 | "archive", | ||
2816 | "compressed", | ||
2817 | "compression", | ||
2818 | "phpzip", | ||
2819 | "pkzip", | ||
2820 | "stream", | ||
2821 | "zip" | ||
2822 | ], | ||
2823 | "time": "2015-04-30 06:45:53" | ||
2824 | }, | ||
2825 | { | ||
2527 | "name": "psr/log", | 2826 | "name": "psr/log", |
2528 | "version": "1.0.0", | 2827 | "version": "1.0.0", |
2529 | "source": { | 2828 | "source": { |
@@ -3497,6 +3796,43 @@ | |||
3497 | "time": "2015-11-05 12:49:06" | 3796 | "time": "2015-11-05 12:49:06" |
3498 | }, | 3797 | }, |
3499 | { | 3798 | { |
3799 | "name": "wallabag/phpMobi", | ||
3800 | "version": "1.0.0", | ||
3801 | "source": { | ||
3802 | "type": "git", | ||
3803 | "url": "https://github.com/wallabag/phpMobi.git", | ||
3804 | "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d" | ||
3805 | }, | ||
3806 | "dist": { | ||
3807 | "type": "zip", | ||
3808 | "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d", | ||
3809 | "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d", | ||
3810 | "shasum": "" | ||
3811 | }, | ||
3812 | "require": { | ||
3813 | "php": ">=5.3.0" | ||
3814 | }, | ||
3815 | "type": "library", | ||
3816 | "autoload": { | ||
3817 | "files": [ | ||
3818 | "MOBIClass/MOBI.php" | ||
3819 | ] | ||
3820 | }, | ||
3821 | "authors": [ | ||
3822 | { | ||
3823 | "name": "Nicolas LÅ“uillet", | ||
3824 | "email": "nicolas@loeuillet.org", | ||
3825 | "homepage": "http://www.cdetc.fr" | ||
3826 | } | ||
3827 | ], | ||
3828 | "description": "An experimental Mobipocket file creator in PHP.", | ||
3829 | "homepage": "https://github.com/wallabag/phpMobi", | ||
3830 | "support": { | ||
3831 | "source": "https://github.com/wallabag/phpMobi/tree/1.0.0" | ||
3832 | }, | ||
3833 | "time": "2015-01-19 12:43:17" | ||
3834 | }, | ||
3835 | { | ||
3500 | "name": "willdurand/hateoas", | 3836 | "name": "willdurand/hateoas", |
3501 | "version": "v2.6.0", | 3837 | "version": "v2.6.0", |
3502 | "source": { | 3838 | "source": { |