Showing
7 changed files
with
211 additions
and
170 deletions
| ... | @@ -39,7 +39,6 @@ class ExportService | ... | @@ -39,7 +39,6 @@ class ExportService |
| 39 | { | 39 | { |
| 40 | $cssContent = file_get_contents(public_path('/css/export-styles.css')); | 40 | $cssContent = file_get_contents(public_path('/css/export-styles.css')); |
| 41 | $pageHtml = view('pages/pdf', ['page' => $page, 'pageContent' => $this->entityRepo->renderPage($page), 'css' => $cssContent])->render(); | 41 | $pageHtml = view('pages/pdf', ['page' => $page, 'pageContent' => $this->entityRepo->renderPage($page), 'css' => $cssContent])->render(); |
| 42 | -// return $pageHtml; | ||
| 43 | $useWKHTML = config('snappy.pdf.binary') !== false; | 42 | $useWKHTML = config('snappy.pdf.binary') !== false; |
| 44 | $containedHtml = $this->containHtml($pageHtml); | 43 | $containedHtml = $this->containHtml($pageHtml); |
| 45 | if ($useWKHTML) { | 44 | if ($useWKHTML) { | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | "barryvdh/laravel-ide-helper": "^2.2.3", | 13 | "barryvdh/laravel-ide-helper": "^2.2.3", |
| 14 | "barryvdh/laravel-debugbar": "^2.3.2", | 14 | "barryvdh/laravel-debugbar": "^2.3.2", |
| 15 | "league/flysystem-aws-s3-v3": "^1.0", | 15 | "league/flysystem-aws-s3-v3": "^1.0", |
| 16 | - "barryvdh/laravel-dompdf": "^0.7", | 16 | + "barryvdh/laravel-dompdf": "^0.8", |
| 17 | "predis/predis": "^1.1", | 17 | "predis/predis": "^1.1", |
| 18 | "gathercontent/htmldiff": "^0.2.1", | 18 | "gathercontent/htmldiff": "^0.2.1", |
| 19 | "barryvdh/laravel-snappy": "^0.3.1", | 19 | "barryvdh/laravel-snappy": "^0.3.1", | ... | ... |
| ... | @@ -4,21 +4,21 @@ | ... | @@ -4,21 +4,21 @@ |
| 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": "625ae196ac4c457c3aaff34235acbc4d", | 7 | + "hash": "e6d32752d02dae662bedc69fa5856feb", |
| 8 | - "content-hash": "e851e9fd06efac8362604c39b0a17542", | 8 | + "content-hash": "5f0f4e912f1207e761caf9344f2308a0", |
| 9 | "packages": [ | 9 | "packages": [ |
| 10 | { | 10 | { |
| 11 | "name": "aws/aws-sdk-php", | 11 | "name": "aws/aws-sdk-php", |
| 12 | - "version": "3.21.6", | 12 | + "version": "3.22.11", |
| 13 | "source": { | 13 | "source": { |
| 14 | "type": "git", | 14 | "type": "git", |
| 15 | "url": "https://github.com/aws/aws-sdk-php.git", | 15 | "url": "https://github.com/aws/aws-sdk-php.git", |
| 16 | - "reference": "b51512a4ad4aa080ab963942a1e234265771fcde" | 16 | + "reference": "277939bd789204b314f3aaca06976cf3ddf78f07" |
| 17 | }, | 17 | }, |
| 18 | "dist": { | 18 | "dist": { |
| 19 | "type": "zip", | 19 | "type": "zip", |
| 20 | - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/b51512a4ad4aa080ab963942a1e234265771fcde", | 20 | + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/277939bd789204b314f3aaca06976cf3ddf78f07", |
| 21 | - "reference": "b51512a4ad4aa080ab963942a1e234265771fcde", | 21 | + "reference": "277939bd789204b314f3aaca06976cf3ddf78f07", |
| 22 | "shasum": "" | 22 | "shasum": "" |
| 23 | }, | 23 | }, |
| 24 | "require": { | 24 | "require": { |
| ... | @@ -85,7 +85,7 @@ | ... | @@ -85,7 +85,7 @@ |
| 85 | "s3", | 85 | "s3", |
| 86 | "sdk" | 86 | "sdk" |
| 87 | ], | 87 | ], |
| 88 | - "time": "2017-01-27 00:34:55" | 88 | + "time": "2017-02-24 21:47:48" |
| 89 | }, | 89 | }, |
| 90 | { | 90 | { |
| 91 | "name": "barryvdh/laravel-debugbar", | 91 | "name": "barryvdh/laravel-debugbar", |
| ... | @@ -143,27 +143,27 @@ | ... | @@ -143,27 +143,27 @@ |
| 143 | }, | 143 | }, |
| 144 | { | 144 | { |
| 145 | "name": "barryvdh/laravel-dompdf", | 145 | "name": "barryvdh/laravel-dompdf", |
| 146 | - "version": "v0.7.1", | 146 | + "version": "v0.8.0", |
| 147 | "source": { | 147 | "source": { |
| 148 | "type": "git", | 148 | "type": "git", |
| 149 | "url": "https://github.com/barryvdh/laravel-dompdf.git", | 149 | "url": "https://github.com/barryvdh/laravel-dompdf.git", |
| 150 | - "reference": "6cb20d3f397d739163d2d743a4600009e52cd453" | 150 | + "reference": "22ee9cb8e0ac0d5f11633d1194280ab40b2bba1f" |
| 151 | }, | 151 | }, |
| 152 | "dist": { | 152 | "dist": { |
| 153 | "type": "zip", | 153 | "type": "zip", |
| 154 | - "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/6cb20d3f397d739163d2d743a4600009e52cd453", | 154 | + "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/22ee9cb8e0ac0d5f11633d1194280ab40b2bba1f", |
| 155 | - "reference": "6cb20d3f397d739163d2d743a4600009e52cd453", | 155 | + "reference": "22ee9cb8e0ac0d5f11633d1194280ab40b2bba1f", |
| 156 | "shasum": "" | 156 | "shasum": "" |
| 157 | }, | 157 | }, |
| 158 | "require": { | 158 | "require": { |
| 159 | - "dompdf/dompdf": "^0.7", | 159 | + "dompdf/dompdf": "^0.8", |
| 160 | "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x", | 160 | "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x", |
| 161 | "php": ">=5.5.9" | 161 | "php": ">=5.5.9" |
| 162 | }, | 162 | }, |
| 163 | "type": "library", | 163 | "type": "library", |
| 164 | "extra": { | 164 | "extra": { |
| 165 | "branch-alias": { | 165 | "branch-alias": { |
| 166 | - "dev-master": "0.7-dev" | 166 | + "dev-master": "0.8-dev" |
| 167 | } | 167 | } |
| 168 | }, | 168 | }, |
| 169 | "autoload": { | 169 | "autoload": { |
| ... | @@ -187,20 +187,20 @@ | ... | @@ -187,20 +187,20 @@ |
| 187 | "laravel", | 187 | "laravel", |
| 188 | "pdf" | 188 | "pdf" |
| 189 | ], | 189 | ], |
| 190 | - "time": "2017-01-24 18:12:54" | 190 | + "time": "2017-02-19 06:45:54" |
| 191 | }, | 191 | }, |
| 192 | { | 192 | { |
| 193 | "name": "barryvdh/laravel-ide-helper", | 193 | "name": "barryvdh/laravel-ide-helper", |
| 194 | - "version": "v2.2.3", | 194 | + "version": "v2.3.2", |
| 195 | "source": { | 195 | "source": { |
| 196 | "type": "git", | 196 | "type": "git", |
| 197 | "url": "https://github.com/barryvdh/laravel-ide-helper.git", | 197 | "url": "https://github.com/barryvdh/laravel-ide-helper.git", |
| 198 | - "reference": "a7fc2ec489aada6062d3a63ddc915004a21e38af" | 198 | + "reference": "e82de98cef0d6597b1b686be0b5813a3a4bb53c5" |
| 199 | }, | 199 | }, |
| 200 | "dist": { | 200 | "dist": { |
| 201 | "type": "zip", | 201 | "type": "zip", |
| 202 | - "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/a7fc2ec489aada6062d3a63ddc915004a21e38af", | 202 | + "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/e82de98cef0d6597b1b686be0b5813a3a4bb53c5", |
| 203 | - "reference": "a7fc2ec489aada6062d3a63ddc915004a21e38af", | 203 | + "reference": "e82de98cef0d6597b1b686be0b5813a3a4bb53c5", |
| 204 | "shasum": "" | 204 | "shasum": "" |
| 205 | }, | 205 | }, |
| 206 | "require": { | 206 | "require": { |
| ... | @@ -223,7 +223,7 @@ | ... | @@ -223,7 +223,7 @@ |
| 223 | "type": "library", | 223 | "type": "library", |
| 224 | "extra": { | 224 | "extra": { |
| 225 | "branch-alias": { | 225 | "branch-alias": { |
| 226 | - "dev-master": "2.2-dev" | 226 | + "dev-master": "2.3-dev" |
| 227 | } | 227 | } |
| 228 | }, | 228 | }, |
| 229 | "autoload": { | 229 | "autoload": { |
| ... | @@ -253,20 +253,20 @@ | ... | @@ -253,20 +253,20 @@ |
| 253 | "phpstorm", | 253 | "phpstorm", |
| 254 | "sublime" | 254 | "sublime" |
| 255 | ], | 255 | ], |
| 256 | - "time": "2017-01-05 21:20:42" | 256 | + "time": "2017-02-22 12:27:33" |
| 257 | }, | 257 | }, |
| 258 | { | 258 | { |
| 259 | "name": "barryvdh/laravel-snappy", | 259 | "name": "barryvdh/laravel-snappy", |
| 260 | - "version": "v0.3.2", | 260 | + "version": "v0.3.3", |
| 261 | "source": { | 261 | "source": { |
| 262 | "type": "git", | 262 | "type": "git", |
| 263 | "url": "https://github.com/barryvdh/laravel-snappy.git", | 263 | "url": "https://github.com/barryvdh/laravel-snappy.git", |
| 264 | - "reference": "864470e81952f8e568c93754d9d0d2c05145f773" | 264 | + "reference": "dea728426bd867652c2f3a307a9cbea3f1ed7dff" |
| 265 | }, | 265 | }, |
| 266 | "dist": { | 266 | "dist": { |
| 267 | "type": "zip", | 267 | "type": "zip", |
| 268 | - "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/864470e81952f8e568c93754d9d0d2c05145f773", | 268 | + "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/dea728426bd867652c2f3a307a9cbea3f1ed7dff", |
| 269 | - "reference": "864470e81952f8e568c93754d9d0d2c05145f773", | 269 | + "reference": "dea728426bd867652c2f3a307a9cbea3f1ed7dff", |
| 270 | "shasum": "" | 270 | "shasum": "" |
| 271 | }, | 271 | }, |
| 272 | "require": { | 272 | "require": { |
| ... | @@ -305,7 +305,7 @@ | ... | @@ -305,7 +305,7 @@ |
| 305 | "wkhtmltoimage", | 305 | "wkhtmltoimage", |
| 306 | "wkhtmltopdf" | 306 | "wkhtmltopdf" |
| 307 | ], | 307 | ], |
| 308 | - "time": "2017-01-20 06:21:34" | 308 | + "time": "2017-02-09 23:18:54" |
| 309 | }, | 309 | }, |
| 310 | { | 310 | { |
| 311 | "name": "barryvdh/reflection-docblock", | 311 | "name": "barryvdh/reflection-docblock", |
| ... | @@ -476,28 +476,29 @@ | ... | @@ -476,28 +476,29 @@ |
| 476 | }, | 476 | }, |
| 477 | { | 477 | { |
| 478 | "name": "dompdf/dompdf", | 478 | "name": "dompdf/dompdf", |
| 479 | - "version": "v0.7.0", | 479 | + "version": "v0.8.0", |
| 480 | "source": { | 480 | "source": { |
| 481 | "type": "git", | 481 | "type": "git", |
| 482 | "url": "https://github.com/dompdf/dompdf.git", | 482 | "url": "https://github.com/dompdf/dompdf.git", |
| 483 | - "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14" | 483 | + "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c" |
| 484 | }, | 484 | }, |
| 485 | "dist": { | 485 | "dist": { |
| 486 | "type": "zip", | 486 | "type": "zip", |
| 487 | - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14", | 487 | + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/0f418c6b58fdeafc2a0e80eb1fa5e644e185089c", |
| 488 | - "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14", | 488 | + "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c", |
| 489 | "shasum": "" | 489 | "shasum": "" |
| 490 | }, | 490 | }, |
| 491 | "require": { | 491 | "require": { |
| 492 | "ext-dom": "*", | 492 | "ext-dom": "*", |
| 493 | "ext-gd": "*", | 493 | "ext-gd": "*", |
| 494 | "ext-mbstring": "*", | 494 | "ext-mbstring": "*", |
| 495 | - "phenx/php-font-lib": "0.4.*", | 495 | + "phenx/php-font-lib": "0.5.*", |
| 496 | - "phenx/php-svg-lib": "0.1.*", | 496 | + "phenx/php-svg-lib": "0.2.*", |
| 497 | "php": ">=5.3.0" | 497 | "php": ">=5.3.0" |
| 498 | }, | 498 | }, |
| 499 | "require-dev": { | 499 | "require-dev": { |
| 500 | - "phpunit/phpunit": "3.7.*" | 500 | + "phpunit/phpunit": "4.8.*", |
| 501 | + "squizlabs/php_codesniffer": "2.*" | ||
| 501 | }, | 502 | }, |
| 502 | "type": "library", | 503 | "type": "library", |
| 503 | "extra": { | 504 | "extra": { |
| ... | @@ -533,7 +534,7 @@ | ... | @@ -533,7 +534,7 @@ |
| 533 | ], | 534 | ], |
| 534 | "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", | 535 | "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", |
| 535 | "homepage": "https://github.com/dompdf/dompdf", | 536 | "homepage": "https://github.com/dompdf/dompdf", |
| 536 | - "time": "2016-05-11 00:36:29" | 537 | + "time": "2017-02-16 02:40:40" |
| 537 | }, | 538 | }, |
| 538 | { | 539 | { |
| 539 | "name": "erusev/parsedown", | 540 | "name": "erusev/parsedown", |
| ... | @@ -926,22 +927,22 @@ | ... | @@ -926,22 +927,22 @@ |
| 926 | }, | 927 | }, |
| 927 | { | 928 | { |
| 928 | "name": "laravel/browser-kit-testing", | 929 | "name": "laravel/browser-kit-testing", |
| 929 | - "version": "v1.0.2", | 930 | + "version": "v1.0.3", |
| 930 | "source": { | 931 | "source": { |
| 931 | "type": "git", | 932 | "type": "git", |
| 932 | "url": "https://github.com/laravel/browser-kit-testing.git", | 933 | "url": "https://github.com/laravel/browser-kit-testing.git", |
| 933 | - "reference": "60e038e3dcfef2977347f9610c14b48721802278" | 934 | + "reference": "0adfb725147815bff5516d157577f375a6e66ebd" |
| 934 | }, | 935 | }, |
| 935 | "dist": { | 936 | "dist": { |
| 936 | "type": "zip", | 937 | "type": "zip", |
| 937 | - "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/60e038e3dcfef2977347f9610c14b48721802278", | 938 | + "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/0adfb725147815bff5516d157577f375a6e66ebd", |
| 938 | - "reference": "60e038e3dcfef2977347f9610c14b48721802278", | 939 | + "reference": "0adfb725147815bff5516d157577f375a6e66ebd", |
| 939 | "shasum": "" | 940 | "shasum": "" |
| 940 | }, | 941 | }, |
| 941 | "require": { | 942 | "require": { |
| 942 | "php": ">=5.5.9", | 943 | "php": ">=5.5.9", |
| 943 | - "symfony/css-selector": "3.1.*", | 944 | + "symfony/css-selector": "~3.1", |
| 944 | - "symfony/dom-crawler": "3.1.*" | 945 | + "symfony/dom-crawler": "~3.1" |
| 945 | }, | 946 | }, |
| 946 | "type": "library", | 947 | "type": "library", |
| 947 | "extra": { | 948 | "extra": { |
| ... | @@ -969,20 +970,20 @@ | ... | @@ -969,20 +970,20 @@ |
| 969 | "laravel", | 970 | "laravel", |
| 970 | "testing" | 971 | "testing" |
| 971 | ], | 972 | ], |
| 972 | - "time": "2017-01-25 13:07:25" | 973 | + "time": "2017-02-08 22:32:37" |
| 973 | }, | 974 | }, |
| 974 | { | 975 | { |
| 975 | "name": "laravel/framework", | 976 | "name": "laravel/framework", |
| 976 | - "version": "v5.4.9", | 977 | + "version": "v5.4.13", |
| 977 | "source": { | 978 | "source": { |
| 978 | "type": "git", | 979 | "type": "git", |
| 979 | "url": "https://github.com/laravel/framework.git", | 980 | "url": "https://github.com/laravel/framework.git", |
| 980 | - "reference": "600330ae1d218919b3b307e0578461a2df248663" | 981 | + "reference": "3eebfaa759156e06144892b00bb95304aa5a71c1" |
| 981 | }, | 982 | }, |
| 982 | "dist": { | 983 | "dist": { |
| 983 | "type": "zip", | 984 | "type": "zip", |
| 984 | - "url": "https://api.github.com/repos/laravel/framework/zipball/600330ae1d218919b3b307e0578461a2df248663", | 985 | + "url": "https://api.github.com/repos/laravel/framework/zipball/3eebfaa759156e06144892b00bb95304aa5a71c1", |
| 985 | - "reference": "600330ae1d218919b3b307e0578461a2df248663", | 986 | + "reference": "3eebfaa759156e06144892b00bb95304aa5a71c1", |
| 986 | "shasum": "" | 987 | "shasum": "" |
| 987 | }, | 988 | }, |
| 988 | "require": { | 989 | "require": { |
| ... | @@ -1098,7 +1099,7 @@ | ... | @@ -1098,7 +1099,7 @@ |
| 1098 | "framework", | 1099 | "framework", |
| 1099 | "laravel" | 1100 | "laravel" |
| 1100 | ], | 1101 | ], |
| 1101 | - "time": "2017-02-03 19:47:35" | 1102 | + "time": "2017-02-22 16:07:04" |
| 1102 | }, | 1103 | }, |
| 1103 | { | 1104 | { |
| 1104 | "name": "laravel/socialite", | 1105 | "name": "laravel/socialite", |
| ... | @@ -1156,16 +1157,16 @@ | ... | @@ -1156,16 +1157,16 @@ |
| 1156 | }, | 1157 | }, |
| 1157 | { | 1158 | { |
| 1158 | "name": "league/flysystem", | 1159 | "name": "league/flysystem", |
| 1159 | - "version": "1.0.34", | 1160 | + "version": "1.0.35", |
| 1160 | "source": { | 1161 | "source": { |
| 1161 | "type": "git", | 1162 | "type": "git", |
| 1162 | "url": "https://github.com/thephpleague/flysystem.git", | 1163 | "url": "https://github.com/thephpleague/flysystem.git", |
| 1163 | - "reference": "469ad53c13ea19a0e54e3e5d70f61227ddcc0299" | 1164 | + "reference": "dda7f3ab94158a002d9846a97dc18ebfb7acc062" |
| 1164 | }, | 1165 | }, |
| 1165 | "dist": { | 1166 | "dist": { |
| 1166 | "type": "zip", | 1167 | "type": "zip", |
| 1167 | - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/469ad53c13ea19a0e54e3e5d70f61227ddcc0299", | 1168 | + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dda7f3ab94158a002d9846a97dc18ebfb7acc062", |
| 1168 | - "reference": "469ad53c13ea19a0e54e3e5d70f61227ddcc0299", | 1169 | + "reference": "dda7f3ab94158a002d9846a97dc18ebfb7acc062", |
| 1169 | "shasum": "" | 1170 | "shasum": "" |
| 1170 | }, | 1171 | }, |
| 1171 | "require": { | 1172 | "require": { |
| ... | @@ -1235,7 +1236,7 @@ | ... | @@ -1235,7 +1236,7 @@ |
| 1235 | "sftp", | 1236 | "sftp", |
| 1236 | "storage" | 1237 | "storage" |
| 1237 | ], | 1238 | ], |
| 1238 | - "time": "2017-01-30 17:41:17" | 1239 | + "time": "2017-02-09 11:33:58" |
| 1239 | }, | 1240 | }, |
| 1240 | { | 1241 | { |
| 1241 | "name": "league/flysystem-aws-s3-v3", | 1242 | "name": "league/flysystem-aws-s3-v3", |
| ... | @@ -1688,22 +1689,25 @@ | ... | @@ -1688,22 +1689,25 @@ |
| 1688 | }, | 1689 | }, |
| 1689 | { | 1690 | { |
| 1690 | "name": "phenx/php-font-lib", | 1691 | "name": "phenx/php-font-lib", |
| 1691 | - "version": "0.4", | 1692 | + "version": "0.5", |
| 1692 | "source": { | 1693 | "source": { |
| 1693 | "type": "git", | 1694 | "type": "git", |
| 1694 | "url": "https://github.com/PhenX/php-font-lib.git", | 1695 | "url": "https://github.com/PhenX/php-font-lib.git", |
| 1695 | - "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088" | 1696 | + "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962" |
| 1696 | }, | 1697 | }, |
| 1697 | "dist": { | 1698 | "dist": { |
| 1698 | "type": "zip", | 1699 | "type": "zip", |
| 1699 | - "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088", | 1700 | + "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962", |
| 1700 | - "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088", | 1701 | + "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962", |
| 1701 | "shasum": "" | 1702 | "shasum": "" |
| 1702 | }, | 1703 | }, |
| 1704 | + "require-dev": { | ||
| 1705 | + "phpunit/phpunit": "^4.8" | ||
| 1706 | + }, | ||
| 1703 | "type": "library", | 1707 | "type": "library", |
| 1704 | "autoload": { | 1708 | "autoload": { |
| 1705 | - "psr-0": { | 1709 | + "psr-4": { |
| 1706 | - "FontLib\\": "src/" | 1710 | + "FontLib\\": "src/FontLib" |
| 1707 | } | 1711 | } |
| 1708 | }, | 1712 | }, |
| 1709 | "notification-url": "https://packagist.org/downloads/", | 1713 | "notification-url": "https://packagist.org/downloads/", |
| ... | @@ -1718,22 +1722,25 @@ | ... | @@ -1718,22 +1722,25 @@ |
| 1718 | ], | 1722 | ], |
| 1719 | "description": "A library to read, parse, export and make subsets of different types of font files.", | 1723 | "description": "A library to read, parse, export and make subsets of different types of font files.", |
| 1720 | "homepage": "https://github.com/PhenX/php-font-lib", | 1724 | "homepage": "https://github.com/PhenX/php-font-lib", |
| 1721 | - "time": "2015-05-06 20:02:39" | 1725 | + "time": "2017-02-11 10:58:43" |
| 1722 | }, | 1726 | }, |
| 1723 | { | 1727 | { |
| 1724 | "name": "phenx/php-svg-lib", | 1728 | "name": "phenx/php-svg-lib", |
| 1725 | - "version": "0.1", | 1729 | + "version": "v0.2", |
| 1726 | "source": { | 1730 | "source": { |
| 1727 | "type": "git", | 1731 | "type": "git", |
| 1728 | "url": "https://github.com/PhenX/php-svg-lib.git", | 1732 | "url": "https://github.com/PhenX/php-svg-lib.git", |
| 1729 | - "reference": "b419766515b3426c6da74b0e29e93d71c4f17099" | 1733 | + "reference": "de291bec8449b89acfe85691b5c71434797959dc" |
| 1730 | }, | 1734 | }, |
| 1731 | "dist": { | 1735 | "dist": { |
| 1732 | "type": "zip", | 1736 | "type": "zip", |
| 1733 | - "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099", | 1737 | + "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/de291bec8449b89acfe85691b5c71434797959dc", |
| 1734 | - "reference": "b419766515b3426c6da74b0e29e93d71c4f17099", | 1738 | + "reference": "de291bec8449b89acfe85691b5c71434797959dc", |
| 1735 | "shasum": "" | 1739 | "shasum": "" |
| 1736 | }, | 1740 | }, |
| 1741 | + "require": { | ||
| 1742 | + "sabberworm/php-css-parser": "6.0.*" | ||
| 1743 | + }, | ||
| 1737 | "type": "library", | 1744 | "type": "library", |
| 1738 | "autoload": { | 1745 | "autoload": { |
| 1739 | "psr-0": { | 1746 | "psr-0": { |
| ... | @@ -1752,7 +1759,7 @@ | ... | @@ -1752,7 +1759,7 @@ |
| 1752 | ], | 1759 | ], |
| 1753 | "description": "A library to read, parse and export to PDF SVG files.", | 1760 | "description": "A library to read, parse and export to PDF SVG files.", |
| 1754 | "homepage": "https://github.com/PhenX/php-svg-lib", | 1761 | "homepage": "https://github.com/PhenX/php-svg-lib", |
| 1755 | - "time": "2015-05-06 18:49:49" | 1762 | + "time": "2016-12-13 20:25:45" |
| 1756 | }, | 1763 | }, |
| 1757 | { | 1764 | { |
| 1758 | "name": "predis/predis", | 1765 | "name": "predis/predis", |
| ... | @@ -1984,17 +1991,58 @@ | ... | @@ -1984,17 +1991,58 @@ |
| 1984 | "time": "2016-11-22 19:21:44" | 1991 | "time": "2016-11-22 19:21:44" |
| 1985 | }, | 1992 | }, |
| 1986 | { | 1993 | { |
| 1994 | + "name": "sabberworm/php-css-parser", | ||
| 1995 | + "version": "6.0.1", | ||
| 1996 | + "source": { | ||
| 1997 | + "type": "git", | ||
| 1998 | + "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", | ||
| 1999 | + "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2" | ||
| 2000 | + }, | ||
| 2001 | + "dist": { | ||
| 2002 | + "type": "zip", | ||
| 2003 | + "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/9ea4b00c569b19f731d0c2e0e802055877ff40c2", | ||
| 2004 | + "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2", | ||
| 2005 | + "shasum": "" | ||
| 2006 | + }, | ||
| 2007 | + "require": { | ||
| 2008 | + "php": ">=5.3.2" | ||
| 2009 | + }, | ||
| 2010 | + "type": "library", | ||
| 2011 | + "autoload": { | ||
| 2012 | + "psr-0": { | ||
| 2013 | + "Sabberworm\\CSS": "lib/" | ||
| 2014 | + } | ||
| 2015 | + }, | ||
| 2016 | + "notification-url": "https://packagist.org/downloads/", | ||
| 2017 | + "license": [ | ||
| 2018 | + "MIT" | ||
| 2019 | + ], | ||
| 2020 | + "authors": [ | ||
| 2021 | + { | ||
| 2022 | + "name": "Raphael Schweikert" | ||
| 2023 | + } | ||
| 2024 | + ], | ||
| 2025 | + "description": "Parser for CSS Files written in PHP", | ||
| 2026 | + "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", | ||
| 2027 | + "keywords": [ | ||
| 2028 | + "css", | ||
| 2029 | + "parser", | ||
| 2030 | + "stylesheet" | ||
| 2031 | + ], | ||
| 2032 | + "time": "2015-08-24 08:48:52" | ||
| 2033 | + }, | ||
| 2034 | + { | ||
| 1987 | "name": "socialiteproviders/manager", | 2035 | "name": "socialiteproviders/manager", |
| 1988 | - "version": "v3.0.2", | 2036 | + "version": "v3.0.4", |
| 1989 | "source": { | 2037 | "source": { |
| 1990 | "type": "git", | 2038 | "type": "git", |
| 1991 | "url": "https://github.com/SocialiteProviders/Manager.git", | 2039 | "url": "https://github.com/SocialiteProviders/Manager.git", |
| 1992 | - "reference": "3bf2b405b6bfd4bec66f706f5390323f51033eb1" | 2040 | + "reference": "f57877e96c46f0f9157fcd8fa68a547f6d344ed5" |
| 1993 | }, | 2041 | }, |
| 1994 | "dist": { | 2042 | "dist": { |
| 1995 | "type": "zip", | 2043 | "type": "zip", |
| 1996 | - "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/3bf2b405b6bfd4bec66f706f5390323f51033eb1", | 2044 | + "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/f57877e96c46f0f9157fcd8fa68a547f6d344ed5", |
| 1997 | - "reference": "3bf2b405b6bfd4bec66f706f5390323f51033eb1", | 2045 | + "reference": "f57877e96c46f0f9157fcd8fa68a547f6d344ed5", |
| 1998 | "shasum": "" | 2046 | "shasum": "" |
| 1999 | }, | 2047 | }, |
| 2000 | "require": { | 2048 | "require": { |
| ... | @@ -2023,20 +2071,20 @@ | ... | @@ -2023,20 +2071,20 @@ |
| 2023 | } | 2071 | } |
| 2024 | ], | 2072 | ], |
| 2025 | "description": "Easily add new or override built-in providers in Laravel Socialite.", | 2073 | "description": "Easily add new or override built-in providers in Laravel Socialite.", |
| 2026 | - "time": "2017-01-27 08:35:03" | 2074 | + "time": "2017-02-07 07:26:42" |
| 2027 | }, | 2075 | }, |
| 2028 | { | 2076 | { |
| 2029 | "name": "socialiteproviders/slack", | 2077 | "name": "socialiteproviders/slack", |
| 2030 | - "version": "v3.0.0", | 2078 | + "version": "v3.0.1", |
| 2031 | "source": { | 2079 | "source": { |
| 2032 | "type": "git", | 2080 | "type": "git", |
| 2033 | "url": "https://github.com/SocialiteProviders/Slack.git", | 2081 | "url": "https://github.com/SocialiteProviders/Slack.git", |
| 2034 | - "reference": "a0d676a07bb8293547df6678f1da0258ac40bfec" | 2082 | + "reference": "6f8f0599cd80ecea4958ad37ed729805c4100c8c" |
| 2035 | }, | 2083 | }, |
| 2036 | "dist": { | 2084 | "dist": { |
| 2037 | "type": "zip", | 2085 | "type": "zip", |
| 2038 | - "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/a0d676a07bb8293547df6678f1da0258ac40bfec", | 2086 | + "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/6f8f0599cd80ecea4958ad37ed729805c4100c8c", |
| 2039 | - "reference": "a0d676a07bb8293547df6678f1da0258ac40bfec", | 2087 | + "reference": "6f8f0599cd80ecea4958ad37ed729805c4100c8c", |
| 2040 | "shasum": "" | 2088 | "shasum": "" |
| 2041 | }, | 2089 | }, |
| 2042 | "require": { | 2090 | "require": { |
| ... | @@ -2060,20 +2108,20 @@ | ... | @@ -2060,20 +2108,20 @@ |
| 2060 | } | 2108 | } |
| 2061 | ], | 2109 | ], |
| 2062 | "description": "Slack OAuth2 Provider for Laravel Socialite", | 2110 | "description": "Slack OAuth2 Provider for Laravel Socialite", |
| 2063 | - "time": "2017-01-25 09:48:29" | 2111 | + "time": "2017-02-20 04:42:11" |
| 2064 | }, | 2112 | }, |
| 2065 | { | 2113 | { |
| 2066 | "name": "swiftmailer/swiftmailer", | 2114 | "name": "swiftmailer/swiftmailer", |
| 2067 | - "version": "v5.4.5", | 2115 | + "version": "v5.4.6", |
| 2068 | "source": { | 2116 | "source": { |
| 2069 | "type": "git", | 2117 | "type": "git", |
| 2070 | "url": "https://github.com/swiftmailer/swiftmailer.git", | 2118 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
| 2071 | - "reference": "cd142238a339459b10da3d8234220963f392540c" | 2119 | + "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e" |
| 2072 | }, | 2120 | }, |
| 2073 | "dist": { | 2121 | "dist": { |
| 2074 | "type": "zip", | 2122 | "type": "zip", |
| 2075 | - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c", | 2123 | + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e", |
| 2076 | - "reference": "cd142238a339459b10da3d8234220963f392540c", | 2124 | + "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e", |
| 2077 | "shasum": "" | 2125 | "shasum": "" |
| 2078 | }, | 2126 | }, |
| 2079 | "require": { | 2127 | "require": { |
| ... | @@ -2114,20 +2162,20 @@ | ... | @@ -2114,20 +2162,20 @@ |
| 2114 | "mail", | 2162 | "mail", |
| 2115 | "mailer" | 2163 | "mailer" |
| 2116 | ], | 2164 | ], |
| 2117 | - "time": "2016-12-29 10:02:40" | 2165 | + "time": "2017-02-13 07:52:53" |
| 2118 | }, | 2166 | }, |
| 2119 | { | 2167 | { |
| 2120 | "name": "symfony/class-loader", | 2168 | "name": "symfony/class-loader", |
| 2121 | - "version": "v3.2.2", | 2169 | + "version": "v3.2.4", |
| 2122 | "source": { | 2170 | "source": { |
| 2123 | "type": "git", | 2171 | "type": "git", |
| 2124 | "url": "https://github.com/symfony/class-loader.git", | 2172 | "url": "https://github.com/symfony/class-loader.git", |
| 2125 | - "reference": "0152f7a47acd564ca62c652975c2b32ac6d613a6" | 2173 | + "reference": "2847d56f518ad5721bf85aa9174b3aa3fd12aa03" |
| 2126 | }, | 2174 | }, |
| 2127 | "dist": { | 2175 | "dist": { |
| 2128 | "type": "zip", | 2176 | "type": "zip", |
| 2129 | - "url": "https://api.github.com/repos/symfony/class-loader/zipball/0152f7a47acd564ca62c652975c2b32ac6d613a6", | 2177 | + "url": "https://api.github.com/repos/symfony/class-loader/zipball/2847d56f518ad5721bf85aa9174b3aa3fd12aa03", |
| 2130 | - "reference": "0152f7a47acd564ca62c652975c2b32ac6d613a6", | 2178 | + "reference": "2847d56f518ad5721bf85aa9174b3aa3fd12aa03", |
| 2131 | "shasum": "" | 2179 | "shasum": "" |
| 2132 | }, | 2180 | }, |
| 2133 | "require": { | 2181 | "require": { |
| ... | @@ -2170,20 +2218,20 @@ | ... | @@ -2170,20 +2218,20 @@ |
| 2170 | ], | 2218 | ], |
| 2171 | "description": "Symfony ClassLoader Component", | 2219 | "description": "Symfony ClassLoader Component", |
| 2172 | "homepage": "https://symfony.com", | 2220 | "homepage": "https://symfony.com", |
| 2173 | - "time": "2017-01-10 14:14:38" | 2221 | + "time": "2017-01-21 17:06:35" |
| 2174 | }, | 2222 | }, |
| 2175 | { | 2223 | { |
| 2176 | "name": "symfony/console", | 2224 | "name": "symfony/console", |
| 2177 | - "version": "v3.2.2", | 2225 | + "version": "v3.2.4", |
| 2178 | "source": { | 2226 | "source": { |
| 2179 | "type": "git", | 2227 | "type": "git", |
| 2180 | "url": "https://github.com/symfony/console.git", | 2228 | "url": "https://github.com/symfony/console.git", |
| 2181 | - "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd" | 2229 | + "reference": "0e5e6899f82230fcb1153bcaf0e106ffaa44b870" |
| 2182 | }, | 2230 | }, |
| 2183 | "dist": { | 2231 | "dist": { |
| 2184 | "type": "zip", | 2232 | "type": "zip", |
| 2185 | - "url": "https://api.github.com/repos/symfony/console/zipball/4f9e449e76996adf310498a8ca955c6deebe29dd", | 2233 | + "url": "https://api.github.com/repos/symfony/console/zipball/0e5e6899f82230fcb1153bcaf0e106ffaa44b870", |
| 2186 | - "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd", | 2234 | + "reference": "0e5e6899f82230fcb1153bcaf0e106ffaa44b870", |
| 2187 | "shasum": "" | 2235 | "shasum": "" |
| 2188 | }, | 2236 | }, |
| 2189 | "require": { | 2237 | "require": { |
| ... | @@ -2233,7 +2281,7 @@ | ... | @@ -2233,7 +2281,7 @@ |
| 2233 | ], | 2281 | ], |
| 2234 | "description": "Symfony Console Component", | 2282 | "description": "Symfony Console Component", |
| 2235 | "homepage": "https://symfony.com", | 2283 | "homepage": "https://symfony.com", |
| 2236 | - "time": "2017-01-08 20:47:33" | 2284 | + "time": "2017-02-16 14:07:22" |
| 2237 | }, | 2285 | }, |
| 2238 | { | 2286 | { |
| 2239 | "name": "symfony/css-selector", | 2287 | "name": "symfony/css-selector", |
| ... | @@ -2290,16 +2338,16 @@ | ... | @@ -2290,16 +2338,16 @@ |
| 2290 | }, | 2338 | }, |
| 2291 | { | 2339 | { |
| 2292 | "name": "symfony/debug", | 2340 | "name": "symfony/debug", |
| 2293 | - "version": "v3.2.2", | 2341 | + "version": "v3.2.4", |
| 2294 | "source": { | 2342 | "source": { |
| 2295 | "type": "git", | 2343 | "type": "git", |
| 2296 | "url": "https://github.com/symfony/debug.git", | 2344 | "url": "https://github.com/symfony/debug.git", |
| 2297 | - "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05" | 2345 | + "reference": "9b98854cb45bc59d100b7d4cc4cf9e05f21026b9" |
| 2298 | }, | 2346 | }, |
| 2299 | "dist": { | 2347 | "dist": { |
| 2300 | "type": "zip", | 2348 | "type": "zip", |
| 2301 | - "url": "https://api.github.com/repos/symfony/debug/zipball/810ba5c1c5352a4ddb15d4719e8936751dff0b05", | 2349 | + "url": "https://api.github.com/repos/symfony/debug/zipball/9b98854cb45bc59d100b7d4cc4cf9e05f21026b9", |
| 2302 | - "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05", | 2350 | + "reference": "9b98854cb45bc59d100b7d4cc4cf9e05f21026b9", |
| 2303 | "shasum": "" | 2351 | "shasum": "" |
| 2304 | }, | 2352 | }, |
| 2305 | "require": { | 2353 | "require": { |
| ... | @@ -2343,7 +2391,7 @@ | ... | @@ -2343,7 +2391,7 @@ |
| 2343 | ], | 2391 | ], |
| 2344 | "description": "Symfony Debug Component", | 2392 | "description": "Symfony Debug Component", |
| 2345 | "homepage": "https://symfony.com", | 2393 | "homepage": "https://symfony.com", |
| 2346 | - "time": "2017-01-02 20:32:22" | 2394 | + "time": "2017-02-16 16:34:18" |
| 2347 | }, | 2395 | }, |
| 2348 | { | 2396 | { |
| 2349 | "name": "symfony/dom-crawler", | 2397 | "name": "symfony/dom-crawler", |
| ... | @@ -2403,7 +2451,7 @@ | ... | @@ -2403,7 +2451,7 @@ |
| 2403 | }, | 2451 | }, |
| 2404 | { | 2452 | { |
| 2405 | "name": "symfony/event-dispatcher", | 2453 | "name": "symfony/event-dispatcher", |
| 2406 | - "version": "v3.2.2", | 2454 | + "version": "v3.2.4", |
| 2407 | "source": { | 2455 | "source": { |
| 2408 | "type": "git", | 2456 | "type": "git", |
| 2409 | "url": "https://github.com/symfony/event-dispatcher.git", | 2457 | "url": "https://github.com/symfony/event-dispatcher.git", |
| ... | @@ -2463,7 +2511,7 @@ | ... | @@ -2463,7 +2511,7 @@ |
| 2463 | }, | 2511 | }, |
| 2464 | { | 2512 | { |
| 2465 | "name": "symfony/finder", | 2513 | "name": "symfony/finder", |
| 2466 | - "version": "v3.2.2", | 2514 | + "version": "v3.2.4", |
| 2467 | "source": { | 2515 | "source": { |
| 2468 | "type": "git", | 2516 | "type": "git", |
| 2469 | "url": "https://github.com/symfony/finder.git", | 2517 | "url": "https://github.com/symfony/finder.git", |
| ... | @@ -2512,16 +2560,16 @@ | ... | @@ -2512,16 +2560,16 @@ |
| 2512 | }, | 2560 | }, |
| 2513 | { | 2561 | { |
| 2514 | "name": "symfony/http-foundation", | 2562 | "name": "symfony/http-foundation", |
| 2515 | - "version": "v3.2.2", | 2563 | + "version": "v3.2.4", |
| 2516 | "source": { | 2564 | "source": { |
| 2517 | "type": "git", | 2565 | "type": "git", |
| 2518 | "url": "https://github.com/symfony/http-foundation.git", | 2566 | "url": "https://github.com/symfony/http-foundation.git", |
| 2519 | - "reference": "33eb76bf1d833c705433e5361a646c164696394b" | 2567 | + "reference": "a90da6dd679605d88c9803a57a6fc1fb7a19a6e0" |
| 2520 | }, | 2568 | }, |
| 2521 | "dist": { | 2569 | "dist": { |
| 2522 | "type": "zip", | 2570 | "type": "zip", |
| 2523 | - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/33eb76bf1d833c705433e5361a646c164696394b", | 2571 | + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a90da6dd679605d88c9803a57a6fc1fb7a19a6e0", |
| 2524 | - "reference": "33eb76bf1d833c705433e5361a646c164696394b", | 2572 | + "reference": "a90da6dd679605d88c9803a57a6fc1fb7a19a6e0", |
| 2525 | "shasum": "" | 2573 | "shasum": "" |
| 2526 | }, | 2574 | }, |
| 2527 | "require": { | 2575 | "require": { |
| ... | @@ -2561,20 +2609,20 @@ | ... | @@ -2561,20 +2609,20 @@ |
| 2561 | ], | 2609 | ], |
| 2562 | "description": "Symfony HttpFoundation Component", | 2610 | "description": "Symfony HttpFoundation Component", |
| 2563 | "homepage": "https://symfony.com", | 2611 | "homepage": "https://symfony.com", |
| 2564 | - "time": "2017-01-08 20:47:33" | 2612 | + "time": "2017-02-16 22:46:52" |
| 2565 | }, | 2613 | }, |
| 2566 | { | 2614 | { |
| 2567 | "name": "symfony/http-kernel", | 2615 | "name": "symfony/http-kernel", |
| 2568 | - "version": "v3.2.2", | 2616 | + "version": "v3.2.4", |
| 2569 | "source": { | 2617 | "source": { |
| 2570 | "type": "git", | 2618 | "type": "git", |
| 2571 | "url": "https://github.com/symfony/http-kernel.git", | 2619 | "url": "https://github.com/symfony/http-kernel.git", |
| 2572 | - "reference": "8a898e340a89022246645b1288d295f49c9381e4" | 2620 | + "reference": "4cd0d4bc31819095c6ef13573069f621eb321081" |
| 2573 | }, | 2621 | }, |
| 2574 | "dist": { | 2622 | "dist": { |
| 2575 | "type": "zip", | 2623 | "type": "zip", |
| 2576 | - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8a898e340a89022246645b1288d295f49c9381e4", | 2624 | + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4cd0d4bc31819095c6ef13573069f621eb321081", |
| 2577 | - "reference": "8a898e340a89022246645b1288d295f49c9381e4", | 2625 | + "reference": "4cd0d4bc31819095c6ef13573069f621eb321081", |
| 2578 | "shasum": "" | 2626 | "shasum": "" |
| 2579 | }, | 2627 | }, |
| 2580 | "require": { | 2628 | "require": { |
| ... | @@ -2643,7 +2691,7 @@ | ... | @@ -2643,7 +2691,7 @@ |
| 2643 | ], | 2691 | ], |
| 2644 | "description": "Symfony HttpKernel Component", | 2692 | "description": "Symfony HttpKernel Component", |
| 2645 | "homepage": "https://symfony.com", | 2693 | "homepage": "https://symfony.com", |
| 2646 | - "time": "2017-01-12 21:36:33" | 2694 | + "time": "2017-02-16 23:59:56" |
| 2647 | }, | 2695 | }, |
| 2648 | { | 2696 | { |
| 2649 | "name": "symfony/polyfill-mbstring", | 2697 | "name": "symfony/polyfill-mbstring", |
| ... | @@ -2706,16 +2754,16 @@ | ... | @@ -2706,16 +2754,16 @@ |
| 2706 | }, | 2754 | }, |
| 2707 | { | 2755 | { |
| 2708 | "name": "symfony/process", | 2756 | "name": "symfony/process", |
| 2709 | - "version": "v3.2.2", | 2757 | + "version": "v3.2.4", |
| 2710 | "source": { | 2758 | "source": { |
| 2711 | "type": "git", | 2759 | "type": "git", |
| 2712 | "url": "https://github.com/symfony/process.git", | 2760 | "url": "https://github.com/symfony/process.git", |
| 2713 | - "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893" | 2761 | + "reference": "0ab87c1e7570b3534a6e51eb4ca8e9f6d7327856" |
| 2714 | }, | 2762 | }, |
| 2715 | "dist": { | 2763 | "dist": { |
| 2716 | "type": "zip", | 2764 | "type": "zip", |
| 2717 | - "url": "https://api.github.com/repos/symfony/process/zipball/350e810019fc52dd06ae844b6a6d382f8a0e8893", | 2765 | + "url": "https://api.github.com/repos/symfony/process/zipball/0ab87c1e7570b3534a6e51eb4ca8e9f6d7327856", |
| 2718 | - "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893", | 2766 | + "reference": "0ab87c1e7570b3534a6e51eb4ca8e9f6d7327856", |
| 2719 | "shasum": "" | 2767 | "shasum": "" |
| 2720 | }, | 2768 | }, |
| 2721 | "require": { | 2769 | "require": { |
| ... | @@ -2751,20 +2799,20 @@ | ... | @@ -2751,20 +2799,20 @@ |
| 2751 | ], | 2799 | ], |
| 2752 | "description": "Symfony Process Component", | 2800 | "description": "Symfony Process Component", |
| 2753 | "homepage": "https://symfony.com", | 2801 | "homepage": "https://symfony.com", |
| 2754 | - "time": "2017-01-02 20:32:22" | 2802 | + "time": "2017-02-16 14:07:22" |
| 2755 | }, | 2803 | }, |
| 2756 | { | 2804 | { |
| 2757 | "name": "symfony/routing", | 2805 | "name": "symfony/routing", |
| 2758 | - "version": "v3.2.2", | 2806 | + "version": "v3.2.4", |
| 2759 | "source": { | 2807 | "source": { |
| 2760 | "type": "git", | 2808 | "type": "git", |
| 2761 | "url": "https://github.com/symfony/routing.git", | 2809 | "url": "https://github.com/symfony/routing.git", |
| 2762 | - "reference": "fda2c67d47ec801726ca888c95d701d31b27b444" | 2810 | + "reference": "af464432c177dbcdbb32295113b7627500331f2d" |
| 2763 | }, | 2811 | }, |
| 2764 | "dist": { | 2812 | "dist": { |
| 2765 | "type": "zip", | 2813 | "type": "zip", |
| 2766 | - "url": "https://api.github.com/repos/symfony/routing/zipball/fda2c67d47ec801726ca888c95d701d31b27b444", | 2814 | + "url": "https://api.github.com/repos/symfony/routing/zipball/af464432c177dbcdbb32295113b7627500331f2d", |
| 2767 | - "reference": "fda2c67d47ec801726ca888c95d701d31b27b444", | 2815 | + "reference": "af464432c177dbcdbb32295113b7627500331f2d", |
| 2768 | "shasum": "" | 2816 | "shasum": "" |
| 2769 | }, | 2817 | }, |
| 2770 | "require": { | 2818 | "require": { |
| ... | @@ -2826,20 +2874,20 @@ | ... | @@ -2826,20 +2874,20 @@ |
| 2826 | "uri", | 2874 | "uri", |
| 2827 | "url" | 2875 | "url" |
| 2828 | ], | 2876 | ], |
| 2829 | - "time": "2017-01-02 20:32:22" | 2877 | + "time": "2017-01-28 02:37:08" |
| 2830 | }, | 2878 | }, |
| 2831 | { | 2879 | { |
| 2832 | "name": "symfony/translation", | 2880 | "name": "symfony/translation", |
| 2833 | - "version": "v3.2.2", | 2881 | + "version": "v3.2.4", |
| 2834 | "source": { | 2882 | "source": { |
| 2835 | "type": "git", | 2883 | "type": "git", |
| 2836 | "url": "https://github.com/symfony/translation.git", | 2884 | "url": "https://github.com/symfony/translation.git", |
| 2837 | - "reference": "6520f3d4cce604d9dd1e86cac7af954984dd9bda" | 2885 | + "reference": "d6825c6bb2f1da13f564678f9f236fe8242c0029" |
| 2838 | }, | 2886 | }, |
| 2839 | "dist": { | 2887 | "dist": { |
| 2840 | "type": "zip", | 2888 | "type": "zip", |
| 2841 | - "url": "https://api.github.com/repos/symfony/translation/zipball/6520f3d4cce604d9dd1e86cac7af954984dd9bda", | 2889 | + "url": "https://api.github.com/repos/symfony/translation/zipball/d6825c6bb2f1da13f564678f9f236fe8242c0029", |
| 2842 | - "reference": "6520f3d4cce604d9dd1e86cac7af954984dd9bda", | 2890 | + "reference": "d6825c6bb2f1da13f564678f9f236fe8242c0029", |
| 2843 | "shasum": "" | 2891 | "shasum": "" |
| 2844 | }, | 2892 | }, |
| 2845 | "require": { | 2893 | "require": { |
| ... | @@ -2890,20 +2938,20 @@ | ... | @@ -2890,20 +2938,20 @@ |
| 2890 | ], | 2938 | ], |
| 2891 | "description": "Symfony Translation Component", | 2939 | "description": "Symfony Translation Component", |
| 2892 | "homepage": "https://symfony.com", | 2940 | "homepage": "https://symfony.com", |
| 2893 | - "time": "2017-01-02 20:32:22" | 2941 | + "time": "2017-02-16 22:46:52" |
| 2894 | }, | 2942 | }, |
| 2895 | { | 2943 | { |
| 2896 | "name": "symfony/var-dumper", | 2944 | "name": "symfony/var-dumper", |
| 2897 | - "version": "v3.2.2", | 2945 | + "version": "v3.2.4", |
| 2898 | "source": { | 2946 | "source": { |
| 2899 | "type": "git", | 2947 | "type": "git", |
| 2900 | "url": "https://github.com/symfony/var-dumper.git", | 2948 | "url": "https://github.com/symfony/var-dumper.git", |
| 2901 | - "reference": "b54b23f9a19b465e76fdaac0f6732410467c83b2" | 2949 | + "reference": "cb50260b674ee1c2d4ab49f2395a42e0b4681e20" |
| 2902 | }, | 2950 | }, |
| 2903 | "dist": { | 2951 | "dist": { |
| 2904 | "type": "zip", | 2952 | "type": "zip", |
| 2905 | - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b54b23f9a19b465e76fdaac0f6732410467c83b2", | 2953 | + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cb50260b674ee1c2d4ab49f2395a42e0b4681e20", |
| 2906 | - "reference": "b54b23f9a19b465e76fdaac0f6732410467c83b2", | 2954 | + "reference": "cb50260b674ee1c2d4ab49f2395a42e0b4681e20", |
| 2907 | "shasum": "" | 2955 | "shasum": "" |
| 2908 | }, | 2956 | }, |
| 2909 | "require": { | 2957 | "require": { |
| ... | @@ -2953,7 +3001,7 @@ | ... | @@ -2953,7 +3001,7 @@ |
| 2953 | "debug", | 3001 | "debug", |
| 2954 | "dump" | 3002 | "dump" |
| 2955 | ], | 3003 | ], |
| 2956 | - "time": "2017-01-03 08:53:57" | 3004 | + "time": "2017-02-16 22:46:52" |
| 2957 | }, | 3005 | }, |
| 2958 | { | 3006 | { |
| 2959 | "name": "tijsverkoyen/css-to-inline-styles", | 3007 | "name": "tijsverkoyen/css-to-inline-styles", |
| ... | @@ -3203,16 +3251,16 @@ | ... | @@ -3203,16 +3251,16 @@ |
| 3203 | }, | 3251 | }, |
| 3204 | { | 3252 | { |
| 3205 | "name": "mockery/mockery", | 3253 | "name": "mockery/mockery", |
| 3206 | - "version": "0.9.7", | 3254 | + "version": "0.9.8", |
| 3207 | "source": { | 3255 | "source": { |
| 3208 | "type": "git", | 3256 | "type": "git", |
| 3209 | "url": "https://github.com/padraic/mockery.git", | 3257 | "url": "https://github.com/padraic/mockery.git", |
| 3210 | - "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371" | 3258 | + "reference": "1e5e2ffdc4d71d7358ed58a6fdd30a4a0c506855" |
| 3211 | }, | 3259 | }, |
| 3212 | "dist": { | 3260 | "dist": { |
| 3213 | "type": "zip", | 3261 | "type": "zip", |
| 3214 | - "url": "https://api.github.com/repos/padraic/mockery/zipball/4de7969f4664da3cef1ccd83866c9f59378c3371", | 3262 | + "url": "https://api.github.com/repos/padraic/mockery/zipball/1e5e2ffdc4d71d7358ed58a6fdd30a4a0c506855", |
| 3215 | - "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371", | 3263 | + "reference": "1e5e2ffdc4d71d7358ed58a6fdd30a4a0c506855", |
| 3216 | "shasum": "" | 3264 | "shasum": "" |
| 3217 | }, | 3265 | }, |
| 3218 | "require": { | 3266 | "require": { |
| ... | @@ -3264,7 +3312,7 @@ | ... | @@ -3264,7 +3312,7 @@ |
| 3264 | "test double", | 3312 | "test double", |
| 3265 | "testing" | 3313 | "testing" |
| 3266 | ], | 3314 | ], |
| 3267 | - "time": "2016-12-19 14:50:55" | 3315 | + "time": "2017-02-09 13:29:38" |
| 3268 | }, | 3316 | }, |
| 3269 | { | 3317 | { |
| 3270 | "name": "myclabs/deep-copy", | 3318 | "name": "myclabs/deep-copy", |
| ... | @@ -3519,23 +3567,23 @@ | ... | @@ -3519,23 +3567,23 @@ |
| 3519 | }, | 3567 | }, |
| 3520 | { | 3568 | { |
| 3521 | "name": "phpunit/php-code-coverage", | 3569 | "name": "phpunit/php-code-coverage", |
| 3522 | - "version": "4.0.5", | 3570 | + "version": "4.0.6", |
| 3523 | "source": { | 3571 | "source": { |
| 3524 | "type": "git", | 3572 | "type": "git", |
| 3525 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | 3573 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
| 3526 | - "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971" | 3574 | + "reference": "ca060f645beeddebedb1885c97bf163e93264c35" |
| 3527 | }, | 3575 | }, |
| 3528 | "dist": { | 3576 | "dist": { |
| 3529 | "type": "zip", | 3577 | "type": "zip", |
| 3530 | - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", | 3578 | + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca060f645beeddebedb1885c97bf163e93264c35", |
| 3531 | - "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", | 3579 | + "reference": "ca060f645beeddebedb1885c97bf163e93264c35", |
| 3532 | "shasum": "" | 3580 | "shasum": "" |
| 3533 | }, | 3581 | }, |
| 3534 | "require": { | 3582 | "require": { |
| 3535 | "php": "^5.6 || ^7.0", | 3583 | "php": "^5.6 || ^7.0", |
| 3536 | "phpunit/php-file-iterator": "~1.3", | 3584 | "phpunit/php-file-iterator": "~1.3", |
| 3537 | "phpunit/php-text-template": "~1.2", | 3585 | "phpunit/php-text-template": "~1.2", |
| 3538 | - "phpunit/php-token-stream": "^1.4.2", | 3586 | + "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
| 3539 | "sebastian/code-unit-reverse-lookup": "~1.0", | 3587 | "sebastian/code-unit-reverse-lookup": "~1.0", |
| 3540 | "sebastian/environment": "^1.3.2 || ^2.0", | 3588 | "sebastian/environment": "^1.3.2 || ^2.0", |
| 3541 | "sebastian/version": "~1.0|~2.0" | 3589 | "sebastian/version": "~1.0|~2.0" |
| ... | @@ -3578,7 +3626,7 @@ | ... | @@ -3578,7 +3626,7 @@ |
| 3578 | "testing", | 3626 | "testing", |
| 3579 | "xunit" | 3627 | "xunit" |
| 3580 | ], | 3628 | ], |
| 3581 | - "time": "2017-01-20 15:06:43" | 3629 | + "time": "2017-02-23 07:38:02" |
| 3582 | }, | 3630 | }, |
| 3583 | { | 3631 | { |
| 3584 | "name": "phpunit/php-file-iterator", | 3632 | "name": "phpunit/php-file-iterator", |
| ... | @@ -3714,16 +3762,16 @@ | ... | @@ -3714,16 +3762,16 @@ |
| 3714 | }, | 3762 | }, |
| 3715 | { | 3763 | { |
| 3716 | "name": "phpunit/php-token-stream", | 3764 | "name": "phpunit/php-token-stream", |
| 3717 | - "version": "1.4.9", | 3765 | + "version": "1.4.10", |
| 3718 | "source": { | 3766 | "source": { |
| 3719 | "type": "git", | 3767 | "type": "git", |
| 3720 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", | 3768 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
| 3721 | - "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" | 3769 | + "reference": "284fb0679dd25fb5ffb56dad92c72860c0a22f1b" |
| 3722 | }, | 3770 | }, |
| 3723 | "dist": { | 3771 | "dist": { |
| 3724 | "type": "zip", | 3772 | "type": "zip", |
| 3725 | - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", | 3773 | + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/284fb0679dd25fb5ffb56dad92c72860c0a22f1b", |
| 3726 | - "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", | 3774 | + "reference": "284fb0679dd25fb5ffb56dad92c72860c0a22f1b", |
| 3727 | "shasum": "" | 3775 | "shasum": "" |
| 3728 | }, | 3776 | }, |
| 3729 | "require": { | 3777 | "require": { |
| ... | @@ -3759,20 +3807,20 @@ | ... | @@ -3759,20 +3807,20 @@ |
| 3759 | "keywords": [ | 3807 | "keywords": [ |
| 3760 | "tokenizer" | 3808 | "tokenizer" |
| 3761 | ], | 3809 | ], |
| 3762 | - "time": "2016-11-15 14:06:22" | 3810 | + "time": "2017-02-23 06:14:45" |
| 3763 | }, | 3811 | }, |
| 3764 | { | 3812 | { |
| 3765 | "name": "phpunit/phpunit", | 3813 | "name": "phpunit/phpunit", |
| 3766 | - "version": "5.7.10", | 3814 | + "version": "5.7.14", |
| 3767 | "source": { | 3815 | "source": { |
| 3768 | "type": "git", | 3816 | "type": "git", |
| 3769 | "url": "https://github.com/sebastianbergmann/phpunit.git", | 3817 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
| 3770 | - "reference": "bf0804199f516fe80ffcc48ac6d4741c49baeb6e" | 3818 | + "reference": "4906b8faf23e42612182fd212eb6f4c0f2954b57" |
| 3771 | }, | 3819 | }, |
| 3772 | "dist": { | 3820 | "dist": { |
| 3773 | "type": "zip", | 3821 | "type": "zip", |
| 3774 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bf0804199f516fe80ffcc48ac6d4741c49baeb6e", | 3822 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4906b8faf23e42612182fd212eb6f4c0f2954b57", |
| 3775 | - "reference": "bf0804199f516fe80ffcc48ac6d4741c49baeb6e", | 3823 | + "reference": "4906b8faf23e42612182fd212eb6f4c0f2954b57", |
| 3776 | "shasum": "" | 3824 | "shasum": "" |
| 3777 | }, | 3825 | }, |
| 3778 | "require": { | 3826 | "require": { |
| ... | @@ -3796,7 +3844,7 @@ | ... | @@ -3796,7 +3844,7 @@ |
| 3796 | "sebastian/global-state": "^1.1", | 3844 | "sebastian/global-state": "^1.1", |
| 3797 | "sebastian/object-enumerator": "~2.0", | 3845 | "sebastian/object-enumerator": "~2.0", |
| 3798 | "sebastian/resource-operations": "~1.0", | 3846 | "sebastian/resource-operations": "~1.0", |
| 3799 | - "sebastian/version": "~1.0|~2.0", | 3847 | + "sebastian/version": "~1.0.3|~2.0", |
| 3800 | "symfony/yaml": "~2.1|~3.0" | 3848 | "symfony/yaml": "~2.1|~3.0" |
| 3801 | }, | 3849 | }, |
| 3802 | "conflict": { | 3850 | "conflict": { |
| ... | @@ -3841,7 +3889,7 @@ | ... | @@ -3841,7 +3889,7 @@ |
| 3841 | "testing", | 3889 | "testing", |
| 3842 | "xunit" | 3890 | "xunit" |
| 3843 | ], | 3891 | ], |
| 3844 | - "time": "2017-02-04 09:03:53" | 3892 | + "time": "2017-02-19 07:22:16" |
| 3845 | }, | 3893 | }, |
| 3846 | { | 3894 | { |
| 3847 | "name": "phpunit/phpunit-mock-objects", | 3895 | "name": "phpunit/phpunit-mock-objects", |
| ... | @@ -4233,16 +4281,16 @@ | ... | @@ -4233,16 +4281,16 @@ |
| 4233 | }, | 4281 | }, |
| 4234 | { | 4282 | { |
| 4235 | "name": "sebastian/object-enumerator", | 4283 | "name": "sebastian/object-enumerator", |
| 4236 | - "version": "2.0.0", | 4284 | + "version": "2.0.1", |
| 4237 | "source": { | 4285 | "source": { |
| 4238 | "type": "git", | 4286 | "type": "git", |
| 4239 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", | 4287 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
| 4240 | - "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35" | 4288 | + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
| 4241 | }, | 4289 | }, |
| 4242 | "dist": { | 4290 | "dist": { |
| 4243 | "type": "zip", | 4291 | "type": "zip", |
| 4244 | - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", | 4292 | + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
| 4245 | - "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", | 4293 | + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", |
| 4246 | "shasum": "" | 4294 | "shasum": "" |
| 4247 | }, | 4295 | }, |
| 4248 | "require": { | 4296 | "require": { |
| ... | @@ -4275,7 +4323,7 @@ | ... | @@ -4275,7 +4323,7 @@ |
| 4275 | ], | 4323 | ], |
| 4276 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", | 4324 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
| 4277 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | 4325 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
| 4278 | - "time": "2016-11-19 07:35:10" | 4326 | + "time": "2017-02-18 15:18:39" |
| 4279 | }, | 4327 | }, |
| 4280 | { | 4328 | { |
| 4281 | "name": "sebastian/recursion-context", | 4329 | "name": "sebastian/recursion-context", |
| ... | @@ -4417,16 +4465,16 @@ | ... | @@ -4417,16 +4465,16 @@ |
| 4417 | }, | 4465 | }, |
| 4418 | { | 4466 | { |
| 4419 | "name": "symfony/yaml", | 4467 | "name": "symfony/yaml", |
| 4420 | - "version": "v3.2.2", | 4468 | + "version": "v3.2.4", |
| 4421 | "source": { | 4469 | "source": { |
| 4422 | "type": "git", | 4470 | "type": "git", |
| 4423 | "url": "https://github.com/symfony/yaml.git", | 4471 | "url": "https://github.com/symfony/yaml.git", |
| 4424 | - "reference": "50eadbd7926e31842893c957eca362b21592a97d" | 4472 | + "reference": "9724c684646fcb5387d579b4bfaa63ee0b0c64c8" |
| 4425 | }, | 4473 | }, |
| 4426 | "dist": { | 4474 | "dist": { |
| 4427 | "type": "zip", | 4475 | "type": "zip", |
| 4428 | - "url": "https://api.github.com/repos/symfony/yaml/zipball/50eadbd7926e31842893c957eca362b21592a97d", | 4476 | + "url": "https://api.github.com/repos/symfony/yaml/zipball/9724c684646fcb5387d579b4bfaa63ee0b0c64c8", |
| 4429 | - "reference": "50eadbd7926e31842893c957eca362b21592a97d", | 4477 | + "reference": "9724c684646fcb5387d579b4bfaa63ee0b0c64c8", |
| 4430 | "shasum": "" | 4478 | "shasum": "" |
| 4431 | }, | 4479 | }, |
| 4432 | "require": { | 4480 | "require": { |
| ... | @@ -4468,7 +4516,7 @@ | ... | @@ -4468,7 +4516,7 @@ |
| 4468 | ], | 4516 | ], |
| 4469 | "description": "Symfony Yaml Component", | 4517 | "description": "Symfony Yaml Component", |
| 4470 | "homepage": "https://symfony.com", | 4518 | "homepage": "https://symfony.com", |
| 4471 | - "time": "2017-01-03 13:51:32" | 4519 | + "time": "2017-02-16 22:46:52" |
| 4472 | }, | 4520 | }, |
| 4473 | { | 4521 | { |
| 4474 | "name": "webmozart/assert", | 4522 | "name": "webmozart/assert", | ... | ... |
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | -return array( | 3 | +return [ |
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | |-------------------------------------------------------------------------- | 6 | |-------------------------------------------------------------------------- |
| ... | @@ -13,7 +13,7 @@ return array( | ... | @@ -13,7 +13,7 @@ return array( |
| 13 | */ | 13 | */ |
| 14 | 'show_warnings' => false, // Throw an Exception on warnings from dompdf | 14 | 'show_warnings' => false, // Throw an Exception on warnings from dompdf |
| 15 | 'orientation' => 'portrait', | 15 | 'orientation' => 'portrait', |
| 16 | - 'defines' => array( | 16 | + 'defines' => [ |
| 17 | /** | 17 | /** |
| 18 | * The location of the DOMPDF font directory | 18 | * The location of the DOMPDF font directory |
| 19 | * | 19 | * |
| ... | @@ -260,7 +260,7 @@ return array( | ... | @@ -260,7 +260,7 @@ return array( |
| 260 | "DOMPDF_ENABLE_HTML5PARSER" => true, | 260 | "DOMPDF_ENABLE_HTML5PARSER" => true, |
| 261 | 261 | ||
| 262 | 262 | ||
| 263 | - ), | 263 | + ], |
| 264 | 264 | ||
| 265 | 265 | ||
| 266 | -); | 266 | +]; | ... | ... |
| ... | @@ -30,11 +30,5 @@ | ... | @@ -30,11 +30,5 @@ |
| 30 | clear: both; | 30 | clear: both; |
| 31 | display: block; | 31 | display: block; |
| 32 | } | 32 | } |
| 33 | - | ||
| 34 | - .tag-display { | ||
| 35 | - min-width: 0; | ||
| 36 | - max-width: none; | ||
| 37 | - display: none; | ||
| 38 | - } | ||
| 39 | </style> | 33 | </style> |
| 40 | @stop | 34 | @stop |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment