aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock353
1 files changed, 350 insertions, 3 deletions
diff --git a/composer.lock b/composer.lock
index ec11324f..b7b5d142 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,7 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "hash": "6bd09434f83c7e6b5e1c75fddbd7608b", 7 "hash": "a9ec461e17166dcda1563dd55f6ff861",
8 "content-hash": "d07d54c4cc6f4f4947c652bd659af02e",
9 "packages": [ 8 "packages": [
10 { 9 {
11 "name": "doctrine/annotations", 10 "name": "doctrine/annotations",
@@ -1089,6 +1088,244 @@
1089 "time": "2015-11-03 10:24:23" 1088 "time": "2015-11-03 10:24:23"
1090 }, 1089 },
1091 { 1090 {
1091 "name": "grandt/binstring",
1092 "version": "1.0.0",
1093 "source": {
1094 "type": "git",
1095 "url": "https://github.com/Grandt/PHPBinString.git",
1096 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
1097 },
1098 "dist": {
1099 "type": "zip",
1100 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1101 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1102 "shasum": ""
1103 },
1104 "require": {
1105 "php": ">=5.0"
1106 },
1107 "type": "library",
1108 "autoload": {
1109 "classmap": [
1110 "BinString.php",
1111 "BinStringStatic.php"
1112 ]
1113 },
1114 "notification-url": "https://packagist.org/downloads/",
1115 "license": [
1116 "LGPL-2.1"
1117 ],
1118 "authors": [
1119 {
1120 "name": "A. Grandt",
1121 "email": "php@grandt.com",
1122 "role": "Developer"
1123 }
1124 ],
1125 "description": "A class for working around the use of mbstring.func_override",
1126 "homepage": "https://github.com/Grandt/PHPBinString",
1127 "keywords": [
1128 "binary strings",
1129 "mbstring"
1130 ],
1131 "time": "2015-08-13 06:14:41"
1132 },
1133 {
1134 "name": "grandt/phpepub",
1135 "version": "4.0.3",
1136 "source": {
1137 "type": "git",
1138 "url": "https://github.com/Grandt/PHPePub.git",
1139 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca"
1140 },
1141 "dist": {
1142 "type": "zip",
1143 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1144 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1145 "shasum": ""
1146 },
1147 "require": {
1148 "grandt/phpresizegif": ">=1.0.3",
1149 "grandt/relativepath": ">=1.0.1",
1150 "php": ">=5.3.0",
1151 "phpzip/phpzip": ">=2.0.7"
1152 },
1153 "type": "library",
1154 "autoload": {
1155 "psr-4": {
1156 "PHPePub\\": "src/PHPePub"
1157 },
1158 "classmap": [
1159 "src/lib.uuid.php"
1160 ]
1161 },
1162 "notification-url": "https://packagist.org/downloads/",
1163 "license": [
1164 "LGPL-2.1"
1165 ],
1166 "authors": [
1167 {
1168 "name": "A. Grandt",
1169 "email": "php@grandt.com",
1170 "homepage": "http://grandt.com",
1171 "role": "Developer"
1172 }
1173 ],
1174 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
1175 "homepage": "https://github.com/Grandt/PHPZip",
1176 "keywords": [
1177 "e-book",
1178 "epub"
1179 ],
1180 "time": "2015-09-15 08:47:09"
1181 },
1182 {
1183 "name": "grandt/phpresizegif",
1184 "version": "1.0.3",
1185 "source": {
1186 "type": "git",
1187 "url": "https://github.com/Grandt/PHPResizeGif.git",
1188 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
1189 },
1190 "dist": {
1191 "type": "zip",
1192 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1193 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1194 "shasum": ""
1195 },
1196 "require": {
1197 "grandt/binstring": ">=0.2.0",
1198 "php": ">=5.3.0"
1199 },
1200 "type": "library",
1201 "autoload": {
1202 "psr-4": {
1203 "grandt\\ResizeGif\\": "src/ResizeGif",
1204 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
1205 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
1206 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
1207 }
1208 },
1209 "notification-url": "https://packagist.org/downloads/",
1210 "license": [
1211 "LGPL-2.1"
1212 ],
1213 "authors": [
1214 {
1215 "name": "A. Grandt",
1216 "email": "php@grandt.com",
1217 "homepage": "http://grandt.com",
1218 "role": "Developer"
1219 }
1220 ],
1221 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
1222 "homepage": "https://github.com/Grandt/PHPResizeGif",
1223 "keywords": [
1224 "GIF89a",
1225 "animated gif",
1226 "gif",
1227 "resize"
1228 ],
1229 "time": "2015-05-10 10:52:24"
1230 },
1231 {
1232 "name": "grandt/phpzipmerge",
1233 "version": "1.0.4",
1234 "source": {
1235 "type": "git",
1236 "url": "https://github.com/Grandt/PHPZipMerge.git",
1237 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
1238 },
1239 "dist": {
1240 "type": "zip",
1241 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1242 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1243 "shasum": ""
1244 },
1245 "require": {
1246 "grandt/binstring": ">=1.0.0",
1247 "grandt/relativepath": ">=1.0.1",
1248 "php": ">=5.3.0"
1249 },
1250 "type": "library",
1251 "autoload": {
1252 "psr-4": {
1253 "ZipMerge\\": "src/ZipMerge"
1254 }
1255 },
1256 "notification-url": "https://packagist.org/downloads/",
1257 "license": [
1258 "LGPL-2.1"
1259 ],
1260 "authors": [
1261 {
1262 "name": "A. Grandt",
1263 "email": "php@grandt.com",
1264 "homepage": "http://grandt.com",
1265 "role": "Developer"
1266 },
1267 {
1268 "name": "Greg Kappatos",
1269 "homepage": "http://websiteconnect.com.au",
1270 "role": "Developer"
1271 }
1272 ],
1273 "description": "Merge and stream multiple Zip files on the fly.",
1274 "homepage": "https://github.com/Grandt/PHPZipMerge",
1275 "keywords": [
1276 "archive",
1277 "compressed",
1278 "compression",
1279 "merge",
1280 "phpzip",
1281 "pkzip",
1282 "stream",
1283 "zip"
1284 ],
1285 "time": "2015-08-18 13:49:33"
1286 },
1287 {
1288 "name": "grandt/relativepath",
1289 "version": "1.0.2",
1290 "source": {
1291 "type": "git",
1292 "url": "https://github.com/Grandt/PHPRelativePath.git",
1293 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
1294 },
1295 "dist": {
1296 "type": "zip",
1297 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
1298 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
1299 "shasum": ""
1300 },
1301 "require": {
1302 "php": ">=5.0"
1303 },
1304 "type": "library",
1305 "autoload": {
1306 "classmap": [
1307 "RelativePath.php"
1308 ]
1309 },
1310 "notification-url": "https://packagist.org/downloads/",
1311 "license": [
1312 "LGPL-2.1"
1313 ],
1314 "authors": [
1315 {
1316 "name": "A. Grandt",
1317 "email": "php@grandt.com",
1318 "role": "Developer"
1319 }
1320 ],
1321 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
1322 "homepage": "https://github.com/Grandt/PHPRelativePath",
1323 "keywords": [
1324 "file path"
1325 ],
1326 "time": "2015-05-14 08:18:23"
1327 },
1328 {
1092 "name": "guzzlehttp/guzzle", 1329 "name": "guzzlehttp/guzzle",
1093 "version": "5.3.0", 1330 "version": "5.3.0",
1094 "source": { 1331 "source": {
@@ -2524,6 +2761,67 @@
2524 "time": "2015-07-25 16:39:46" 2761 "time": "2015-07-25 16:39:46"
2525 }, 2762 },
2526 { 2763 {
2764 "name": "phpzip/phpzip",
2765 "version": "2.0.7",
2766 "source": {
2767 "type": "git",
2768 "url": "https://github.com/Grandt/PHPZip.git",
2769 "reference": "a43a7ce8b2f21050f8b143876c5c1661b0d65306"
2770 },
2771 "dist": {
2772 "type": "zip",
2773 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/a43a7ce8b2f21050f8b143876c5c1661b0d65306",
2774 "reference": "a43a7ce8b2f21050f8b143876c5c1661b0d65306",
2775 "shasum": ""
2776 },
2777 "require": {
2778 "grandt/binstring": ">=0.2.0",
2779 "grandt/phpzipmerge": ">=1.0.3",
2780 "grandt/relativepath": ">=1.0.1",
2781 "php": ">=5.3.0"
2782 },
2783 "type": "library",
2784 "autoload": {
2785 "psr-4": {
2786 "PHPZip\\Zip\\": "src/Zip"
2787 }
2788 },
2789 "notification-url": "https://packagist.org/downloads/",
2790 "license": [
2791 "LGPL-2.1"
2792 ],
2793 "authors": [
2794 {
2795 "name": "Adam Schmalhofer",
2796 "email": "Adam.Schmalhofer@gmx.de",
2797 "role": "Developer"
2798 },
2799 {
2800 "name": "A. Grandt",
2801 "email": "php@grandt.com",
2802 "homepage": "http://grandt.com",
2803 "role": "Developer"
2804 },
2805 {
2806 "name": "Greg Kappatos",
2807 "homepage": "http://websiteconnect.com.au",
2808 "role": "Developer"
2809 }
2810 ],
2811 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
2812 "homepage": "https://github.com/Grandt/PHPZip",
2813 "keywords": [
2814 "archive",
2815 "compressed",
2816 "compression",
2817 "phpzip",
2818 "pkzip",
2819 "stream",
2820 "zip"
2821 ],
2822 "time": "2015-04-30 06:45:53"
2823 },
2824 {
2527 "name": "psr/log", 2825 "name": "psr/log",
2528 "version": "1.0.0", 2826 "version": "1.0.0",
2529 "source": { 2827 "source": {
@@ -3497,6 +3795,55 @@
3497 "time": "2015-11-05 12:49:06" 3795 "time": "2015-11-05 12:49:06"
3498 }, 3796 },
3499 { 3797 {
3798 "name": "wallabag/php-mobi",
3799 "version": "1.0.1",
3800 "source": {
3801 "type": "git",
3802 "url": "https://github.com/wallabag/php-mobi.git",
3803 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
3804 },
3805 "dist": {
3806 "type": "zip",
3807 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
3808 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
3809 "shasum": ""
3810 },
3811 "require": {
3812 "php": ">=5.3.0"
3813 },
3814 "replace": {
3815 "wallabag/phpmobi": "*"
3816 },
3817 "type": "library",
3818 "autoload": {
3819 "files": [
3820 "MOBIClass/MOBI.php"
3821 ]
3822 },
3823 "license": [
3824 "Apache-2.0"
3825 ],
3826 "authors": [
3827 {
3828 "name": "Sander Kromwijk",
3829 "email": "s.kromwijk@gmail.co",
3830 "role": "Original developer"
3831 },
3832 {
3833 "name": "Nicolas LÅ“uillet",
3834 "email": "nicolas@loeuillet.org",
3835 "homepage": "http://www.cdetc.fr"
3836 }
3837 ],
3838 "description": "A Mobipocket file (.mobi) creator in PHP.",
3839 "homepage": "https://github.com/wallabag/phpMobi",
3840 "support": {
3841 "source": "https://github.com/wallabag/php-mobi/tree/1.0.1",
3842 "issues": "https://github.com/wallabag/php-mobi/issues"
3843 },
3844 "time": "2015-10-16 08:42:42"
3845 },
3846 {
3500 "name": "willdurand/hateoas", 3847 "name": "willdurand/hateoas",
3501 "version": "v2.6.0", 3848 "version": "v2.6.0",
3502 "source": { 3849 "source": {
@@ -3602,7 +3949,7 @@
3602 ], 3949 ],
3603 "authors": [ 3950 "authors": [
3604 { 3951 {
3605 "name": "William Durand", 3952 "name": "William DURAND",
3606 "email": "william.durand1@gmail.com" 3953 "email": "william.durand1@gmail.com"
3607 } 3954 }
3608 ], 3955 ],