|  | @@ -51,13 +51,187 @@
 | 
		
	
		
			
			| 51 | 51 |              "homepage": "https://github.com/firebase/php-jwt",
 | 
		
	
		
			
			| 52 | 52 |              "time": "2015-06-22 23:26:39"
 | 
		
	
		
			
			| 53 | 53 |          },
 | 
		
	
		
			
			|  | 54 | +        {
 | 
		
	
		
			
			|  | 55 | +            "name": "guzzlehttp/guzzle",
 | 
		
	
		
			
			|  | 56 | +            "version": "6.1.1",
 | 
		
	
		
			
			|  | 57 | +            "source": {
 | 
		
	
		
			
			|  | 58 | +                "type": "git",
 | 
		
	
		
			
			|  | 59 | +                "url": "https://github.com/guzzle/guzzle.git",
 | 
		
	
		
			
			|  | 60 | +                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
 | 
		
	
		
			
			|  | 61 | +            },
 | 
		
	
		
			
			|  | 62 | +            "dist": {
 | 
		
	
		
			
			|  | 63 | +                "type": "zip",
 | 
		
	
		
			
			|  | 64 | +                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
 | 
		
	
		
			
			|  | 65 | +                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
 | 
		
	
		
			
			|  | 66 | +                "shasum": ""
 | 
		
	
		
			
			|  | 67 | +            },
 | 
		
	
		
			
			|  | 68 | +            "require": {
 | 
		
	
		
			
			|  | 69 | +                "guzzlehttp/promises": "~1.0",
 | 
		
	
		
			
			|  | 70 | +                "guzzlehttp/psr7": "~1.1",
 | 
		
	
		
			
			|  | 71 | +                "php": ">=5.5.0"
 | 
		
	
		
			
			|  | 72 | +            },
 | 
		
	
		
			
			|  | 73 | +            "require-dev": {
 | 
		
	
		
			
			|  | 74 | +                "ext-curl": "*",
 | 
		
	
		
			
			|  | 75 | +                "phpunit/phpunit": "~4.0",
 | 
		
	
		
			
			|  | 76 | +                "psr/log": "~1.0"
 | 
		
	
		
			
			|  | 77 | +            },
 | 
		
	
		
			
			|  | 78 | +            "type": "library",
 | 
		
	
		
			
			|  | 79 | +            "extra": {
 | 
		
	
		
			
			|  | 80 | +                "branch-alias": {
 | 
		
	
		
			
			|  | 81 | +                    "dev-master": "6.1-dev"
 | 
		
	
		
			
			|  | 82 | +                }
 | 
		
	
		
			
			|  | 83 | +            },
 | 
		
	
		
			
			|  | 84 | +            "autoload": {
 | 
		
	
		
			
			|  | 85 | +                "files": [
 | 
		
	
		
			
			|  | 86 | +                    "src/functions_include.php"
 | 
		
	
		
			
			|  | 87 | +                ],
 | 
		
	
		
			
			|  | 88 | +                "psr-4": {
 | 
		
	
		
			
			|  | 89 | +                    "GuzzleHttp\\": "src/"
 | 
		
	
		
			
			|  | 90 | +                }
 | 
		
	
		
			
			|  | 91 | +            },
 | 
		
	
		
			
			|  | 92 | +            "notification-url": "https://packagist.org/downloads/",
 | 
		
	
		
			
			|  | 93 | +            "license": [
 | 
		
	
		
			
			|  | 94 | +                "MIT"
 | 
		
	
		
			
			|  | 95 | +            ],
 | 
		
	
		
			
			|  | 96 | +            "authors": [
 | 
		
	
		
			
			|  | 97 | +                {
 | 
		
	
		
			
			|  | 98 | +                    "name": "Michael Dowling",
 | 
		
	
		
			
			|  | 99 | +                    "email": "mtdowling@gmail.com",
 | 
		
	
		
			
			|  | 100 | +                    "homepage": "https://github.com/mtdowling"
 | 
		
	
		
			
			|  | 101 | +                }
 | 
		
	
		
			
			|  | 102 | +            ],
 | 
		
	
		
			
			|  | 103 | +            "description": "Guzzle is a PHP HTTP client library",
 | 
		
	
		
			
			|  | 104 | +            "homepage": "http://guzzlephp.org/",
 | 
		
	
		
			
			|  | 105 | +            "keywords": [
 | 
		
	
		
			
			|  | 106 | +                "client",
 | 
		
	
		
			
			|  | 107 | +                "curl",
 | 
		
	
		
			
			|  | 108 | +                "framework",
 | 
		
	
		
			
			|  | 109 | +                "http",
 | 
		
	
		
			
			|  | 110 | +                "http client",
 | 
		
	
		
			
			|  | 111 | +                "rest",
 | 
		
	
		
			
			|  | 112 | +                "web service"
 | 
		
	
		
			
			|  | 113 | +            ],
 | 
		
	
		
			
			|  | 114 | +            "time": "2015-11-23 00:47:50"
 | 
		
	
		
			
			|  | 115 | +        },
 | 
		
	
		
			
			|  | 116 | +        {
 | 
		
	
		
			
			|  | 117 | +            "name": "guzzlehttp/promises",
 | 
		
	
		
			
			|  | 118 | +            "version": "1.0.3",
 | 
		
	
		
			
			|  | 119 | +            "source": {
 | 
		
	
		
			
			|  | 120 | +                "type": "git",
 | 
		
	
		
			
			|  | 121 | +                "url": "https://github.com/guzzle/promises.git",
 | 
		
	
		
			
			|  | 122 | +                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
 | 
		
	
		
			
			|  | 123 | +            },
 | 
		
	
		
			
			|  | 124 | +            "dist": {
 | 
		
	
		
			
			|  | 125 | +                "type": "zip",
 | 
		
	
		
			
			|  | 126 | +                "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
 | 
		
	
		
			
			|  | 127 | +                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
 | 
		
	
		
			
			|  | 128 | +                "shasum": ""
 | 
		
	
		
			
			|  | 129 | +            },
 | 
		
	
		
			
			|  | 130 | +            "require": {
 | 
		
	
		
			
			|  | 131 | +                "php": ">=5.5.0"
 | 
		
	
		
			
			|  | 132 | +            },
 | 
		
	
		
			
			|  | 133 | +            "require-dev": {
 | 
		
	
		
			
			|  | 134 | +                "phpunit/phpunit": "~4.0"
 | 
		
	
		
			
			|  | 135 | +            },
 | 
		
	
		
			
			|  | 136 | +            "type": "library",
 | 
		
	
		
			
			|  | 137 | +            "extra": {
 | 
		
	
		
			
			|  | 138 | +                "branch-alias": {
 | 
		
	
		
			
			|  | 139 | +                    "dev-master": "1.0-dev"
 | 
		
	
		
			
			|  | 140 | +                }
 | 
		
	
		
			
			|  | 141 | +            },
 | 
		
	
		
			
			|  | 142 | +            "autoload": {
 | 
		
	
		
			
			|  | 143 | +                "psr-4": {
 | 
		
	
		
			
			|  | 144 | +                    "GuzzleHttp\\Promise\\": "src/"
 | 
		
	
		
			
			|  | 145 | +                },
 | 
		
	
		
			
			|  | 146 | +                "files": [
 | 
		
	
		
			
			|  | 147 | +                    "src/functions_include.php"
 | 
		
	
		
			
			|  | 148 | +                ]
 | 
		
	
		
			
			|  | 149 | +            },
 | 
		
	
		
			
			|  | 150 | +            "notification-url": "https://packagist.org/downloads/",
 | 
		
	
		
			
			|  | 151 | +            "license": [
 | 
		
	
		
			
			|  | 152 | +                "MIT"
 | 
		
	
		
			
			|  | 153 | +            ],
 | 
		
	
		
			
			|  | 154 | +            "authors": [
 | 
		
	
		
			
			|  | 155 | +                {
 | 
		
	
		
			
			|  | 156 | +                    "name": "Michael Dowling",
 | 
		
	
		
			
			|  | 157 | +                    "email": "mtdowling@gmail.com",
 | 
		
	
		
			
			|  | 158 | +                    "homepage": "https://github.com/mtdowling"
 | 
		
	
		
			
			|  | 159 | +                }
 | 
		
	
		
			
			|  | 160 | +            ],
 | 
		
	
		
			
			|  | 161 | +            "description": "Guzzle promises library",
 | 
		
	
		
			
			|  | 162 | +            "keywords": [
 | 
		
	
		
			
			|  | 163 | +                "promise"
 | 
		
	
		
			
			|  | 164 | +            ],
 | 
		
	
		
			
			|  | 165 | +            "time": "2015-10-15 22:28:00"
 | 
		
	
		
			
			|  | 166 | +        },
 | 
		
	
		
			
			|  | 167 | +        {
 | 
		
	
		
			
			|  | 168 | +            "name": "guzzlehttp/psr7",
 | 
		
	
		
			
			|  | 169 | +            "version": "1.2.1",
 | 
		
	
		
			
			|  | 170 | +            "source": {
 | 
		
	
		
			
			|  | 171 | +                "type": "git",
 | 
		
	
		
			
			|  | 172 | +                "url": "https://github.com/guzzle/psr7.git",
 | 
		
	
		
			
			|  | 173 | +                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982"
 | 
		
	
		
			
			|  | 174 | +            },
 | 
		
	
		
			
			|  | 175 | +            "dist": {
 | 
		
	
		
			
			|  | 176 | +                "type": "zip",
 | 
		
	
		
			
			|  | 177 | +                "url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982",
 | 
		
	
		
			
			|  | 178 | +                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982",
 | 
		
	
		
			
			|  | 179 | +                "shasum": ""
 | 
		
	
		
			
			|  | 180 | +            },
 | 
		
	
		
			
			|  | 181 | +            "require": {
 | 
		
	
		
			
			|  | 182 | +                "php": ">=5.4.0",
 | 
		
	
		
			
			|  | 183 | +                "psr/http-message": "~1.0"
 | 
		
	
		
			
			|  | 184 | +            },
 | 
		
	
		
			
			|  | 185 | +            "provide": {
 | 
		
	
		
			
			|  | 186 | +                "psr/http-message-implementation": "1.0"
 | 
		
	
		
			
			|  | 187 | +            },
 | 
		
	
		
			
			|  | 188 | +            "require-dev": {
 | 
		
	
		
			
			|  | 189 | +                "phpunit/phpunit": "~4.0"
 | 
		
	
		
			
			|  | 190 | +            },
 | 
		
	
		
			
			|  | 191 | +            "type": "library",
 | 
		
	
		
			
			|  | 192 | +            "extra": {
 | 
		
	
		
			
			|  | 193 | +                "branch-alias": {
 | 
		
	
		
			
			|  | 194 | +                    "dev-master": "1.0-dev"
 | 
		
	
		
			
			|  | 195 | +                }
 | 
		
	
		
			
			|  | 196 | +            },
 | 
		
	
		
			
			|  | 197 | +            "autoload": {
 | 
		
	
		
			
			|  | 198 | +                "psr-4": {
 | 
		
	
		
			
			|  | 199 | +                    "GuzzleHttp\\Psr7\\": "src/"
 | 
		
	
		
			
			|  | 200 | +                },
 | 
		
	
		
			
			|  | 201 | +                "files": [
 | 
		
	
		
			
			|  | 202 | +                    "src/functions_include.php"
 | 
		
	
		
			
			|  | 203 | +                ]
 | 
		
	
		
			
			|  | 204 | +            },
 | 
		
	
		
			
			|  | 205 | +            "notification-url": "https://packagist.org/downloads/",
 | 
		
	
		
			
			|  | 206 | +            "license": [
 | 
		
	
		
			
			|  | 207 | +                "MIT"
 | 
		
	
		
			
			|  | 208 | +            ],
 | 
		
	
		
			
			|  | 209 | +            "authors": [
 | 
		
	
		
			
			|  | 210 | +                {
 | 
		
	
		
			
			|  | 211 | +                    "name": "Michael Dowling",
 | 
		
	
		
			
			|  | 212 | +                    "email": "mtdowling@gmail.com",
 | 
		
	
		
			
			|  | 213 | +                    "homepage": "https://github.com/mtdowling"
 | 
		
	
		
			
			|  | 214 | +                }
 | 
		
	
		
			
			|  | 215 | +            ],
 | 
		
	
		
			
			|  | 216 | +            "description": "PSR-7 message implementation",
 | 
		
	
		
			
			|  | 217 | +            "keywords": [
 | 
		
	
		
			
			|  | 218 | +                "http",
 | 
		
	
		
			
			|  | 219 | +                "message",
 | 
		
	
		
			
			|  | 220 | +                "stream",
 | 
		
	
		
			
			|  | 221 | +                "uri"
 | 
		
	
		
			
			|  | 222 | +            ],
 | 
		
	
		
			
			|  | 223 | +            "time": "2015-11-03 01:34:55"
 | 
		
	
		
			
			|  | 224 | +        },
 | 
		
	
		
			
			| 54 | 225 |          {
 | 
		
	
		
			
			| 55 | 226 |              "name": "luticate/utils",
 | 
		
	
		
			
			| 56 |  | -            "version": "0.1.1",
 | 
		
	
		
			
			|  | 227 | +            "version": "0.1.3",
 | 
		
	
		
			
			| 57 | 228 |              "source": {
 | 
		
	
		
			
			| 58 | 229 |                  "type": "git",
 | 
		
	
		
			
			| 59 | 230 |                  "url": "https://git.rthoni.com/luticate/utils.git",
 | 
		
	
		
			
			| 60 |  | -                "reference": "8965564e6a6b329918ba7e4e9ebcfc9e98f71edc"
 | 
		
	
		
			
			|  | 231 | +                "reference": "c76d9e46c4388bbecf6274f5361d8e71df79bfda"
 | 
		
	
		
			
			|  | 232 | +            },
 | 
		
	
		
			
			|  | 233 | +            "require": {
 | 
		
	
		
			
			|  | 234 | +                "guzzlehttp/guzzle": "^6.1"
 | 
		
	
		
			
			| 61 | 235 |              },
 | 
		
	
		
			
			| 62 | 236 |              "type": "library",
 | 
		
	
		
			
			| 63 | 237 |              "autoload": {
 | 
		
	
	
		
			
			|  | @@ -72,17 +246,66 @@
 | 
		
	
		
			
			| 72 | 246 |                  }
 | 
		
	
		
			
			| 73 | 247 |              ],
 | 
		
	
		
			
			| 74 | 248 |              "description": "Luticate user management system utils",
 | 
		
	
		
			
			| 75 |  | -            "time": "2015-11-12 14:55:00"
 | 
		
	
		
			
			|  | 249 | +            "time": "2016-01-10 23:00:22"
 | 
		
	
		
			
			|  | 250 | +        },
 | 
		
	
		
			
			|  | 251 | +        {
 | 
		
	
		
			
			|  | 252 | +            "name": "psr/http-message",
 | 
		
	
		
			
			|  | 253 | +            "version": "1.0",
 | 
		
	
		
			
			|  | 254 | +            "source": {
 | 
		
	
		
			
			|  | 255 | +                "type": "git",
 | 
		
	
		
			
			|  | 256 | +                "url": "https://github.com/php-fig/http-message.git",
 | 
		
	
		
			
			|  | 257 | +                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
 | 
		
	
		
			
			|  | 258 | +            },
 | 
		
	
		
			
			|  | 259 | +            "dist": {
 | 
		
	
		
			
			|  | 260 | +                "type": "zip",
 | 
		
	
		
			
			|  | 261 | +                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
 | 
		
	
		
			
			|  | 262 | +                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
 | 
		
	
		
			
			|  | 263 | +                "shasum": ""
 | 
		
	
		
			
			|  | 264 | +            },
 | 
		
	
		
			
			|  | 265 | +            "require": {
 | 
		
	
		
			
			|  | 266 | +                "php": ">=5.3.0"
 | 
		
	
		
			
			|  | 267 | +            },
 | 
		
	
		
			
			|  | 268 | +            "type": "library",
 | 
		
	
		
			
			|  | 269 | +            "extra": {
 | 
		
	
		
			
			|  | 270 | +                "branch-alias": {
 | 
		
	
		
			
			|  | 271 | +                    "dev-master": "1.0.x-dev"
 | 
		
	
		
			
			|  | 272 | +                }
 | 
		
	
		
			
			|  | 273 | +            },
 | 
		
	
		
			
			|  | 274 | +            "autoload": {
 | 
		
	
		
			
			|  | 275 | +                "psr-4": {
 | 
		
	
		
			
			|  | 276 | +                    "Psr\\Http\\Message\\": "src/"
 | 
		
	
		
			
			|  | 277 | +                }
 | 
		
	
		
			
			|  | 278 | +            },
 | 
		
	
		
			
			|  | 279 | +            "notification-url": "https://packagist.org/downloads/",
 | 
		
	
		
			
			|  | 280 | +            "license": [
 | 
		
	
		
			
			|  | 281 | +                "MIT"
 | 
		
	
		
			
			|  | 282 | +            ],
 | 
		
	
		
			
			|  | 283 | +            "authors": [
 | 
		
	
		
			
			|  | 284 | +                {
 | 
		
	
		
			
			|  | 285 | +                    "name": "PHP-FIG",
 | 
		
	
		
			
			|  | 286 | +                    "homepage": "http://www.php-fig.org/"
 | 
		
	
		
			
			|  | 287 | +                }
 | 
		
	
		
			
			|  | 288 | +            ],
 | 
		
	
		
			
			|  | 289 | +            "description": "Common interface for HTTP messages",
 | 
		
	
		
			
			|  | 290 | +            "keywords": [
 | 
		
	
		
			
			|  | 291 | +                "http",
 | 
		
	
		
			
			|  | 292 | +                "http-message",
 | 
		
	
		
			
			|  | 293 | +                "psr",
 | 
		
	
		
			
			|  | 294 | +                "psr-7",
 | 
		
	
		
			
			|  | 295 | +                "request",
 | 
		
	
		
			
			|  | 296 | +                "response"
 | 
		
	
		
			
			|  | 297 | +            ],
 | 
		
	
		
			
			|  | 298 | +            "time": "2015-05-04 20:22:00"
 | 
		
	
		
			
			| 76 | 299 |          }
 | 
		
	
		
			
			| 77 | 300 |      ],
 | 
		
	
		
			
			| 78 | 301 |      "packages-dev": [
 | 
		
	
		
			
			| 79 | 302 |          {
 | 
		
	
		
			
			| 80 | 303 |              "name": "luticate/generator",
 | 
		
	
		
			
			| 81 |  | -            "version": "0.1.2",
 | 
		
	
		
			
			|  | 304 | +            "version": "0.1.3",
 | 
		
	
		
			
			| 82 | 305 |              "source": {
 | 
		
	
		
			
			| 83 | 306 |                  "type": "git",
 | 
		
	
		
			
			| 84 | 307 |                  "url": "https://git.rthoni.com/luticate/generator.git",
 | 
		
	
		
			
			| 85 |  | -                "reference": "5940633ab6ea37df3999e00d0819ead21925e710"
 | 
		
	
		
			
			|  | 308 | +                "reference": "c279bf6e2e92789be374012ff49fb38f531dfd76"
 | 
		
	
		
			
			| 86 | 309 |              },
 | 
		
	
		
			
			| 87 | 310 |              "require": {
 | 
		
	
		
			
			| 88 | 311 |                  "luticate/utils": "0.1.x",
 | 
		
	
	
		
			
			|  | @@ -102,20 +325,20 @@
 | 
		
	
		
			
			| 102 | 325 |                  }
 | 
		
	
		
			
			| 103 | 326 |              ],
 | 
		
	
		
			
			| 104 | 327 |              "description": "Luticate user management system code generator",
 | 
		
	
		
			
			| 105 |  | -            "time": "2015-11-12 15:21:28"
 | 
		
	
		
			
			|  | 328 | +            "time": "2016-01-13 22:10:56"
 | 
		
	
		
			
			| 106 | 329 |          },
 | 
		
	
		
			
			| 107 | 330 |          {
 | 
		
	
		
			
			| 108 | 331 |              "name": "twig/twig",
 | 
		
	
		
			
			| 109 |  | -            "version": "v1.23.1",
 | 
		
	
		
			
			|  | 332 | +            "version": "v1.23.3",
 | 
		
	
		
			
			| 110 | 333 |              "source": {
 | 
		
	
		
			
			| 111 | 334 |                  "type": "git",
 | 
		
	
		
			
			| 112 | 335 |                  "url": "https://github.com/twigphp/Twig.git",
 | 
		
	
		
			
			| 113 |  | -                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
 | 
		
	
		
			
			|  | 336 | +                "reference": "ae53fc2c312fdee63773b75cb570304f85388b08"
 | 
		
	
		
			
			| 114 | 337 |              },
 | 
		
	
		
			
			| 115 | 338 |              "dist": {
 | 
		
	
		
			
			| 116 | 339 |                  "type": "zip",
 | 
		
	
		
			
			| 117 |  | -                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
 | 
		
	
		
			
			| 118 |  | -                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
 | 
		
	
		
			
			|  | 340 | +                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ae53fc2c312fdee63773b75cb570304f85388b08",
 | 
		
	
		
			
			|  | 341 | +                "reference": "ae53fc2c312fdee63773b75cb570304f85388b08",
 | 
		
	
		
			
			| 119 | 342 |                  "shasum": ""
 | 
		
	
		
			
			| 120 | 343 |              },
 | 
		
	
		
			
			| 121 | 344 |              "require": {
 | 
		
	
	
		
			
			|  | @@ -163,7 +386,7 @@
 | 
		
	
		
			
			| 163 | 386 |              "keywords": [
 | 
		
	
		
			
			| 164 | 387 |                  "templating"
 | 
		
	
		
			
			| 165 | 388 |              ],
 | 
		
	
		
			
			| 166 |  | -            "time": "2015-11-05 12:49:06"
 | 
		
	
		
			
			|  | 389 | +            "time": "2016-01-11 14:02:19"
 | 
		
	
		
			
			| 167 | 390 |          },
 | 
		
	
		
			
			| 168 | 391 |          {
 | 
		
	
		
			
			| 169 | 392 |              "name": "vlucas/phpdotenv",
 |