Commit 4fb757d21234daa23d61761387332d9904aad255
1 parent
e16db8d2
composer from prod
Showing
2 changed files
with
602 additions
and
2 deletions
Show diff stats
composer.json
@@ -34,7 +34,8 @@ | @@ -34,7 +34,8 @@ | ||
34 | "artweb/artbox-core": "@dev", | 34 | "artweb/artbox-core": "@dev", |
35 | "artweb/artbox-weblog": "@dev", | 35 | "artweb/artbox-weblog": "@dev", |
36 | "artweb/artbox-webcomment": "@dev", | 36 | "artweb/artbox-webcomment": "@dev", |
37 | - "modernkernel/yii2-photoswipe": "*" | 37 | + "modernkernel/yii2-photoswipe": "*", |
38 | + "skeeks/yii2-assets-auto-compress": "*" | ||
38 | }, | 39 | }, |
39 | "require-dev": { | 40 | "require-dev": { |
40 | "yiisoft/yii2-debug": "~2.0.0", | 41 | "yiisoft/yii2-debug": "~2.0.0", |
composer.lock
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | - "content-hash": "a330c34cf0cac85c4c2a3d9c6a68d75b", | 7 | + "content-hash": "69273d8cf33e6ea3531f731291a195d4", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "2amigos/yii2-tinymce-widget", | 10 | "name": "2amigos/yii2-tinymce-widget", |
@@ -654,6 +654,37 @@ | @@ -654,6 +654,37 @@ | ||
654 | "time": "2017-07-16T21:13:23+00:00" | 654 | "time": "2017-07-16T21:13:23+00:00" |
655 | }, | 655 | }, |
656 | { | 656 | { |
657 | + "name": "container-interop/container-interop", | ||
658 | + "version": "1.2.0", | ||
659 | + "source": { | ||
660 | + "type": "git", | ||
661 | + "url": "https://github.com/container-interop/container-interop.git", | ||
662 | + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" | ||
663 | + }, | ||
664 | + "dist": { | ||
665 | + "type": "zip", | ||
666 | + "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", | ||
667 | + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", | ||
668 | + "shasum": "" | ||
669 | + }, | ||
670 | + "require": { | ||
671 | + "psr/container": "^1.0" | ||
672 | + }, | ||
673 | + "type": "library", | ||
674 | + "autoload": { | ||
675 | + "psr-4": { | ||
676 | + "Interop\\Container\\": "src/Interop/Container/" | ||
677 | + } | ||
678 | + }, | ||
679 | + "notification-url": "https://packagist.org/downloads/", | ||
680 | + "license": [ | ||
681 | + "MIT" | ||
682 | + ], | ||
683 | + "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", | ||
684 | + "homepage": "https://github.com/container-interop/container-interop", | ||
685 | + "time": "2017-02-14T19:40:03+00:00" | ||
686 | + }, | ||
687 | + { | ||
657 | "name": "doctrine/lexer", | 688 | "name": "doctrine/lexer", |
658 | "version": "v1.0.1", | 689 | "version": "v1.0.1", |
659 | "source": { | 690 | "source": { |
@@ -1419,6 +1450,59 @@ | @@ -1419,6 +1450,59 @@ | ||
1419 | "time": "2015-09-19T16:54:05+00:00" | 1450 | "time": "2015-09-19T16:54:05+00:00" |
1420 | }, | 1451 | }, |
1421 | { | 1452 | { |
1453 | + "name": "intervention/httpauth", | ||
1454 | + "version": "2.0.3", | ||
1455 | + "source": { | ||
1456 | + "type": "git", | ||
1457 | + "url": "https://github.com/Intervention/httpauth.git", | ||
1458 | + "reference": "69d4627c398c2d74b1c70aae7de7121e0b627c17" | ||
1459 | + }, | ||
1460 | + "dist": { | ||
1461 | + "type": "zip", | ||
1462 | + "url": "https://api.github.com/repos/Intervention/httpauth/zipball/69d4627c398c2d74b1c70aae7de7121e0b627c17", | ||
1463 | + "reference": "69d4627c398c2d74b1c70aae7de7121e0b627c17", | ||
1464 | + "shasum": "" | ||
1465 | + }, | ||
1466 | + "require": { | ||
1467 | + "php": ">=5.3.0" | ||
1468 | + }, | ||
1469 | + "type": "library", | ||
1470 | + "extra": { | ||
1471 | + "laravel": { | ||
1472 | + "providers": [ | ||
1473 | + "Intervention\\Httpauth\\HttpauthServiceProvider" | ||
1474 | + ], | ||
1475 | + "aliases": { | ||
1476 | + "Httpauth": "Intervention\\Httpauth\\Facades\\Httpauth" | ||
1477 | + } | ||
1478 | + } | ||
1479 | + }, | ||
1480 | + "autoload": { | ||
1481 | + "psr-4": { | ||
1482 | + "Intervention\\Httpauth\\": "src/Intervention/Httpauth" | ||
1483 | + } | ||
1484 | + }, | ||
1485 | + "notification-url": "https://packagist.org/downloads/", | ||
1486 | + "license": [ | ||
1487 | + "MIT" | ||
1488 | + ], | ||
1489 | + "authors": [ | ||
1490 | + { | ||
1491 | + "name": "Oliver Vogel", | ||
1492 | + "email": "oliver@olivervogel.com", | ||
1493 | + "homepage": "http://olivervogel.com/" | ||
1494 | + } | ||
1495 | + ], | ||
1496 | + "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration", | ||
1497 | + "homepage": "https://github.com/Intervention/httpauth", | ||
1498 | + "keywords": [ | ||
1499 | + "Authentication", | ||
1500 | + "http", | ||
1501 | + "laravel" | ||
1502 | + ], | ||
1503 | + "time": "2017-06-28T17:37:25+00:00" | ||
1504 | + }, | ||
1505 | + { | ||
1422 | "name": "kartik-v/bootstrap-fileinput", | 1506 | "name": "kartik-v/bootstrap-fileinput", |
1423 | "version": "v4.4.5", | 1507 | "version": "v4.4.5", |
1424 | "source": { | 1508 | "source": { |
@@ -1751,6 +1835,219 @@ | @@ -1751,6 +1835,219 @@ | ||
1751 | "time": "2017-06-19T01:22:40+00:00" | 1835 | "time": "2017-06-19T01:22:40+00:00" |
1752 | }, | 1836 | }, |
1753 | { | 1837 | { |
1838 | + "name": "mrclay/jsmin-php", | ||
1839 | + "version": "2.3.2", | ||
1840 | + "source": { | ||
1841 | + "type": "git", | ||
1842 | + "url": "https://github.com/mrclay/jsmin-php.git", | ||
1843 | + "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759" | ||
1844 | + }, | ||
1845 | + "dist": { | ||
1846 | + "type": "zip", | ||
1847 | + "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/932c9633c35b390beb2cfdea69a41ea7dbc8d759", | ||
1848 | + "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759", | ||
1849 | + "shasum": "" | ||
1850 | + }, | ||
1851 | + "require": { | ||
1852 | + "ext-pcre": "*", | ||
1853 | + "php": ">=5.3.0" | ||
1854 | + }, | ||
1855 | + "require-dev": { | ||
1856 | + "phpunit/phpunit": "4.2" | ||
1857 | + }, | ||
1858 | + "type": "library", | ||
1859 | + "autoload": { | ||
1860 | + "psr-0": { | ||
1861 | + "JSMin\\": "src/" | ||
1862 | + } | ||
1863 | + }, | ||
1864 | + "notification-url": "https://packagist.org/downloads/", | ||
1865 | + "license": [ | ||
1866 | + "MIT" | ||
1867 | + ], | ||
1868 | + "authors": [ | ||
1869 | + { | ||
1870 | + "name": "Stephen Clay", | ||
1871 | + "email": "steve@mrclay.org", | ||
1872 | + "role": "Developer" | ||
1873 | + }, | ||
1874 | + { | ||
1875 | + "name": "Ryan Grove", | ||
1876 | + "email": "ryan@wonko.com", | ||
1877 | + "role": "Developer" | ||
1878 | + } | ||
1879 | + ], | ||
1880 | + "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.", | ||
1881 | + "homepage": "https://github.com/mrclay/jsmin-php/", | ||
1882 | + "keywords": [ | ||
1883 | + "compress", | ||
1884 | + "jsmin", | ||
1885 | + "minify" | ||
1886 | + ], | ||
1887 | + "time": "2015-03-30T15:04:42+00:00" | ||
1888 | + }, | ||
1889 | + { | ||
1890 | + "name": "mrclay/minify", | ||
1891 | + "version": "3.0.3", | ||
1892 | + "source": { | ||
1893 | + "type": "git", | ||
1894 | + "url": "https://github.com/mrclay/minify.git", | ||
1895 | + "reference": "404664509c3d2b3a745e091c86c968a13cba3efc" | ||
1896 | + }, | ||
1897 | + "dist": { | ||
1898 | + "type": "zip", | ||
1899 | + "url": "https://api.github.com/repos/mrclay/minify/zipball/404664509c3d2b3a745e091c86c968a13cba3efc", | ||
1900 | + "reference": "404664509c3d2b3a745e091c86c968a13cba3efc", | ||
1901 | + "shasum": "" | ||
1902 | + }, | ||
1903 | + "require": { | ||
1904 | + "ext-pcre": "*", | ||
1905 | + "intervention/httpauth": "~2.0", | ||
1906 | + "monolog/monolog": "~1.1", | ||
1907 | + "mrclay/jsmin-php": "~2", | ||
1908 | + "mrclay/props-dic": "^2.2", | ||
1909 | + "php": "^5.3.0 || ^7.0", | ||
1910 | + "tubalmartin/cssmin": "~4" | ||
1911 | + }, | ||
1912 | + "require-dev": { | ||
1913 | + "firephp/firephp-core": "~0.4.0", | ||
1914 | + "leafo/scssphp": "~0.6.6", | ||
1915 | + "marcusschwarz/lesserphp": "~0.5.1", | ||
1916 | + "meenie/javascript-packer": "~1.1", | ||
1917 | + "phpunit/phpunit": "4.8.*", | ||
1918 | + "tedivm/jshrink": "~1.1.0" | ||
1919 | + }, | ||
1920 | + "suggest": { | ||
1921 | + "firephp/firephp-core": "Use FirePHP for Log messages", | ||
1922 | + "marcusschwarz/lesserphp": "LESS support", | ||
1923 | + "meenie/javascript-packer": "Keep track of the Packer PHP port using Composer" | ||
1924 | + }, | ||
1925 | + "type": "library", | ||
1926 | + "extra": { | ||
1927 | + "branch-alias": { | ||
1928 | + "dev-master": "3.0.x-dev" | ||
1929 | + } | ||
1930 | + }, | ||
1931 | + "autoload": { | ||
1932 | + "classmap": [ | ||
1933 | + "lib/" | ||
1934 | + ] | ||
1935 | + }, | ||
1936 | + "notification-url": "https://packagist.org/downloads/", | ||
1937 | + "license": [ | ||
1938 | + "BSD-3-Clause" | ||
1939 | + ], | ||
1940 | + "authors": [ | ||
1941 | + { | ||
1942 | + "name": "Stephen Clay", | ||
1943 | + "email": "steve@mrclay.org", | ||
1944 | + "role": "Developer" | ||
1945 | + } | ||
1946 | + ], | ||
1947 | + "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", | ||
1948 | + "homepage": "https://github.com/mrclay/minify", | ||
1949 | + "time": "2017-11-03T21:00:15+00:00" | ||
1950 | + }, | ||
1951 | + { | ||
1952 | + "name": "mrclay/props-dic", | ||
1953 | + "version": "2.2.0", | ||
1954 | + "source": { | ||
1955 | + "type": "git", | ||
1956 | + "url": "https://github.com/mrclay/Props.git", | ||
1957 | + "reference": "9ed6cf3a027f1eab03abdd134ec209467cf9c77e" | ||
1958 | + }, | ||
1959 | + "dist": { | ||
1960 | + "type": "zip", | ||
1961 | + "url": "https://api.github.com/repos/mrclay/Props/zipball/9ed6cf3a027f1eab03abdd134ec209467cf9c77e", | ||
1962 | + "reference": "9ed6cf3a027f1eab03abdd134ec209467cf9c77e", | ||
1963 | + "shasum": "" | ||
1964 | + }, | ||
1965 | + "require": { | ||
1966 | + "container-interop/container-interop": "^1.1", | ||
1967 | + "php": ">=5.3.3", | ||
1968 | + "pimple/pimple": "~3.0" | ||
1969 | + }, | ||
1970 | + "require-dev": { | ||
1971 | + "phpunit/phpunit": "~4.8" | ||
1972 | + }, | ||
1973 | + "type": "library", | ||
1974 | + "autoload": { | ||
1975 | + "psr-0": { | ||
1976 | + "Props\\": [ | ||
1977 | + "src/", | ||
1978 | + "test/" | ||
1979 | + ] | ||
1980 | + } | ||
1981 | + }, | ||
1982 | + "notification-url": "https://packagist.org/downloads/", | ||
1983 | + "license": [ | ||
1984 | + "MIT" | ||
1985 | + ], | ||
1986 | + "authors": [ | ||
1987 | + { | ||
1988 | + "name": "Steve Clay", | ||
1989 | + "email": "steve@mrclay.org", | ||
1990 | + "homepage": "http://www.mrclay.org/" | ||
1991 | + } | ||
1992 | + ], | ||
1993 | + "description": "Props is a simple DI container that allows retrieving values via custom property and method names", | ||
1994 | + "keywords": [ | ||
1995 | + "container", | ||
1996 | + "dependency injection", | ||
1997 | + "dependency injection container", | ||
1998 | + "di", | ||
1999 | + "di container" | ||
2000 | + ], | ||
2001 | + "time": "2016-02-10T18:59:20+00:00" | ||
2002 | + }, | ||
2003 | + { | ||
2004 | + "name": "natxet/CssMin", | ||
2005 | + "version": "v3.0.5", | ||
2006 | + "source": { | ||
2007 | + "type": "git", | ||
2008 | + "url": "https://github.com/natxet/CssMin.git", | ||
2009 | + "reference": "9580f5448f05a82c96cfe6c7063a77807d8ec56d" | ||
2010 | + }, | ||
2011 | + "dist": { | ||
2012 | + "type": "zip", | ||
2013 | + "url": "https://api.github.com/repos/natxet/CssMin/zipball/9580f5448f05a82c96cfe6c7063a77807d8ec56d", | ||
2014 | + "reference": "9580f5448f05a82c96cfe6c7063a77807d8ec56d", | ||
2015 | + "shasum": "" | ||
2016 | + }, | ||
2017 | + "require": { | ||
2018 | + "php": ">=5.0" | ||
2019 | + }, | ||
2020 | + "type": "library", | ||
2021 | + "extra": { | ||
2022 | + "branch-alias": { | ||
2023 | + "dev-master": "3.0-dev" | ||
2024 | + } | ||
2025 | + }, | ||
2026 | + "autoload": { | ||
2027 | + "classmap": [ | ||
2028 | + "src/" | ||
2029 | + ] | ||
2030 | + }, | ||
2031 | + "notification-url": "https://packagist.org/downloads/", | ||
2032 | + "license": [ | ||
2033 | + "MIT" | ||
2034 | + ], | ||
2035 | + "authors": [ | ||
2036 | + { | ||
2037 | + "name": "Joe Scylla", | ||
2038 | + "email": "joe.scylla@gmail.com", | ||
2039 | + "homepage": "https://profiles.google.com/joe.scylla" | ||
2040 | + } | ||
2041 | + ], | ||
2042 | + "description": "Minifying CSS", | ||
2043 | + "homepage": "http://code.google.com/p/cssmin/", | ||
2044 | + "keywords": [ | ||
2045 | + "css", | ||
2046 | + "minify" | ||
2047 | + ], | ||
2048 | + "time": "2017-10-04T16:54:00+00:00" | ||
2049 | + }, | ||
2050 | + { | ||
1754 | "name": "noam148/yii2-image-manager", | 2051 | "name": "noam148/yii2-image-manager", |
1755 | "version": "1.2.6", | 2052 | "version": "1.2.6", |
1756 | "source": { | 2053 | "source": { |
@@ -1938,6 +2235,56 @@ | @@ -1938,6 +2235,56 @@ | ||
1938 | "time": "2017-10-23T05:04:54+00:00" | 2235 | "time": "2017-10-23T05:04:54+00:00" |
1939 | }, | 2236 | }, |
1940 | { | 2237 | { |
2238 | + "name": "pimple/pimple", | ||
2239 | + "version": "v3.2.2", | ||
2240 | + "source": { | ||
2241 | + "type": "git", | ||
2242 | + "url": "https://github.com/silexphp/Pimple.git", | ||
2243 | + "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a" | ||
2244 | + }, | ||
2245 | + "dist": { | ||
2246 | + "type": "zip", | ||
2247 | + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a", | ||
2248 | + "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a", | ||
2249 | + "shasum": "" | ||
2250 | + }, | ||
2251 | + "require": { | ||
2252 | + "php": ">=5.3.0", | ||
2253 | + "psr/container": "^1.0" | ||
2254 | + }, | ||
2255 | + "require-dev": { | ||
2256 | + "symfony/phpunit-bridge": "^3.2" | ||
2257 | + }, | ||
2258 | + "type": "library", | ||
2259 | + "extra": { | ||
2260 | + "branch-alias": { | ||
2261 | + "dev-master": "3.2.x-dev" | ||
2262 | + } | ||
2263 | + }, | ||
2264 | + "autoload": { | ||
2265 | + "psr-0": { | ||
2266 | + "Pimple": "src/" | ||
2267 | + } | ||
2268 | + }, | ||
2269 | + "notification-url": "https://packagist.org/downloads/", | ||
2270 | + "license": [ | ||
2271 | + "MIT" | ||
2272 | + ], | ||
2273 | + "authors": [ | ||
2274 | + { | ||
2275 | + "name": "Fabien Potencier", | ||
2276 | + "email": "fabien@symfony.com" | ||
2277 | + } | ||
2278 | + ], | ||
2279 | + "description": "Pimple, a simple Dependency Injection Container", | ||
2280 | + "homepage": "http://pimple.sensiolabs.org", | ||
2281 | + "keywords": [ | ||
2282 | + "container", | ||
2283 | + "dependency injection" | ||
2284 | + ], | ||
2285 | + "time": "2017-07-23T07:32:15+00:00" | ||
2286 | + }, | ||
2287 | + { | ||
1941 | "name": "psr/cache", | 2288 | "name": "psr/cache", |
1942 | "version": "1.0.1", | 2289 | "version": "1.0.1", |
1943 | "source": { | 2290 | "source": { |
@@ -1984,6 +2331,55 @@ | @@ -1984,6 +2331,55 @@ | ||
1984 | "time": "2016-08-06T20:24:11+00:00" | 2331 | "time": "2016-08-06T20:24:11+00:00" |
1985 | }, | 2332 | }, |
1986 | { | 2333 | { |
2334 | + "name": "psr/container", | ||
2335 | + "version": "1.0.0", | ||
2336 | + "source": { | ||
2337 | + "type": "git", | ||
2338 | + "url": "https://github.com/php-fig/container.git", | ||
2339 | + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | ||
2340 | + }, | ||
2341 | + "dist": { | ||
2342 | + "type": "zip", | ||
2343 | + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | ||
2344 | + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | ||
2345 | + "shasum": "" | ||
2346 | + }, | ||
2347 | + "require": { | ||
2348 | + "php": ">=5.3.0" | ||
2349 | + }, | ||
2350 | + "type": "library", | ||
2351 | + "extra": { | ||
2352 | + "branch-alias": { | ||
2353 | + "dev-master": "1.0.x-dev" | ||
2354 | + } | ||
2355 | + }, | ||
2356 | + "autoload": { | ||
2357 | + "psr-4": { | ||
2358 | + "Psr\\Container\\": "src/" | ||
2359 | + } | ||
2360 | + }, | ||
2361 | + "notification-url": "https://packagist.org/downloads/", | ||
2362 | + "license": [ | ||
2363 | + "MIT" | ||
2364 | + ], | ||
2365 | + "authors": [ | ||
2366 | + { | ||
2367 | + "name": "PHP-FIG", | ||
2368 | + "homepage": "http://www.php-fig.org/" | ||
2369 | + } | ||
2370 | + ], | ||
2371 | + "description": "Common Container Interface (PHP FIG PSR-11)", | ||
2372 | + "homepage": "https://github.com/php-fig/container", | ||
2373 | + "keywords": [ | ||
2374 | + "PSR-11", | ||
2375 | + "container", | ||
2376 | + "container-interface", | ||
2377 | + "container-interop", | ||
2378 | + "psr" | ||
2379 | + ], | ||
2380 | + "time": "2017-02-14T16:28:37+00:00" | ||
2381 | + }, | ||
2382 | + { | ||
1987 | "name": "psr/http-message", | 2383 | "name": "psr/http-message", |
1988 | "version": "1.0.1", | 2384 | "version": "1.0.1", |
1989 | "source": { | 2385 | "source": { |
@@ -2133,6 +2529,63 @@ | @@ -2133,6 +2529,63 @@ | ||
2133 | "time": "2017-01-11T14:05:47+00:00" | 2529 | "time": "2017-01-11T14:05:47+00:00" |
2134 | }, | 2530 | }, |
2135 | { | 2531 | { |
2532 | + "name": "skeeks/yii2-assets-auto-compress", | ||
2533 | + "version": "1.3.1.2", | ||
2534 | + "source": { | ||
2535 | + "type": "git", | ||
2536 | + "url": "https://github.com/skeeks-semenov/yii2-assets-auto-compress.git", | ||
2537 | + "reference": "8d3df2f0a50ddde301773e8b40fc48a45363db3b" | ||
2538 | + }, | ||
2539 | + "dist": { | ||
2540 | + "type": "zip", | ||
2541 | + "url": "https://api.github.com/repos/skeeks-semenov/yii2-assets-auto-compress/zipball/8d3df2f0a50ddde301773e8b40fc48a45363db3b", | ||
2542 | + "reference": "8d3df2f0a50ddde301773e8b40fc48a45363db3b", | ||
2543 | + "shasum": "" | ||
2544 | + }, | ||
2545 | + "require": { | ||
2546 | + "mrclay/minify": "*", | ||
2547 | + "natxet/cssmin": "*", | ||
2548 | + "tedivm/jshrink": "*", | ||
2549 | + "yiisoft/yii2": "^2", | ||
2550 | + "yiisoft/yii2-httpclient": "^2" | ||
2551 | + }, | ||
2552 | + "type": "yii2-extension", | ||
2553 | + "autoload": { | ||
2554 | + "psr-4": { | ||
2555 | + "skeeks\\yii2\\assetsAuto\\": "src/" | ||
2556 | + } | ||
2557 | + }, | ||
2558 | + "notification-url": "https://packagist.org/downloads/", | ||
2559 | + "license": [ | ||
2560 | + "GPL-3.0+" | ||
2561 | + ], | ||
2562 | + "authors": [ | ||
2563 | + { | ||
2564 | + "name": "Semenov Alexander", | ||
2565 | + "email": "semenov@skeeks.com" | ||
2566 | + }, | ||
2567 | + { | ||
2568 | + "name": "SkeekS", | ||
2569 | + "email": "support@skeeks.com", | ||
2570 | + "homepage": "https://skeeks.com" | ||
2571 | + } | ||
2572 | + ], | ||
2573 | + "description": "Automatically compile and merge files js + css + html in yii2 project", | ||
2574 | + "homepage": "http://www.skeeks.com/", | ||
2575 | + "keywords": [ | ||
2576 | + "JS", | ||
2577 | + "Sx", | ||
2578 | + "app", | ||
2579 | + "assets", | ||
2580 | + "auto assets", | ||
2581 | + "css", | ||
2582 | + "framework", | ||
2583 | + "skeeks", | ||
2584 | + "yii" | ||
2585 | + ], | ||
2586 | + "time": "2017-10-05T13:42:22+00:00" | ||
2587 | + }, | ||
2588 | + { | ||
2136 | "name": "speixoto/yii2-amcharts", | 2589 | "name": "speixoto/yii2-amcharts", |
2137 | "version": "v0.1.1", | 2590 | "version": "v0.1.1", |
2138 | "source": { | 2591 | "source": { |
@@ -2230,6 +2683,52 @@ | @@ -2230,6 +2683,52 @@ | ||
2230 | "time": "2017-09-30T22:39:41+00:00" | 2683 | "time": "2017-09-30T22:39:41+00:00" |
2231 | }, | 2684 | }, |
2232 | { | 2685 | { |
2686 | + "name": "tedivm/jshrink", | ||
2687 | + "version": "v1.2.0", | ||
2688 | + "source": { | ||
2689 | + "type": "git", | ||
2690 | + "url": "https://github.com/tedious/JShrink.git", | ||
2691 | + "reference": "667e99774d230525d4d3dc2a50da7ba6b1d56bad" | ||
2692 | + }, | ||
2693 | + "dist": { | ||
2694 | + "type": "zip", | ||
2695 | + "url": "https://api.github.com/repos/tedious/JShrink/zipball/667e99774d230525d4d3dc2a50da7ba6b1d56bad", | ||
2696 | + "reference": "667e99774d230525d4d3dc2a50da7ba6b1d56bad", | ||
2697 | + "shasum": "" | ||
2698 | + }, | ||
2699 | + "require": { | ||
2700 | + "php": "^5.6|^7.0" | ||
2701 | + }, | ||
2702 | + "require-dev": { | ||
2703 | + "fabpot/php-cs-fixer": "0.4.0", | ||
2704 | + "phpunit/phpunit": "4.0.*", | ||
2705 | + "satooshi/php-coveralls": "^0.7.0" | ||
2706 | + }, | ||
2707 | + "type": "library", | ||
2708 | + "autoload": { | ||
2709 | + "psr-0": { | ||
2710 | + "JShrink": "src/" | ||
2711 | + } | ||
2712 | + }, | ||
2713 | + "notification-url": "https://packagist.org/downloads/", | ||
2714 | + "license": [ | ||
2715 | + "BSD-3-Clause" | ||
2716 | + ], | ||
2717 | + "authors": [ | ||
2718 | + { | ||
2719 | + "name": "Robert Hafner", | ||
2720 | + "email": "tedivm@tedivm.com" | ||
2721 | + } | ||
2722 | + ], | ||
2723 | + "description": "Javascript Minifier built in PHP", | ||
2724 | + "homepage": "http://github.com/tedious/JShrink", | ||
2725 | + "keywords": [ | ||
2726 | + "javascript", | ||
2727 | + "minifier" | ||
2728 | + ], | ||
2729 | + "time": "2017-05-30T02:59:46+00:00" | ||
2730 | + }, | ||
2731 | + { | ||
2233 | "name": "tinymce/tinymce", | 2732 | "name": "tinymce/tinymce", |
2234 | "version": "4.7.2", | 2733 | "version": "4.7.2", |
2235 | "source": { | 2734 | "source": { |
@@ -2276,6 +2775,59 @@ | @@ -2276,6 +2775,59 @@ | ||
2276 | "time": "2017-11-07T12:44:31+00:00" | 2775 | "time": "2017-11-07T12:44:31+00:00" |
2277 | }, | 2776 | }, |
2278 | { | 2777 | { |
2778 | + "name": "tubalmartin/cssmin", | ||
2779 | + "version": "v4.1.0", | ||
2780 | + "source": { | ||
2781 | + "type": "git", | ||
2782 | + "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git", | ||
2783 | + "reference": "1c7ae93cf6b392d4dae5c4ae18979918413af16e" | ||
2784 | + }, | ||
2785 | + "dist": { | ||
2786 | + "type": "zip", | ||
2787 | + "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/1c7ae93cf6b392d4dae5c4ae18979918413af16e", | ||
2788 | + "reference": "1c7ae93cf6b392d4dae5c4ae18979918413af16e", | ||
2789 | + "shasum": "" | ||
2790 | + }, | ||
2791 | + "require": { | ||
2792 | + "ext-pcre": "*", | ||
2793 | + "php": ">=5.3.2" | ||
2794 | + }, | ||
2795 | + "require-dev": { | ||
2796 | + "cogpowered/finediff": "0.3.*", | ||
2797 | + "phpunit/phpunit": "4.8.*" | ||
2798 | + }, | ||
2799 | + "bin": [ | ||
2800 | + "cssmin" | ||
2801 | + ], | ||
2802 | + "type": "library", | ||
2803 | + "autoload": { | ||
2804 | + "psr-4": { | ||
2805 | + "tubalmartin\\CssMin\\": "src" | ||
2806 | + } | ||
2807 | + }, | ||
2808 | + "notification-url": "https://packagist.org/downloads/", | ||
2809 | + "license": [ | ||
2810 | + "BSD-3-Clause" | ||
2811 | + ], | ||
2812 | + "authors": [ | ||
2813 | + { | ||
2814 | + "name": "Túbal Martín", | ||
2815 | + "homepage": "http://tubalmartin.me/" | ||
2816 | + } | ||
2817 | + ], | ||
2818 | + "description": "A PHP port of the YUI CSS compressor", | ||
2819 | + "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port", | ||
2820 | + "keywords": [ | ||
2821 | + "compress", | ||
2822 | + "compressor", | ||
2823 | + "css", | ||
2824 | + "cssmin", | ||
2825 | + "minify", | ||
2826 | + "yui" | ||
2827 | + ], | ||
2828 | + "time": "2017-05-16T13:45:26+00:00" | ||
2829 | + }, | ||
2830 | + { | ||
2279 | "name": "yii2tech/filedb", | 2831 | "name": "yii2tech/filedb", |
2280 | "version": "1.0.5", | 2832 | "version": "1.0.5", |
2281 | "source": { | 2833 | "source": { |
@@ -2520,6 +3072,53 @@ | @@ -2520,6 +3072,53 @@ | ||
2520 | "time": "2016-12-20T13:26:02+00:00" | 3072 | "time": "2016-12-20T13:26:02+00:00" |
2521 | }, | 3073 | }, |
2522 | { | 3074 | { |
3075 | + "name": "yiisoft/yii2-httpclient", | ||
3076 | + "version": "2.0.4", | ||
3077 | + "source": { | ||
3078 | + "type": "git", | ||
3079 | + "url": "https://github.com/yiisoft/yii2-httpclient.git", | ||
3080 | + "reference": "720e3c9bdda260abffe61babfe39b91c4308ac4c" | ||
3081 | + }, | ||
3082 | + "dist": { | ||
3083 | + "type": "zip", | ||
3084 | + "url": "https://api.github.com/repos/yiisoft/yii2-httpclient/zipball/720e3c9bdda260abffe61babfe39b91c4308ac4c", | ||
3085 | + "reference": "720e3c9bdda260abffe61babfe39b91c4308ac4c", | ||
3086 | + "shasum": "" | ||
3087 | + }, | ||
3088 | + "require": { | ||
3089 | + "yiisoft/yii2": "~2.0.0" | ||
3090 | + }, | ||
3091 | + "type": "yii2-extension", | ||
3092 | + "extra": { | ||
3093 | + "branch-alias": { | ||
3094 | + "dev-master": "2.0.x-dev" | ||
3095 | + } | ||
3096 | + }, | ||
3097 | + "autoload": { | ||
3098 | + "psr-4": { | ||
3099 | + "yii\\httpclient\\": "" | ||
3100 | + } | ||
3101 | + }, | ||
3102 | + "notification-url": "https://packagist.org/downloads/", | ||
3103 | + "license": [ | ||
3104 | + "BSD-3-Clause" | ||
3105 | + ], | ||
3106 | + "authors": [ | ||
3107 | + { | ||
3108 | + "name": "Paul Klimov", | ||
3109 | + "email": "klimov.paul@gmail.com" | ||
3110 | + } | ||
3111 | + ], | ||
3112 | + "description": "HTTP client extension for the Yii framework", | ||
3113 | + "keywords": [ | ||
3114 | + "curl", | ||
3115 | + "http", | ||
3116 | + "httpclient", | ||
3117 | + "yii2" | ||
3118 | + ], | ||
3119 | + "time": "2017-06-23T09:36:13+00:00" | ||
3120 | + }, | ||
3121 | + { | ||
2523 | "name": "yiisoft/yii2-imagine", | 3122 | "name": "yiisoft/yii2-imagine", |
2524 | "version": "2.1.0", | 3123 | "version": "2.1.0", |
2525 | "source": { | 3124 | "source": { |