From 48b4b264879fa8c87e5c09980933bd50b7932a85 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 18 Oct 2015 18:27:10 +0200 Subject: [PATCH] Changed the composer installation path to the third_party directory. --- .gitignore | 14 +- code-doc.sh | 16 +- composer.json | 11 +- composer.lock | 903 ++++---------------------------------------------- 4 files changed, 92 insertions(+), 852 deletions(-) diff --git a/.gitignore b/.gitignore index 3213de43..29da6b71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -.tmp-package -doc -easyappointments.zip -src/config.php -src/application/logs/* -node_modules -/vendor/ +/.tmp-package +/doc +/easyappointments.zip +/node_modules +/src/config.php +/src/application/logs/* +/src/application/third_party/* diff --git a/code-doc.sh b/code-doc.sh index 01362c6d..820b1b71 100644 --- a/code-doc.sh +++ b/code-doc.sh @@ -1,20 +1,20 @@ -#!/bin/bash +#!/bin/bash -# +# # Bash script for the code documentation generation. -# - -rm -rf doc +# -mkdir doc +rm -rf doc + +mkdir doc mkdir doc/apigen mkdir doc/jsdoc mkdir doc/plato -php vendor/bin/apigen generate \ +php src/application/third_party/bin/apigen generate \ -s "src/application/controllers,src/application/models,src/application/libraries" \ -d "doc/apigen" --exclude "*external*" --tree --todo --template-theme "bootstrap" node node_modules/.bin/jsdoc "src/assets/js" -d "doc/jsdoc" -node node_modules/.bin/plato -r -d "doc/plato" "src/assets/js" \ No newline at end of file +node node_modules/.bin/plato -r -d "doc/plato" "src/assets/js" diff --git a/composer.json b/composer.json index c9693563..f1760253 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,17 @@ { "name": "alextselegidis/easyappointments", "description": "Open Source Web Scheduler", - "require-dev": { - "apigen/apigen": "~4.1" - }, "license": "GPL-3.0", "authors": [ { "name": "Alex Tselegidis", "email": "alextselegidis@gmail.com" } - ] + ], + "config": { + "vendor-dir": "src/application/third_party" + }, + "require-dev": { + "apigen/apigen": "~4.1" + } } diff --git a/composer.lock b/composer.lock index 1538904f..60b8218f 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,11 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b503ad9108055a9c5e218fdf5105709f", + "hash": "702af8286dbcc81d9dcc9c19f3ac8532", + "content-hash": "0ad352b88b9591e8a359a02355d35718", "packages": [], "packages-dev": [ { @@ -146,16 +147,16 @@ }, { "name": "apigen/theme-bootstrap", - "version": "v1.1.2", + "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/ApiGen/ThemeBootstrap.git", - "reference": "dd4a5321d430ffb1867125479715bf576811dc37" + "reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ApiGen/ThemeBootstrap/zipball/dd4a5321d430ffb1867125479715bf576811dc37", - "reference": "dd4a5321d430ffb1867125479715bf576811dc37", + "url": "https://api.github.com/repos/ApiGen/ThemeBootstrap/zipball/55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c", + "reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c", "shasum": "" }, "require": { @@ -178,20 +179,20 @@ ], "description": "Twitter Bootstrap theme for ApiGen", "homepage": "http://apigen.org/", - "time": "2015-03-30 17:49:49" + "time": "2015-10-11 14:52:50" }, { "name": "apigen/theme-default", - "version": "v1.0.1", + "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/ApiGen/ThemeDefault.git", - "reference": "13227b1106f25c918a987491501954747403f80b" + "reference": "51648cf83645d9ae6c655fe46bcd26a347d45336" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ApiGen/ThemeDefault/zipball/13227b1106f25c918a987491501954747403f80b", - "reference": "13227b1106f25c918a987491501954747403f80b", + "url": "https://api.github.com/repos/ApiGen/ThemeDefault/zipball/51648cf83645d9ae6c655fe46bcd26a347d45336", + "reference": "51648cf83645d9ae6c655fe46bcd26a347d45336", "shasum": "" }, "require": { @@ -226,7 +227,7 @@ ], "description": "Default theme for ApiGen", "homepage": "http://apigen.org/", - "time": "2015-03-30 17:50:03" + "time": "2015-10-11 14:55:30" }, { "name": "herrera-io/json", @@ -396,610 +397,6 @@ ], "time": "2014-05-27 05:29:25" }, - { - "name": "hoa/compiler", - "version": "2.15.08.25", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/Compiler.git", - "reference": "f72e659616041dcfe22dcab1b5fd84795883e7b6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/f72e659616041dcfe22dcab1b5fd84795883e7b6", - "reference": "f72e659616041dcfe22dcab1b5fd84795883e7b6", - "shasum": "" - }, - "require": { - "hoa/core": "~2.0", - "hoa/file": "~0.0", - "hoa/iterator": "~1.0", - "hoa/math": "~0.0", - "hoa/regex": "~0.0", - "hoa/visitor": "~1.0" - }, - "require-dev": { - "hoa/json": "~1.0", - "hoa/test": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\Compiler\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\Compiler library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "algebraic", - "ast", - "compiler", - "context-free", - "coverage", - "exhaustive", - "grammar", - "isotropic", - "language", - "lexer", - "library", - "ll1", - "llk", - "parser", - "pp", - "random", - "regular", - "rule", - "sampler", - "syntax", - "token", - "trace", - "uniform" - ], - "time": "2015-08-25 06:04:36" - }, - { - "name": "hoa/core", - "version": "2.15.09.03", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/Core.git", - "reference": "305a881847478d635f3cf565fd5e8ef382c21a70" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Core/zipball/305a881847478d635f3cf565fd5e8ef382c21a70", - "reference": "305a881847478d635f3cf565fd5e8ef382c21a70", - "shasum": "" - }, - "require": { - "ext-spl": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "hoa/test": "~1.0" - }, - "suggest": { - "ext-mbstring": "ext/mbstring must be present (or a third implementation).", - "hoa/cli": "To use the `hoa` script." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\Core\\": "." - }, - "files": [ - "Core.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\Core library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "consistency", - "core", - "data", - "event", - "library", - "listener", - "parameter", - "protocol" - ], - "time": "2015-09-03 08:28:53" - }, - { - "name": "hoa/file", - "version": "0.15.05.27", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/File.git", - "reference": "bd82aff5e81f16971c5fc99301a5c5717b1fd4da" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/File/zipball/bd82aff5e81f16971c5fc99301a5c5717b1fd4da", - "reference": "bd82aff5e81f16971c5fc99301a5c5717b1fd4da", - "shasum": "" - }, - "require": { - "hoa/core": "~2.0", - "hoa/iterator": "~1.0", - "hoa/stream": "~0.0" - }, - "require-dev": { - "hoa/test": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\File\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\File library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "Socket", - "directory", - "file", - "finder", - "library", - "link", - "temporary" - ], - "time": "2015-05-27 09:18:31" - }, - { - "name": "hoa/iterator", - "version": "1.15.09.08", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/Iterator.git", - "reference": "05ef8a289e6ff65c6ab071b4fb49ad725d9154b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/05ef8a289e6ff65c6ab071b4fb49ad725d9154b4", - "reference": "05ef8a289e6ff65c6ab071b4fb49ad725d9154b4", - "shasum": "" - }, - "require": { - "hoa/core": "~2.0" - }, - "require-dev": { - "hoa/test": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\Iterator\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\Iterator library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "iterator", - "library" - ], - "time": "2015-09-08 13:31:09" - }, - { - "name": "hoa/math", - "version": "0.15.08.25", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/Math.git", - "reference": "934e10201999572872375df56bc91d5b5191b1e0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Math/zipball/934e10201999572872375df56bc91d5b5191b1e0", - "reference": "934e10201999572872375df56bc91d5b5191b1e0", - "shasum": "" - }, - "require": { - "hoa/compiler": "~2.0", - "hoa/core": "~2.0", - "hoa/iterator": "~1.0" - }, - "require-dev": { - "hoa/test": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\Math\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\Math library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "arrangement", - "combination", - "combinatorics", - "counting", - "library", - "math", - "permutation", - "sampler", - "set" - ], - "time": "2015-08-25 05:55:04" - }, - { - "name": "hoa/regex", - "version": "0.15.08.13", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/Regex.git", - "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Regex/zipball/2ef8a77ef3885ca202fcd9c31a8e54c44cd04232", - "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232", - "shasum": "" - }, - "require": { - "hoa/core": "~2.0", - "hoa/math": "~0.0", - "hoa/ustring": "~3.0", - "hoa/visitor": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\Regex\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\Regex library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "compiler", - "library", - "regex" - ], - "time": "2015-08-13 06:48:47" - }, - { - "name": "hoa/ruler", - "version": "1.15.09.22", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/Ruler.git", - "reference": "7e82ede5ebbe6eaf0f2241c0310fda37b8e5c351" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/7e82ede5ebbe6eaf0f2241c0310fda37b8e5c351", - "reference": "7e82ede5ebbe6eaf0f2241c0310fda37b8e5c351", - "shasum": "" - }, - "require": { - "hoa/compiler": "~2.0", - "hoa/core": "~2.0", - "hoa/file": "~0.0", - "hoa/visitor": "~1.0" - }, - "require-dev": { - "hoa/test": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\Ruler\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\Ruler library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "library", - "ruler" - ], - "time": "2015-09-22 16:29:58" - }, - { - "name": "hoa/stream", - "version": "0.15.08.28", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/Stream.git", - "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Stream/zipball/cbd0f4749e447f4d31001e7c898f5e794c5861cb", - "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb", - "shasum": "" - }, - "require": { - "hoa/core": "~2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\Stream\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\Stream library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "Context", - "bucket", - "composite", - "filter", - "in", - "library", - "out", - "protocol", - "stream", - "wrapper" - ], - "time": "2015-08-28 07:31:43" - }, - { - "name": "hoa/ustring", - "version": "3.15.08.03", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/Ustring.git", - "reference": "261d5bfc53df8e895793d330f0fb96929fca355d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/261d5bfc53df8e895793d330f0fb96929fca355d", - "reference": "261d5bfc53df8e895793d330f0fb96929fca355d", - "shasum": "" - }, - "require": { - "hoa/core": "~2.0" - }, - "require-dev": { - "hoa/test": "~1.0" - }, - "suggest": { - "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().", - "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\Ustring\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\Ustring library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "library", - "search", - "string", - "unicode" - ], - "time": "2015-08-03 07:49:50" - }, - { - "name": "hoa/visitor", - "version": "1.15.08.17", - "source": { - "type": "git", - "url": "https://github.com/hoaproject/Visitor.git", - "reference": "e30bfff741f71979f6476a41548e34afe8053c67" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/e30bfff741f71979f6476a41548e34afe8053c67", - "reference": "e30bfff741f71979f6476a41548e34afe8053c67", - "shasum": "" - }, - "require": { - "hoa/core": "~2.0" - }, - "require-dev": { - "hoa/test": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Hoa\\Visitor\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net" - }, - { - "name": "Hoa community", - "homepage": "http://hoa-project.net/" - } - ], - "description": "The Hoa\\Visitor library.", - "homepage": "http://hoa-project.net/", - "keywords": [ - "library", - "structure", - "visit", - "visitor" - ], - "time": "2015-08-17 06:30:58" - }, { "name": "justinrainbow/json-schema", "version": "1.5.0", @@ -1193,16 +590,16 @@ }, { "name": "latte/latte", - "version": "v2.3.4", + "version": "v2.3.6", "source": { "type": "git", "url": "https://github.com/nette/latte.git", - "reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b" + "reference": "91b1381c8b3a55517819be07baf2bdb888c5eb1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/latte/zipball/5e891af999776d2204a9d06ad66ad8fa0bcd4f8b", - "reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b", + "url": "https://api.github.com/repos/nette/latte/zipball/91b1381c8b3a55517819be07baf2bdb888c5eb1e", + "reference": "91b1381c8b3a55517819be07baf2bdb888c5eb1e", "shasum": "" }, "require": { @@ -1231,20 +628,20 @@ "authors": [ { "name": "David Grudl", - "homepage": "http://davidgrudl.com" + "homepage": "https://davidgrudl.com" }, { "name": "Nette Community", - "homepage": "http://nette.org/contributors" + "homepage": "https://nette.org/contributors" } ], "description": "Latte: the amazing template engine for PHP", - "homepage": "http://latte.nette.org", + "homepage": "https://latte.nette.org", "keywords": [ "templating", "twig" ], - "time": "2015-08-23 12:36:55" + "time": "2015-10-12 18:41:46" }, { "name": "michelf/php-markdown", @@ -1299,16 +696,16 @@ }, { "name": "nette/application", - "version": "v2.3.5", + "version": "v2.3.7", "source": { "type": "git", "url": "https://github.com/nette/application.git", - "reference": "9147d3d38f48f908cfe6023069cf79b6e1fbdf4a" + "reference": "8e87ae81c2098abd7895bfd96d9fac1cd332abc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/application/zipball/9147d3d38f48f908cfe6023069cf79b6e1fbdf4a", - "reference": "9147d3d38f48f908cfe6023069cf79b6e1fbdf4a", + "url": "https://api.github.com/repos/nette/application/zipball/8e87ae81c2098abd7895bfd96d9fac1cd332abc3", + "reference": "8e87ae81c2098abd7895bfd96d9fac1cd332abc3", "shasum": "" }, "require": { @@ -1348,16 +745,16 @@ "authors": [ { "name": "David Grudl", - "homepage": "http://davidgrudl.com" + "homepage": "https://davidgrudl.com" }, { "name": "Nette Community", - "homepage": "http://nette.org/contributors" + "homepage": "https://nette.org/contributors" } ], "description": "Nette Application MVC Component", - "homepage": "http://nette.org", - "time": "2015-08-23 11:31:23" + "homepage": "https://nette.org", + "time": "2015-10-13 14:33:28" }, { "name": "nette/bootstrap", @@ -1485,20 +882,20 @@ }, { "name": "nette/component-model", - "version": "v2.2.3", + "version": "v2.2.4", "source": { "type": "git", "url": "https://github.com/nette/component-model.git", - "reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428" + "reference": "07bce436051fd92d084642ce7a47f00045e0d1e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/component-model/zipball/fe13e630a307ef4585b3573eae0a161dc1c3d428", - "reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428", + "url": "https://api.github.com/repos/nette/component-model/zipball/07bce436051fd92d084642ce7a47f00045e0d1e5", + "reference": "07bce436051fd92d084642ce7a47f00045e0d1e5", "shasum": "" }, "require": { - "nette/utils": "~2.2", + "nette/utils": "^2.3.5", "php": ">=5.3.1" }, "conflict": { @@ -1522,16 +919,16 @@ "authors": [ { "name": "David Grudl", - "homepage": "http://davidgrudl.com" + "homepage": "https://davidgrudl.com" }, { "name": "Nette Community", - "homepage": "http://nette.org/contributors" + "homepage": "https://nette.org/contributors" } ], "description": "Nette Component Model", - "homepage": "http://nette.org", - "time": "2015-07-11 21:11:20" + "homepage": "https://nette.org", + "time": "2015-10-06 17:54:05" }, { "name": "nette/di", @@ -1691,16 +1088,16 @@ }, { "name": "nette/mail", - "version": "v2.3.2", + "version": "v2.3.3", "source": { "type": "git", "url": "https://github.com/nette/mail.git", - "reference": "2c6c64787edf8131ec5e1b514ecc4a80a6477f80" + "reference": "4ea303d96c6a80ffe357baf59d387f4fe2cfd412" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/mail/zipball/2c6c64787edf8131ec5e1b514ecc4a80a6477f80", - "reference": "2c6c64787edf8131ec5e1b514ecc4a80a6477f80", + "url": "https://api.github.com/repos/nette/mail/zipball/4ea303d96c6a80ffe357baf59d387f4fe2cfd412", + "reference": "4ea303d96c6a80ffe357baf59d387f4fe2cfd412", "shasum": "" }, "require": { @@ -1733,16 +1130,16 @@ "authors": [ { "name": "David Grudl", - "homepage": "http://davidgrudl.com" + "homepage": "https://davidgrudl.com" }, { "name": "Nette Community", - "homepage": "http://nette.org/contributors" + "homepage": "https://nette.org/contributors" } ], "description": "Nette Mail: Sending E-mails", - "homepage": "http://nette.org", - "time": "2015-07-03 13:31:38" + "homepage": "https://nette.org", + "time": "2015-10-05 12:58:01" }, { "name": "nette/neon", @@ -1793,16 +1190,16 @@ }, { "name": "nette/php-generator", - "version": "v2.3.3", + "version": "v2.3.4", "source": { "type": "git", "url": "https://github.com/nette/php-generator.git", - "reference": "eef9df86ca6fa9ad5366b4c9862062ba272942bb" + "reference": "846028e9d885d2d8ec60823d995e1291bbe3eb69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/php-generator/zipball/eef9df86ca6fa9ad5366b4c9862062ba272942bb", - "reference": "eef9df86ca6fa9ad5366b4c9862062ba272942bb", + "url": "https://api.github.com/repos/nette/php-generator/zipball/846028e9d885d2d8ec60823d995e1291bbe3eb69", + "reference": "846028e9d885d2d8ec60823d995e1291bbe3eb69", "shasum": "" }, "require": { @@ -1830,16 +1227,16 @@ "authors": [ { "name": "David Grudl", - "homepage": "http://davidgrudl.com" + "homepage": "https://davidgrudl.com" }, { "name": "Nette Community", - "homepage": "http://nette.org/contributors" + "homepage": "https://nette.org/contributors" } ], "description": "Nette PHP Generator", - "homepage": "http://nette.org", - "time": "2015-09-07 10:58:35" + "homepage": "https://nette.org", + "time": "2015-10-09 14:34:13" }, { "name": "nette/reflection", @@ -2054,16 +1451,16 @@ }, { "name": "nette/utils", - "version": "v2.3.5", + "version": "v2.3.6", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "298e955ad903c212dc766aa3f9f8ca840b6936eb" + "reference": "c9dfaec788eb65d5ef10cefed0ae63bc76febaa8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/298e955ad903c212dc766aa3f9f8ca840b6936eb", - "reference": "298e955ad903c212dc766aa3f9f8ca840b6936eb", + "url": "https://api.github.com/repos/nette/utils/zipball/c9dfaec788eb65d5ef10cefed0ae63bc76febaa8", + "reference": "c9dfaec788eb65d5ef10cefed0ae63bc76febaa8", "shasum": "" }, "require": { @@ -2096,16 +1493,16 @@ "authors": [ { "name": "David Grudl", - "homepage": "http://davidgrudl.com" + "homepage": "https://davidgrudl.com" }, { "name": "Nette Community", - "homepage": "http://nette.org/contributors" + "homepage": "https://nette.org/contributors" } ], "description": "Nette Utility Classes", - "homepage": "http://nette.org", - "time": "2015-09-09 00:59:33" + "homepage": "https://nette.org", + "time": "2015-10-05 12:18:24" }, { "name": "seld/jsonlint", @@ -2153,56 +1550,6 @@ ], "time": "2015-01-04 21:18:15" }, - { - "name": "symfony/config", - "version": "v2.7.5", - "source": { - "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/9698fdf0a750d6887d5e7729d5cf099765b20e61", - "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/filesystem": "~2.3" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Config Component", - "homepage": "https://symfony.com", - "time": "2015-09-21 15:02:29" - }, { "name": "symfony/console", "version": "v2.7.5", @@ -2260,55 +1607,6 @@ "homepage": "https://symfony.com", "time": "2015-09-25 08:32:23" }, - { - "name": "symfony/filesystem", - "version": "v2.7.5", - "source": { - "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab", - "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Filesystem\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Filesystem Component", - "homepage": "https://symfony.com", - "time": "2015-09-09 17:42:36" - }, { "name": "symfony/options-resolver", "version": "v2.6.11", @@ -2415,16 +1713,16 @@ }, { "name": "tracy/tracy", - "version": "v2.3.4", + "version": "v2.3.5", "source": { "type": "git", "url": "https://github.com/nette/tracy.git", - "reference": "692a33d530850ee563ad0ee1e1e9eb95a1dab1eb" + "reference": "d2fd27b86871c95fb6dce7479c2797cf60b9d294" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/tracy/zipball/692a33d530850ee563ad0ee1e1e9eb95a1dab1eb", - "reference": "692a33d530850ee563ad0ee1e1e9eb95a1dab1eb", + "url": "https://api.github.com/repos/nette/tracy/zipball/d2fd27b86871c95fb6dce7479c2797cf60b9d294", + "reference": "d2fd27b86871c95fb6dce7479c2797cf60b9d294", "shasum": "" }, "require": { @@ -2452,82 +1750,21 @@ "authors": [ { "name": "David Grudl", - "homepage": "http://davidgrudl.com" + "homepage": "https://davidgrudl.com" }, { "name": "Nette Community", - "homepage": "http://nette.org/contributors" + "homepage": "https://nette.org/contributors" } ], "description": "Tracy: useful PHP debugger", - "homepage": "http://tracy.nette.org", + "homepage": "https://tracy.nette.org", "keywords": [ "debug", "debugger", "nette" ], - "time": "2015-08-23 12:34:11" - }, - { - "name": "twig/twig", - "version": "v1.22.2", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/79249fc8c9ff62e41e217e0c630e2e00bcadda6a", - "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a", - "shasum": "" - }, - "require": { - "php": ">=5.2.7" - }, - "require-dev": { - "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.22-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", - "role": "Contributors" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", - "keywords": [ - "templating" - ], - "time": "2015-09-22 13:59:32" + "time": "2015-10-09 14:29:03" } ], "aliases": [],