Commit addf26a3012a3e83f141a7cf8e12dab1ab6062b4

Authored by Eugeny Galkovskiy
1 parent 8156b6fa

текст + картинки

Showing 2 changed files with 232 additions and 117 deletions   Show diff stats
@@ -72,7 +72,7 @@ @@ -72,7 +72,7 @@
72 "source": { 72 "source": {
73 "type": "git", 73 "type": "git",
74 "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git", 74 "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git",
75 - "reference": "b65a7fc01200b8e82deaafd0894e99eb9f771c67" 75 + "reference": "d45556e35525151ad850f8458f55b9a7336f01fc"
76 }, 76 },
77 "require": { 77 "require": {
78 "2amigos/yii2-tinymce-widget": "~1.0", 78 "2amigos/yii2-tinymce-widget": "~1.0",
@@ -95,7 +95,7 @@ @@ -95,7 +95,7 @@
95 "BSD-3-Clause" 95 "BSD-3-Clause"
96 ], 96 ],
97 "description": "Artbox core extension", 97 "description": "Artbox core extension",
98 - "time": "2017-07-20 13:16:43" 98 + "time": "2017-08-11 07:46:28"
99 }, 99 },
100 { 100 {
101 "name": "bower-asset/amcharts", 101 "name": "bower-asset/amcharts",
@@ -154,7 +154,7 @@ @@ -154,7 +154,7 @@
154 "shasum": "" 154 "shasum": ""
155 }, 155 },
156 "require": { 156 "require": {
157 - "bower-asset/jquery": ">=1.9.1,<=3" 157 + "bower-asset/jquery": ">=1.9.1,<4.0"
158 }, 158 },
159 "type": "bower-asset-library", 159 "type": "bower-asset-library",
160 "extra": { 160 "extra": {
@@ -607,6 +607,117 @@ @@ -607,6 +607,117 @@
607 "time": "2017-07-16T21:13:23+00:00" 607 "time": "2017-07-16T21:13:23+00:00"
608 }, 608 },
609 { 609 {
  610 + "name": "doctrine/lexer",
  611 + "version": "v1.0.1",
  612 + "source": {
  613 + "type": "git",
  614 + "url": "https://github.com/doctrine/lexer.git",
  615 + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  616 + },
  617 + "dist": {
  618 + "type": "zip",
  619 + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  620 + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  621 + "shasum": ""
  622 + },
  623 + "require": {
  624 + "php": ">=5.3.2"
  625 + },
  626 + "type": "library",
  627 + "extra": {
  628 + "branch-alias": {
  629 + "dev-master": "1.0.x-dev"
  630 + }
  631 + },
  632 + "autoload": {
  633 + "psr-0": {
  634 + "Doctrine\\Common\\Lexer\\": "lib/"
  635 + }
  636 + },
  637 + "notification-url": "https://packagist.org/downloads/",
  638 + "license": [
  639 + "MIT"
  640 + ],
  641 + "authors": [
  642 + {
  643 + "name": "Roman Borschel",
  644 + "email": "roman@code-factory.org"
  645 + },
  646 + {
  647 + "name": "Guilherme Blanco",
  648 + "email": "guilhermeblanco@gmail.com"
  649 + },
  650 + {
  651 + "name": "Johannes Schmitt",
  652 + "email": "schmittjoh@gmail.com"
  653 + }
  654 + ],
  655 + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  656 + "homepage": "http://www.doctrine-project.org",
  657 + "keywords": [
  658 + "lexer",
  659 + "parser"
  660 + ],
  661 + "time": "2014-09-09T13:34:57+00:00"
  662 + },
  663 + {
  664 + "name": "egulias/email-validator",
  665 + "version": "2.1.2",
  666 + "source": {
  667 + "type": "git",
  668 + "url": "https://github.com/egulias/EmailValidator.git",
  669 + "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c"
  670 + },
  671 + "dist": {
  672 + "type": "zip",
  673 + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
  674 + "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
  675 + "shasum": ""
  676 + },
  677 + "require": {
  678 + "doctrine/lexer": "^1.0.1",
  679 + "php": ">= 5.5"
  680 + },
  681 + "require-dev": {
  682 + "dominicsayers/isemail": "dev-master",
  683 + "phpunit/phpunit": "^4.8.0",
  684 + "satooshi/php-coveralls": "dev-master"
  685 + },
  686 + "suggest": {
  687 + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  688 + },
  689 + "type": "library",
  690 + "extra": {
  691 + "branch-alias": {
  692 + "dev-master": "2.0.x-dev"
  693 + }
  694 + },
  695 + "autoload": {
  696 + "psr-4": {
  697 + "Egulias\\EmailValidator\\": "EmailValidator"
  698 + }
  699 + },
  700 + "notification-url": "https://packagist.org/downloads/",
  701 + "license": [
  702 + "MIT"
  703 + ],
  704 + "authors": [
  705 + {
  706 + "name": "Eduardo Gulias Davis"
  707 + }
  708 + ],
  709 + "description": "A library for validating emails against several RFCs",
  710 + "homepage": "https://github.com/egulias/EmailValidator",
  711 + "keywords": [
  712 + "email",
  713 + "emailvalidation",
  714 + "emailvalidator",
  715 + "validation",
  716 + "validator"
  717 + ],
  718 + "time": "2017-01-30T22:07:36+00:00"
  719 + },
  720 + {
610 "name": "ezyang/htmlpurifier", 721 "name": "ezyang/htmlpurifier",
611 "version": "v4.9.3", 722 "version": "v4.9.3",
612 "source": { 723 "source": {
@@ -655,21 +766,24 @@ @@ -655,21 +766,24 @@
655 }, 766 },
656 { 767 {
657 "name": "firebase/php-jwt", 768 "name": "firebase/php-jwt",
658 - "version": "v4.0.0", 769 + "version": "v5.0.0",
659 "source": { 770 "source": {
660 "type": "git", 771 "type": "git",
661 "url": "https://github.com/firebase/php-jwt.git", 772 "url": "https://github.com/firebase/php-jwt.git",
662 - "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35" 773 + "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
663 }, 774 },
664 "dist": { 775 "dist": {
665 "type": "zip", 776 "type": "zip",
666 - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35",  
667 - "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35", 777 + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  778 + "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
668 "shasum": "" 779 "shasum": ""
669 }, 780 },
670 "require": { 781 "require": {
671 "php": ">=5.3.0" 782 "php": ">=5.3.0"
672 }, 783 },
  784 + "require-dev": {
  785 + "phpunit/phpunit": " 4.8.35"
  786 + },
673 "type": "library", 787 "type": "library",
674 "autoload": { 788 "autoload": {
675 "psr-4": { 789 "psr-4": {
@@ -694,7 +808,7 @@ @@ -694,7 +808,7 @@
694 ], 808 ],
695 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", 809 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
696 "homepage": "https://github.com/firebase/php-jwt", 810 "homepage": "https://github.com/firebase/php-jwt",
697 - "time": "2016-07-18T04:51:16+00:00" 811 + "time": "2017-06-27T22:17:23+00:00"
698 }, 812 },
699 { 813 {
700 "name": "fortawesome/font-awesome", 814 "name": "fortawesome/font-awesome",
@@ -805,16 +919,16 @@ @@ -805,16 +919,16 @@
805 }, 919 },
806 { 920 {
807 "name": "google/apiclient-services", 921 "name": "google/apiclient-services",
808 - "version": "v0.15", 922 + "version": "v0.18",
809 "source": { 923 "source": {
810 "type": "git", 924 "type": "git",
811 "url": "https://github.com/google/google-api-php-client-services.git", 925 "url": "https://github.com/google/google-api-php-client-services.git",
812 - "reference": "9eaaa1062fa2a7cd2d16d3b5ab39efc0bc02a37e" 926 + "reference": "018f3288dc686345bd6d82deea81b6f56171bfc0"
813 }, 927 },
814 "dist": { 928 "dist": {
815 "type": "zip", 929 "type": "zip",
816 - "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/9eaaa1062fa2a7cd2d16d3b5ab39efc0bc02a37e",  
817 - "reference": "9eaaa1062fa2a7cd2d16d3b5ab39efc0bc02a37e", 930 + "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/018f3288dc686345bd6d82deea81b6f56171bfc0",
  931 + "reference": "018f3288dc686345bd6d82deea81b6f56171bfc0",
818 "shasum": "" 932 "shasum": ""
819 }, 933 },
820 "require": { 934 "require": {
@@ -838,24 +952,24 @@ @@ -838,24 +952,24 @@
838 "keywords": [ 952 "keywords": [
839 "google" 953 "google"
840 ], 954 ],
841 - "time": "2017-07-13T19:18:11+00:00" 955 + "time": "2017-08-06T00:19:44+00:00"
842 }, 956 },
843 { 957 {
844 "name": "google/auth", 958 "name": "google/auth",
845 - "version": "v1.0", 959 + "version": "v1.0.1",
846 "source": { 960 "source": {
847 "type": "git", 961 "type": "git",
848 "url": "https://github.com/google/google-auth-library-php.git", 962 "url": "https://github.com/google/google-auth-library-php.git",
849 - "reference": "db77bd2de0bcc40bf50ebe851e9eed332aeaa4df" 963 + "reference": "db8e3022a308cb0e988026d38e67b91a42b41622"
850 }, 964 },
851 "dist": { 965 "dist": {
852 "type": "zip", 966 "type": "zip",
853 - "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/db77bd2de0bcc40bf50ebe851e9eed332aeaa4df",  
854 - "reference": "db77bd2de0bcc40bf50ebe851e9eed332aeaa4df", 967 + "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/db8e3022a308cb0e988026d38e67b91a42b41622",
  968 + "reference": "db8e3022a308cb0e988026d38e67b91a42b41622",
855 "shasum": "" 969 "shasum": ""
856 }, 970 },
857 "require": { 971 "require": {
858 - "firebase/php-jwt": "~2.0|~3.0|~4.0", 972 + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
859 "guzzlehttp/guzzle": "~5.3.1|~6.0", 973 "guzzlehttp/guzzle": "~5.3.1|~6.0",
860 "guzzlehttp/psr7": "~1.2", 974 "guzzlehttp/psr7": "~1.2",
861 "php": ">=5.4", 975 "php": ">=5.4",
@@ -886,7 +1000,7 @@ @@ -886,7 +1000,7 @@
886 "google", 1000 "google",
887 "oauth2" 1001 "oauth2"
888 ], 1002 ],
889 - "time": "2017-06-13T18:00:07+00:00" 1003 + "time": "2017-07-31T16:34:40+00:00"
890 }, 1004 },
891 { 1005 {
892 "name": "guzzlehttp/guzzle", 1006 "name": "guzzlehttp/guzzle",
@@ -1425,12 +1539,12 @@ @@ -1425,12 +1539,12 @@
1425 "source": { 1539 "source": {
1426 "type": "git", 1540 "type": "git",
1427 "url": "https://github.com/kartik-v/yii2-widget-select2.git", 1541 "url": "https://github.com/kartik-v/yii2-widget-select2.git",
1428 - "reference": "690ddac32f6796f63b8317783f26e89ca26fa94a" 1542 + "reference": "a129c6663078fe0ad14cde2a5d0afd071c7608e9"
1429 }, 1543 },
1430 "dist": { 1544 "dist": {
1431 "type": "zip", 1545 "type": "zip",
1432 - "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/690ddac32f6796f63b8317783f26e89ca26fa94a",  
1433 - "reference": "690ddac32f6796f63b8317783f26e89ca26fa94a", 1546 + "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/a129c6663078fe0ad14cde2a5d0afd071c7608e9",
  1547 + "reference": "a129c6663078fe0ad14cde2a5d0afd071c7608e9",
1434 "shasum": "" 1548 "shasum": ""
1435 }, 1549 },
1436 "require": { 1550 "require": {
@@ -1439,7 +1553,7 @@ @@ -1439,7 +1553,7 @@
1439 "type": "yii2-extension", 1553 "type": "yii2-extension",
1440 "extra": { 1554 "extra": {
1441 "branch-alias": { 1555 "branch-alias": {
1442 - "dev-master": "2.0.x-dev" 1556 + "dev-master": "2.1.x-dev"
1443 } 1557 }
1444 }, 1558 },
1445 "autoload": { 1559 "autoload": {
@@ -1470,7 +1584,7 @@ @@ -1470,7 +1584,7 @@
1470 "widget", 1584 "widget",
1471 "yii2" 1585 "yii2"
1472 ], 1586 ],
1473 - "time": "2017-06-21 11:33:04" 1587 + "time": "2017-08-07 18:12:36"
1474 }, 1588 },
1475 { 1589 {
1476 "name": "monolog/monolog", 1590 "name": "monolog/monolog",
@@ -1976,29 +2090,30 @@ @@ -1976,29 +2090,30 @@
1976 }, 2090 },
1977 { 2091 {
1978 "name": "swiftmailer/swiftmailer", 2092 "name": "swiftmailer/swiftmailer",
1979 - "version": "v5.4.8", 2093 + "version": "v6.0.1",
1980 "source": { 2094 "source": {
1981 "type": "git", 2095 "type": "git",
1982 "url": "https://github.com/swiftmailer/swiftmailer.git", 2096 "url": "https://github.com/swiftmailer/swiftmailer.git",
1983 - "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" 2097 + "reference": "008f088d535ed3333af5ad804dd4c0eaf97c2805"
1984 }, 2098 },
1985 "dist": { 2099 "dist": {
1986 "type": "zip", 2100 "type": "zip",
1987 - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",  
1988 - "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517", 2101 + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/008f088d535ed3333af5ad804dd4c0eaf97c2805",
  2102 + "reference": "008f088d535ed3333af5ad804dd4c0eaf97c2805",
1989 "shasum": "" 2103 "shasum": ""
1990 }, 2104 },
1991 "require": { 2105 "require": {
1992 - "php": ">=5.3.3" 2106 + "egulias/email-validator": "~2.0",
  2107 + "php": ">=7.0.0"
1993 }, 2108 },
1994 "require-dev": { 2109 "require-dev": {
1995 "mockery/mockery": "~0.9.1", 2110 "mockery/mockery": "~0.9.1",
1996 - "symfony/phpunit-bridge": "~3.2" 2111 + "symfony/phpunit-bridge": "~3.3@dev"
1997 }, 2112 },
1998 "type": "library", 2113 "type": "library",
1999 "extra": { 2114 "extra": {
2000 "branch-alias": { 2115 "branch-alias": {
2001 - "dev-master": "5.4-dev" 2116 + "dev-master": "6.0-dev"
2002 } 2117 }
2003 }, 2118 },
2004 "autoload": { 2119 "autoload": {
@@ -2026,20 +2141,20 @@ @@ -2026,20 +2141,20 @@
2026 "mail", 2141 "mail",
2027 "mailer" 2142 "mailer"
2028 ], 2143 ],
2029 - "time": "2017-05-01T15:54:03+00:00" 2144 + "time": "2017-05-20T06:20:27+00:00"
2030 }, 2145 },
2031 { 2146 {
2032 "name": "tinymce/tinymce", 2147 "name": "tinymce/tinymce",
2033 - "version": "4.6.4", 2148 + "version": "4.6.5",
2034 "source": { 2149 "source": {
2035 "type": "git", 2150 "type": "git",
2036 "url": "https://github.com/tinymce/tinymce-dist.git", 2151 "url": "https://github.com/tinymce/tinymce-dist.git",
2037 - "reference": "1e499f03e719106216fdd34859f8f35a2f8a68a2" 2152 + "reference": "a874c512a61a353e80809f5e4ffb5e12869aa177"
2038 }, 2153 },
2039 "dist": { 2154 "dist": {
2040 "type": "zip", 2155 "type": "zip",
2041 - "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/1e499f03e719106216fdd34859f8f35a2f8a68a2",  
2042 - "reference": "1e499f03e719106216fdd34859f8f35a2f8a68a2", 2156 + "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/a874c512a61a353e80809f5e4ffb5e12869aa177",
  2157 + "reference": "a874c512a61a353e80809f5e4ffb5e12869aa177",
2043 "shasum": "" 2158 "shasum": ""
2044 }, 2159 },
2045 "type": "component", 2160 "type": "component",
@@ -2072,7 +2187,7 @@ @@ -2072,7 +2187,7 @@
2072 "tinymce", 2187 "tinymce",
2073 "wysiwyg" 2188 "wysiwyg"
2074 ], 2189 ],
2075 - "time": "2017-06-13T12:49:51+00:00" 2190 + "time": "2017-08-02T14:08:17+00:00"
2076 }, 2191 },
2077 { 2192 {
2078 "name": "yii2tech/filedb", 2193 "name": "yii2tech/filedb",
@@ -2372,20 +2487,20 @@ @@ -2372,20 +2487,20 @@
2372 }, 2487 },
2373 { 2488 {
2374 "name": "yiisoft/yii2-swiftmailer", 2489 "name": "yiisoft/yii2-swiftmailer",
2375 - "version": "2.0.7", 2490 + "version": "2.1.0",
2376 "source": { 2491 "source": {
2377 "type": "git", 2492 "type": "git",
2378 "url": "https://github.com/yiisoft/yii2-swiftmailer.git", 2493 "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
2379 - "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec" 2494 + "reference": "563570c9aa19ca47c1b22e3032983229378e9274"
2380 }, 2495 },
2381 "dist": { 2496 "dist": {
2382 "type": "zip", 2497 "type": "zip",
2383 - "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/8a03a62cbcb82e7697d3002eb43a8d2637f566ec",  
2384 - "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec", 2498 + "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/563570c9aa19ca47c1b22e3032983229378e9274",
  2499 + "reference": "563570c9aa19ca47c1b22e3032983229378e9274",
2385 "shasum": "" 2500 "shasum": ""
2386 }, 2501 },
2387 "require": { 2502 "require": {
2388 - "swiftmailer/swiftmailer": "~5.0", 2503 + "swiftmailer/swiftmailer": "~6.0",
2389 "yiisoft/yii2": "~2.0.4" 2504 "yiisoft/yii2": "~2.0.4"
2390 }, 2505 },
2391 "type": "yii2-extension", 2506 "type": "yii2-extension",
@@ -2418,7 +2533,7 @@ @@ -2418,7 +2533,7 @@
2418 "swiftmailer", 2533 "swiftmailer",
2419 "yii2" 2534 "yii2"
2420 ], 2535 ],
2421 - "time": "2017-05-01T08:29:00+00:00" 2536 + "time": "2017-08-04T10:48:17+00:00"
2422 }, 2537 },
2423 { 2538 {
2424 "name": "yiister/yii2-gentelella", 2539 "name": "yiister/yii2-gentelella",
@@ -2568,16 +2683,16 @@ @@ -2568,16 +2683,16 @@
2568 }, 2683 },
2569 { 2684 {
2570 "name": "codeception/base", 2685 "name": "codeception/base",
2571 - "version": "2.3.4", 2686 + "version": "2.3.5",
2572 "source": { 2687 "source": {
2573 "type": "git", 2688 "type": "git",
2574 "url": "https://github.com/Codeception/base.git", 2689 "url": "https://github.com/Codeception/base.git",
2575 - "reference": "c146cf4888f5789d9dbd35d6204e2aa7aa2e94e9" 2690 + "reference": "eb3274a5dddeef8d8ca64b0414c0bf3c75bc9be9"
2576 }, 2691 },
2577 "dist": { 2692 "dist": {
2578 "type": "zip", 2693 "type": "zip",
2579 - "url": "https://api.github.com/repos/Codeception/base/zipball/c146cf4888f5789d9dbd35d6204e2aa7aa2e94e9",  
2580 - "reference": "c146cf4888f5789d9dbd35d6204e2aa7aa2e94e9", 2694 + "url": "https://api.github.com/repos/Codeception/base/zipball/eb3274a5dddeef8d8ca64b0414c0bf3c75bc9be9",
  2695 + "reference": "eb3274a5dddeef8d8ca64b0414c0bf3c75bc9be9",
2581 "shasum": "" 2696 "shasum": ""
2582 }, 2697 },
2583 "require": { 2698 "require": {
@@ -2657,7 +2772,7 @@ @@ -2657,7 +2772,7 @@
2657 "functional testing", 2772 "functional testing",
2658 "unit testing" 2773 "unit testing"
2659 ], 2774 ],
2660 - "time": "2017-07-10T20:30:59+00:00" 2775 + "time": "2017-08-10T20:41:08+00:00"
2661 }, 2776 },
2662 { 2777 {
2663 "name": "codeception/verify", 2778 "name": "codeception/verify",
@@ -2997,22 +3112,22 @@ @@ -2997,22 +3112,22 @@
2997 }, 3112 },
2998 { 3113 {
2999 "name": "phpdocumentor/reflection-docblock", 3114 "name": "phpdocumentor/reflection-docblock",
3000 - "version": "3.2.0", 3115 + "version": "3.2.2",
3001 "source": { 3116 "source": {
3002 "type": "git", 3117 "type": "git",
3003 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 3118 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3004 - "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585" 3119 + "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
3005 }, 3120 },
3006 "dist": { 3121 "dist": {
3007 "type": "zip", 3122 "type": "zip",
3008 - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585",  
3009 - "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585", 3123 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
  3124 + "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
3010 "shasum": "" 3125 "shasum": ""
3011 }, 3126 },
3012 "require": { 3127 "require": {
3013 "php": ">=5.5", 3128 "php": ">=5.5",
3014 "phpdocumentor/reflection-common": "^1.0@dev", 3129 "phpdocumentor/reflection-common": "^1.0@dev",
3015 - "phpdocumentor/type-resolver": "^0.4.0", 3130 + "phpdocumentor/type-resolver": "^0.3.0",
3016 "webmozart/assert": "^1.0" 3131 "webmozart/assert": "^1.0"
3017 }, 3132 },
3018 "require-dev": { 3133 "require-dev": {
@@ -3038,20 +3153,20 @@ @@ -3038,20 +3153,20 @@
3038 } 3153 }
3039 ], 3154 ],
3040 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 3155 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3041 - "time": "2017-07-15T11:38:20+00:00" 3156 + "time": "2017-08-08T06:39:58+00:00"
3042 }, 3157 },
3043 { 3158 {
3044 "name": "phpdocumentor/type-resolver", 3159 "name": "phpdocumentor/type-resolver",
3045 - "version": "0.4.0", 3160 + "version": "0.3.0",
3046 "source": { 3161 "source": {
3047 "type": "git", 3162 "type": "git",
3048 "url": "https://github.com/phpDocumentor/TypeResolver.git", 3163 "url": "https://github.com/phpDocumentor/TypeResolver.git",
3049 - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" 3164 + "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
3050 }, 3165 },
3051 "dist": { 3166 "dist": {
3052 "type": "zip", 3167 "type": "zip",
3053 - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",  
3054 - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", 3168 + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
  3169 + "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
3055 "shasum": "" 3170 "shasum": ""
3056 }, 3171 },
3057 "require": { 3172 "require": {
@@ -3085,7 +3200,7 @@ @@ -3085,7 +3200,7 @@
3085 "email": "me@mikevanriel.com" 3200 "email": "me@mikevanriel.com"
3086 } 3201 }
3087 ], 3202 ],
3088 - "time": "2017-07-14T14:27:02+00:00" 3203 + "time": "2017-06-03T08:32:36+00:00"
3089 }, 3204 },
3090 { 3205 {
3091 "name": "phpspec/php-diff", 3206 "name": "phpspec/php-diff",
@@ -3190,28 +3305,28 @@ @@ -3190,28 +3305,28 @@
3190 }, 3305 },
3191 { 3306 {
3192 "name": "phpunit/php-code-coverage", 3307 "name": "phpunit/php-code-coverage",
3193 - "version": "5.2.1", 3308 + "version": "5.2.2",
3194 "source": { 3309 "source": {
3195 "type": "git", 3310 "type": "git",
3196 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 3311 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3197 - "reference": "dc421f9ca5082a0c0cb04afb171c765f79add85b" 3312 + "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
3198 }, 3313 },
3199 "dist": { 3314 "dist": {
3200 "type": "zip", 3315 "type": "zip",
3201 - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/dc421f9ca5082a0c0cb04afb171c765f79add85b",  
3202 - "reference": "dc421f9ca5082a0c0cb04afb171c765f79add85b", 3316 + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
  3317 + "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
3203 "shasum": "" 3318 "shasum": ""
3204 }, 3319 },
3205 "require": { 3320 "require": {
3206 "ext-dom": "*", 3321 "ext-dom": "*",
3207 "ext-xmlwriter": "*", 3322 "ext-xmlwriter": "*",
3208 "php": "^7.0", 3323 "php": "^7.0",
3209 - "phpunit/php-file-iterator": "^1.3",  
3210 - "phpunit/php-text-template": "^1.2", 3324 + "phpunit/php-file-iterator": "^1.4.2",
  3325 + "phpunit/php-text-template": "^1.2.1",
3211 "phpunit/php-token-stream": "^1.4.11 || ^2.0", 3326 "phpunit/php-token-stream": "^1.4.11 || ^2.0",
3212 - "sebastian/code-unit-reverse-lookup": "^1.0", 3327 + "sebastian/code-unit-reverse-lookup": "^1.0.1",
3213 "sebastian/environment": "^3.0", 3328 "sebastian/environment": "^3.0",
3214 - "sebastian/version": "^2.0", 3329 + "sebastian/version": "^2.0.1",
3215 "theseer/tokenizer": "^1.1" 3330 "theseer/tokenizer": "^1.1"
3216 }, 3331 },
3217 "require-dev": { 3332 "require-dev": {
@@ -3219,7 +3334,7 @@ @@ -3219,7 +3334,7 @@
3219 "phpunit/phpunit": "^6.0" 3334 "phpunit/phpunit": "^6.0"
3220 }, 3335 },
3221 "suggest": { 3336 "suggest": {
3222 - "ext-xdebug": "^2.5.3" 3337 + "ext-xdebug": "^2.5.5"
3223 }, 3338 },
3224 "type": "library", 3339 "type": "library",
3225 "extra": { 3340 "extra": {
@@ -3250,7 +3365,7 @@ @@ -3250,7 +3365,7 @@
3250 "testing", 3365 "testing",
3251 "xunit" 3366 "xunit"
3252 ], 3367 ],
3253 - "time": "2017-04-21T08:03:57+00:00" 3368 + "time": "2017-08-03T12:40:43+00:00"
3254 }, 3369 },
3255 { 3370 {
3256 "name": "phpunit/php-file-iterator", 3371 "name": "phpunit/php-file-iterator",
@@ -3391,29 +3506,29 @@ @@ -3391,29 +3506,29 @@
3391 }, 3506 },
3392 { 3507 {
3393 "name": "phpunit/php-token-stream", 3508 "name": "phpunit/php-token-stream",
3394 - "version": "1.4.11", 3509 + "version": "2.0.0",
3395 "source": { 3510 "source": {
3396 "type": "git", 3511 "type": "git",
3397 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 3512 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3398 - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" 3513 + "reference": "ecb0b2cdaa0add708fe6f329ef65ae0c5225130b"
3399 }, 3514 },
3400 "dist": { 3515 "dist": {
3401 "type": "zip", 3516 "type": "zip",
3402 - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",  
3403 - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", 3517 + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ecb0b2cdaa0add708fe6f329ef65ae0c5225130b",
  3518 + "reference": "ecb0b2cdaa0add708fe6f329ef65ae0c5225130b",
3404 "shasum": "" 3519 "shasum": ""
3405 }, 3520 },
3406 "require": { 3521 "require": {
3407 "ext-tokenizer": "*", 3522 "ext-tokenizer": "*",
3408 - "php": ">=5.3.3" 3523 + "php": "^7.0"
3409 }, 3524 },
3410 "require-dev": { 3525 "require-dev": {
3411 - "phpunit/phpunit": "~4.2" 3526 + "phpunit/phpunit": "^6.2.4"
3412 }, 3527 },
3413 "type": "library", 3528 "type": "library",
3414 "extra": { 3529 "extra": {
3415 "branch-alias": { 3530 "branch-alias": {
3416 - "dev-master": "1.4-dev" 3531 + "dev-master": "2.0-dev"
3417 } 3532 }
3418 }, 3533 },
3419 "autoload": { 3534 "autoload": {
@@ -3436,20 +3551,20 @@ @@ -3436,20 +3551,20 @@
3436 "keywords": [ 3551 "keywords": [
3437 "tokenizer" 3552 "tokenizer"
3438 ], 3553 ],
3439 - "time": "2017-02-27T10:12:30+00:00" 3554 + "time": "2017-08-03T14:17:41+00:00"
3440 }, 3555 },
3441 { 3556 {
3442 "name": "phpunit/phpunit", 3557 "name": "phpunit/phpunit",
3443 - "version": "6.2.3", 3558 + "version": "6.2.4",
3444 "source": { 3559 "source": {
3445 "type": "git", 3560 "type": "git",
3446 "url": "https://github.com/sebastianbergmann/phpunit.git", 3561 "url": "https://github.com/sebastianbergmann/phpunit.git",
3447 - "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7" 3562 + "reference": "ff3a76a58ac293657808aefd58c8aaf05945f4d9"
3448 }, 3563 },
3449 "dist": { 3564 "dist": {
3450 "type": "zip", 3565 "type": "zip",
3451 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa5711d0559fc4b64deba0702be52d41434cbcb7",  
3452 - "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7", 3566 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ff3a76a58ac293657808aefd58c8aaf05945f4d9",
  3567 + "reference": "ff3a76a58ac293657808aefd58c8aaf05945f4d9",
3453 "shasum": "" 3568 "shasum": ""
3454 }, 3569 },
3455 "require": { 3570 "require": {
@@ -3469,7 +3584,7 @@ @@ -3469,7 +3584,7 @@
3469 "phpunit/php-timer": "^1.0.6", 3584 "phpunit/php-timer": "^1.0.6",
3470 "phpunit/phpunit-mock-objects": "^4.0", 3585 "phpunit/phpunit-mock-objects": "^4.0",
3471 "sebastian/comparator": "^2.0", 3586 "sebastian/comparator": "^2.0",
3472 - "sebastian/diff": "^1.4.3 || ^2.0", 3587 + "sebastian/diff": "^1.4.3",
3473 "sebastian/environment": "^3.0.2", 3588 "sebastian/environment": "^3.0.2",
3474 "sebastian/exporter": "^3.1", 3589 "sebastian/exporter": "^3.1",
3475 "sebastian/global-state": "^1.1 || ^2.0", 3590 "sebastian/global-state": "^1.1 || ^2.0",
@@ -3520,26 +3635,26 @@ @@ -3520,26 +3635,26 @@
3520 "testing", 3635 "testing",
3521 "xunit" 3636 "xunit"
3522 ], 3637 ],
3523 - "time": "2017-07-03T15:54:24+00:00" 3638 + "time": "2017-08-03T13:59:28+00:00"
3524 }, 3639 },
3525 { 3640 {
3526 "name": "phpunit/phpunit-mock-objects", 3641 "name": "phpunit/phpunit-mock-objects",
3527 - "version": "4.0.2", 3642 + "version": "4.0.4",
3528 "source": { 3643 "source": {
3529 "type": "git", 3644 "type": "git",
3530 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 3645 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3531 - "reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4" 3646 + "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
3532 }, 3647 },
3533 "dist": { 3648 "dist": {
3534 "type": "zip", 3649 "type": "zip",
3535 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4",  
3536 - "reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4", 3650 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
  3651 + "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
3537 "shasum": "" 3652 "shasum": ""
3538 }, 3653 },
3539 "require": { 3654 "require": {
3540 - "doctrine/instantiator": "^1.0.2", 3655 + "doctrine/instantiator": "^1.0.5",
3541 "php": "^7.0", 3656 "php": "^7.0",
3542 - "phpunit/php-text-template": "^1.2", 3657 + "phpunit/php-text-template": "^1.2.1",
3543 "sebastian/exporter": "^3.0" 3658 "sebastian/exporter": "^3.0"
3544 }, 3659 },
3545 "conflict": { 3660 "conflict": {
@@ -3579,7 +3694,7 @@ @@ -3579,7 +3694,7 @@
3579 "mock", 3694 "mock",
3580 "xunit" 3695 "xunit"
3581 ], 3696 ],
3582 - "time": "2017-06-30T08:15:21+00:00" 3697 + "time": "2017-08-03T14:08:16+00:00"
3583 }, 3698 },
3584 { 3699 {
3585 "name": "sebastian/code-unit-reverse-lookup", 3700 "name": "sebastian/code-unit-reverse-lookup",
@@ -3912,21 +4027,21 @@ @@ -3912,21 +4027,21 @@
3912 }, 4027 },
3913 { 4028 {
3914 "name": "sebastian/object-enumerator", 4029 "name": "sebastian/object-enumerator",
3915 - "version": "3.0.2", 4030 + "version": "3.0.3",
3916 "source": { 4031 "source": {
3917 "type": "git", 4032 "type": "git",
3918 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 4033 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3919 - "reference": "31dd3379d16446c5d86dec32ab1ad1f378581ad8" 4034 + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3920 }, 4035 },
3921 "dist": { 4036 "dist": {
3922 "type": "zip", 4037 "type": "zip",
3923 - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/31dd3379d16446c5d86dec32ab1ad1f378581ad8",  
3924 - "reference": "31dd3379d16446c5d86dec32ab1ad1f378581ad8", 4038 + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  4039 + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3925 "shasum": "" 4040 "shasum": ""
3926 }, 4041 },
3927 "require": { 4042 "require": {
3928 "php": "^7.0", 4043 "php": "^7.0",
3929 - "sebastian/object-reflector": "^1.0", 4044 + "sebastian/object-reflector": "^1.1.1",
3930 "sebastian/recursion-context": "^3.0" 4045 "sebastian/recursion-context": "^3.0"
3931 }, 4046 },
3932 "require-dev": { 4047 "require-dev": {
@@ -3955,7 +4070,7 @@ @@ -3955,7 +4070,7 @@
3955 ], 4070 ],
3956 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 4071 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3957 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 4072 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3958 - "time": "2017-03-12T15:17:29+00:00" 4073 + "time": "2017-08-03T12:35:26+00:00"
3959 }, 4074 },
3960 { 4075 {
3961 "name": "sebastian/object-reflector", 4076 "name": "sebastian/object-reflector",
@@ -4187,7 +4302,7 @@ @@ -4187,7 +4302,7 @@
4187 }, 4302 },
4188 { 4303 {
4189 "name": "symfony/browser-kit", 4304 "name": "symfony/browser-kit",
4190 - "version": "v3.3.5", 4305 + "version": "v3.3.6",
4191 "source": { 4306 "source": {
4192 "type": "git", 4307 "type": "git",
4193 "url": "https://github.com/symfony/browser-kit.git", 4308 "url": "https://github.com/symfony/browser-kit.git",
@@ -4244,16 +4359,16 @@ @@ -4244,16 +4359,16 @@
4244 }, 4359 },
4245 { 4360 {
4246 "name": "symfony/console", 4361 "name": "symfony/console",
4247 - "version": "v3.3.5", 4362 + "version": "v3.3.6",
4248 "source": { 4363 "source": {
4249 "type": "git", 4364 "type": "git",
4250 "url": "https://github.com/symfony/console.git", 4365 "url": "https://github.com/symfony/console.git",
4251 - "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546" 4366 + "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
4252 }, 4367 },
4253 "dist": { 4368 "dist": {
4254 "type": "zip", 4369 "type": "zip",
4255 - "url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546",  
4256 - "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546", 4370 + "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
  4371 + "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
4257 "shasum": "" 4372 "shasum": ""
4258 }, 4373 },
4259 "require": { 4374 "require": {
@@ -4309,11 +4424,11 @@ @@ -4309,11 +4424,11 @@
4309 ], 4424 ],
4310 "description": "Symfony Console Component", 4425 "description": "Symfony Console Component",
4311 "homepage": "https://symfony.com", 4426 "homepage": "https://symfony.com",
4312 - "time": "2017-07-03T13:19:36+00:00" 4427 + "time": "2017-07-29T21:27:59+00:00"
4313 }, 4428 },
4314 { 4429 {
4315 "name": "symfony/css-selector", 4430 "name": "symfony/css-selector",
4316 - "version": "v3.3.5", 4431 + "version": "v3.3.6",
4317 "source": { 4432 "source": {
4318 "type": "git", 4433 "type": "git",
4319 "url": "https://github.com/symfony/css-selector.git", 4434 "url": "https://github.com/symfony/css-selector.git",
@@ -4366,16 +4481,16 @@ @@ -4366,16 +4481,16 @@
4366 }, 4481 },
4367 { 4482 {
4368 "name": "symfony/debug", 4483 "name": "symfony/debug",
4369 - "version": "v3.3.5", 4484 + "version": "v3.3.6",
4370 "source": { 4485 "source": {
4371 "type": "git", 4486 "type": "git",
4372 "url": "https://github.com/symfony/debug.git", 4487 "url": "https://github.com/symfony/debug.git",
4373 - "reference": "63b85a968486d95ff9542228dc2e4247f16f9743" 4488 + "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
4374 }, 4489 },
4375 "dist": { 4490 "dist": {
4376 "type": "zip", 4491 "type": "zip",
4377 - "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743",  
4378 - "reference": "63b85a968486d95ff9542228dc2e4247f16f9743", 4492 + "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
  4493 + "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
4379 "shasum": "" 4494 "shasum": ""
4380 }, 4495 },
4381 "require": { 4496 "require": {
@@ -4418,11 +4533,11 @@ @@ -4418,11 +4533,11 @@
4418 ], 4533 ],
4419 "description": "Symfony Debug Component", 4534 "description": "Symfony Debug Component",
4420 "homepage": "https://symfony.com", 4535 "homepage": "https://symfony.com",
4421 - "time": "2017-07-05T13:02:37+00:00" 4536 + "time": "2017-07-28T15:27:31+00:00"
4422 }, 4537 },
4423 { 4538 {
4424 "name": "symfony/dom-crawler", 4539 "name": "symfony/dom-crawler",
4425 - "version": "v3.3.5", 4540 + "version": "v3.3.6",
4426 "source": { 4541 "source": {
4427 "type": "git", 4542 "type": "git",
4428 "url": "https://github.com/symfony/dom-crawler.git", 4543 "url": "https://github.com/symfony/dom-crawler.git",
@@ -4478,7 +4593,7 @@ @@ -4478,7 +4593,7 @@
4478 }, 4593 },
4479 { 4594 {
4480 "name": "symfony/event-dispatcher", 4595 "name": "symfony/event-dispatcher",
4481 - "version": "v3.3.5", 4596 + "version": "v3.3.6",
4482 "source": { 4597 "source": {
4483 "type": "git", 4598 "type": "git",
4484 "url": "https://github.com/symfony/event-dispatcher.git", 4599 "url": "https://github.com/symfony/event-dispatcher.git",
@@ -4541,7 +4656,7 @@ @@ -4541,7 +4656,7 @@
4541 }, 4656 },
4542 { 4657 {
4543 "name": "symfony/finder", 4658 "name": "symfony/finder",
4544 - "version": "v3.3.5", 4659 + "version": "v3.3.6",
4545 "source": { 4660 "source": {
4546 "type": "git", 4661 "type": "git",
4547 "url": "https://github.com/symfony/finder.git", 4662 "url": "https://github.com/symfony/finder.git",
@@ -4649,16 +4764,16 @@ @@ -4649,16 +4764,16 @@
4649 }, 4764 },
4650 { 4765 {
4651 "name": "symfony/yaml", 4766 "name": "symfony/yaml",
4652 - "version": "v3.3.5", 4767 + "version": "v3.3.6",
4653 "source": { 4768 "source": {
4654 "type": "git", 4769 "type": "git",
4655 "url": "https://github.com/symfony/yaml.git", 4770 "url": "https://github.com/symfony/yaml.git",
4656 - "reference": "1f93a8d19b8241617f5074a123e282575b821df8" 4771 + "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed"
4657 }, 4772 },
4658 "dist": { 4773 "dist": {
4659 "type": "zip", 4774 "type": "zip",
4660 - "url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8",  
4661 - "reference": "1f93a8d19b8241617f5074a123e282575b821df8", 4775 + "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
  4776 + "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
4662 "shasum": "" 4777 "shasum": ""
4663 }, 4778 },
4664 "require": { 4779 "require": {
@@ -4700,7 +4815,7 @@ @@ -4700,7 +4815,7 @@
4700 ], 4815 ],
4701 "description": "Symfony Yaml Component", 4816 "description": "Symfony Yaml Component",
4702 "homepage": "https://symfony.com", 4817 "homepage": "https://symfony.com",
4703 - "time": "2017-06-15T12:58:50+00:00" 4818 + "time": "2017-07-23T12:43:26+00:00"
4704 }, 4819 },
4705 { 4820 {
4706 "name": "theseer/tokenizer", 4821 "name": "theseer/tokenizer",
frontend/views/site/index.php
@@ -102,7 +102,7 @@ _________________________________________________________ --&gt; @@ -102,7 +102,7 @@ _________________________________________________________ --&gt;
102 </p> 102 </p>
103 </div> 103 </div>
104 <div class="col-md-6 text-center"> 104 <div class="col-md-6 text-center">
105 - <img src="/img/img_bl_baccara_01.png" alt="" class="img-responsive hidden-xs hidden-sm"> 105 + <img src="/img/img_bl_baccara_01.png" alt="" class="img-responsive hidden-md hidden-lg">
106 </div> 106 </div>
107 </div> 107 </div>
108 </div> 108 </div>