Commit 685f7422ff97c7fda972c58f86b8f4a482a4e3ab
Merge remote-tracking branch 'origin/master'
Showing
3 changed files
with
5 additions
and
4721 deletions
Show diff stats
_composer.json deleted
| 1 | -{ | |
| 2 | - "name": "artweb/artbox-basic", | |
| 3 | - "description": "Artbox Basic Project Template", | |
| 4 | - "keywords": [ | |
| 5 | - "yii2", | |
| 6 | - "cms", | |
| 7 | - "artweb", | |
| 8 | - "artbox", | |
| 9 | - "basic", | |
| 10 | - "project template" | |
| 11 | - ], | |
| 12 | - "homepage": "http://artweb.ua", | |
| 13 | - "type": "project", | |
| 14 | - "license": "BSD-3-Clause", | |
| 15 | - "support": { | |
| 16 | - "wiki": "http://www.yiiframework.com/wiki/" | |
| 17 | - }, | |
| 18 | - "minimum-stability": "dev", | |
| 19 | - "require": { | |
| 20 | - "php": ">=7.0", | |
| 21 | - "artweb/artbox-core": "*", | |
| 22 | - "yiisoft/yii2": "~2.0", | |
| 23 | - "yiisoft/yii2-bootstrap": "~2.0", | |
| 24 | - "yiisoft/yii2-swiftmailer": "~2.0", | |
| 25 | - "noam148/yii2-image-manager": "~1.0", | |
| 26 | - "yiister/yii2-gentelella": "~1.0", | |
| 27 | - "yii2tech/filedb": "~1.0", | |
| 28 | - "hiqdev/yii2-asset-pnotify": "~2.0", | |
| 29 | - "hiqdev/yii2-asset-icheck": "~1.0", | |
| 30 | - "google/apiclient": "^2.0" | |
| 31 | - }, | |
| 32 | - "require-dev": { | |
| 33 | - "yiisoft/yii2-debug": "~2.0.0", | |
| 34 | - "yiisoft/yii2-gii": "~2.0.0", | |
| 35 | - "yiisoft/yii2-faker": "~2.0.0", | |
| 36 | - "codeception/base": "^2.2.3", | |
| 37 | - "codeception/verify": "~0.3.1" | |
| 38 | - }, | |
| 39 | - "config": { | |
| 40 | - "process-timeout": 1800 | |
| 41 | - }, | |
| 42 | - "extra": { | |
| 43 | - "asset-installer-paths": { | |
| 44 | - "npm-asset-library": "vendor/npm", | |
| 45 | - "bower-asset-library": "vendor/bower" | |
| 46 | - } | |
| 47 | - }, | |
| 48 | - "scripts": { | |
| 49 | - "post-install-cmd": "php init --env=Development --overwrite=n" | |
| 50 | - }, | |
| 51 | - "autoload": { | |
| 52 | - "psr-4": { | |
| 53 | - "artbox\\core\\": "artweb/artbox-core/", | |
| 54 | - "artbox\\gentelella\\": "artweb/artbox-gentelella/" | |
| 55 | - } | |
| 56 | - } | |
| 57 | -} |
composer.json
| ... | ... | @@ -15,10 +15,11 @@ |
| 15 | 15 | "support": { |
| 16 | 16 | "wiki": "http://www.yiiframework.com/wiki/" |
| 17 | 17 | }, |
| 18 | - "minimum-stability": "dev", | |
| 18 | + "minimum-stability": "stable", | |
| 19 | 19 | "require": { |
| 20 | 20 | "php": ">=7.0", |
| 21 | - "artweb/artbox-core": "*", | |
| 21 | + "artweb/artbox-core": "@dev", | |
| 22 | + "artweb/artbox-gentelella": "@dev", | |
| 22 | 23 | "yiisoft/yii2": "~2.0", |
| 23 | 24 | "yiisoft/yii2-bootstrap": "~2.0", |
| 24 | 25 | "yiisoft/yii2-swiftmailer": "~2.0", |
| ... | ... | @@ -45,16 +46,13 @@ |
| 45 | 46 | "bower-asset-library": "vendor/bower" |
| 46 | 47 | } |
| 47 | 48 | }, |
| 48 | - "scripts": { | |
| 49 | - "post-install-cmd": "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb" | |
| 50 | - }, | |
| 51 | 49 | "repositories": [ |
| 52 | 50 | { |
| 53 | - "type": "vsc", | |
| 51 | + "type": "vcs", | |
| 54 | 52 | "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git" |
| 55 | 53 | }, |
| 56 | 54 | { |
| 57 | - "type": "vsc", | |
| 55 | + "type": "vcs", | |
| 58 | 56 | "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-gentelella.git" |
| 59 | 57 | } |
| 60 | 58 | ] | ... | ... |
composer.lock deleted
| 1 | -{ | |
| 2 | - "_readme": [ | |
| 3 | - "This file locks the dependencies of your project to a known state", | |
| 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" | |
| 6 | - ], | |
| 7 | - "hash": "aa326c5f3fbc6bf643995c57820a41a5", | |
| 8 | - "content-hash": "3827d959ce5cb915b9885f6c8387da17", | |
| 9 | - "packages": [ | |
| 10 | - { | |
| 11 | - "name": "2amigos/yii2-highcharts-widget", | |
| 12 | - "version": "1.0.1", | |
| 13 | - "source": { | |
| 14 | - "type": "git", | |
| 15 | - "url": "https://github.com/2amigos/yii2-highcharts-widget.git", | |
| 16 | - "reference": "e820aa981335d0c7269706ad6cb2d0ae81da495b" | |
| 17 | - }, | |
| 18 | - "dist": { | |
| 19 | - "type": "zip", | |
| 20 | - "url": "https://api.github.com/repos/2amigos/yii2-highcharts-widget/zipball/e820aa981335d0c7269706ad6cb2d0ae81da495b", | |
| 21 | - "reference": "e820aa981335d0c7269706ad6cb2d0ae81da495b", | |
| 22 | - "shasum": "" | |
| 23 | - }, | |
| 24 | - "require": { | |
| 25 | - "bower-asset/highcharts-release": "4.1.4", | |
| 26 | - "yiisoft/yii2": "*" | |
| 27 | - }, | |
| 28 | - "require-dev": { | |
| 29 | - "phpunit/phpunit": "4.*", | |
| 30 | - "scrutinizer/ocular": "~1.1" | |
| 31 | - }, | |
| 32 | - "type": "yii2-extension", | |
| 33 | - "extra": { | |
| 34 | - "branch-alias": { | |
| 35 | - "dev-master": "1.0-dev" | |
| 36 | - }, | |
| 37 | - "asset-installer-paths": { | |
| 38 | - "bower-asset-library": "vendor/bower" | |
| 39 | - } | |
| 40 | - }, | |
| 41 | - "autoload": { | |
| 42 | - "psr-4": { | |
| 43 | - "dosamigos\\highcharts\\": "src" | |
| 44 | - } | |
| 45 | - }, | |
| 46 | - "notification-url": "https://packagist.org/downloads/", | |
| 47 | - "license": [ | |
| 48 | - "BSD-3-Clause" | |
| 49 | - ], | |
| 50 | - "authors": [ | |
| 51 | - { | |
| 52 | - "name": "2amigOS! Consulting Group", | |
| 53 | - "email": "hola@2amigos.us", | |
| 54 | - "homepage": "http://2amigos.us", | |
| 55 | - "role": "Developer" | |
| 56 | - } | |
| 57 | - ], | |
| 58 | - "description": "Highcharts JS widget for Yii2.", | |
| 59 | - "homepage": "http://yiiwheels.com/extension/highcharts-widget", | |
| 60 | - "keywords": [ | |
| 61 | - "2amigos", | |
| 62 | - "chart", | |
| 63 | - "extension", | |
| 64 | - "highcharts", | |
| 65 | - "widget", | |
| 66 | - "yii", | |
| 67 | - "yii 2", | |
| 68 | - "yii2" | |
| 69 | - ], | |
| 70 | - "time": "2015-03-16 21:55:20" | |
| 71 | - }, | |
| 72 | - { | |
| 73 | - "name": "2amigos/yii2-tinymce-widget", | |
| 74 | - "version": "1.1.1", | |
| 75 | - "source": { | |
| 76 | - "type": "git", | |
| 77 | - "url": "https://github.com/2amigos/yii2-tinymce-widget.git", | |
| 78 | - "reference": "d58bad3ede450f86acd475fb4ecda982b980132b" | |
| 79 | - }, | |
| 80 | - "dist": { | |
| 81 | - "type": "zip", | |
| 82 | - "url": "https://api.github.com/repos/2amigos/yii2-tinymce-widget/zipball/d58bad3ede450f86acd475fb4ecda982b980132b", | |
| 83 | - "reference": "d58bad3ede450f86acd475fb4ecda982b980132b", | |
| 84 | - "shasum": "" | |
| 85 | - }, | |
| 86 | - "require": { | |
| 87 | - "tinymce/tinymce": ">=4", | |
| 88 | - "yiisoft/yii2": "~2.0.0" | |
| 89 | - }, | |
| 90 | - "require-dev": { | |
| 91 | - "phpunit/phpunit": "4.*" | |
| 92 | - }, | |
| 93 | - "type": "yii2-extension", | |
| 94 | - "extra": { | |
| 95 | - "branch-alias": { | |
| 96 | - "dev-master": "1.0-dev" | |
| 97 | - }, | |
| 98 | - "asset-installer-paths": { | |
| 99 | - "bower-asset-library": "vendor/bower" | |
| 100 | - } | |
| 101 | - }, | |
| 102 | - "autoload": { | |
| 103 | - "psr-4": { | |
| 104 | - "dosamigos\\tinymce\\": "src" | |
| 105 | - } | |
| 106 | - }, | |
| 107 | - "notification-url": "https://packagist.org/downloads/", | |
| 108 | - "license": [ | |
| 109 | - "BSD-3-Clause" | |
| 110 | - ], | |
| 111 | - "authors": [ | |
| 112 | - { | |
| 113 | - "name": "2amigOS! Consulting Group", | |
| 114 | - "email": "hola@2amigos.us", | |
| 115 | - "homepage": "http://2amigos.us", | |
| 116 | - "role": "Developer" | |
| 117 | - } | |
| 118 | - ], | |
| 119 | - "description": "TinyMCE widget for Yii2.", | |
| 120 | - "homepage": "http://yiiwheels.com/extension/tinymce-widget", | |
| 121 | - "keywords": [ | |
| 122 | - "2amigos", | |
| 123 | - "extension", | |
| 124 | - "tinymce", | |
| 125 | - "widget", | |
| 126 | - "yii", | |
| 127 | - "yii 2", | |
| 128 | - "yii2" | |
| 129 | - ], | |
| 130 | - "time": "2015-03-28 21:53:43" | |
| 131 | - }, | |
| 132 | - { | |
| 133 | - "name": "bower-asset/bootstrap", | |
| 134 | - "version": "v3.3.7", | |
| 135 | - "source": { | |
| 136 | - "type": "git", | |
| 137 | - "url": "https://github.com/twbs/bootstrap.git", | |
| 138 | - "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" | |
| 139 | - }, | |
| 140 | - "dist": { | |
| 141 | - "type": "zip", | |
| 142 | - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86", | |
| 143 | - "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86", | |
| 144 | - "shasum": "" | |
| 145 | - }, | |
| 146 | - "require": { | |
| 147 | - "bower-asset/jquery": ">=1.9.1,<=3" | |
| 148 | - }, | |
| 149 | - "type": "bower-asset-library", | |
| 150 | - "extra": { | |
| 151 | - "bower-asset-main": [ | |
| 152 | - "less/bootstrap.less", | |
| 153 | - "dist/js/bootstrap.js" | |
| 154 | - ], | |
| 155 | - "bower-asset-ignore": [ | |
| 156 | - "/.*", | |
| 157 | - "_config.yml", | |
| 158 | - "CNAME", | |
| 159 | - "composer.json", | |
| 160 | - "CONTRIBUTING.md", | |
| 161 | - "docs", | |
| 162 | - "js/tests", | |
| 163 | - "test-infra" | |
| 164 | - ] | |
| 165 | - }, | |
| 166 | - "license": [ | |
| 167 | - "MIT" | |
| 168 | - ], | |
| 169 | - "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", | |
| 170 | - "keywords": [ | |
| 171 | - "css", | |
| 172 | - "framework", | |
| 173 | - "front-end", | |
| 174 | - "js", | |
| 175 | - "less", | |
| 176 | - "mobile-first", | |
| 177 | - "responsive", | |
| 178 | - "web" | |
| 179 | - ] | |
| 180 | - }, | |
| 181 | - { | |
| 182 | - "name": "bower-asset/gentelella", | |
| 183 | - "version": "1.4.0", | |
| 184 | - "source": { | |
| 185 | - "type": "git", | |
| 186 | - "url": "https://github.com/puikinsh/gentelella.git", | |
| 187 | - "reference": "3448fdfdf16a41707d6e2a8154d592a88d85c41c" | |
| 188 | - }, | |
| 189 | - "dist": { | |
| 190 | - "type": "zip", | |
| 191 | - "url": "https://api.github.com/repos/puikinsh/gentelella/zipball/3448fdfdf16a41707d6e2a8154d592a88d85c41c", | |
| 192 | - "reference": "3448fdfdf16a41707d6e2a8154d592a88d85c41c", | |
| 193 | - "shasum": "" | |
| 194 | - }, | |
| 195 | - "require-dev": { | |
| 196 | - "bower-asset/animate.css": ">=3.5.1,<4.0.0", | |
| 197 | - "bower-asset/autosize": ">=3.0.15,<4.0.0", | |
| 198 | - "bower-asset/bootstrap": ">=3.3.7,<4.0.0", | |
| 199 | - "bower-asset/bootstrap-colorpicker": ">=2.3.3,<3.0.0", | |
| 200 | - "bower-asset/bootstrap-daterangepicker": "dev-master", | |
| 201 | - "bower-asset/bootstrap-progressbar": ">=0.9.0,<0.10.0", | |
| 202 | - "bower-asset/bootstrap-wysiwyg-steveathon": ">=1.0.5,<2.0.0", | |
| 203 | - "bower-asset/chart.js": ">=2.0.2,<3.0.0", | |
| 204 | - "bower-asset/cropper": ">=2.3.0,<3.0.0", | |
| 205 | - "bower-asset/datatables.net": ">=1.10.11,<2.0.0", | |
| 206 | - "bower-asset/datatables.net-bs": ">=1.10.11,<2.0.0", | |
| 207 | - "bower-asset/datatables.net-buttons": ">=1.1.2,<2.0.0", | |
| 208 | - "bower-asset/datatables.net-buttons-bs": ">=1.1.2,<2.0.0", | |
| 209 | - "bower-asset/datatables.net-fixedheader": ">=3.1.1,<4.0.0", | |
| 210 | - "bower-asset/datatables.net-fixedheader-bs": ">=3.1.1,<4.0.0", | |
| 211 | - "bower-asset/datatables.net-keytable": ">=2.1.1,<3.0.0", | |
| 212 | - "bower-asset/datatables.net-responsive": ">=2.0.2,<3.0.0", | |
| 213 | - "bower-asset/datatables.net-responsive-bs": ">=2.0.2,<3.0.0", | |
| 214 | - "bower-asset/datatables.net-scroller": ">=1.4.1,<2.0.0", | |
| 215 | - "bower-asset/datatables.net-scroller-bs": ">=1.4.1,<2.0.0", | |
| 216 | - "bower-asset/datejs": ">=1.0.0-RC3,<2.0.0", | |
| 217 | - "bower-asset/devbridge-autocomplete": ">=1.2.24,<2.0.0", | |
| 218 | - "bower-asset/dropzone": ">=4.3.0,<5.0.0", | |
| 219 | - "bower-asset/echarts": ">=3.1.7,<4.0.0", | |
| 220 | - "bower-asset/fastclick": ">=1.0.6,<2.0.0", | |
| 221 | - "bower-asset/flot": ">=0.8.3,<0.9.0", | |
| 222 | - "bower-asset/flot-spline": ">=0.8.2,<0.9.0", | |
| 223 | - "bower-asset/flot.curvedlines": ">=1.1.1,<2.0.0", | |
| 224 | - "bower-asset/flot.orderbars": "*", | |
| 225 | - "bower-asset/fontawesome": ">=4.6.1,<5.0.0", | |
| 226 | - "bower-asset/fullcalendar": ">=2.6.1,<3.0.0", | |
| 227 | - "bower-asset/gauge.js": ">=1.2.1,<2.0.0", | |
| 228 | - "bower-asset/icheck": ">=1.0.2,<2.0.0", | |
| 229 | - "bower-asset/ionrangeslider": ">=2.1.3,<3.0.0", | |
| 230 | - "bower-asset/jquery": ">=2.2.3,<3.0.0", | |
| 231 | - "bower-asset/jquery-knob": ">=1.2.13,<2.0.0", | |
| 232 | - "bower-asset/jquery-smart-wizard": ">=3.3.1,<4.0.0", | |
| 233 | - "bower-asset/jquery-sparkline": ">=2.1.3,<3.0.0", | |
| 234 | - "bower-asset/jquery.easy-pie-chart": ">=2.1.6,<3.0.0", | |
| 235 | - "bower-asset/jquery.inputmask": ">=3.3.1,<4.0.0", | |
| 236 | - "bower-asset/jquery.tagsinput": ">=1.3.6,<2.0.0", | |
| 237 | - "bower-asset/jqvmap": "dev-master", | |
| 238 | - "bower-asset/jszip": "2.6.0", | |
| 239 | - "bower-asset/malihu-custom-scrollbar-plugin": ">=3.1.3,<4.0.0", | |
| 240 | - "bower-asset/morris.js": ">=0.5.1,<0.6.0", | |
| 241 | - "bower-asset/normalize-css": ">=4.1.1,<5.0.0", | |
| 242 | - "bower-asset/nprogress": ">=0.2.0,<0.3.0", | |
| 243 | - "bower-asset/parsleyjs": ">=2.3.10,<3.0.0", | |
| 244 | - "bower-asset/pdfmake": ">=0.1.20,<0.2.0", | |
| 245 | - "bower-asset/pnotify": ">=3.0.0,<4.0.0", | |
| 246 | - "bower-asset/select2": ">=4.0.2,<5.0.0", | |
| 247 | - "bower-asset/skycons": "*", | |
| 248 | - "bower-asset/starrr": ">=2.0.0,<3.0.0", | |
| 249 | - "bower-asset/switchery": ">=0.8.1,<0.9.0", | |
| 250 | - "bower-asset/validator": ">=1.0.6,<2.0.0" | |
| 251 | - }, | |
| 252 | - "type": "bower-asset-library", | |
| 253 | - "extra": { | |
| 254 | - "bower-asset-ignore": [ | |
| 255 | - "**/.*", | |
| 256 | - "documentation" | |
| 257 | - ] | |
| 258 | - }, | |
| 259 | - "license": [ | |
| 260 | - "MIT" | |
| 261 | - ], | |
| 262 | - "description": "Gentelella Admin is a free to use Bootstrap admin template", | |
| 263 | - "keywords": [ | |
| 264 | - "admin", | |
| 265 | - "backend", | |
| 266 | - "bootstrap", | |
| 267 | - "css", | |
| 268 | - "html", | |
| 269 | - "js", | |
| 270 | - "responsive", | |
| 271 | - "template", | |
| 272 | - "theme" | |
| 273 | - ] | |
| 274 | - }, | |
| 275 | - { | |
| 276 | - "name": "bower-asset/highcharts-release", | |
| 277 | - "version": "v4.1.4", | |
| 278 | - "source": { | |
| 279 | - "type": "git", | |
| 280 | - "url": "https://github.com/highcharts/highcharts-dist.git", | |
| 281 | - "reference": "8ec04ca0aa02fe7e9584dc24b6902e4338360763" | |
| 282 | - }, | |
| 283 | - "dist": { | |
| 284 | - "type": "zip", | |
| 285 | - "url": "https://api.github.com/repos/highcharts/highcharts-dist/zipball/8ec04ca0aa02fe7e9584dc24b6902e4338360763", | |
| 286 | - "reference": "8ec04ca0aa02fe7e9584dc24b6902e4338360763", | |
| 287 | - "shasum": "" | |
| 288 | - }, | |
| 289 | - "type": "bower-asset-library", | |
| 290 | - "extra": { | |
| 291 | - "bower-asset-main": [ | |
| 292 | - "highcharts.js", | |
| 293 | - "highcharts-more.js", | |
| 294 | - "modules/exporting.js" | |
| 295 | - ] | |
| 296 | - } | |
| 297 | - }, | |
| 298 | - { | |
| 299 | - "name": "bower-asset/icheck", | |
| 300 | - "version": "1.0.2", | |
| 301 | - "source": { | |
| 302 | - "type": "git", | |
| 303 | - "url": "https://github.com/fronteed/icheck.git", | |
| 304 | - "reference": "8a6eb37bd7dab1e843c1b630c91c6398ff409d05" | |
| 305 | - }, | |
| 306 | - "dist": { | |
| 307 | - "type": "zip", | |
| 308 | - "url": "https://api.github.com/repos/fronteed/icheck/zipball/8a6eb37bd7dab1e843c1b630c91c6398ff409d05", | |
| 309 | - "reference": "8a6eb37bd7dab1e843c1b630c91c6398ff409d05", | |
| 310 | - "shasum": "" | |
| 311 | - }, | |
| 312 | - "require": { | |
| 313 | - "bower-asset/jquery": ">=1.7" | |
| 314 | - }, | |
| 315 | - "type": "bower-asset-library", | |
| 316 | - "extra": { | |
| 317 | - "bower-asset-main": [ | |
| 318 | - "./icheck.min.js" | |
| 319 | - ], | |
| 320 | - "bower-asset-ignore": [ | |
| 321 | - ".gitignore", | |
| 322 | - "CHANGELOG.md", | |
| 323 | - "README.md", | |
| 324 | - "demo/" | |
| 325 | - ] | |
| 326 | - }, | |
| 327 | - "license": [ | |
| 328 | - "MIT" | |
| 329 | - ], | |
| 330 | - "description": "Highly customizable checkboxes and radio buttons (jQuery & Zepto)", | |
| 331 | - "keywords": [ | |
| 332 | - "accessibility", | |
| 333 | - "checkbox", | |
| 334 | - "checked", | |
| 335 | - "custom", | |
| 336 | - "disabled", | |
| 337 | - "field", | |
| 338 | - "form", | |
| 339 | - "icheck", | |
| 340 | - "indeterminate", | |
| 341 | - "input", | |
| 342 | - "radio", | |
| 343 | - "replacement", | |
| 344 | - "skins", | |
| 345 | - "ui" | |
| 346 | - ] | |
| 347 | - }, | |
| 348 | - { | |
| 349 | - "name": "bower-asset/jquery", | |
| 350 | - "version": "2.2.4", | |
| 351 | - "source": { | |
| 352 | - "type": "git", | |
| 353 | - "url": "https://github.com/jquery/jquery-dist.git", | |
| 354 | - "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72" | |
| 355 | - }, | |
| 356 | - "dist": { | |
| 357 | - "type": "zip", | |
| 358 | - "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72", | |
| 359 | - "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72", | |
| 360 | - "shasum": "" | |
| 361 | - }, | |
| 362 | - "type": "bower-asset-library", | |
| 363 | - "extra": { | |
| 364 | - "bower-asset-main": "dist/jquery.js", | |
| 365 | - "bower-asset-ignore": [ | |
| 366 | - "package.json" | |
| 367 | - ] | |
| 368 | - }, | |
| 369 | - "license": [ | |
| 370 | - "MIT" | |
| 371 | - ], | |
| 372 | - "keywords": [ | |
| 373 | - "browser", | |
| 374 | - "javascript", | |
| 375 | - "jquery", | |
| 376 | - "library" | |
| 377 | - ] | |
| 378 | - }, | |
| 379 | - { | |
| 380 | - "name": "bower-asset/jquery.inputmask", | |
| 381 | - "version": "3.3.4", | |
| 382 | - "source": { | |
| 383 | - "type": "git", | |
| 384 | - "url": "https://github.com/RobinHerbots/Inputmask.git", | |
| 385 | - "reference": "8a882bc471ba4077c4f8ecbe3d9d61c7558f3ef2" | |
| 386 | - }, | |
| 387 | - "dist": { | |
| 388 | - "type": "zip", | |
| 389 | - "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/8a882bc471ba4077c4f8ecbe3d9d61c7558f3ef2", | |
| 390 | - "reference": "8a882bc471ba4077c4f8ecbe3d9d61c7558f3ef2", | |
| 391 | - "shasum": "" | |
| 392 | - }, | |
| 393 | - "require": { | |
| 394 | - "bower-asset/jquery": ">=1.7" | |
| 395 | - }, | |
| 396 | - "type": "bower-asset-library", | |
| 397 | - "extra": { | |
| 398 | - "bower-asset-main": [ | |
| 399 | - "./dist/inputmask/inputmask.dependencyLib", | |
| 400 | - "./dist/inputmask/inputmask", | |
| 401 | - "./dist/inputmask/inputmask.extensions", | |
| 402 | - "./dist/inputmask/inputmask.date.extensions", | |
| 403 | - "./dist/inputmask/inputmask.numeric.extensions", | |
| 404 | - "./dist/inputmask/inputmask.phone.extensions", | |
| 405 | - "./dist/inputmask/inputmask.regex.extensions", | |
| 406 | - "./dist/inputmask/jquery.inputmask" | |
| 407 | - ], | |
| 408 | - "bower-asset-ignore": [ | |
| 409 | - "**/*", | |
| 410 | - "!dist/*", | |
| 411 | - "!dist/inputmask/*", | |
| 412 | - "!dist/min/*", | |
| 413 | - "!dist/min/inputmask/*", | |
| 414 | - "!extra/bindings/*", | |
| 415 | - "!extra/dependencyLibs/*", | |
| 416 | - "!extra/phone-codes/*" | |
| 417 | - ] | |
| 418 | - }, | |
| 419 | - "license": [ | |
| 420 | - "http://opensource.org/licenses/mit-license.php" | |
| 421 | - ], | |
| 422 | - "description": "jquery.inputmask is a jquery plugin which create an input mask.", | |
| 423 | - "keywords": [ | |
| 424 | - "form", | |
| 425 | - "input", | |
| 426 | - "inputmask", | |
| 427 | - "jquery", | |
| 428 | - "mask", | |
| 429 | - "plugins" | |
| 430 | - ] | |
| 431 | - }, | |
| 432 | - { | |
| 433 | - "name": "bower-asset/pnotify", | |
| 434 | - "version": "2.1.0", | |
| 435 | - "source": { | |
| 436 | - "type": "git", | |
| 437 | - "url": "https://github.com/sciactive/pnotify.git", | |
| 438 | - "reference": "4ca6d8089ec45997ae7be37efc51f1ddad336933" | |
| 439 | - }, | |
| 440 | - "dist": { | |
| 441 | - "type": "zip", | |
| 442 | - "url": "https://api.github.com/repos/sciactive/pnotify/zipball/4ca6d8089ec45997ae7be37efc51f1ddad336933", | |
| 443 | - "reference": "4ca6d8089ec45997ae7be37efc51f1ddad336933", | |
| 444 | - "shasum": "" | |
| 445 | - }, | |
| 446 | - "type": "bower-asset-library", | |
| 447 | - "extra": { | |
| 448 | - "bower-asset-main": [ | |
| 449 | - "src/pnotify.core.js", | |
| 450 | - "src/pnotify.core.min.js", | |
| 451 | - "src/pnotify.buttons.js", | |
| 452 | - "src/pnotify.buttons.min.js", | |
| 453 | - "src/pnotify.callbacks.js", | |
| 454 | - "src/pnotify.callbacks.min.js", | |
| 455 | - "src/pnotify.confirm.js", | |
| 456 | - "src/pnotify.confirm.min.js", | |
| 457 | - "src/pnotify.desktop.js", | |
| 458 | - "src/pnotify.desktop.min.js", | |
| 459 | - "src/pnotify.history.js", | |
| 460 | - "src/pnotify.history.min.js", | |
| 461 | - "src/pnotify.nonblock.js", | |
| 462 | - "src/pnotify.nonblock.min.js", | |
| 463 | - "src/pnotify.core.css", | |
| 464 | - "src/pnotify.core.min.css", | |
| 465 | - "src/pnotify.buttons.css", | |
| 466 | - "src/pnotify.buttons.min.css", | |
| 467 | - "src/pnotify.history.css", | |
| 468 | - "src/pnotify.history.min.css" | |
| 469 | - ], | |
| 470 | - "bower-asset-ignore": [ | |
| 471 | - "build-cache/", | |
| 472 | - "build-tools/", | |
| 473 | - "includes/", | |
| 474 | - "oxygen/", | |
| 475 | - "devnote*.*", | |
| 476 | - "index.html", | |
| 477 | - "README.md", | |
| 478 | - "testing.html", | |
| 479 | - "buildcustom.php", | |
| 480 | - "package.json", | |
| 481 | - "src/pnotify.tooltip.js", | |
| 482 | - "src/pnotify.tooltip.min.js", | |
| 483 | - "src/pnotify.mobile.js", | |
| 484 | - "src/pnotify.mobile.min.js" | |
| 485 | - ] | |
| 486 | - }, | |
| 487 | - "license": [ | |
| 488 | - "GPL-3.0", | |
| 489 | - "LGPL-3.0", | |
| 490 | - "MPL-1.1" | |
| 491 | - ], | |
| 492 | - "description": "JavaScript notification plugin." | |
| 493 | - }, | |
| 494 | - { | |
| 495 | - "name": "bower-asset/punycode", | |
| 496 | - "version": "v1.3.2", | |
| 497 | - "source": { | |
| 498 | - "type": "git", | |
| 499 | - "url": "https://github.com/bestiejs/punycode.js.git", | |
| 500 | - "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" | |
| 501 | - }, | |
| 502 | - "dist": { | |
| 503 | - "type": "zip", | |
| 504 | - "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", | |
| 505 | - "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3", | |
| 506 | - "shasum": "" | |
| 507 | - }, | |
| 508 | - "type": "bower-asset-library", | |
| 509 | - "extra": { | |
| 510 | - "bower-asset-main": "punycode.js", | |
| 511 | - "bower-asset-ignore": [ | |
| 512 | - "coverage", | |
| 513 | - "tests", | |
| 514 | - ".*", | |
| 515 | - "component.json", | |
| 516 | - "Gruntfile.js", | |
| 517 | - "node_modules", | |
| 518 | - "package.json" | |
| 519 | - ] | |
| 520 | - } | |
| 521 | - }, | |
| 522 | - { | |
| 523 | - "name": "bower-asset/yii2-pjax", | |
| 524 | - "version": "v2.0.6", | |
| 525 | - "source": { | |
| 526 | - "type": "git", | |
| 527 | - "url": "https://github.com/yiisoft/jquery-pjax.git", | |
| 528 | - "reference": "60728da6ade5879e807a49ce59ef9a72039b8978" | |
| 529 | - }, | |
| 530 | - "dist": { | |
| 531 | - "type": "zip", | |
| 532 | - "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/60728da6ade5879e807a49ce59ef9a72039b8978", | |
| 533 | - "reference": "60728da6ade5879e807a49ce59ef9a72039b8978", | |
| 534 | - "shasum": "" | |
| 535 | - }, | |
| 536 | - "require": { | |
| 537 | - "bower-asset/jquery": ">=1.8" | |
| 538 | - }, | |
| 539 | - "type": "bower-asset-library", | |
| 540 | - "extra": { | |
| 541 | - "bower-asset-main": "./jquery.pjax.js", | |
| 542 | - "bower-asset-ignore": [ | |
| 543 | - ".travis.yml", | |
| 544 | - "Gemfile", | |
| 545 | - "Gemfile.lock", | |
| 546 | - "CONTRIBUTING.md", | |
| 547 | - "vendor/", | |
| 548 | - "script/", | |
| 549 | - "test/" | |
| 550 | - ] | |
| 551 | - }, | |
| 552 | - "license": [ | |
| 553 | - "MIT" | |
| 554 | - ] | |
| 555 | - }, | |
| 556 | - { | |
| 557 | - "name": "cebe/markdown", | |
| 558 | - "version": "1.1.1", | |
| 559 | - "source": { | |
| 560 | - "type": "git", | |
| 561 | - "url": "https://github.com/cebe/markdown.git", | |
| 562 | - "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166" | |
| 563 | - }, | |
| 564 | - "dist": { | |
| 565 | - "type": "zip", | |
| 566 | - "url": "https://api.github.com/repos/cebe/markdown/zipball/c30eb5e01fe021cc5bba2f9ee0eeef96d4931166", | |
| 567 | - "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166", | |
| 568 | - "shasum": "" | |
| 569 | - }, | |
| 570 | - "require": { | |
| 571 | - "lib-pcre": "*", | |
| 572 | - "php": ">=5.4.0" | |
| 573 | - }, | |
| 574 | - "require-dev": { | |
| 575 | - "cebe/indent": "*", | |
| 576 | - "facebook/xhprof": "*@dev", | |
| 577 | - "phpunit/phpunit": "4.1.*" | |
| 578 | - }, | |
| 579 | - "bin": [ | |
| 580 | - "bin/markdown" | |
| 581 | - ], | |
| 582 | - "type": "library", | |
| 583 | - "extra": { | |
| 584 | - "branch-alias": { | |
| 585 | - "dev-master": "1.1.x-dev" | |
| 586 | - } | |
| 587 | - }, | |
| 588 | - "autoload": { | |
| 589 | - "psr-4": { | |
| 590 | - "cebe\\markdown\\": "" | |
| 591 | - } | |
| 592 | - }, | |
| 593 | - "notification-url": "https://packagist.org/downloads/", | |
| 594 | - "license": [ | |
| 595 | - "MIT" | |
| 596 | - ], | |
| 597 | - "authors": [ | |
| 598 | - { | |
| 599 | - "name": "Carsten Brandt", | |
| 600 | - "email": "mail@cebe.cc", | |
| 601 | - "homepage": "http://cebe.cc/", | |
| 602 | - "role": "Creator" | |
| 603 | - } | |
| 604 | - ], | |
| 605 | - "description": "A super fast, highly extensible markdown parser for PHP", | |
| 606 | - "homepage": "https://github.com/cebe/markdown#readme", | |
| 607 | - "keywords": [ | |
| 608 | - "extensible", | |
| 609 | - "fast", | |
| 610 | - "gfm", | |
| 611 | - "markdown", | |
| 612 | - "markdown-extra" | |
| 613 | - ], | |
| 614 | - "time": "2016-09-14 20:40:20" | |
| 615 | - }, | |
| 616 | - { | |
| 617 | - "name": "ezyang/htmlpurifier", | |
| 618 | - "version": "v4.9.2", | |
| 619 | - "source": { | |
| 620 | - "type": "git", | |
| 621 | - "url": "https://github.com/ezyang/htmlpurifier.git", | |
| 622 | - "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4" | |
| 623 | - }, | |
| 624 | - "dist": { | |
| 625 | - "type": "zip", | |
| 626 | - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4", | |
| 627 | - "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4", | |
| 628 | - "shasum": "" | |
| 629 | - }, | |
| 630 | - "require": { | |
| 631 | - "php": ">=5.2" | |
| 632 | - }, | |
| 633 | - "require-dev": { | |
| 634 | - "simpletest/simpletest": "^1.1" | |
| 635 | - }, | |
| 636 | - "type": "library", | |
| 637 | - "autoload": { | |
| 638 | - "psr-0": { | |
| 639 | - "HTMLPurifier": "library/" | |
| 640 | - }, | |
| 641 | - "files": [ | |
| 642 | - "library/HTMLPurifier.composer.php" | |
| 643 | - ] | |
| 644 | - }, | |
| 645 | - "notification-url": "https://packagist.org/downloads/", | |
| 646 | - "license": [ | |
| 647 | - "LGPL" | |
| 648 | - ], | |
| 649 | - "authors": [ | |
| 650 | - { | |
| 651 | - "name": "Edward Z. Yang", | |
| 652 | - "email": "admin@htmlpurifier.org", | |
| 653 | - "homepage": "http://ezyang.com" | |
| 654 | - } | |
| 655 | - ], | |
| 656 | - "description": "Standards compliant HTML filter written in PHP", | |
| 657 | - "homepage": "http://htmlpurifier.org/", | |
| 658 | - "keywords": [ | |
| 659 | - "html" | |
| 660 | - ], | |
| 661 | - "time": "2017-03-13 06:30:53" | |
| 662 | - }, | |
| 663 | - { | |
| 664 | - "name": "firebase/php-jwt", | |
| 665 | - "version": "v4.0.0", | |
| 666 | - "source": { | |
| 667 | - "type": "git", | |
| 668 | - "url": "https://github.com/firebase/php-jwt.git", | |
| 669 | - "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35" | |
| 670 | - }, | |
| 671 | - "dist": { | |
| 672 | - "type": "zip", | |
| 673 | - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35", | |
| 674 | - "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35", | |
| 675 | - "shasum": "" | |
| 676 | - }, | |
| 677 | - "require": { | |
| 678 | - "php": ">=5.3.0" | |
| 679 | - }, | |
| 680 | - "type": "library", | |
| 681 | - "autoload": { | |
| 682 | - "psr-4": { | |
| 683 | - "Firebase\\JWT\\": "src" | |
| 684 | - } | |
| 685 | - }, | |
| 686 | - "notification-url": "https://packagist.org/downloads/", | |
| 687 | - "license": [ | |
| 688 | - "BSD-3-Clause" | |
| 689 | - ], | |
| 690 | - "authors": [ | |
| 691 | - { | |
| 692 | - "name": "Neuman Vong", | |
| 693 | - "email": "neuman+pear@twilio.com", | |
| 694 | - "role": "Developer" | |
| 695 | - }, | |
| 696 | - { | |
| 697 | - "name": "Anant Narayanan", | |
| 698 | - "email": "anant@php.net", | |
| 699 | - "role": "Developer" | |
| 700 | - } | |
| 701 | - ], | |
| 702 | - "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", | |
| 703 | - "homepage": "https://github.com/firebase/php-jwt", | |
| 704 | - "time": "2016-07-18 04:51:16" | |
| 705 | - }, | |
| 706 | - { | |
| 707 | - "name": "fortawesome/font-awesome", | |
| 708 | - "version": "v4.7.0", | |
| 709 | - "source": { | |
| 710 | - "type": "git", | |
| 711 | - "url": "https://github.com/FortAwesome/Font-Awesome.git", | |
| 712 | - "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687" | |
| 713 | - }, | |
| 714 | - "dist": { | |
| 715 | - "type": "zip", | |
| 716 | - "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a8386aae19e200ddb0f6845b5feeee5eb7013687", | |
| 717 | - "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687", | |
| 718 | - "shasum": "" | |
| 719 | - }, | |
| 720 | - "require-dev": { | |
| 721 | - "jekyll": "1.0.2", | |
| 722 | - "lessc": "1.4.2" | |
| 723 | - }, | |
| 724 | - "type": "library", | |
| 725 | - "extra": { | |
| 726 | - "branch-alias": { | |
| 727 | - "dev-master": "4.6.x-dev" | |
| 728 | - } | |
| 729 | - }, | |
| 730 | - "notification-url": "https://packagist.org/downloads/", | |
| 731 | - "license": [ | |
| 732 | - "OFL-1.1", | |
| 733 | - "MIT" | |
| 734 | - ], | |
| 735 | - "authors": [ | |
| 736 | - { | |
| 737 | - "name": "Dave Gandy", | |
| 738 | - "email": "dave@fontawesome.io", | |
| 739 | - "homepage": "http://twitter.com/davegandy", | |
| 740 | - "role": "Developer" | |
| 741 | - } | |
| 742 | - ], | |
| 743 | - "description": "The iconic font and CSS framework", | |
| 744 | - "homepage": "http://fontawesome.io/", | |
| 745 | - "keywords": [ | |
| 746 | - "FontAwesome", | |
| 747 | - "awesome", | |
| 748 | - "bootstrap", | |
| 749 | - "font", | |
| 750 | - "icon" | |
| 751 | - ], | |
| 752 | - "time": "2016-10-24 15:52:54" | |
| 753 | - }, | |
| 754 | - { | |
| 755 | - "name": "google/apiclient", | |
| 756 | - "version": "v2.1.2", | |
| 757 | - "source": { | |
| 758 | - "type": "git", | |
| 759 | - "url": "https://github.com/google/google-api-php-client.git", | |
| 760 | - "reference": "360e656f48c3262a6f7fefc0207521efa66caedf" | |
| 761 | - }, | |
| 762 | - "dist": { | |
| 763 | - "type": "zip", | |
| 764 | - "url": "https://api.github.com/repos/google/google-api-php-client/zipball/360e656f48c3262a6f7fefc0207521efa66caedf", | |
| 765 | - "reference": "360e656f48c3262a6f7fefc0207521efa66caedf", | |
| 766 | - "shasum": "" | |
| 767 | - }, | |
| 768 | - "require": { | |
| 769 | - "firebase/php-jwt": "~2.0|~3.0|~4.0", | |
| 770 | - "google/apiclient-services": "^0.9", | |
| 771 | - "google/auth": "^0.11", | |
| 772 | - "guzzlehttp/guzzle": "~5.2|~6.0", | |
| 773 | - "guzzlehttp/psr7": "^1.2", | |
| 774 | - "monolog/monolog": "^1.17", | |
| 775 | - "php": ">=5.4", | |
| 776 | - "phpseclib/phpseclib": "~0.3.10|~2.0" | |
| 777 | - }, | |
| 778 | - "require-dev": { | |
| 779 | - "cache/filesystem-adapter": "^0.3.2", | |
| 780 | - "phpunit/phpunit": "~4", | |
| 781 | - "squizlabs/php_codesniffer": "~2.3", | |
| 782 | - "symfony/css-selector": "~2.1", | |
| 783 | - "symfony/dom-crawler": "~2.1" | |
| 784 | - }, | |
| 785 | - "suggest": { | |
| 786 | - "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)" | |
| 787 | - }, | |
| 788 | - "type": "library", | |
| 789 | - "extra": { | |
| 790 | - "branch-alias": { | |
| 791 | - "dev-master": "2.x-dev" | |
| 792 | - } | |
| 793 | - }, | |
| 794 | - "autoload": { | |
| 795 | - "psr-0": { | |
| 796 | - "Google_": "src/" | |
| 797 | - }, | |
| 798 | - "classmap": [ | |
| 799 | - "src/Google/Service/" | |
| 800 | - ] | |
| 801 | - }, | |
| 802 | - "notification-url": "https://packagist.org/downloads/", | |
| 803 | - "license": [ | |
| 804 | - "Apache-2.0" | |
| 805 | - ], | |
| 806 | - "description": "Client library for Google APIs", | |
| 807 | - "homepage": "http://developers.google.com/api-client-library/php", | |
| 808 | - "keywords": [ | |
| 809 | - "google" | |
| 810 | - ], | |
| 811 | - "time": "2017-01-11 19:44:46" | |
| 812 | - }, | |
| 813 | - { | |
| 814 | - "name": "google/apiclient-services", | |
| 815 | - "version": "v0.9", | |
| 816 | - "source": { | |
| 817 | - "type": "git", | |
| 818 | - "url": "https://github.com/google/google-api-php-client-services.git", | |
| 819 | - "reference": "c400c655d1b7ca412ad4dd344e569c6865e74a83" | |
| 820 | - }, | |
| 821 | - "dist": { | |
| 822 | - "type": "zip", | |
| 823 | - "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/c400c655d1b7ca412ad4dd344e569c6865e74a83", | |
| 824 | - "reference": "c400c655d1b7ca412ad4dd344e569c6865e74a83", | |
| 825 | - "shasum": "" | |
| 826 | - }, | |
| 827 | - "require": { | |
| 828 | - "php": ">=5.4" | |
| 829 | - }, | |
| 830 | - "type": "library", | |
| 831 | - "autoload": { | |
| 832 | - "psr-0": { | |
| 833 | - "Google_Service_": "src" | |
| 834 | - } | |
| 835 | - }, | |
| 836 | - "notification-url": "https://packagist.org/downloads/", | |
| 837 | - "license": [ | |
| 838 | - "Apache-2.0" | |
| 839 | - ], | |
| 840 | - "description": "Client library for Google APIs", | |
| 841 | - "homepage": "http://developers.google.com/api-client-library/php", | |
| 842 | - "keywords": [ | |
| 843 | - "google" | |
| 844 | - ], | |
| 845 | - "time": "2017-01-11 18:53:21" | |
| 846 | - }, | |
| 847 | - { | |
| 848 | - "name": "google/auth", | |
| 849 | - "version": "v0.11.1", | |
| 850 | - "source": { | |
| 851 | - "type": "git", | |
| 852 | - "url": "https://github.com/google/google-auth-library-php.git", | |
| 853 | - "reference": "a240674b08a09949fd5597f7590b3ed83663a12d" | |
| 854 | - }, | |
| 855 | - "dist": { | |
| 856 | - "type": "zip", | |
| 857 | - "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/a240674b08a09949fd5597f7590b3ed83663a12d", | |
| 858 | - "reference": "a240674b08a09949fd5597f7590b3ed83663a12d", | |
| 859 | - "shasum": "" | |
| 860 | - }, | |
| 861 | - "require": { | |
| 862 | - "firebase/php-jwt": "~2.0|~3.0|~4.0", | |
| 863 | - "guzzlehttp/guzzle": "~5.3|~6.0", | |
| 864 | - "guzzlehttp/psr7": "~1.2", | |
| 865 | - "php": ">=5.4", | |
| 866 | - "psr/cache": "^1.0", | |
| 867 | - "psr/http-message": "^1.0" | |
| 868 | - }, | |
| 869 | - "require-dev": { | |
| 870 | - "friendsofphp/php-cs-fixer": "^1.11", | |
| 871 | - "phpunit/phpunit": "3.7.*" | |
| 872 | - }, | |
| 873 | - "type": "library", | |
| 874 | - "autoload": { | |
| 875 | - "classmap": [ | |
| 876 | - "src/" | |
| 877 | - ], | |
| 878 | - "psr-4": { | |
| 879 | - "Google\\Auth\\": "src" | |
| 880 | - } | |
| 881 | - }, | |
| 882 | - "notification-url": "https://packagist.org/downloads/", | |
| 883 | - "license": [ | |
| 884 | - "Apache-2.0" | |
| 885 | - ], | |
| 886 | - "description": "Google Auth Library for PHP", | |
| 887 | - "homepage": "http://github.com/google/google-auth-library-php", | |
| 888 | - "keywords": [ | |
| 889 | - "Authentication", | |
| 890 | - "google", | |
| 891 | - "oauth2" | |
| 892 | - ], | |
| 893 | - "time": "2016-11-02 14:59:14" | |
| 894 | - }, | |
| 895 | - { | |
| 896 | - "name": "guzzlehttp/guzzle", | |
| 897 | - "version": "6.2.3", | |
| 898 | - "source": { | |
| 899 | - "type": "git", | |
| 900 | - "url": "https://github.com/guzzle/guzzle.git", | |
| 901 | - "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" | |
| 902 | - }, | |
| 903 | - "dist": { | |
| 904 | - "type": "zip", | |
| 905 | - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", | |
| 906 | - "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", | |
| 907 | - "shasum": "" | |
| 908 | - }, | |
| 909 | - "require": { | |
| 910 | - "guzzlehttp/promises": "^1.0", | |
| 911 | - "guzzlehttp/psr7": "^1.4", | |
| 912 | - "php": ">=5.5" | |
| 913 | - }, | |
| 914 | - "require-dev": { | |
| 915 | - "ext-curl": "*", | |
| 916 | - "phpunit/phpunit": "^4.0", | |
| 917 | - "psr/log": "^1.0" | |
| 918 | - }, | |
| 919 | - "type": "library", | |
| 920 | - "extra": { | |
| 921 | - "branch-alias": { | |
| 922 | - "dev-master": "6.2-dev" | |
| 923 | - } | |
| 924 | - }, | |
| 925 | - "autoload": { | |
| 926 | - "files": [ | |
| 927 | - "src/functions_include.php" | |
| 928 | - ], | |
| 929 | - "psr-4": { | |
| 930 | - "GuzzleHttp\\": "src/" | |
| 931 | - } | |
| 932 | - }, | |
| 933 | - "notification-url": "https://packagist.org/downloads/", | |
| 934 | - "license": [ | |
| 935 | - "MIT" | |
| 936 | - ], | |
| 937 | - "authors": [ | |
| 938 | - { | |
| 939 | - "name": "Michael Dowling", | |
| 940 | - "email": "mtdowling@gmail.com", | |
| 941 | - "homepage": "https://github.com/mtdowling" | |
| 942 | - } | |
| 943 | - ], | |
| 944 | - "description": "Guzzle is a PHP HTTP client library", | |
| 945 | - "homepage": "http://guzzlephp.org/", | |
| 946 | - "keywords": [ | |
| 947 | - "client", | |
| 948 | - "curl", | |
| 949 | - "framework", | |
| 950 | - "http", | |
| 951 | - "http client", | |
| 952 | - "rest", | |
| 953 | - "web service" | |
| 954 | - ], | |
| 955 | - "time": "2017-02-28 22:50:30" | |
| 956 | - }, | |
| 957 | - { | |
| 958 | - "name": "guzzlehttp/promises", | |
| 959 | - "version": "v1.3.1", | |
| 960 | - "source": { | |
| 961 | - "type": "git", | |
| 962 | - "url": "https://github.com/guzzle/promises.git", | |
| 963 | - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
| 964 | - }, | |
| 965 | - "dist": { | |
| 966 | - "type": "zip", | |
| 967 | - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
| 968 | - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
| 969 | - "shasum": "" | |
| 970 | - }, | |
| 971 | - "require": { | |
| 972 | - "php": ">=5.5.0" | |
| 973 | - }, | |
| 974 | - "require-dev": { | |
| 975 | - "phpunit/phpunit": "^4.0" | |
| 976 | - }, | |
| 977 | - "type": "library", | |
| 978 | - "extra": { | |
| 979 | - "branch-alias": { | |
| 980 | - "dev-master": "1.4-dev" | |
| 981 | - } | |
| 982 | - }, | |
| 983 | - "autoload": { | |
| 984 | - "psr-4": { | |
| 985 | - "GuzzleHttp\\Promise\\": "src/" | |
| 986 | - }, | |
| 987 | - "files": [ | |
| 988 | - "src/functions_include.php" | |
| 989 | - ] | |
| 990 | - }, | |
| 991 | - "notification-url": "https://packagist.org/downloads/", | |
| 992 | - "license": [ | |
| 993 | - "MIT" | |
| 994 | - ], | |
| 995 | - "authors": [ | |
| 996 | - { | |
| 997 | - "name": "Michael Dowling", | |
| 998 | - "email": "mtdowling@gmail.com", | |
| 999 | - "homepage": "https://github.com/mtdowling" | |
| 1000 | - } | |
| 1001 | - ], | |
| 1002 | - "description": "Guzzle promises library", | |
| 1003 | - "keywords": [ | |
| 1004 | - "promise" | |
| 1005 | - ], | |
| 1006 | - "time": "2016-12-20 10:07:11" | |
| 1007 | - }, | |
| 1008 | - { | |
| 1009 | - "name": "guzzlehttp/psr7", | |
| 1010 | - "version": "1.4.2", | |
| 1011 | - "source": { | |
| 1012 | - "type": "git", | |
| 1013 | - "url": "https://github.com/guzzle/psr7.git", | |
| 1014 | - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" | |
| 1015 | - }, | |
| 1016 | - "dist": { | |
| 1017 | - "type": "zip", | |
| 1018 | - "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | |
| 1019 | - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | |
| 1020 | - "shasum": "" | |
| 1021 | - }, | |
| 1022 | - "require": { | |
| 1023 | - "php": ">=5.4.0", | |
| 1024 | - "psr/http-message": "~1.0" | |
| 1025 | - }, | |
| 1026 | - "provide": { | |
| 1027 | - "psr/http-message-implementation": "1.0" | |
| 1028 | - }, | |
| 1029 | - "require-dev": { | |
| 1030 | - "phpunit/phpunit": "~4.0" | |
| 1031 | - }, | |
| 1032 | - "type": "library", | |
| 1033 | - "extra": { | |
| 1034 | - "branch-alias": { | |
| 1035 | - "dev-master": "1.4-dev" | |
| 1036 | - } | |
| 1037 | - }, | |
| 1038 | - "autoload": { | |
| 1039 | - "psr-4": { | |
| 1040 | - "GuzzleHttp\\Psr7\\": "src/" | |
| 1041 | - }, | |
| 1042 | - "files": [ | |
| 1043 | - "src/functions_include.php" | |
| 1044 | - ] | |
| 1045 | - }, | |
| 1046 | - "notification-url": "https://packagist.org/downloads/", | |
| 1047 | - "license": [ | |
| 1048 | - "MIT" | |
| 1049 | - ], | |
| 1050 | - "authors": [ | |
| 1051 | - { | |
| 1052 | - "name": "Michael Dowling", | |
| 1053 | - "email": "mtdowling@gmail.com", | |
| 1054 | - "homepage": "https://github.com/mtdowling" | |
| 1055 | - }, | |
| 1056 | - { | |
| 1057 | - "name": "Tobias Schultze", | |
| 1058 | - "homepage": "https://github.com/Tobion" | |
| 1059 | - } | |
| 1060 | - ], | |
| 1061 | - "description": "PSR-7 message implementation that also provides common utility methods", | |
| 1062 | - "keywords": [ | |
| 1063 | - "http", | |
| 1064 | - "message", | |
| 1065 | - "request", | |
| 1066 | - "response", | |
| 1067 | - "stream", | |
| 1068 | - "uri", | |
| 1069 | - "url" | |
| 1070 | - ], | |
| 1071 | - "time": "2017-03-20 17:10:46" | |
| 1072 | - }, | |
| 1073 | - { | |
| 1074 | - "name": "hiqdev/yii2-asset-icheck", | |
| 1075 | - "version": "1.0.2.5", | |
| 1076 | - "source": { | |
| 1077 | - "type": "git", | |
| 1078 | - "url": "https://github.com/hiqdev/yii2-asset-icheck.git", | |
| 1079 | - "reference": "9dc8ea8e854f27bcff59198f8815da80dd696d18" | |
| 1080 | - }, | |
| 1081 | - "dist": { | |
| 1082 | - "type": "zip", | |
| 1083 | - "url": "https://api.github.com/repos/hiqdev/yii2-asset-icheck/zipball/9dc8ea8e854f27bcff59198f8815da80dd696d18", | |
| 1084 | - "reference": "9dc8ea8e854f27bcff59198f8815da80dd696d18", | |
| 1085 | - "shasum": "" | |
| 1086 | - }, | |
| 1087 | - "require": { | |
| 1088 | - "bower-asset/icheck": "1.0.2", | |
| 1089 | - "yiisoft/yii2": "~2.0" | |
| 1090 | - }, | |
| 1091 | - "require-dev": { | |
| 1092 | - "hiqdev/composer-asset-plugin": "*@dev" | |
| 1093 | - }, | |
| 1094 | - "type": "yii2-extension", | |
| 1095 | - "extra": { | |
| 1096 | - "bower-dependencies": { | |
| 1097 | - "icheck": "1.0.2" | |
| 1098 | - } | |
| 1099 | - }, | |
| 1100 | - "autoload": { | |
| 1101 | - "psr-4": { | |
| 1102 | - "hiqdev\\assets\\icheck\\": "src" | |
| 1103 | - } | |
| 1104 | - }, | |
| 1105 | - "notification-url": "https://packagist.org/downloads/", | |
| 1106 | - "license": [ | |
| 1107 | - "BSD-3-Clause" | |
| 1108 | - ], | |
| 1109 | - "authors": [ | |
| 1110 | - { | |
| 1111 | - "name": "Dmitry Naumenko", | |
| 1112 | - "email": "silverfire@hiqdev.com", | |
| 1113 | - "homepage": "http://silverfire.me/", | |
| 1114 | - "role": "Lead backend developer" | |
| 1115 | - }, | |
| 1116 | - { | |
| 1117 | - "name": "Andrii Vasyliev", | |
| 1118 | - "email": "sol@hiqdev.com", | |
| 1119 | - "homepage": "http://hipanel.com/", | |
| 1120 | - "role": "Project lead" | |
| 1121 | - }, | |
| 1122 | - { | |
| 1123 | - "name": "Andrey Klochok", | |
| 1124 | - "email": "tafid@hiqdev.com", | |
| 1125 | - "homepage": "http://hiqdev.com/", | |
| 1126 | - "role": "Lead frontend developer" | |
| 1127 | - }, | |
| 1128 | - { | |
| 1129 | - "name": "Yuriy Myronchuk", | |
| 1130 | - "email": "bladeroot@hiqdev.com", | |
| 1131 | - "homepage": "http://hiqdev.com/", | |
| 1132 | - "role": "QA Lead" | |
| 1133 | - } | |
| 1134 | - ], | |
| 1135 | - "description": "Yii2 asset for bower iCheck", | |
| 1136 | - "homepage": "https://github.com/hiqdev/yii2-asset-icheck", | |
| 1137 | - "keywords": [ | |
| 1138 | - "asset", | |
| 1139 | - "extension", | |
| 1140 | - "iCheck", | |
| 1141 | - "yii2" | |
| 1142 | - ], | |
| 1143 | - "time": "2016-03-30 10:59:26" | |
| 1144 | - }, | |
| 1145 | - { | |
| 1146 | - "name": "hiqdev/yii2-asset-pnotify", | |
| 1147 | - "version": "2.1.0", | |
| 1148 | - "source": { | |
| 1149 | - "type": "git", | |
| 1150 | - "url": "https://github.com/hiqdev/yii2-asset-pnotify.git", | |
| 1151 | - "reference": "d5bfa39fba84741523238e53b85ef7c2f37b789f" | |
| 1152 | - }, | |
| 1153 | - "dist": { | |
| 1154 | - "type": "zip", | |
| 1155 | - "url": "https://api.github.com/repos/hiqdev/yii2-asset-pnotify/zipball/d5bfa39fba84741523238e53b85ef7c2f37b789f", | |
| 1156 | - "reference": "d5bfa39fba84741523238e53b85ef7c2f37b789f", | |
| 1157 | - "shasum": "" | |
| 1158 | - }, | |
| 1159 | - "require": { | |
| 1160 | - "bower-asset/pnotify": "2.1.0" | |
| 1161 | - }, | |
| 1162 | - "type": "package", | |
| 1163 | - "autoload": { | |
| 1164 | - "psr-4": { | |
| 1165 | - "hiqdev\\assets\\pnotify\\": "src" | |
| 1166 | - } | |
| 1167 | - }, | |
| 1168 | - "notification-url": "https://packagist.org/downloads/", | |
| 1169 | - "license": [ | |
| 1170 | - "BSD-3-Clause" | |
| 1171 | - ], | |
| 1172 | - "authors": [ | |
| 1173 | - { | |
| 1174 | - "name": "Andrii Vasyliev", | |
| 1175 | - "email": "sol@hiqdev.com", | |
| 1176 | - "homepage": "https://hipanel.com/", | |
| 1177 | - "role": "Project lead" | |
| 1178 | - }, | |
| 1179 | - { | |
| 1180 | - "name": "Andrey Klochok", | |
| 1181 | - "email": "tafid@hiqdev.com", | |
| 1182 | - "homepage": "https://hiqdev.com/", | |
| 1183 | - "role": "Lead frontend developer" | |
| 1184 | - }, | |
| 1185 | - { | |
| 1186 | - "name": "Yuriy Myronchuk", | |
| 1187 | - "email": "bladeroot@hiqdev.com", | |
| 1188 | - "homepage": "https://hiqdev.com/", | |
| 1189 | - "role": "QA Lead" | |
| 1190 | - }, | |
| 1191 | - { | |
| 1192 | - "name": "Dmitry Naumenko", | |
| 1193 | - "email": "silverfire@hiqdev.com", | |
| 1194 | - "homepage": "http://silverfire.me/", | |
| 1195 | - "role": "Lead backend developer" | |
| 1196 | - } | |
| 1197 | - ], | |
| 1198 | - "description": "Yii2 Asset Pnotify", | |
| 1199 | - "homepage": "https://github.com/hiqdev/yii2-asset-pnotify", | |
| 1200 | - "keywords": [ | |
| 1201 | - "asset", | |
| 1202 | - "pnotify", | |
| 1203 | - "yii2" | |
| 1204 | - ], | |
| 1205 | - "time": "2015-09-09 15:16:38" | |
| 1206 | - }, | |
| 1207 | - { | |
| 1208 | - "name": "imagine/imagine", | |
| 1209 | - "version": "v0.6.3", | |
| 1210 | - "source": { | |
| 1211 | - "type": "git", | |
| 1212 | - "url": "https://github.com/avalanche123/Imagine.git", | |
| 1213 | - "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d" | |
| 1214 | - }, | |
| 1215 | - "dist": { | |
| 1216 | - "type": "zip", | |
| 1217 | - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d", | |
| 1218 | - "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d", | |
| 1219 | - "shasum": "" | |
| 1220 | - }, | |
| 1221 | - "require": { | |
| 1222 | - "php": ">=5.3.2" | |
| 1223 | - }, | |
| 1224 | - "require-dev": { | |
| 1225 | - "sami/sami": "dev-master" | |
| 1226 | - }, | |
| 1227 | - "suggest": { | |
| 1228 | - "ext-gd": "to use the GD implementation", | |
| 1229 | - "ext-gmagick": "to use the Gmagick implementation", | |
| 1230 | - "ext-imagick": "to use the Imagick implementation" | |
| 1231 | - }, | |
| 1232 | - "type": "library", | |
| 1233 | - "extra": { | |
| 1234 | - "branch-alias": { | |
| 1235 | - "dev-develop": "0.7-dev" | |
| 1236 | - } | |
| 1237 | - }, | |
| 1238 | - "autoload": { | |
| 1239 | - "psr-0": { | |
| 1240 | - "Imagine": "lib/" | |
| 1241 | - } | |
| 1242 | - }, | |
| 1243 | - "notification-url": "https://packagist.org/downloads/", | |
| 1244 | - "license": [ | |
| 1245 | - "MIT" | |
| 1246 | - ], | |
| 1247 | - "authors": [ | |
| 1248 | - { | |
| 1249 | - "name": "Bulat Shakirzyanov", | |
| 1250 | - "email": "mallluhuct@gmail.com", | |
| 1251 | - "homepage": "http://avalanche123.com" | |
| 1252 | - } | |
| 1253 | - ], | |
| 1254 | - "description": "Image processing for PHP 5.3", | |
| 1255 | - "homepage": "http://imagine.readthedocs.org/", | |
| 1256 | - "keywords": [ | |
| 1257 | - "drawing", | |
| 1258 | - "graphics", | |
| 1259 | - "image manipulation", | |
| 1260 | - "image processing" | |
| 1261 | - ], | |
| 1262 | - "time": "2015-09-19 16:54:05" | |
| 1263 | - }, | |
| 1264 | - { | |
| 1265 | - "name": "insolita/yii2-migration-generator", | |
| 1266 | - "version": "2.2.9", | |
| 1267 | - "source": { | |
| 1268 | - "type": "git", | |
| 1269 | - "url": "https://github.com/Insolita/yii2-migrik.git", | |
| 1270 | - "reference": "b1d5dfaa8cd7edd1407ef057d62bd4f0efd91d43" | |
| 1271 | - }, | |
| 1272 | - "dist": { | |
| 1273 | - "type": "zip", | |
| 1274 | - "url": "https://api.github.com/repos/Insolita/yii2-migrik/zipball/b1d5dfaa8cd7edd1407ef057d62bd4f0efd91d43", | |
| 1275 | - "reference": "b1d5dfaa8cd7edd1407ef057d62bd4f0efd91d43", | |
| 1276 | - "shasum": "" | |
| 1277 | - }, | |
| 1278 | - "require": { | |
| 1279 | - "yiisoft/yii2": "*" | |
| 1280 | - }, | |
| 1281 | - "require-dev": { | |
| 1282 | - "yiisoft/yii2-gii": "*" | |
| 1283 | - }, | |
| 1284 | - "type": "yii2-extension", | |
| 1285 | - "extra": { | |
| 1286 | - "bootstrap": "insolita\\migrik\\Bootstrap" | |
| 1287 | - }, | |
| 1288 | - "autoload": { | |
| 1289 | - "psr-4": { | |
| 1290 | - "insolita\\migrik\\": "" | |
| 1291 | - } | |
| 1292 | - }, | |
| 1293 | - "notification-url": "https://packagist.org/downloads/", | |
| 1294 | - "license": [ | |
| 1295 | - "MIT" | |
| 1296 | - ], | |
| 1297 | - "authors": [ | |
| 1298 | - { | |
| 1299 | - "name": "insolita", | |
| 1300 | - "email": "donnainsolita@gmail.com" | |
| 1301 | - } | |
| 1302 | - ], | |
| 1303 | - "description": "Set of gii tools for generating files for migration by schema of table , phpdoc or table data", | |
| 1304 | - "keywords": [ | |
| 1305 | - "extension", | |
| 1306 | - "yii2" | |
| 1307 | - ], | |
| 1308 | - "time": "2017-02-03 01:23:24" | |
| 1309 | - }, | |
| 1310 | - { | |
| 1311 | - "name": "kartik-v/bootstrap-fileinput", | |
| 1312 | - "version": "v4.3.8", | |
| 1313 | - "source": { | |
| 1314 | - "type": "git", | |
| 1315 | - "url": "https://github.com/kartik-v/bootstrap-fileinput.git", | |
| 1316 | - "reference": "219447a8c21b1c82e534dc2e6a73386933fc9c5e" | |
| 1317 | - }, | |
| 1318 | - "dist": { | |
| 1319 | - "type": "zip", | |
| 1320 | - "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/219447a8c21b1c82e534dc2e6a73386933fc9c5e", | |
| 1321 | - "reference": "219447a8c21b1c82e534dc2e6a73386933fc9c5e", | |
| 1322 | - "shasum": "" | |
| 1323 | - }, | |
| 1324 | - "type": "library", | |
| 1325 | - "extra": { | |
| 1326 | - "branch-alias": { | |
| 1327 | - "dev-master": "4.3.x-dev" | |
| 1328 | - } | |
| 1329 | - }, | |
| 1330 | - "autoload": { | |
| 1331 | - "psr-4": { | |
| 1332 | - "kartik\\plugins\\fileinput\\": "" | |
| 1333 | - } | |
| 1334 | - }, | |
| 1335 | - "notification-url": "https://packagist.org/downloads/", | |
| 1336 | - "license": [ | |
| 1337 | - "BSD-3-Clause" | |
| 1338 | - ], | |
| 1339 | - "authors": [ | |
| 1340 | - { | |
| 1341 | - "name": "Kartik Visweswaran", | |
| 1342 | - "email": "kartikv2@gmail.com", | |
| 1343 | - "homepage": "http://www.krajee.com/" | |
| 1344 | - } | |
| 1345 | - ], | |
| 1346 | - "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.", | |
| 1347 | - "homepage": "https://github.com/kartik-v/bootstrap-fileinput", | |
| 1348 | - "keywords": [ | |
| 1349 | - "ajax", | |
| 1350 | - "bootstrap", | |
| 1351 | - "delete", | |
| 1352 | - "file", | |
| 1353 | - "image", | |
| 1354 | - "input", | |
| 1355 | - "jquery", | |
| 1356 | - "multiple", | |
| 1357 | - "preview", | |
| 1358 | - "progress", | |
| 1359 | - "upload" | |
| 1360 | - ], | |
| 1361 | - "time": "2017-02-21 06:45:16" | |
| 1362 | - }, | |
| 1363 | - { | |
| 1364 | - "name": "kartik-v/yii2-krajee-base", | |
| 1365 | - "version": "v1.8.8", | |
| 1366 | - "source": { | |
| 1367 | - "type": "git", | |
| 1368 | - "url": "https://github.com/kartik-v/yii2-krajee-base.git", | |
| 1369 | - "reference": "2479241c03c87995cfc528ae7b297f5ae9e733cb" | |
| 1370 | - }, | |
| 1371 | - "dist": { | |
| 1372 | - "type": "zip", | |
| 1373 | - "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/2479241c03c87995cfc528ae7b297f5ae9e733cb", | |
| 1374 | - "reference": "2479241c03c87995cfc528ae7b297f5ae9e733cb", | |
| 1375 | - "shasum": "" | |
| 1376 | - }, | |
| 1377 | - "require": { | |
| 1378 | - "yiisoft/yii2-bootstrap": "@dev" | |
| 1379 | - }, | |
| 1380 | - "type": "yii2-extension", | |
| 1381 | - "extra": { | |
| 1382 | - "branch-alias": { | |
| 1383 | - "dev-master": "1.8.x-dev" | |
| 1384 | - } | |
| 1385 | - }, | |
| 1386 | - "autoload": { | |
| 1387 | - "psr-4": { | |
| 1388 | - "kartik\\base\\": "" | |
| 1389 | - } | |
| 1390 | - }, | |
| 1391 | - "notification-url": "https://packagist.org/downloads/", | |
| 1392 | - "license": [ | |
| 1393 | - "BSD-3-Clause" | |
| 1394 | - ], | |
| 1395 | - "authors": [ | |
| 1396 | - { | |
| 1397 | - "name": "Kartik Visweswaran", | |
| 1398 | - "email": "kartikv2@gmail.com", | |
| 1399 | - "homepage": "http://www.krajee.com/" | |
| 1400 | - } | |
| 1401 | - ], | |
| 1402 | - "description": "Base library and foundation components for all Yii2 Krajee extensions.", | |
| 1403 | - "homepage": "https://github.com/kartik-v/yii2-krajee-base", | |
| 1404 | - "keywords": [ | |
| 1405 | - "base", | |
| 1406 | - "extension", | |
| 1407 | - "foundation", | |
| 1408 | - "krajee", | |
| 1409 | - "widget", | |
| 1410 | - "yii2" | |
| 1411 | - ], | |
| 1412 | - "time": "2017-02-22 05:58:53" | |
| 1413 | - }, | |
| 1414 | - { | |
| 1415 | - "name": "kartik-v/yii2-widget-fileinput", | |
| 1416 | - "version": "v1.0.5", | |
| 1417 | - "source": { | |
| 1418 | - "type": "git", | |
| 1419 | - "url": "https://github.com/kartik-v/yii2-widget-fileinput.git", | |
| 1420 | - "reference": "3b8f6819f2cd01becff5251b8b952ac3e57b903a" | |
| 1421 | - }, | |
| 1422 | - "dist": { | |
| 1423 | - "type": "zip", | |
| 1424 | - "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/3b8f6819f2cd01becff5251b8b952ac3e57b903a", | |
| 1425 | - "reference": "3b8f6819f2cd01becff5251b8b952ac3e57b903a", | |
| 1426 | - "shasum": "" | |
| 1427 | - }, | |
| 1428 | - "require": { | |
| 1429 | - "kartik-v/bootstrap-fileinput": "~4.2", | |
| 1430 | - "kartik-v/yii2-krajee-base": "~1.7" | |
| 1431 | - }, | |
| 1432 | - "type": "yii2-extension", | |
| 1433 | - "extra": { | |
| 1434 | - "branch-alias": { | |
| 1435 | - "dev-master": "1.0.x-dev" | |
| 1436 | - } | |
| 1437 | - }, | |
| 1438 | - "autoload": { | |
| 1439 | - "psr-4": { | |
| 1440 | - "kartik\\file\\": "" | |
| 1441 | - } | |
| 1442 | - }, | |
| 1443 | - "notification-url": "https://packagist.org/downloads/", | |
| 1444 | - "license": [ | |
| 1445 | - "BSD-3-Clause" | |
| 1446 | - ], | |
| 1447 | - "authors": [ | |
| 1448 | - { | |
| 1449 | - "name": "Kartik Visweswaran", | |
| 1450 | - "email": "kartikv2@gmail.com", | |
| 1451 | - "homepage": "http://www.krajee.com/" | |
| 1452 | - } | |
| 1453 | - ], | |
| 1454 | - "description": "An enhanced FileInput widget for Bootstrap 3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)", | |
| 1455 | - "homepage": "https://github.com/kartik-v/yii2-widget-fileinput", | |
| 1456 | - "keywords": [ | |
| 1457 | - "extension", | |
| 1458 | - "file", | |
| 1459 | - "form", | |
| 1460 | - "input", | |
| 1461 | - "jquery", | |
| 1462 | - "plugin", | |
| 1463 | - "upload", | |
| 1464 | - "widget", | |
| 1465 | - "yii2" | |
| 1466 | - ], | |
| 1467 | - "time": "2016-06-16 06:53:01" | |
| 1468 | - }, | |
| 1469 | - { | |
| 1470 | - "name": "monolog/monolog", | |
| 1471 | - "version": "1.22.1", | |
| 1472 | - "source": { | |
| 1473 | - "type": "git", | |
| 1474 | - "url": "https://github.com/Seldaek/monolog.git", | |
| 1475 | - "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0" | |
| 1476 | - }, | |
| 1477 | - "dist": { | |
| 1478 | - "type": "zip", | |
| 1479 | - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0", | |
| 1480 | - "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0", | |
| 1481 | - "shasum": "" | |
| 1482 | - }, | |
| 1483 | - "require": { | |
| 1484 | - "php": ">=5.3.0", | |
| 1485 | - "psr/log": "~1.0" | |
| 1486 | - }, | |
| 1487 | - "provide": { | |
| 1488 | - "psr/log-implementation": "1.0.0" | |
| 1489 | - }, | |
| 1490 | - "require-dev": { | |
| 1491 | - "aws/aws-sdk-php": "^2.4.9 || ^3.0", | |
| 1492 | - "doctrine/couchdb": "~1.0@dev", | |
| 1493 | - "graylog2/gelf-php": "~1.0", | |
| 1494 | - "jakub-onderka/php-parallel-lint": "0.9", | |
| 1495 | - "php-amqplib/php-amqplib": "~2.4", | |
| 1496 | - "php-console/php-console": "^3.1.3", | |
| 1497 | - "phpunit/phpunit": "~4.5", | |
| 1498 | - "phpunit/phpunit-mock-objects": "2.3.0", | |
| 1499 | - "ruflin/elastica": ">=0.90 <3.0", | |
| 1500 | - "sentry/sentry": "^0.13", | |
| 1501 | - "swiftmailer/swiftmailer": "~5.3" | |
| 1502 | - }, | |
| 1503 | - "suggest": { | |
| 1504 | - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | |
| 1505 | - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", | |
| 1506 | - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
| 1507 | - "ext-mongo": "Allow sending log messages to a MongoDB server", | |
| 1508 | - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
| 1509 | - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", | |
| 1510 | - "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | |
| 1511 | - "php-console/php-console": "Allow sending log messages to Google Chrome", | |
| 1512 | - "rollbar/rollbar": "Allow sending log messages to Rollbar", | |
| 1513 | - "ruflin/elastica": "Allow sending log messages to an Elastic Search server", | |
| 1514 | - "sentry/sentry": "Allow sending log messages to a Sentry server" | |
| 1515 | - }, | |
| 1516 | - "type": "library", | |
| 1517 | - "extra": { | |
| 1518 | - "branch-alias": { | |
| 1519 | - "dev-master": "2.0.x-dev" | |
| 1520 | - } | |
| 1521 | - }, | |
| 1522 | - "autoload": { | |
| 1523 | - "psr-4": { | |
| 1524 | - "Monolog\\": "src/Monolog" | |
| 1525 | - } | |
| 1526 | - }, | |
| 1527 | - "notification-url": "https://packagist.org/downloads/", | |
| 1528 | - "license": [ | |
| 1529 | - "MIT" | |
| 1530 | - ], | |
| 1531 | - "authors": [ | |
| 1532 | - { | |
| 1533 | - "name": "Jordi Boggiano", | |
| 1534 | - "email": "j.boggiano@seld.be", | |
| 1535 | - "homepage": "http://seld.be" | |
| 1536 | - } | |
| 1537 | - ], | |
| 1538 | - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", | |
| 1539 | - "homepage": "http://github.com/Seldaek/monolog", | |
| 1540 | - "keywords": [ | |
| 1541 | - "log", | |
| 1542 | - "logging", | |
| 1543 | - "psr-3" | |
| 1544 | - ], | |
| 1545 | - "time": "2017-03-13 07:08:03" | |
| 1546 | - }, | |
| 1547 | - { | |
| 1548 | - "name": "noam148/yii2-image-manager", | |
| 1549 | - "version": "1.2.1", | |
| 1550 | - "source": { | |
| 1551 | - "type": "git", | |
| 1552 | - "url": "https://github.com/noam148/yii2-image-manager.git", | |
| 1553 | - "reference": "fa1b8d9c405dec2404065d472105b77e783880ed" | |
| 1554 | - }, | |
| 1555 | - "dist": { | |
| 1556 | - "type": "zip", | |
| 1557 | - "url": "https://api.github.com/repos/noam148/yii2-image-manager/zipball/fa1b8d9c405dec2404065d472105b77e783880ed", | |
| 1558 | - "reference": "fa1b8d9c405dec2404065d472105b77e783880ed", | |
| 1559 | - "shasum": "" | |
| 1560 | - }, | |
| 1561 | - "require": { | |
| 1562 | - "kartik-v/yii2-widget-fileinput": "@dev", | |
| 1563 | - "noam148/yii2-image-resize": "*", | |
| 1564 | - "yiisoft/yii2": "*" | |
| 1565 | - }, | |
| 1566 | - "type": "yii2-extension", | |
| 1567 | - "autoload": { | |
| 1568 | - "psr-4": { | |
| 1569 | - "noam148\\imagemanager\\": "" | |
| 1570 | - } | |
| 1571 | - }, | |
| 1572 | - "notification-url": "https://packagist.org/downloads/", | |
| 1573 | - "license": [ | |
| 1574 | - "BSD-3-Clause" | |
| 1575 | - ], | |
| 1576 | - "authors": [ | |
| 1577 | - { | |
| 1578 | - "name": "Noam148", | |
| 1579 | - "homepage": "https://github.com/noam148/" | |
| 1580 | - } | |
| 1581 | - ], | |
| 1582 | - "description": "A Yii2 module/widget for upload and cropping images", | |
| 1583 | - "homepage": "https://github.com/noam148/yii2-image-manager", | |
| 1584 | - "keywords": [ | |
| 1585 | - "crop", | |
| 1586 | - "extension", | |
| 1587 | - "image", | |
| 1588 | - "manager", | |
| 1589 | - "module", | |
| 1590 | - "upload", | |
| 1591 | - "widget", | |
| 1592 | - "yii2" | |
| 1593 | - ], | |
| 1594 | - "time": "2017-02-23 14:49:07" | |
| 1595 | - }, | |
| 1596 | - { | |
| 1597 | - "name": "noam148/yii2-image-resize", | |
| 1598 | - "version": "1.0.1", | |
| 1599 | - "source": { | |
| 1600 | - "type": "git", | |
| 1601 | - "url": "https://github.com/noam148/yii2-image-resize.git", | |
| 1602 | - "reference": "75796bdbe9bd66e23f8aff9d44ab431936a5a15e" | |
| 1603 | - }, | |
| 1604 | - "dist": { | |
| 1605 | - "type": "zip", | |
| 1606 | - "url": "https://api.github.com/repos/noam148/yii2-image-resize/zipball/75796bdbe9bd66e23f8aff9d44ab431936a5a15e", | |
| 1607 | - "reference": "75796bdbe9bd66e23f8aff9d44ab431936a5a15e", | |
| 1608 | - "shasum": "" | |
| 1609 | - }, | |
| 1610 | - "require": { | |
| 1611 | - "yiisoft/yii2": "*", | |
| 1612 | - "yiisoft/yii2-imagine": "*" | |
| 1613 | - }, | |
| 1614 | - "type": "yii2-extension", | |
| 1615 | - "autoload": { | |
| 1616 | - "psr-4": { | |
| 1617 | - "noam148\\imageresize\\": "" | |
| 1618 | - } | |
| 1619 | - }, | |
| 1620 | - "notification-url": "https://packagist.org/downloads/", | |
| 1621 | - "license": [ | |
| 1622 | - "BSD-3-Clause" | |
| 1623 | - ], | |
| 1624 | - "authors": [ | |
| 1625 | - { | |
| 1626 | - "name": "Noam148", | |
| 1627 | - "homepage": "https://github.com/noam148/" | |
| 1628 | - } | |
| 1629 | - ], | |
| 1630 | - "description": "A Yii2 component for resizing images (on the fly)", | |
| 1631 | - "homepage": "https://github.com/noam148/yii2-image-resize", | |
| 1632 | - "keywords": [ | |
| 1633 | - "component", | |
| 1634 | - "extension", | |
| 1635 | - "image", | |
| 1636 | - "on-the-fly", | |
| 1637 | - "resize", | |
| 1638 | - "yii2" | |
| 1639 | - ], | |
| 1640 | - "time": "2016-11-29 18:17:37" | |
| 1641 | - }, | |
| 1642 | - { | |
| 1643 | - "name": "phpseclib/phpseclib", | |
| 1644 | - "version": "2.0.4", | |
| 1645 | - "source": { | |
| 1646 | - "type": "git", | |
| 1647 | - "url": "https://github.com/phpseclib/phpseclib.git", | |
| 1648 | - "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf" | |
| 1649 | - }, | |
| 1650 | - "dist": { | |
| 1651 | - "type": "zip", | |
| 1652 | - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf", | |
| 1653 | - "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf", | |
| 1654 | - "shasum": "" | |
| 1655 | - }, | |
| 1656 | - "require": { | |
| 1657 | - "php": ">=5.3.3" | |
| 1658 | - }, | |
| 1659 | - "require-dev": { | |
| 1660 | - "phing/phing": "~2.7", | |
| 1661 | - "phpunit/phpunit": "~4.0", | |
| 1662 | - "sami/sami": "~2.0", | |
| 1663 | - "squizlabs/php_codesniffer": "~2.0" | |
| 1664 | - }, | |
| 1665 | - "suggest": { | |
| 1666 | - "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", | |
| 1667 | - "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", | |
| 1668 | - "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", | |
| 1669 | - "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." | |
| 1670 | - }, | |
| 1671 | - "type": "library", | |
| 1672 | - "autoload": { | |
| 1673 | - "files": [ | |
| 1674 | - "phpseclib/bootstrap.php" | |
| 1675 | - ], | |
| 1676 | - "psr-4": { | |
| 1677 | - "phpseclib\\": "phpseclib/" | |
| 1678 | - } | |
| 1679 | - }, | |
| 1680 | - "notification-url": "https://packagist.org/downloads/", | |
| 1681 | - "license": [ | |
| 1682 | - "MIT" | |
| 1683 | - ], | |
| 1684 | - "authors": [ | |
| 1685 | - { | |
| 1686 | - "name": "Jim Wigginton", | |
| 1687 | - "email": "terrafrost@php.net", | |
| 1688 | - "role": "Lead Developer" | |
| 1689 | - }, | |
| 1690 | - { | |
| 1691 | - "name": "Patrick Monnerat", | |
| 1692 | - "email": "pm@datasphere.ch", | |
| 1693 | - "role": "Developer" | |
| 1694 | - }, | |
| 1695 | - { | |
| 1696 | - "name": "Andreas Fischer", | |
| 1697 | - "email": "bantu@phpbb.com", | |
| 1698 | - "role": "Developer" | |
| 1699 | - }, | |
| 1700 | - { | |
| 1701 | - "name": "Hans-Jรผrgen Petrich", | |
| 1702 | - "email": "petrich@tronic-media.com", | |
| 1703 | - "role": "Developer" | |
| 1704 | - }, | |
| 1705 | - { | |
| 1706 | - "name": "Graham Campbell", | |
| 1707 | - "email": "graham@alt-three.com", | |
| 1708 | - "role": "Developer" | |
| 1709 | - } | |
| 1710 | - ], | |
| 1711 | - "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", | |
| 1712 | - "homepage": "http://phpseclib.sourceforge.net", | |
| 1713 | - "keywords": [ | |
| 1714 | - "BigInteger", | |
| 1715 | - "aes", | |
| 1716 | - "asn.1", | |
| 1717 | - "asn1", | |
| 1718 | - "blowfish", | |
| 1719 | - "crypto", | |
| 1720 | - "cryptography", | |
| 1721 | - "encryption", | |
| 1722 | - "rsa", | |
| 1723 | - "security", | |
| 1724 | - "sftp", | |
| 1725 | - "signature", | |
| 1726 | - "signing", | |
| 1727 | - "ssh", | |
| 1728 | - "twofish", | |
| 1729 | - "x.509", | |
| 1730 | - "x509" | |
| 1731 | - ], | |
| 1732 | - "time": "2016-10-04 00:57:04" | |
| 1733 | - }, | |
| 1734 | - { | |
| 1735 | - "name": "psr/cache", | |
| 1736 | - "version": "1.0.1", | |
| 1737 | - "source": { | |
| 1738 | - "type": "git", | |
| 1739 | - "url": "https://github.com/php-fig/cache.git", | |
| 1740 | - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" | |
| 1741 | - }, | |
| 1742 | - "dist": { | |
| 1743 | - "type": "zip", | |
| 1744 | - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", | |
| 1745 | - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", | |
| 1746 | - "shasum": "" | |
| 1747 | - }, | |
| 1748 | - "require": { | |
| 1749 | - "php": ">=5.3.0" | |
| 1750 | - }, | |
| 1751 | - "type": "library", | |
| 1752 | - "extra": { | |
| 1753 | - "branch-alias": { | |
| 1754 | - "dev-master": "1.0.x-dev" | |
| 1755 | - } | |
| 1756 | - }, | |
| 1757 | - "autoload": { | |
| 1758 | - "psr-4": { | |
| 1759 | - "Psr\\Cache\\": "src/" | |
| 1760 | - } | |
| 1761 | - }, | |
| 1762 | - "notification-url": "https://packagist.org/downloads/", | |
| 1763 | - "license": [ | |
| 1764 | - "MIT" | |
| 1765 | - ], | |
| 1766 | - "authors": [ | |
| 1767 | - { | |
| 1768 | - "name": "PHP-FIG", | |
| 1769 | - "homepage": "http://www.php-fig.org/" | |
| 1770 | - } | |
| 1771 | - ], | |
| 1772 | - "description": "Common interface for caching libraries", | |
| 1773 | - "keywords": [ | |
| 1774 | - "cache", | |
| 1775 | - "psr", | |
| 1776 | - "psr-6" | |
| 1777 | - ], | |
| 1778 | - "time": "2016-08-06 20:24:11" | |
| 1779 | - }, | |
| 1780 | - { | |
| 1781 | - "name": "psr/http-message", | |
| 1782 | - "version": "1.0.1", | |
| 1783 | - "source": { | |
| 1784 | - "type": "git", | |
| 1785 | - "url": "https://github.com/php-fig/http-message.git", | |
| 1786 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
| 1787 | - }, | |
| 1788 | - "dist": { | |
| 1789 | - "type": "zip", | |
| 1790 | - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 1791 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 1792 | - "shasum": "" | |
| 1793 | - }, | |
| 1794 | - "require": { | |
| 1795 | - "php": ">=5.3.0" | |
| 1796 | - }, | |
| 1797 | - "type": "library", | |
| 1798 | - "extra": { | |
| 1799 | - "branch-alias": { | |
| 1800 | - "dev-master": "1.0.x-dev" | |
| 1801 | - } | |
| 1802 | - }, | |
| 1803 | - "autoload": { | |
| 1804 | - "psr-4": { | |
| 1805 | - "Psr\\Http\\Message\\": "src/" | |
| 1806 | - } | |
| 1807 | - }, | |
| 1808 | - "notification-url": "https://packagist.org/downloads/", | |
| 1809 | - "license": [ | |
| 1810 | - "MIT" | |
| 1811 | - ], | |
| 1812 | - "authors": [ | |
| 1813 | - { | |
| 1814 | - "name": "PHP-FIG", | |
| 1815 | - "homepage": "http://www.php-fig.org/" | |
| 1816 | - } | |
| 1817 | - ], | |
| 1818 | - "description": "Common interface for HTTP messages", | |
| 1819 | - "homepage": "https://github.com/php-fig/http-message", | |
| 1820 | - "keywords": [ | |
| 1821 | - "http", | |
| 1822 | - "http-message", | |
| 1823 | - "psr", | |
| 1824 | - "psr-7", | |
| 1825 | - "request", | |
| 1826 | - "response" | |
| 1827 | - ], | |
| 1828 | - "time": "2016-08-06 14:39:51" | |
| 1829 | - }, | |
| 1830 | - { | |
| 1831 | - "name": "psr/log", | |
| 1832 | - "version": "1.0.2", | |
| 1833 | - "source": { | |
| 1834 | - "type": "git", | |
| 1835 | - "url": "https://github.com/php-fig/log.git", | |
| 1836 | - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
| 1837 | - }, | |
| 1838 | - "dist": { | |
| 1839 | - "type": "zip", | |
| 1840 | - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
| 1841 | - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
| 1842 | - "shasum": "" | |
| 1843 | - }, | |
| 1844 | - "require": { | |
| 1845 | - "php": ">=5.3.0" | |
| 1846 | - }, | |
| 1847 | - "type": "library", | |
| 1848 | - "extra": { | |
| 1849 | - "branch-alias": { | |
| 1850 | - "dev-master": "1.0.x-dev" | |
| 1851 | - } | |
| 1852 | - }, | |
| 1853 | - "autoload": { | |
| 1854 | - "psr-4": { | |
| 1855 | - "Psr\\Log\\": "Psr/Log/" | |
| 1856 | - } | |
| 1857 | - }, | |
| 1858 | - "notification-url": "https://packagist.org/downloads/", | |
| 1859 | - "license": [ | |
| 1860 | - "MIT" | |
| 1861 | - ], | |
| 1862 | - "authors": [ | |
| 1863 | - { | |
| 1864 | - "name": "PHP-FIG", | |
| 1865 | - "homepage": "http://www.php-fig.org/" | |
| 1866 | - } | |
| 1867 | - ], | |
| 1868 | - "description": "Common interface for logging libraries", | |
| 1869 | - "homepage": "https://github.com/php-fig/log", | |
| 1870 | - "keywords": [ | |
| 1871 | - "log", | |
| 1872 | - "psr", | |
| 1873 | - "psr-3" | |
| 1874 | - ], | |
| 1875 | - "time": "2016-10-10 12:19:37" | |
| 1876 | - }, | |
| 1877 | - { | |
| 1878 | - "name": "rmrevin/yii2-fontawesome", | |
| 1879 | - "version": "2.17.1", | |
| 1880 | - "source": { | |
| 1881 | - "type": "git", | |
| 1882 | - "url": "https://github.com/rmrevin/yii2-fontawesome.git", | |
| 1883 | - "reference": "65ce306da864f4d558348aeba040ed7876878090" | |
| 1884 | - }, | |
| 1885 | - "dist": { | |
| 1886 | - "type": "zip", | |
| 1887 | - "url": "https://api.github.com/repos/rmrevin/yii2-fontawesome/zipball/65ce306da864f4d558348aeba040ed7876878090", | |
| 1888 | - "reference": "65ce306da864f4d558348aeba040ed7876878090", | |
| 1889 | - "shasum": "" | |
| 1890 | - }, | |
| 1891 | - "require": { | |
| 1892 | - "fortawesome/font-awesome": "~4.7", | |
| 1893 | - "php": ">=5.4.0", | |
| 1894 | - "yiisoft/yii2": "2.0.*" | |
| 1895 | - }, | |
| 1896 | - "type": "yii2-extension", | |
| 1897 | - "extra": { | |
| 1898 | - "asset-installer-paths": { | |
| 1899 | - "npm-asset-library": "vendor/npm", | |
| 1900 | - "bower-asset-library": "vendor/bower" | |
| 1901 | - } | |
| 1902 | - }, | |
| 1903 | - "autoload": { | |
| 1904 | - "psr-4": { | |
| 1905 | - "rmrevin\\yii\\fontawesome\\": "" | |
| 1906 | - } | |
| 1907 | - }, | |
| 1908 | - "notification-url": "https://packagist.org/downloads/", | |
| 1909 | - "license": [ | |
| 1910 | - "MIT" | |
| 1911 | - ], | |
| 1912 | - "authors": [ | |
| 1913 | - { | |
| 1914 | - "name": "Revin Roman", | |
| 1915 | - "email": "roman@rmrevin.com", | |
| 1916 | - "homepage": "https://rmrevin.com/" | |
| 1917 | - } | |
| 1918 | - ], | |
| 1919 | - "description": "Asset Bundle for Yii2 with Font Awesome", | |
| 1920 | - "keywords": [ | |
| 1921 | - "asset", | |
| 1922 | - "awesome", | |
| 1923 | - "bundle", | |
| 1924 | - "font", | |
| 1925 | - "yii" | |
| 1926 | - ], | |
| 1927 | - "time": "2017-01-11 14:05:47" | |
| 1928 | - }, | |
| 1929 | - { | |
| 1930 | - "name": "swiftmailer/swiftmailer", | |
| 1931 | - "version": "v5.4.6", | |
| 1932 | - "source": { | |
| 1933 | - "type": "git", | |
| 1934 | - "url": "https://github.com/swiftmailer/swiftmailer.git", | |
| 1935 | - "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e" | |
| 1936 | - }, | |
| 1937 | - "dist": { | |
| 1938 | - "type": "zip", | |
| 1939 | - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e", | |
| 1940 | - "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e", | |
| 1941 | - "shasum": "" | |
| 1942 | - }, | |
| 1943 | - "require": { | |
| 1944 | - "php": ">=5.3.3" | |
| 1945 | - }, | |
| 1946 | - "require-dev": { | |
| 1947 | - "mockery/mockery": "~0.9.1", | |
| 1948 | - "symfony/phpunit-bridge": "~3.2" | |
| 1949 | - }, | |
| 1950 | - "type": "library", | |
| 1951 | - "extra": { | |
| 1952 | - "branch-alias": { | |
| 1953 | - "dev-master": "5.4-dev" | |
| 1954 | - } | |
| 1955 | - }, | |
| 1956 | - "autoload": { | |
| 1957 | - "files": [ | |
| 1958 | - "lib/swift_required.php" | |
| 1959 | - ] | |
| 1960 | - }, | |
| 1961 | - "notification-url": "https://packagist.org/downloads/", | |
| 1962 | - "license": [ | |
| 1963 | - "MIT" | |
| 1964 | - ], | |
| 1965 | - "authors": [ | |
| 1966 | - { | |
| 1967 | - "name": "Chris Corbyn" | |
| 1968 | - }, | |
| 1969 | - { | |
| 1970 | - "name": "Fabien Potencier", | |
| 1971 | - "email": "fabien@symfony.com" | |
| 1972 | - } | |
| 1973 | - ], | |
| 1974 | - "description": "Swiftmailer, free feature-rich PHP mailer", | |
| 1975 | - "homepage": "http://swiftmailer.org", | |
| 1976 | - "keywords": [ | |
| 1977 | - "email", | |
| 1978 | - "mail", | |
| 1979 | - "mailer" | |
| 1980 | - ], | |
| 1981 | - "time": "2017-02-13 07:52:53" | |
| 1982 | - }, | |
| 1983 | - { | |
| 1984 | - "name": "tinymce/tinymce", | |
| 1985 | - "version": "4.5.5", | |
| 1986 | - "source": { | |
| 1987 | - "type": "git", | |
| 1988 | - "url": "https://github.com/tinymce/tinymce-dist.git", | |
| 1989 | - "reference": "d6dda8ceadf741fce2cf808790080a589877d6e6" | |
| 1990 | - }, | |
| 1991 | - "dist": { | |
| 1992 | - "type": "zip", | |
| 1993 | - "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/d6dda8ceadf741fce2cf808790080a589877d6e6", | |
| 1994 | - "reference": "d6dda8ceadf741fce2cf808790080a589877d6e6", | |
| 1995 | - "shasum": "" | |
| 1996 | - }, | |
| 1997 | - "type": "component", | |
| 1998 | - "extra": { | |
| 1999 | - "component": { | |
| 2000 | - "scripts": [ | |
| 2001 | - "tinymce.js", | |
| 2002 | - "plugins/*/plugin.js", | |
| 2003 | - "themes/*/theme.js" | |
| 2004 | - ], | |
| 2005 | - "files": [ | |
| 2006 | - "tinymce.min.js", | |
| 2007 | - "plugins/*/plugin.min.js", | |
| 2008 | - "themes/*/theme.min.js", | |
| 2009 | - "skins/**" | |
| 2010 | - ] | |
| 2011 | - } | |
| 2012 | - }, | |
| 2013 | - "notification-url": "https://packagist.org/downloads/", | |
| 2014 | - "license": [ | |
| 2015 | - "LGPL-2.1" | |
| 2016 | - ], | |
| 2017 | - "description": "Web based JavaScript HTML WYSIWYG editor control.", | |
| 2018 | - "homepage": "http://www.tinymce.com", | |
| 2019 | - "keywords": [ | |
| 2020 | - "editor", | |
| 2021 | - "html", | |
| 2022 | - "javascript", | |
| 2023 | - "richtext", | |
| 2024 | - "tinymce", | |
| 2025 | - "wysiwyg" | |
| 2026 | - ], | |
| 2027 | - "time": "2017-03-07 13:29:55" | |
| 2028 | - }, | |
| 2029 | - { | |
| 2030 | - "name": "yii2tech/filedb", | |
| 2031 | - "version": "1.0.3", | |
| 2032 | - "source": { | |
| 2033 | - "type": "git", | |
| 2034 | - "url": "https://github.com/yii2tech/filedb.git", | |
| 2035 | - "reference": "29af3a707fa2070b73b268e847b264f29c7dff31" | |
| 2036 | - }, | |
| 2037 | - "dist": { | |
| 2038 | - "type": "zip", | |
| 2039 | - "url": "https://api.github.com/repos/yii2tech/filedb/zipball/29af3a707fa2070b73b268e847b264f29c7dff31", | |
| 2040 | - "reference": "29af3a707fa2070b73b268e847b264f29c7dff31", | |
| 2041 | - "shasum": "" | |
| 2042 | - }, | |
| 2043 | - "require": { | |
| 2044 | - "yiisoft/yii2": "*" | |
| 2045 | - }, | |
| 2046 | - "type": "yii2-extension", | |
| 2047 | - "extra": { | |
| 2048 | - "branch-alias": { | |
| 2049 | - "dev-master": "1.0.x-dev" | |
| 2050 | - } | |
| 2051 | - }, | |
| 2052 | - "autoload": { | |
| 2053 | - "psr-4": { | |
| 2054 | - "yii2tech\\filedb\\": "" | |
| 2055 | - } | |
| 2056 | - }, | |
| 2057 | - "notification-url": "https://packagist.org/downloads/", | |
| 2058 | - "license": [ | |
| 2059 | - "BSD-3-Clause" | |
| 2060 | - ], | |
| 2061 | - "authors": [ | |
| 2062 | - { | |
| 2063 | - "name": "Paul Klimov", | |
| 2064 | - "email": "klimov.paul@gmail.com" | |
| 2065 | - } | |
| 2066 | - ], | |
| 2067 | - "description": "Provides ActiveRecord interface for data declared in static files", | |
| 2068 | - "keywords": [ | |
| 2069 | - "active", | |
| 2070 | - "filedb", | |
| 2071 | - "record", | |
| 2072 | - "static", | |
| 2073 | - "yii2" | |
| 2074 | - ], | |
| 2075 | - "time": "2017-02-06 10:58:30" | |
| 2076 | - }, | |
| 2077 | - { | |
| 2078 | - "name": "yiisoft/yii2", | |
| 2079 | - "version": "2.0.11.2", | |
| 2080 | - "source": { | |
| 2081 | - "type": "git", | |
| 2082 | - "url": "https://github.com/yiisoft/yii2-framework.git", | |
| 2083 | - "reference": "ee996adec1dfd7babb67bd0c604f5bd6425fe5ab" | |
| 2084 | - }, | |
| 2085 | - "dist": { | |
| 2086 | - "type": "zip", | |
| 2087 | - "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/ee996adec1dfd7babb67bd0c604f5bd6425fe5ab", | |
| 2088 | - "reference": "ee996adec1dfd7babb67bd0c604f5bd6425fe5ab", | |
| 2089 | - "shasum": "" | |
| 2090 | - }, | |
| 2091 | - "require": { | |
| 2092 | - "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", | |
| 2093 | - "bower-asset/jquery.inputmask": "~3.2.2 | ~3.3.3", | |
| 2094 | - "bower-asset/punycode": "1.3.*", | |
| 2095 | - "bower-asset/yii2-pjax": "~2.0.1", | |
| 2096 | - "cebe/markdown": "~1.0.0 | ~1.1.0", | |
| 2097 | - "ext-ctype": "*", | |
| 2098 | - "ext-mbstring": "*", | |
| 2099 | - "ezyang/htmlpurifier": "~4.6", | |
| 2100 | - "lib-pcre": "*", | |
| 2101 | - "php": ">=5.4.0", | |
| 2102 | - "yiisoft/yii2-composer": "~2.0.4" | |
| 2103 | - }, | |
| 2104 | - "bin": [ | |
| 2105 | - "yii" | |
| 2106 | - ], | |
| 2107 | - "type": "library", | |
| 2108 | - "extra": { | |
| 2109 | - "branch-alias": { | |
| 2110 | - "dev-master": "2.0.x-dev" | |
| 2111 | - } | |
| 2112 | - }, | |
| 2113 | - "autoload": { | |
| 2114 | - "psr-4": { | |
| 2115 | - "yii\\": "" | |
| 2116 | - } | |
| 2117 | - }, | |
| 2118 | - "notification-url": "https://packagist.org/downloads/", | |
| 2119 | - "license": [ | |
| 2120 | - "BSD-3-Clause" | |
| 2121 | - ], | |
| 2122 | - "authors": [ | |
| 2123 | - { | |
| 2124 | - "name": "Qiang Xue", | |
| 2125 | - "email": "qiang.xue@gmail.com", | |
| 2126 | - "homepage": "http://www.yiiframework.com/", | |
| 2127 | - "role": "Founder and project lead" | |
| 2128 | - }, | |
| 2129 | - { | |
| 2130 | - "name": "Alexander Makarov", | |
| 2131 | - "email": "sam@rmcreative.ru", | |
| 2132 | - "homepage": "http://rmcreative.ru/", | |
| 2133 | - "role": "Core framework development" | |
| 2134 | - }, | |
| 2135 | - { | |
| 2136 | - "name": "Maurizio Domba", | |
| 2137 | - "homepage": "http://mdomba.info/", | |
| 2138 | - "role": "Core framework development" | |
| 2139 | - }, | |
| 2140 | - { | |
| 2141 | - "name": "Carsten Brandt", | |
| 2142 | - "email": "mail@cebe.cc", | |
| 2143 | - "homepage": "http://cebe.cc/", | |
| 2144 | - "role": "Core framework development" | |
| 2145 | - }, | |
| 2146 | - { | |
| 2147 | - "name": "Timur Ruziev", | |
| 2148 | - "email": "resurtm@gmail.com", | |
| 2149 | - "homepage": "http://resurtm.com/", | |
| 2150 | - "role": "Core framework development" | |
| 2151 | - }, | |
| 2152 | - { | |
| 2153 | - "name": "Paul Klimov", | |
| 2154 | - "email": "klimov.paul@gmail.com", | |
| 2155 | - "role": "Core framework development" | |
| 2156 | - }, | |
| 2157 | - { | |
| 2158 | - "name": "Dmitry Naumenko", | |
| 2159 | - "email": "d.naumenko.a@gmail.com", | |
| 2160 | - "role": "Core framework development" | |
| 2161 | - }, | |
| 2162 | - { | |
| 2163 | - "name": "Boudewijn Vahrmeijer", | |
| 2164 | - "email": "info@dynasource.eu", | |
| 2165 | - "homepage": "http://dynasource.eu", | |
| 2166 | - "role": "Core framework development" | |
| 2167 | - } | |
| 2168 | - ], | |
| 2169 | - "description": "Yii PHP Framework Version 2", | |
| 2170 | - "homepage": "http://www.yiiframework.com/", | |
| 2171 | - "keywords": [ | |
| 2172 | - "framework", | |
| 2173 | - "yii2" | |
| 2174 | - ], | |
| 2175 | - "time": "2017-02-08 09:04:32" | |
| 2176 | - }, | |
| 2177 | - { | |
| 2178 | - "name": "yiisoft/yii2-bootstrap", | |
| 2179 | - "version": "2.0.6", | |
| 2180 | - "source": { | |
| 2181 | - "type": "git", | |
| 2182 | - "url": "https://github.com/yiisoft/yii2-bootstrap.git", | |
| 2183 | - "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5" | |
| 2184 | - }, | |
| 2185 | - "dist": { | |
| 2186 | - "type": "zip", | |
| 2187 | - "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5", | |
| 2188 | - "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5", | |
| 2189 | - "shasum": "" | |
| 2190 | - }, | |
| 2191 | - "require": { | |
| 2192 | - "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*", | |
| 2193 | - "yiisoft/yii2": ">=2.0.6" | |
| 2194 | - }, | |
| 2195 | - "type": "yii2-extension", | |
| 2196 | - "extra": { | |
| 2197 | - "branch-alias": { | |
| 2198 | - "dev-master": "2.0.x-dev" | |
| 2199 | - }, | |
| 2200 | - "asset-installer-paths": { | |
| 2201 | - "npm-asset-library": "vendor/npm", | |
| 2202 | - "bower-asset-library": "vendor/bower" | |
| 2203 | - } | |
| 2204 | - }, | |
| 2205 | - "autoload": { | |
| 2206 | - "psr-4": { | |
| 2207 | - "yii\\bootstrap\\": "" | |
| 2208 | - } | |
| 2209 | - }, | |
| 2210 | - "notification-url": "https://packagist.org/downloads/", | |
| 2211 | - "license": [ | |
| 2212 | - "BSD-3-Clause" | |
| 2213 | - ], | |
| 2214 | - "authors": [ | |
| 2215 | - { | |
| 2216 | - "name": "Qiang Xue", | |
| 2217 | - "email": "qiang.xue@gmail.com" | |
| 2218 | - } | |
| 2219 | - ], | |
| 2220 | - "description": "The Twitter Bootstrap extension for the Yii framework", | |
| 2221 | - "keywords": [ | |
| 2222 | - "bootstrap", | |
| 2223 | - "yii2" | |
| 2224 | - ], | |
| 2225 | - "time": "2016-03-17 03:29:28" | |
| 2226 | - }, | |
| 2227 | - { | |
| 2228 | - "name": "yiisoft/yii2-composer", | |
| 2229 | - "version": "2.0.5", | |
| 2230 | - "source": { | |
| 2231 | - "type": "git", | |
| 2232 | - "url": "https://github.com/yiisoft/yii2-composer.git", | |
| 2233 | - "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2" | |
| 2234 | - }, | |
| 2235 | - "dist": { | |
| 2236 | - "type": "zip", | |
| 2237 | - "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2", | |
| 2238 | - "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2", | |
| 2239 | - "shasum": "" | |
| 2240 | - }, | |
| 2241 | - "require": { | |
| 2242 | - "composer-plugin-api": "^1.0" | |
| 2243 | - }, | |
| 2244 | - "require-dev": { | |
| 2245 | - "composer/composer": "^1.0" | |
| 2246 | - }, | |
| 2247 | - "type": "composer-plugin", | |
| 2248 | - "extra": { | |
| 2249 | - "class": "yii\\composer\\Plugin", | |
| 2250 | - "branch-alias": { | |
| 2251 | - "dev-master": "2.0.x-dev" | |
| 2252 | - } | |
| 2253 | - }, | |
| 2254 | - "autoload": { | |
| 2255 | - "psr-4": { | |
| 2256 | - "yii\\composer\\": "" | |
| 2257 | - } | |
| 2258 | - }, | |
| 2259 | - "notification-url": "https://packagist.org/downloads/", | |
| 2260 | - "license": [ | |
| 2261 | - "BSD-3-Clause" | |
| 2262 | - ], | |
| 2263 | - "authors": [ | |
| 2264 | - { | |
| 2265 | - "name": "Qiang Xue", | |
| 2266 | - "email": "qiang.xue@gmail.com" | |
| 2267 | - } | |
| 2268 | - ], | |
| 2269 | - "description": "The composer plugin for Yii extension installer", | |
| 2270 | - "keywords": [ | |
| 2271 | - "composer", | |
| 2272 | - "extension installer", | |
| 2273 | - "yii2" | |
| 2274 | - ], | |
| 2275 | - "time": "2016-12-20 13:26:02" | |
| 2276 | - }, | |
| 2277 | - { | |
| 2278 | - "name": "yiisoft/yii2-imagine", | |
| 2279 | - "version": "2.1.0", | |
| 2280 | - "source": { | |
| 2281 | - "type": "git", | |
| 2282 | - "url": "https://github.com/yiisoft/yii2-imagine.git", | |
| 2283 | - "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411" | |
| 2284 | - }, | |
| 2285 | - "dist": { | |
| 2286 | - "type": "zip", | |
| 2287 | - "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411", | |
| 2288 | - "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411", | |
| 2289 | - "shasum": "" | |
| 2290 | - }, | |
| 2291 | - "require": { | |
| 2292 | - "imagine/imagine": "~0.6.0", | |
| 2293 | - "yiisoft/yii2": "~2.0.0" | |
| 2294 | - }, | |
| 2295 | - "type": "yii2-extension", | |
| 2296 | - "extra": { | |
| 2297 | - "branch-alias": { | |
| 2298 | - "dev-master": "2.0.x-dev" | |
| 2299 | - } | |
| 2300 | - }, | |
| 2301 | - "autoload": { | |
| 2302 | - "psr-4": { | |
| 2303 | - "yii\\imagine\\": "" | |
| 2304 | - } | |
| 2305 | - }, | |
| 2306 | - "notification-url": "https://packagist.org/downloads/", | |
| 2307 | - "license": [ | |
| 2308 | - "BSD-3-Clause" | |
| 2309 | - ], | |
| 2310 | - "authors": [ | |
| 2311 | - { | |
| 2312 | - "name": "Antonio Ramirez", | |
| 2313 | - "email": "amigo.cobos@gmail.com" | |
| 2314 | - } | |
| 2315 | - ], | |
| 2316 | - "description": "The Imagine integration for the Yii framework", | |
| 2317 | - "keywords": [ | |
| 2318 | - "helper", | |
| 2319 | - "image", | |
| 2320 | - "imagine", | |
| 2321 | - "yii2" | |
| 2322 | - ], | |
| 2323 | - "time": "2016-11-03 19:28:39" | |
| 2324 | - }, | |
| 2325 | - { | |
| 2326 | - "name": "yiisoft/yii2-swiftmailer", | |
| 2327 | - "version": "2.0.6", | |
| 2328 | - "source": { | |
| 2329 | - "type": "git", | |
| 2330 | - "url": "https://github.com/yiisoft/yii2-swiftmailer.git", | |
| 2331 | - "reference": "26b900767f1031ff3a4668dfa36c10595875f0a5" | |
| 2332 | - }, | |
| 2333 | - "dist": { | |
| 2334 | - "type": "zip", | |
| 2335 | - "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/26b900767f1031ff3a4668dfa36c10595875f0a5", | |
| 2336 | - "reference": "26b900767f1031ff3a4668dfa36c10595875f0a5", | |
| 2337 | - "shasum": "" | |
| 2338 | - }, | |
| 2339 | - "require": { | |
| 2340 | - "swiftmailer/swiftmailer": "~5.0", | |
| 2341 | - "yiisoft/yii2": "~2.0.4" | |
| 2342 | - }, | |
| 2343 | - "type": "yii2-extension", | |
| 2344 | - "extra": { | |
| 2345 | - "branch-alias": { | |
| 2346 | - "dev-master": "2.0.x-dev" | |
| 2347 | - } | |
| 2348 | - }, | |
| 2349 | - "autoload": { | |
| 2350 | - "psr-4": { | |
| 2351 | - "yii\\swiftmailer\\": "" | |
| 2352 | - } | |
| 2353 | - }, | |
| 2354 | - "notification-url": "https://packagist.org/downloads/", | |
| 2355 | - "license": [ | |
| 2356 | - "BSD-3-Clause" | |
| 2357 | - ], | |
| 2358 | - "authors": [ | |
| 2359 | - { | |
| 2360 | - "name": "Paul Klimov", | |
| 2361 | - "email": "klimov.paul@gmail.com" | |
| 2362 | - } | |
| 2363 | - ], | |
| 2364 | - "description": "The SwiftMailer integration for the Yii framework", | |
| 2365 | - "keywords": [ | |
| 2366 | - "email", | |
| 2367 | - "mail", | |
| 2368 | - "mailer", | |
| 2369 | - "swift", | |
| 2370 | - "swiftmailer", | |
| 2371 | - "yii2" | |
| 2372 | - ], | |
| 2373 | - "time": "2016-09-09 11:48:11" | |
| 2374 | - }, | |
| 2375 | - { | |
| 2376 | - "name": "yiister/yii2-gentelella", | |
| 2377 | - "version": "1.2.1", | |
| 2378 | - "source": { | |
| 2379 | - "type": "git", | |
| 2380 | - "url": "https://github.com/yiister/yii2-gentelella.git", | |
| 2381 | - "reference": "6b92d89dc43e5c310c9932e5369f7ef4b59f6ae1" | |
| 2382 | - }, | |
| 2383 | - "dist": { | |
| 2384 | - "type": "zip", | |
| 2385 | - "url": "https://api.github.com/repos/yiister/yii2-gentelella/zipball/6b92d89dc43e5c310c9932e5369f7ef4b59f6ae1", | |
| 2386 | - "reference": "6b92d89dc43e5c310c9932e5369f7ef4b59f6ae1", | |
| 2387 | - "shasum": "" | |
| 2388 | - }, | |
| 2389 | - "require": { | |
| 2390 | - "bower-asset/gentelella": "*", | |
| 2391 | - "php": ">=5.4.0", | |
| 2392 | - "rmrevin/yii2-fontawesome": "~2.0", | |
| 2393 | - "yiisoft/yii2": "~2.0.0", | |
| 2394 | - "yiisoft/yii2-bootstrap": "~2.0.0" | |
| 2395 | - }, | |
| 2396 | - "type": "yii2-extension", | |
| 2397 | - "extra": { | |
| 2398 | - "asset-installer-paths": { | |
| 2399 | - "npm-asset-library": "vendor/npm", | |
| 2400 | - "bower-asset-library": "vendor/bower" | |
| 2401 | - } | |
| 2402 | - }, | |
| 2403 | - "autoload": { | |
| 2404 | - "psr-4": { | |
| 2405 | - "yiister\\gentelella\\": "" | |
| 2406 | - } | |
| 2407 | - }, | |
| 2408 | - "notification-url": "https://packagist.org/downloads/", | |
| 2409 | - "license": [ | |
| 2410 | - "MIT" | |
| 2411 | - ], | |
| 2412 | - "authors": [ | |
| 2413 | - { | |
| 2414 | - "name": "Pavel Fedotov", | |
| 2415 | - "email": "fps.06@mail.ru", | |
| 2416 | - "homepage": "https://github.com/fps01", | |
| 2417 | - "role": "Creator" | |
| 2418 | - } | |
| 2419 | - ], | |
| 2420 | - "description": "Free admin template for backend", | |
| 2421 | - "keywords": [ | |
| 2422 | - "admin", | |
| 2423 | - "asset", | |
| 2424 | - "backend", | |
| 2425 | - "bootsprap3", | |
| 2426 | - "extension", | |
| 2427 | - "gentelella", | |
| 2428 | - "theme", | |
| 2429 | - "yii2" | |
| 2430 | - ], | |
| 2431 | - "time": "2017-03-21 14:59:58" | |
| 2432 | - } | |
| 2433 | - ], | |
| 2434 | - "packages-dev": [ | |
| 2435 | - { | |
| 2436 | - "name": "behat/gherkin", | |
| 2437 | - "version": "v4.4.5", | |
| 2438 | - "source": { | |
| 2439 | - "type": "git", | |
| 2440 | - "url": "https://github.com/Behat/Gherkin.git", | |
| 2441 | - "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74" | |
| 2442 | - }, | |
| 2443 | - "dist": { | |
| 2444 | - "type": "zip", | |
| 2445 | - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74", | |
| 2446 | - "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74", | |
| 2447 | - "shasum": "" | |
| 2448 | - }, | |
| 2449 | - "require": { | |
| 2450 | - "php": ">=5.3.1" | |
| 2451 | - }, | |
| 2452 | - "require-dev": { | |
| 2453 | - "phpunit/phpunit": "~4.5|~5", | |
| 2454 | - "symfony/phpunit-bridge": "~2.7|~3", | |
| 2455 | - "symfony/yaml": "~2.3|~3" | |
| 2456 | - }, | |
| 2457 | - "suggest": { | |
| 2458 | - "symfony/yaml": "If you want to parse features, represented in YAML files" | |
| 2459 | - }, | |
| 2460 | - "type": "library", | |
| 2461 | - "extra": { | |
| 2462 | - "branch-alias": { | |
| 2463 | - "dev-master": "4.4-dev" | |
| 2464 | - } | |
| 2465 | - }, | |
| 2466 | - "autoload": { | |
| 2467 | - "psr-0": { | |
| 2468 | - "Behat\\Gherkin": "src/" | |
| 2469 | - } | |
| 2470 | - }, | |
| 2471 | - "notification-url": "https://packagist.org/downloads/", | |
| 2472 | - "license": [ | |
| 2473 | - "MIT" | |
| 2474 | - ], | |
| 2475 | - "authors": [ | |
| 2476 | - { | |
| 2477 | - "name": "Konstantin Kudryashov", | |
| 2478 | - "email": "ever.zet@gmail.com", | |
| 2479 | - "homepage": "http://everzet.com" | |
| 2480 | - } | |
| 2481 | - ], | |
| 2482 | - "description": "Gherkin DSL parser for PHP 5.3", | |
| 2483 | - "homepage": "http://behat.org/", | |
| 2484 | - "keywords": [ | |
| 2485 | - "BDD", | |
| 2486 | - "Behat", | |
| 2487 | - "Cucumber", | |
| 2488 | - "DSL", | |
| 2489 | - "gherkin", | |
| 2490 | - "parser" | |
| 2491 | - ], | |
| 2492 | - "time": "2016-10-30 11:50:56" | |
| 2493 | - }, | |
| 2494 | - { | |
| 2495 | - "name": "bower-asset/typeahead.js", | |
| 2496 | - "version": "v0.11.1", | |
| 2497 | - "source": { | |
| 2498 | - "type": "git", | |
| 2499 | - "url": "https://github.com/twitter/typeahead.js.git", | |
| 2500 | - "reference": "588440f66559714280628a4f9799f0c4eb880a4a" | |
| 2501 | - }, | |
| 2502 | - "dist": { | |
| 2503 | - "type": "zip", | |
| 2504 | - "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a", | |
| 2505 | - "reference": "588440f66559714280628a4f9799f0c4eb880a4a", | |
| 2506 | - "shasum": "" | |
| 2507 | - }, | |
| 2508 | - "require": { | |
| 2509 | - "bower-asset/jquery": ">=1.7" | |
| 2510 | - }, | |
| 2511 | - "require-dev": { | |
| 2512 | - "bower-asset/jasmine-ajax": "~1.3.1", | |
| 2513 | - "bower-asset/jasmine-jquery": "~1.5.2", | |
| 2514 | - "bower-asset/jquery": "~1.7" | |
| 2515 | - }, | |
| 2516 | - "type": "bower-asset-library", | |
| 2517 | - "extra": { | |
| 2518 | - "bower-asset-main": "dist/typeahead.bundle.js" | |
| 2519 | - } | |
| 2520 | - }, | |
| 2521 | - { | |
| 2522 | - "name": "codeception/base", | |
| 2523 | - "version": "2.2.9", | |
| 2524 | - "source": { | |
| 2525 | - "type": "git", | |
| 2526 | - "url": "https://github.com/Codeception/base.git", | |
| 2527 | - "reference": "8d5f54ce583ceaa9627c2441e20bbd4873de50cc" | |
| 2528 | - }, | |
| 2529 | - "dist": { | |
| 2530 | - "type": "zip", | |
| 2531 | - "url": "https://api.github.com/repos/Codeception/base/zipball/8d5f54ce583ceaa9627c2441e20bbd4873de50cc", | |
| 2532 | - "reference": "8d5f54ce583ceaa9627c2441e20bbd4873de50cc", | |
| 2533 | - "shasum": "" | |
| 2534 | - }, | |
| 2535 | - "require": { | |
| 2536 | - "behat/gherkin": "~4.4.0", | |
| 2537 | - "ext-json": "*", | |
| 2538 | - "ext-mbstring": "*", | |
| 2539 | - "guzzlehttp/psr7": "~1.0", | |
| 2540 | - "php": ">=5.4.0 <8.0", | |
| 2541 | - "phpunit/php-code-coverage": ">=2.2.4 <5.0", | |
| 2542 | - "phpunit/phpunit": ">4.8.20 <6.0", | |
| 2543 | - "sebastian/comparator": "~1.1", | |
| 2544 | - "sebastian/diff": "^1.4", | |
| 2545 | - "symfony/browser-kit": ">=2.7 <4.0", | |
| 2546 | - "symfony/console": ">=2.7 <4.0", | |
| 2547 | - "symfony/css-selector": ">=2.7 <4.0", | |
| 2548 | - "symfony/dom-crawler": ">=2.7.5 <4.0", | |
| 2549 | - "symfony/event-dispatcher": ">=2.7 <4.0", | |
| 2550 | - "symfony/finder": ">=2.7 <4.0", | |
| 2551 | - "symfony/yaml": ">=2.7 <4.0" | |
| 2552 | - }, | |
| 2553 | - "require-dev": { | |
| 2554 | - "codeception/specify": "~0.3", | |
| 2555 | - "facebook/graph-sdk": "~5.3", | |
| 2556 | - "flow/jsonpath": "~0.2", | |
| 2557 | - "league/factory-muffin": "^3.0", | |
| 2558 | - "league/factory-muffin-faker": "^1.0", | |
| 2559 | - "mongodb/mongodb": "^1.0", | |
| 2560 | - "monolog/monolog": "~1.8", | |
| 2561 | - "pda/pheanstalk": "~3.0", | |
| 2562 | - "php-amqplib/php-amqplib": "~2.4", | |
| 2563 | - "predis/predis": "^1.0", | |
| 2564 | - "squizlabs/php_codesniffer": "~2.0", | |
| 2565 | - "vlucas/phpdotenv": "^2.4.0" | |
| 2566 | - }, | |
| 2567 | - "suggest": { | |
| 2568 | - "codeception/specify": "BDD-style code blocks", | |
| 2569 | - "codeception/verify": "BDD-style assertions", | |
| 2570 | - "flow/jsonpath": "For using JSONPath in REST module", | |
| 2571 | - "league/factory-muffin": "For DataFactory module", | |
| 2572 | - "league/factory-muffin-faker": "For Faker support in DataFactory module", | |
| 2573 | - "phpseclib/phpseclib": "for SFTP option in FTP Module", | |
| 2574 | - "symfony/phpunit-bridge": "For phpunit-bridge support" | |
| 2575 | - }, | |
| 2576 | - "bin": [ | |
| 2577 | - "codecept" | |
| 2578 | - ], | |
| 2579 | - "type": "library", | |
| 2580 | - "extra": { | |
| 2581 | - "branch-alias": [] | |
| 2582 | - }, | |
| 2583 | - "autoload": { | |
| 2584 | - "psr-4": { | |
| 2585 | - "Codeception\\": "src\\Codeception", | |
| 2586 | - "Codeception\\Extension\\": "ext" | |
| 2587 | - } | |
| 2588 | - }, | |
| 2589 | - "notification-url": "https://packagist.org/downloads/", | |
| 2590 | - "license": [ | |
| 2591 | - "MIT" | |
| 2592 | - ], | |
| 2593 | - "authors": [ | |
| 2594 | - { | |
| 2595 | - "name": "Michael Bodnarchuk", | |
| 2596 | - "email": "davert@mail.ua", | |
| 2597 | - "homepage": "http://codegyre.com" | |
| 2598 | - } | |
| 2599 | - ], | |
| 2600 | - "description": "BDD-style testing framework", | |
| 2601 | - "homepage": "http://codeception.com/", | |
| 2602 | - "keywords": [ | |
| 2603 | - "BDD", | |
| 2604 | - "TDD", | |
| 2605 | - "acceptance testing", | |
| 2606 | - "functional testing", | |
| 2607 | - "unit testing" | |
| 2608 | - ], | |
| 2609 | - "time": "2017-02-04 02:16:42" | |
| 2610 | - }, | |
| 2611 | - { | |
| 2612 | - "name": "codeception/verify", | |
| 2613 | - "version": "0.3.3", | |
| 2614 | - "source": { | |
| 2615 | - "type": "git", | |
| 2616 | - "url": "https://github.com/Codeception/Verify.git", | |
| 2617 | - "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c" | |
| 2618 | - }, | |
| 2619 | - "dist": { | |
| 2620 | - "type": "zip", | |
| 2621 | - "url": "https://api.github.com/repos/Codeception/Verify/zipball/5d649dda453cd814dadc4bb053060cd2c6bb4b4c", | |
| 2622 | - "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c", | |
| 2623 | - "shasum": "" | |
| 2624 | - }, | |
| 2625 | - "require-dev": { | |
| 2626 | - "phpunit/phpunit": "~4.0" | |
| 2627 | - }, | |
| 2628 | - "type": "library", | |
| 2629 | - "autoload": { | |
| 2630 | - "files": [ | |
| 2631 | - "src/Codeception/function.php" | |
| 2632 | - ] | |
| 2633 | - }, | |
| 2634 | - "notification-url": "https://packagist.org/downloads/", | |
| 2635 | - "license": [ | |
| 2636 | - "MIT" | |
| 2637 | - ], | |
| 2638 | - "authors": [ | |
| 2639 | - { | |
| 2640 | - "name": "Michael Bodnarchuk", | |
| 2641 | - "email": "davert.php@mailican.com" | |
| 2642 | - } | |
| 2643 | - ], | |
| 2644 | - "description": "BDD assertion library for PHPUnit", | |
| 2645 | - "time": "2017-01-09 10:58:51" | |
| 2646 | - }, | |
| 2647 | - { | |
| 2648 | - "name": "doctrine/instantiator", | |
| 2649 | - "version": "1.0.5", | |
| 2650 | - "source": { | |
| 2651 | - "type": "git", | |
| 2652 | - "url": "https://github.com/doctrine/instantiator.git", | |
| 2653 | - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" | |
| 2654 | - }, | |
| 2655 | - "dist": { | |
| 2656 | - "type": "zip", | |
| 2657 | - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", | |
| 2658 | - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", | |
| 2659 | - "shasum": "" | |
| 2660 | - }, | |
| 2661 | - "require": { | |
| 2662 | - "php": ">=5.3,<8.0-DEV" | |
| 2663 | - }, | |
| 2664 | - "require-dev": { | |
| 2665 | - "athletic/athletic": "~0.1.8", | |
| 2666 | - "ext-pdo": "*", | |
| 2667 | - "ext-phar": "*", | |
| 2668 | - "phpunit/phpunit": "~4.0", | |
| 2669 | - "squizlabs/php_codesniffer": "~2.0" | |
| 2670 | - }, | |
| 2671 | - "type": "library", | |
| 2672 | - "extra": { | |
| 2673 | - "branch-alias": { | |
| 2674 | - "dev-master": "1.0.x-dev" | |
| 2675 | - } | |
| 2676 | - }, | |
| 2677 | - "autoload": { | |
| 2678 | - "psr-4": { | |
| 2679 | - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
| 2680 | - } | |
| 2681 | - }, | |
| 2682 | - "notification-url": "https://packagist.org/downloads/", | |
| 2683 | - "license": [ | |
| 2684 | - "MIT" | |
| 2685 | - ], | |
| 2686 | - "authors": [ | |
| 2687 | - { | |
| 2688 | - "name": "Marco Pivetta", | |
| 2689 | - "email": "ocramius@gmail.com", | |
| 2690 | - "homepage": "http://ocramius.github.com/" | |
| 2691 | - } | |
| 2692 | - ], | |
| 2693 | - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
| 2694 | - "homepage": "https://github.com/doctrine/instantiator", | |
| 2695 | - "keywords": [ | |
| 2696 | - "constructor", | |
| 2697 | - "instantiate" | |
| 2698 | - ], | |
| 2699 | - "time": "2015-06-14 21:17:01" | |
| 2700 | - }, | |
| 2701 | - { | |
| 2702 | - "name": "fzaninotto/faker", | |
| 2703 | - "version": "v1.6.0", | |
| 2704 | - "source": { | |
| 2705 | - "type": "git", | |
| 2706 | - "url": "https://github.com/fzaninotto/Faker.git", | |
| 2707 | - "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123" | |
| 2708 | - }, | |
| 2709 | - "dist": { | |
| 2710 | - "type": "zip", | |
| 2711 | - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123", | |
| 2712 | - "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123", | |
| 2713 | - "shasum": "" | |
| 2714 | - }, | |
| 2715 | - "require": { | |
| 2716 | - "php": "^5.3.3|^7.0" | |
| 2717 | - }, | |
| 2718 | - "require-dev": { | |
| 2719 | - "ext-intl": "*", | |
| 2720 | - "phpunit/phpunit": "~4.0", | |
| 2721 | - "squizlabs/php_codesniffer": "~1.5" | |
| 2722 | - }, | |
| 2723 | - "type": "library", | |
| 2724 | - "extra": { | |
| 2725 | - "branch-alias": [] | |
| 2726 | - }, | |
| 2727 | - "autoload": { | |
| 2728 | - "psr-4": { | |
| 2729 | - "Faker\\": "src/Faker/" | |
| 2730 | - } | |
| 2731 | - }, | |
| 2732 | - "notification-url": "https://packagist.org/downloads/", | |
| 2733 | - "license": [ | |
| 2734 | - "MIT" | |
| 2735 | - ], | |
| 2736 | - "authors": [ | |
| 2737 | - { | |
| 2738 | - "name": "Franรงois Zaninotto" | |
| 2739 | - } | |
| 2740 | - ], | |
| 2741 | - "description": "Faker is a PHP library that generates fake data for you.", | |
| 2742 | - "keywords": [ | |
| 2743 | - "data", | |
| 2744 | - "faker", | |
| 2745 | - "fixtures" | |
| 2746 | - ], | |
| 2747 | - "time": "2016-04-29 12:21:54" | |
| 2748 | - }, | |
| 2749 | - { | |
| 2750 | - "name": "myclabs/deep-copy", | |
| 2751 | - "version": "1.6.0", | |
| 2752 | - "source": { | |
| 2753 | - "type": "git", | |
| 2754 | - "url": "https://github.com/myclabs/DeepCopy.git", | |
| 2755 | - "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe" | |
| 2756 | - }, | |
| 2757 | - "dist": { | |
| 2758 | - "type": "zip", | |
| 2759 | - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe", | |
| 2760 | - "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe", | |
| 2761 | - "shasum": "" | |
| 2762 | - }, | |
| 2763 | - "require": { | |
| 2764 | - "php": ">=5.4.0" | |
| 2765 | - }, | |
| 2766 | - "require-dev": { | |
| 2767 | - "doctrine/collections": "1.*", | |
| 2768 | - "phpunit/phpunit": "~4.1" | |
| 2769 | - }, | |
| 2770 | - "type": "library", | |
| 2771 | - "autoload": { | |
| 2772 | - "psr-4": { | |
| 2773 | - "DeepCopy\\": "src/DeepCopy/" | |
| 2774 | - } | |
| 2775 | - }, | |
| 2776 | - "notification-url": "https://packagist.org/downloads/", | |
| 2777 | - "license": [ | |
| 2778 | - "MIT" | |
| 2779 | - ], | |
| 2780 | - "description": "Create deep copies (clones) of your objects", | |
| 2781 | - "homepage": "https://github.com/myclabs/DeepCopy", | |
| 2782 | - "keywords": [ | |
| 2783 | - "clone", | |
| 2784 | - "copy", | |
| 2785 | - "duplicate", | |
| 2786 | - "object", | |
| 2787 | - "object graph" | |
| 2788 | - ], | |
| 2789 | - "time": "2017-01-26 22:05:40" | |
| 2790 | - }, | |
| 2791 | - { | |
| 2792 | - "name": "phpdocumentor/reflection-common", | |
| 2793 | - "version": "1.0", | |
| 2794 | - "source": { | |
| 2795 | - "type": "git", | |
| 2796 | - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
| 2797 | - "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" | |
| 2798 | - }, | |
| 2799 | - "dist": { | |
| 2800 | - "type": "zip", | |
| 2801 | - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
| 2802 | - "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", | |
| 2803 | - "shasum": "" | |
| 2804 | - }, | |
| 2805 | - "require": { | |
| 2806 | - "php": ">=5.5" | |
| 2807 | - }, | |
| 2808 | - "require-dev": { | |
| 2809 | - "phpunit/phpunit": "^4.6" | |
| 2810 | - }, | |
| 2811 | - "type": "library", | |
| 2812 | - "extra": { | |
| 2813 | - "branch-alias": { | |
| 2814 | - "dev-master": "1.0.x-dev" | |
| 2815 | - } | |
| 2816 | - }, | |
| 2817 | - "autoload": { | |
| 2818 | - "psr-4": { | |
| 2819 | - "phpDocumentor\\Reflection\\": [ | |
| 2820 | - "src" | |
| 2821 | - ] | |
| 2822 | - } | |
| 2823 | - }, | |
| 2824 | - "notification-url": "https://packagist.org/downloads/", | |
| 2825 | - "license": [ | |
| 2826 | - "MIT" | |
| 2827 | - ], | |
| 2828 | - "authors": [ | |
| 2829 | - { | |
| 2830 | - "name": "Jaap van Otterdijk", | |
| 2831 | - "email": "opensource@ijaap.nl" | |
| 2832 | - } | |
| 2833 | - ], | |
| 2834 | - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
| 2835 | - "homepage": "http://www.phpdoc.org", | |
| 2836 | - "keywords": [ | |
| 2837 | - "FQSEN", | |
| 2838 | - "phpDocumentor", | |
| 2839 | - "phpdoc", | |
| 2840 | - "reflection", | |
| 2841 | - "static analysis" | |
| 2842 | - ], | |
| 2843 | - "time": "2015-12-27 11:43:31" | |
| 2844 | - }, | |
| 2845 | - { | |
| 2846 | - "name": "phpdocumentor/reflection-docblock", | |
| 2847 | - "version": "3.1.1", | |
| 2848 | - "source": { | |
| 2849 | - "type": "git", | |
| 2850 | - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
| 2851 | - "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" | |
| 2852 | - }, | |
| 2853 | - "dist": { | |
| 2854 | - "type": "zip", | |
| 2855 | - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", | |
| 2856 | - "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", | |
| 2857 | - "shasum": "" | |
| 2858 | - }, | |
| 2859 | - "require": { | |
| 2860 | - "php": ">=5.5", | |
| 2861 | - "phpdocumentor/reflection-common": "^1.0@dev", | |
| 2862 | - "phpdocumentor/type-resolver": "^0.2.0", | |
| 2863 | - "webmozart/assert": "^1.0" | |
| 2864 | - }, | |
| 2865 | - "require-dev": { | |
| 2866 | - "mockery/mockery": "^0.9.4", | |
| 2867 | - "phpunit/phpunit": "^4.4" | |
| 2868 | - }, | |
| 2869 | - "type": "library", | |
| 2870 | - "autoload": { | |
| 2871 | - "psr-4": { | |
| 2872 | - "phpDocumentor\\Reflection\\": [ | |
| 2873 | - "src/" | |
| 2874 | - ] | |
| 2875 | - } | |
| 2876 | - }, | |
| 2877 | - "notification-url": "https://packagist.org/downloads/", | |
| 2878 | - "license": [ | |
| 2879 | - "MIT" | |
| 2880 | - ], | |
| 2881 | - "authors": [ | |
| 2882 | - { | |
| 2883 | - "name": "Mike van Riel", | |
| 2884 | - "email": "me@mikevanriel.com" | |
| 2885 | - } | |
| 2886 | - ], | |
| 2887 | - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
| 2888 | - "time": "2016-09-30 07:12:33" | |
| 2889 | - }, | |
| 2890 | - { | |
| 2891 | - "name": "phpdocumentor/type-resolver", | |
| 2892 | - "version": "0.2.1", | |
| 2893 | - "source": { | |
| 2894 | - "type": "git", | |
| 2895 | - "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
| 2896 | - "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" | |
| 2897 | - }, | |
| 2898 | - "dist": { | |
| 2899 | - "type": "zip", | |
| 2900 | - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", | |
| 2901 | - "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", | |
| 2902 | - "shasum": "" | |
| 2903 | - }, | |
| 2904 | - "require": { | |
| 2905 | - "php": ">=5.5", | |
| 2906 | - "phpdocumentor/reflection-common": "^1.0" | |
| 2907 | - }, | |
| 2908 | - "require-dev": { | |
| 2909 | - "mockery/mockery": "^0.9.4", | |
| 2910 | - "phpunit/phpunit": "^5.2||^4.8.24" | |
| 2911 | - }, | |
| 2912 | - "type": "library", | |
| 2913 | - "extra": { | |
| 2914 | - "branch-alias": { | |
| 2915 | - "dev-master": "1.0.x-dev" | |
| 2916 | - } | |
| 2917 | - }, | |
| 2918 | - "autoload": { | |
| 2919 | - "psr-4": { | |
| 2920 | - "phpDocumentor\\Reflection\\": [ | |
| 2921 | - "src/" | |
| 2922 | - ] | |
| 2923 | - } | |
| 2924 | - }, | |
| 2925 | - "notification-url": "https://packagist.org/downloads/", | |
| 2926 | - "license": [ | |
| 2927 | - "MIT" | |
| 2928 | - ], | |
| 2929 | - "authors": [ | |
| 2930 | - { | |
| 2931 | - "name": "Mike van Riel", | |
| 2932 | - "email": "me@mikevanriel.com" | |
| 2933 | - } | |
| 2934 | - ], | |
| 2935 | - "time": "2016-11-25 06:54:22" | |
| 2936 | - }, | |
| 2937 | - { | |
| 2938 | - "name": "phpspec/php-diff", | |
| 2939 | - "version": "v1.1.0", | |
| 2940 | - "source": { | |
| 2941 | - "type": "git", | |
| 2942 | - "url": "https://github.com/phpspec/php-diff.git", | |
| 2943 | - "reference": "0464787bfa7cd13576c5a1e318709768798bec6a" | |
| 2944 | - }, | |
| 2945 | - "dist": { | |
| 2946 | - "type": "zip", | |
| 2947 | - "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a", | |
| 2948 | - "reference": "0464787bfa7cd13576c5a1e318709768798bec6a", | |
| 2949 | - "shasum": "" | |
| 2950 | - }, | |
| 2951 | - "type": "library", | |
| 2952 | - "extra": { | |
| 2953 | - "branch-alias": { | |
| 2954 | - "dev-master": "1.0.x-dev" | |
| 2955 | - } | |
| 2956 | - }, | |
| 2957 | - "autoload": { | |
| 2958 | - "psr-0": { | |
| 2959 | - "Diff": "lib/" | |
| 2960 | - } | |
| 2961 | - }, | |
| 2962 | - "notification-url": "https://packagist.org/downloads/", | |
| 2963 | - "license": [ | |
| 2964 | - "BSD-3-Clause" | |
| 2965 | - ], | |
| 2966 | - "authors": [ | |
| 2967 | - { | |
| 2968 | - "name": "Chris Boulton", | |
| 2969 | - "homepage": "http://github.com/chrisboulton" | |
| 2970 | - } | |
| 2971 | - ], | |
| 2972 | - "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", | |
| 2973 | - "time": "2016-04-07 12:29:16" | |
| 2974 | - }, | |
| 2975 | - { | |
| 2976 | - "name": "phpspec/prophecy", | |
| 2977 | - "version": "v1.7.0", | |
| 2978 | - "source": { | |
| 2979 | - "type": "git", | |
| 2980 | - "url": "https://github.com/phpspec/prophecy.git", | |
| 2981 | - "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" | |
| 2982 | - }, | |
| 2983 | - "dist": { | |
| 2984 | - "type": "zip", | |
| 2985 | - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", | |
| 2986 | - "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", | |
| 2987 | - "shasum": "" | |
| 2988 | - }, | |
| 2989 | - "require": { | |
| 2990 | - "doctrine/instantiator": "^1.0.2", | |
| 2991 | - "php": "^5.3|^7.0", | |
| 2992 | - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", | |
| 2993 | - "sebastian/comparator": "^1.1|^2.0", | |
| 2994 | - "sebastian/recursion-context": "^1.0|^2.0|^3.0" | |
| 2995 | - }, | |
| 2996 | - "require-dev": { | |
| 2997 | - "phpspec/phpspec": "^2.5|^3.2", | |
| 2998 | - "phpunit/phpunit": "^4.8 || ^5.6.5" | |
| 2999 | - }, | |
| 3000 | - "type": "library", | |
| 3001 | - "extra": { | |
| 3002 | - "branch-alias": { | |
| 3003 | - "dev-master": "1.6.x-dev" | |
| 3004 | - } | |
| 3005 | - }, | |
| 3006 | - "autoload": { | |
| 3007 | - "psr-0": { | |
| 3008 | - "Prophecy\\": "src/" | |
| 3009 | - } | |
| 3010 | - }, | |
| 3011 | - "notification-url": "https://packagist.org/downloads/", | |
| 3012 | - "license": [ | |
| 3013 | - "MIT" | |
| 3014 | - ], | |
| 3015 | - "authors": [ | |
| 3016 | - { | |
| 3017 | - "name": "Konstantin Kudryashov", | |
| 3018 | - "email": "ever.zet@gmail.com", | |
| 3019 | - "homepage": "http://everzet.com" | |
| 3020 | - }, | |
| 3021 | - { | |
| 3022 | - "name": "Marcello Duarte", | |
| 3023 | - "email": "marcello.duarte@gmail.com" | |
| 3024 | - } | |
| 3025 | - ], | |
| 3026 | - "description": "Highly opinionated mocking framework for PHP 5.3+", | |
| 3027 | - "homepage": "https://github.com/phpspec/prophecy", | |
| 3028 | - "keywords": [ | |
| 3029 | - "Double", | |
| 3030 | - "Dummy", | |
| 3031 | - "fake", | |
| 3032 | - "mock", | |
| 3033 | - "spy", | |
| 3034 | - "stub" | |
| 3035 | - ], | |
| 3036 | - "time": "2017-03-02 20:05:34" | |
| 3037 | - }, | |
| 3038 | - { | |
| 3039 | - "name": "phpunit/php-code-coverage", | |
| 3040 | - "version": "4.0.7", | |
| 3041 | - "source": { | |
| 3042 | - "type": "git", | |
| 3043 | - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
| 3044 | - "reference": "09e2277d14ea467e5a984010f501343ef29ffc69" | |
| 3045 | - }, | |
| 3046 | - "dist": { | |
| 3047 | - "type": "zip", | |
| 3048 | - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/09e2277d14ea467e5a984010f501343ef29ffc69", | |
| 3049 | - "reference": "09e2277d14ea467e5a984010f501343ef29ffc69", | |
| 3050 | - "shasum": "" | |
| 3051 | - }, | |
| 3052 | - "require": { | |
| 3053 | - "ext-dom": "*", | |
| 3054 | - "ext-xmlwriter": "*", | |
| 3055 | - "php": "^5.6 || ^7.0", | |
| 3056 | - "phpunit/php-file-iterator": "^1.3", | |
| 3057 | - "phpunit/php-text-template": "^1.2", | |
| 3058 | - "phpunit/php-token-stream": "^1.4.2 || ^2.0", | |
| 3059 | - "sebastian/code-unit-reverse-lookup": "^1.0", | |
| 3060 | - "sebastian/environment": "^1.3.2 || ^2.0", | |
| 3061 | - "sebastian/version": "^1.0 || ^2.0" | |
| 3062 | - }, | |
| 3063 | - "require-dev": { | |
| 3064 | - "ext-xdebug": "^2.1.4", | |
| 3065 | - "phpunit/phpunit": "^5.7" | |
| 3066 | - }, | |
| 3067 | - "suggest": { | |
| 3068 | - "ext-xdebug": "^2.5.1" | |
| 3069 | - }, | |
| 3070 | - "type": "library", | |
| 3071 | - "extra": { | |
| 3072 | - "branch-alias": { | |
| 3073 | - "dev-master": "4.0.x-dev" | |
| 3074 | - } | |
| 3075 | - }, | |
| 3076 | - "autoload": { | |
| 3077 | - "classmap": [ | |
| 3078 | - "src/" | |
| 3079 | - ] | |
| 3080 | - }, | |
| 3081 | - "notification-url": "https://packagist.org/downloads/", | |
| 3082 | - "license": [ | |
| 3083 | - "BSD-3-Clause" | |
| 3084 | - ], | |
| 3085 | - "authors": [ | |
| 3086 | - { | |
| 3087 | - "name": "Sebastian Bergmann", | |
| 3088 | - "email": "sb@sebastian-bergmann.de", | |
| 3089 | - "role": "lead" | |
| 3090 | - } | |
| 3091 | - ], | |
| 3092 | - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
| 3093 | - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
| 3094 | - "keywords": [ | |
| 3095 | - "coverage", | |
| 3096 | - "testing", | |
| 3097 | - "xunit" | |
| 3098 | - ], | |
| 3099 | - "time": "2017-03-01 09:12:17" | |
| 3100 | - }, | |
| 3101 | - { | |
| 3102 | - "name": "phpunit/php-file-iterator", | |
| 3103 | - "version": "1.4.2", | |
| 3104 | - "source": { | |
| 3105 | - "type": "git", | |
| 3106 | - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
| 3107 | - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" | |
| 3108 | - }, | |
| 3109 | - "dist": { | |
| 3110 | - "type": "zip", | |
| 3111 | - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", | |
| 3112 | - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", | |
| 3113 | - "shasum": "" | |
| 3114 | - }, | |
| 3115 | - "require": { | |
| 3116 | - "php": ">=5.3.3" | |
| 3117 | - }, | |
| 3118 | - "type": "library", | |
| 3119 | - "extra": { | |
| 3120 | - "branch-alias": { | |
| 3121 | - "dev-master": "1.4.x-dev" | |
| 3122 | - } | |
| 3123 | - }, | |
| 3124 | - "autoload": { | |
| 3125 | - "classmap": [ | |
| 3126 | - "src/" | |
| 3127 | - ] | |
| 3128 | - }, | |
| 3129 | - "notification-url": "https://packagist.org/downloads/", | |
| 3130 | - "license": [ | |
| 3131 | - "BSD-3-Clause" | |
| 3132 | - ], | |
| 3133 | - "authors": [ | |
| 3134 | - { | |
| 3135 | - "name": "Sebastian Bergmann", | |
| 3136 | - "email": "sb@sebastian-bergmann.de", | |
| 3137 | - "role": "lead" | |
| 3138 | - } | |
| 3139 | - ], | |
| 3140 | - "description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
| 3141 | - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
| 3142 | - "keywords": [ | |
| 3143 | - "filesystem", | |
| 3144 | - "iterator" | |
| 3145 | - ], | |
| 3146 | - "time": "2016-10-03 07:40:28" | |
| 3147 | - }, | |
| 3148 | - { | |
| 3149 | - "name": "phpunit/php-text-template", | |
| 3150 | - "version": "1.2.1", | |
| 3151 | - "source": { | |
| 3152 | - "type": "git", | |
| 3153 | - "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
| 3154 | - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
| 3155 | - }, | |
| 3156 | - "dist": { | |
| 3157 | - "type": "zip", | |
| 3158 | - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
| 3159 | - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
| 3160 | - "shasum": "" | |
| 3161 | - }, | |
| 3162 | - "require": { | |
| 3163 | - "php": ">=5.3.3" | |
| 3164 | - }, | |
| 3165 | - "type": "library", | |
| 3166 | - "autoload": { | |
| 3167 | - "classmap": [ | |
| 3168 | - "src/" | |
| 3169 | - ] | |
| 3170 | - }, | |
| 3171 | - "notification-url": "https://packagist.org/downloads/", | |
| 3172 | - "license": [ | |
| 3173 | - "BSD-3-Clause" | |
| 3174 | - ], | |
| 3175 | - "authors": [ | |
| 3176 | - { | |
| 3177 | - "name": "Sebastian Bergmann", | |
| 3178 | - "email": "sebastian@phpunit.de", | |
| 3179 | - "role": "lead" | |
| 3180 | - } | |
| 3181 | - ], | |
| 3182 | - "description": "Simple template engine.", | |
| 3183 | - "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
| 3184 | - "keywords": [ | |
| 3185 | - "template" | |
| 3186 | - ], | |
| 3187 | - "time": "2015-06-21 13:50:34" | |
| 3188 | - }, | |
| 3189 | - { | |
| 3190 | - "name": "phpunit/php-timer", | |
| 3191 | - "version": "1.0.9", | |
| 3192 | - "source": { | |
| 3193 | - "type": "git", | |
| 3194 | - "url": "https://github.com/sebastianbergmann/php-timer.git", | |
| 3195 | - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" | |
| 3196 | - }, | |
| 3197 | - "dist": { | |
| 3198 | - "type": "zip", | |
| 3199 | - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
| 3200 | - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
| 3201 | - "shasum": "" | |
| 3202 | - }, | |
| 3203 | - "require": { | |
| 3204 | - "php": "^5.3.3 || ^7.0" | |
| 3205 | - }, | |
| 3206 | - "require-dev": { | |
| 3207 | - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" | |
| 3208 | - }, | |
| 3209 | - "type": "library", | |
| 3210 | - "extra": { | |
| 3211 | - "branch-alias": { | |
| 3212 | - "dev-master": "1.0-dev" | |
| 3213 | - } | |
| 3214 | - }, | |
| 3215 | - "autoload": { | |
| 3216 | - "classmap": [ | |
| 3217 | - "src/" | |
| 3218 | - ] | |
| 3219 | - }, | |
| 3220 | - "notification-url": "https://packagist.org/downloads/", | |
| 3221 | - "license": [ | |
| 3222 | - "BSD-3-Clause" | |
| 3223 | - ], | |
| 3224 | - "authors": [ | |
| 3225 | - { | |
| 3226 | - "name": "Sebastian Bergmann", | |
| 3227 | - "email": "sb@sebastian-bergmann.de", | |
| 3228 | - "role": "lead" | |
| 3229 | - } | |
| 3230 | - ], | |
| 3231 | - "description": "Utility class for timing", | |
| 3232 | - "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
| 3233 | - "keywords": [ | |
| 3234 | - "timer" | |
| 3235 | - ], | |
| 3236 | - "time": "2017-02-26 11:10:40" | |
| 3237 | - }, | |
| 3238 | - { | |
| 3239 | - "name": "phpunit/php-token-stream", | |
| 3240 | - "version": "1.4.11", | |
| 3241 | - "source": { | |
| 3242 | - "type": "git", | |
| 3243 | - "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
| 3244 | - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" | |
| 3245 | - }, | |
| 3246 | - "dist": { | |
| 3247 | - "type": "zip", | |
| 3248 | - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", | |
| 3249 | - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", | |
| 3250 | - "shasum": "" | |
| 3251 | - }, | |
| 3252 | - "require": { | |
| 3253 | - "ext-tokenizer": "*", | |
| 3254 | - "php": ">=5.3.3" | |
| 3255 | - }, | |
| 3256 | - "require-dev": { | |
| 3257 | - "phpunit/phpunit": "~4.2" | |
| 3258 | - }, | |
| 3259 | - "type": "library", | |
| 3260 | - "extra": { | |
| 3261 | - "branch-alias": { | |
| 3262 | - "dev-master": "1.4-dev" | |
| 3263 | - } | |
| 3264 | - }, | |
| 3265 | - "autoload": { | |
| 3266 | - "classmap": [ | |
| 3267 | - "src/" | |
| 3268 | - ] | |
| 3269 | - }, | |
| 3270 | - "notification-url": "https://packagist.org/downloads/", | |
| 3271 | - "license": [ | |
| 3272 | - "BSD-3-Clause" | |
| 3273 | - ], | |
| 3274 | - "authors": [ | |
| 3275 | - { | |
| 3276 | - "name": "Sebastian Bergmann", | |
| 3277 | - "email": "sebastian@phpunit.de" | |
| 3278 | - } | |
| 3279 | - ], | |
| 3280 | - "description": "Wrapper around PHP's tokenizer extension.", | |
| 3281 | - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
| 3282 | - "keywords": [ | |
| 3283 | - "tokenizer" | |
| 3284 | - ], | |
| 3285 | - "time": "2017-02-27 10:12:30" | |
| 3286 | - }, | |
| 3287 | - { | |
| 3288 | - "name": "phpunit/phpunit", | |
| 3289 | - "version": "5.7.17", | |
| 3290 | - "source": { | |
| 3291 | - "type": "git", | |
| 3292 | - "url": "https://github.com/sebastianbergmann/phpunit.git", | |
| 3293 | - "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf" | |
| 3294 | - }, | |
| 3295 | - "dist": { | |
| 3296 | - "type": "zip", | |
| 3297 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/68752b665d3875f9a38a357e3ecb35c79f8673bf", | |
| 3298 | - "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf", | |
| 3299 | - "shasum": "" | |
| 3300 | - }, | |
| 3301 | - "require": { | |
| 3302 | - "ext-dom": "*", | |
| 3303 | - "ext-json": "*", | |
| 3304 | - "ext-libxml": "*", | |
| 3305 | - "ext-mbstring": "*", | |
| 3306 | - "ext-xml": "*", | |
| 3307 | - "myclabs/deep-copy": "~1.3", | |
| 3308 | - "php": "^5.6 || ^7.0", | |
| 3309 | - "phpspec/prophecy": "^1.6.2", | |
| 3310 | - "phpunit/php-code-coverage": "^4.0.4", | |
| 3311 | - "phpunit/php-file-iterator": "~1.4", | |
| 3312 | - "phpunit/php-text-template": "~1.2", | |
| 3313 | - "phpunit/php-timer": "^1.0.6", | |
| 3314 | - "phpunit/phpunit-mock-objects": "^3.2", | |
| 3315 | - "sebastian/comparator": "^1.2.4", | |
| 3316 | - "sebastian/diff": "~1.2", | |
| 3317 | - "sebastian/environment": "^1.3.4 || ^2.0", | |
| 3318 | - "sebastian/exporter": "~2.0", | |
| 3319 | - "sebastian/global-state": "^1.1", | |
| 3320 | - "sebastian/object-enumerator": "~2.0", | |
| 3321 | - "sebastian/resource-operations": "~1.0", | |
| 3322 | - "sebastian/version": "~1.0.3|~2.0", | |
| 3323 | - "symfony/yaml": "~2.1|~3.0" | |
| 3324 | - }, | |
| 3325 | - "conflict": { | |
| 3326 | - "phpdocumentor/reflection-docblock": "3.0.2" | |
| 3327 | - }, | |
| 3328 | - "require-dev": { | |
| 3329 | - "ext-pdo": "*" | |
| 3330 | - }, | |
| 3331 | - "suggest": { | |
| 3332 | - "ext-xdebug": "*", | |
| 3333 | - "phpunit/php-invoker": "~1.1" | |
| 3334 | - }, | |
| 3335 | - "bin": [ | |
| 3336 | - "phpunit" | |
| 3337 | - ], | |
| 3338 | - "type": "library", | |
| 3339 | - "extra": { | |
| 3340 | - "branch-alias": { | |
| 3341 | - "dev-master": "5.7.x-dev" | |
| 3342 | - } | |
| 3343 | - }, | |
| 3344 | - "autoload": { | |
| 3345 | - "classmap": [ | |
| 3346 | - "src/" | |
| 3347 | - ] | |
| 3348 | - }, | |
| 3349 | - "notification-url": "https://packagist.org/downloads/", | |
| 3350 | - "license": [ | |
| 3351 | - "BSD-3-Clause" | |
| 3352 | - ], | |
| 3353 | - "authors": [ | |
| 3354 | - { | |
| 3355 | - "name": "Sebastian Bergmann", | |
| 3356 | - "email": "sebastian@phpunit.de", | |
| 3357 | - "role": "lead" | |
| 3358 | - } | |
| 3359 | - ], | |
| 3360 | - "description": "The PHP Unit Testing framework.", | |
| 3361 | - "homepage": "https://phpunit.de/", | |
| 3362 | - "keywords": [ | |
| 3363 | - "phpunit", | |
| 3364 | - "testing", | |
| 3365 | - "xunit" | |
| 3366 | - ], | |
| 3367 | - "time": "2017-03-19 16:52:12" | |
| 3368 | - }, | |
| 3369 | - { | |
| 3370 | - "name": "phpunit/phpunit-mock-objects", | |
| 3371 | - "version": "3.4.3", | |
| 3372 | - "source": { | |
| 3373 | - "type": "git", | |
| 3374 | - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
| 3375 | - "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" | |
| 3376 | - }, | |
| 3377 | - "dist": { | |
| 3378 | - "type": "zip", | |
| 3379 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", | |
| 3380 | - "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", | |
| 3381 | - "shasum": "" | |
| 3382 | - }, | |
| 3383 | - "require": { | |
| 3384 | - "doctrine/instantiator": "^1.0.2", | |
| 3385 | - "php": "^5.6 || ^7.0", | |
| 3386 | - "phpunit/php-text-template": "^1.2", | |
| 3387 | - "sebastian/exporter": "^1.2 || ^2.0" | |
| 3388 | - }, | |
| 3389 | - "conflict": { | |
| 3390 | - "phpunit/phpunit": "<5.4.0" | |
| 3391 | - }, | |
| 3392 | - "require-dev": { | |
| 3393 | - "phpunit/phpunit": "^5.4" | |
| 3394 | - }, | |
| 3395 | - "suggest": { | |
| 3396 | - "ext-soap": "*" | |
| 3397 | - }, | |
| 3398 | - "type": "library", | |
| 3399 | - "extra": { | |
| 3400 | - "branch-alias": { | |
| 3401 | - "dev-master": "3.2.x-dev" | |
| 3402 | - } | |
| 3403 | - }, | |
| 3404 | - "autoload": { | |
| 3405 | - "classmap": [ | |
| 3406 | - "src/" | |
| 3407 | - ] | |
| 3408 | - }, | |
| 3409 | - "notification-url": "https://packagist.org/downloads/", | |
| 3410 | - "license": [ | |
| 3411 | - "BSD-3-Clause" | |
| 3412 | - ], | |
| 3413 | - "authors": [ | |
| 3414 | - { | |
| 3415 | - "name": "Sebastian Bergmann", | |
| 3416 | - "email": "sb@sebastian-bergmann.de", | |
| 3417 | - "role": "lead" | |
| 3418 | - } | |
| 3419 | - ], | |
| 3420 | - "description": "Mock Object library for PHPUnit", | |
| 3421 | - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
| 3422 | - "keywords": [ | |
| 3423 | - "mock", | |
| 3424 | - "xunit" | |
| 3425 | - ], | |
| 3426 | - "time": "2016-12-08 20:27:08" | |
| 3427 | - }, | |
| 3428 | - { | |
| 3429 | - "name": "sebastian/code-unit-reverse-lookup", | |
| 3430 | - "version": "1.0.1", | |
| 3431 | - "source": { | |
| 3432 | - "type": "git", | |
| 3433 | - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
| 3434 | - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | |
| 3435 | - }, | |
| 3436 | - "dist": { | |
| 3437 | - "type": "zip", | |
| 3438 | - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
| 3439 | - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
| 3440 | - "shasum": "" | |
| 3441 | - }, | |
| 3442 | - "require": { | |
| 3443 | - "php": "^5.6 || ^7.0" | |
| 3444 | - }, | |
| 3445 | - "require-dev": { | |
| 3446 | - "phpunit/phpunit": "^5.7 || ^6.0" | |
| 3447 | - }, | |
| 3448 | - "type": "library", | |
| 3449 | - "extra": { | |
| 3450 | - "branch-alias": { | |
| 3451 | - "dev-master": "1.0.x-dev" | |
| 3452 | - } | |
| 3453 | - }, | |
| 3454 | - "autoload": { | |
| 3455 | - "classmap": [ | |
| 3456 | - "src/" | |
| 3457 | - ] | |
| 3458 | - }, | |
| 3459 | - "notification-url": "https://packagist.org/downloads/", | |
| 3460 | - "license": [ | |
| 3461 | - "BSD-3-Clause" | |
| 3462 | - ], | |
| 3463 | - "authors": [ | |
| 3464 | - { | |
| 3465 | - "name": "Sebastian Bergmann", | |
| 3466 | - "email": "sebastian@phpunit.de" | |
| 3467 | - } | |
| 3468 | - ], | |
| 3469 | - "description": "Looks up which function or method a line of code belongs to", | |
| 3470 | - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | |
| 3471 | - "time": "2017-03-04 06:30:41" | |
| 3472 | - }, | |
| 3473 | - { | |
| 3474 | - "name": "sebastian/comparator", | |
| 3475 | - "version": "1.2.4", | |
| 3476 | - "source": { | |
| 3477 | - "type": "git", | |
| 3478 | - "url": "https://github.com/sebastianbergmann/comparator.git", | |
| 3479 | - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" | |
| 3480 | - }, | |
| 3481 | - "dist": { | |
| 3482 | - "type": "zip", | |
| 3483 | - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", | |
| 3484 | - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", | |
| 3485 | - "shasum": "" | |
| 3486 | - }, | |
| 3487 | - "require": { | |
| 3488 | - "php": ">=5.3.3", | |
| 3489 | - "sebastian/diff": "~1.2", | |
| 3490 | - "sebastian/exporter": "~1.2 || ~2.0" | |
| 3491 | - }, | |
| 3492 | - "require-dev": { | |
| 3493 | - "phpunit/phpunit": "~4.4" | |
| 3494 | - }, | |
| 3495 | - "type": "library", | |
| 3496 | - "extra": { | |
| 3497 | - "branch-alias": { | |
| 3498 | - "dev-master": "1.2.x-dev" | |
| 3499 | - } | |
| 3500 | - }, | |
| 3501 | - "autoload": { | |
| 3502 | - "classmap": [ | |
| 3503 | - "src/" | |
| 3504 | - ] | |
| 3505 | - }, | |
| 3506 | - "notification-url": "https://packagist.org/downloads/", | |
| 3507 | - "license": [ | |
| 3508 | - "BSD-3-Clause" | |
| 3509 | - ], | |
| 3510 | - "authors": [ | |
| 3511 | - { | |
| 3512 | - "name": "Jeff Welch", | |
| 3513 | - "email": "whatthejeff@gmail.com" | |
| 3514 | - }, | |
| 3515 | - { | |
| 3516 | - "name": "Volker Dusch", | |
| 3517 | - "email": "github@wallbash.com" | |
| 3518 | - }, | |
| 3519 | - { | |
| 3520 | - "name": "Bernhard Schussek", | |
| 3521 | - "email": "bschussek@2bepublished.at" | |
| 3522 | - }, | |
| 3523 | - { | |
| 3524 | - "name": "Sebastian Bergmann", | |
| 3525 | - "email": "sebastian@phpunit.de" | |
| 3526 | - } | |
| 3527 | - ], | |
| 3528 | - "description": "Provides the functionality to compare PHP values for equality", | |
| 3529 | - "homepage": "http://www.github.com/sebastianbergmann/comparator", | |
| 3530 | - "keywords": [ | |
| 3531 | - "comparator", | |
| 3532 | - "compare", | |
| 3533 | - "equality" | |
| 3534 | - ], | |
| 3535 | - "time": "2017-01-29 09:50:25" | |
| 3536 | - }, | |
| 3537 | - { | |
| 3538 | - "name": "sebastian/diff", | |
| 3539 | - "version": "1.4.1", | |
| 3540 | - "source": { | |
| 3541 | - "type": "git", | |
| 3542 | - "url": "https://github.com/sebastianbergmann/diff.git", | |
| 3543 | - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" | |
| 3544 | - }, | |
| 3545 | - "dist": { | |
| 3546 | - "type": "zip", | |
| 3547 | - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", | |
| 3548 | - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", | |
| 3549 | - "shasum": "" | |
| 3550 | - }, | |
| 3551 | - "require": { | |
| 3552 | - "php": ">=5.3.3" | |
| 3553 | - }, | |
| 3554 | - "require-dev": { | |
| 3555 | - "phpunit/phpunit": "~4.8" | |
| 3556 | - }, | |
| 3557 | - "type": "library", | |
| 3558 | - "extra": { | |
| 3559 | - "branch-alias": { | |
| 3560 | - "dev-master": "1.4-dev" | |
| 3561 | - } | |
| 3562 | - }, | |
| 3563 | - "autoload": { | |
| 3564 | - "classmap": [ | |
| 3565 | - "src/" | |
| 3566 | - ] | |
| 3567 | - }, | |
| 3568 | - "notification-url": "https://packagist.org/downloads/", | |
| 3569 | - "license": [ | |
| 3570 | - "BSD-3-Clause" | |
| 3571 | - ], | |
| 3572 | - "authors": [ | |
| 3573 | - { | |
| 3574 | - "name": "Kore Nordmann", | |
| 3575 | - "email": "mail@kore-nordmann.de" | |
| 3576 | - }, | |
| 3577 | - { | |
| 3578 | - "name": "Sebastian Bergmann", | |
| 3579 | - "email": "sebastian@phpunit.de" | |
| 3580 | - } | |
| 3581 | - ], | |
| 3582 | - "description": "Diff implementation", | |
| 3583 | - "homepage": "https://github.com/sebastianbergmann/diff", | |
| 3584 | - "keywords": [ | |
| 3585 | - "diff" | |
| 3586 | - ], | |
| 3587 | - "time": "2015-12-08 07:14:41" | |
| 3588 | - }, | |
| 3589 | - { | |
| 3590 | - "name": "sebastian/environment", | |
| 3591 | - "version": "2.0.0", | |
| 3592 | - "source": { | |
| 3593 | - "type": "git", | |
| 3594 | - "url": "https://github.com/sebastianbergmann/environment.git", | |
| 3595 | - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" | |
| 3596 | - }, | |
| 3597 | - "dist": { | |
| 3598 | - "type": "zip", | |
| 3599 | - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", | |
| 3600 | - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", | |
| 3601 | - "shasum": "" | |
| 3602 | - }, | |
| 3603 | - "require": { | |
| 3604 | - "php": "^5.6 || ^7.0" | |
| 3605 | - }, | |
| 3606 | - "require-dev": { | |
| 3607 | - "phpunit/phpunit": "^5.0" | |
| 3608 | - }, | |
| 3609 | - "type": "library", | |
| 3610 | - "extra": { | |
| 3611 | - "branch-alias": { | |
| 3612 | - "dev-master": "2.0.x-dev" | |
| 3613 | - } | |
| 3614 | - }, | |
| 3615 | - "autoload": { | |
| 3616 | - "classmap": [ | |
| 3617 | - "src/" | |
| 3618 | - ] | |
| 3619 | - }, | |
| 3620 | - "notification-url": "https://packagist.org/downloads/", | |
| 3621 | - "license": [ | |
| 3622 | - "BSD-3-Clause" | |
| 3623 | - ], | |
| 3624 | - "authors": [ | |
| 3625 | - { | |
| 3626 | - "name": "Sebastian Bergmann", | |
| 3627 | - "email": "sebastian@phpunit.de" | |
| 3628 | - } | |
| 3629 | - ], | |
| 3630 | - "description": "Provides functionality to handle HHVM/PHP environments", | |
| 3631 | - "homepage": "http://www.github.com/sebastianbergmann/environment", | |
| 3632 | - "keywords": [ | |
| 3633 | - "Xdebug", | |
| 3634 | - "environment", | |
| 3635 | - "hhvm" | |
| 3636 | - ], | |
| 3637 | - "time": "2016-11-26 07:53:53" | |
| 3638 | - }, | |
| 3639 | - { | |
| 3640 | - "name": "sebastian/exporter", | |
| 3641 | - "version": "2.0.0", | |
| 3642 | - "source": { | |
| 3643 | - "type": "git", | |
| 3644 | - "url": "https://github.com/sebastianbergmann/exporter.git", | |
| 3645 | - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" | |
| 3646 | - }, | |
| 3647 | - "dist": { | |
| 3648 | - "type": "zip", | |
| 3649 | - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", | |
| 3650 | - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", | |
| 3651 | - "shasum": "" | |
| 3652 | - }, | |
| 3653 | - "require": { | |
| 3654 | - "php": ">=5.3.3", | |
| 3655 | - "sebastian/recursion-context": "~2.0" | |
| 3656 | - }, | |
| 3657 | - "require-dev": { | |
| 3658 | - "ext-mbstring": "*", | |
| 3659 | - "phpunit/phpunit": "~4.4" | |
| 3660 | - }, | |
| 3661 | - "type": "library", | |
| 3662 | - "extra": { | |
| 3663 | - "branch-alias": { | |
| 3664 | - "dev-master": "2.0.x-dev" | |
| 3665 | - } | |
| 3666 | - }, | |
| 3667 | - "autoload": { | |
| 3668 | - "classmap": [ | |
| 3669 | - "src/" | |
| 3670 | - ] | |
| 3671 | - }, | |
| 3672 | - "notification-url": "https://packagist.org/downloads/", | |
| 3673 | - "license": [ | |
| 3674 | - "BSD-3-Clause" | |
| 3675 | - ], | |
| 3676 | - "authors": [ | |
| 3677 | - { | |
| 3678 | - "name": "Jeff Welch", | |
| 3679 | - "email": "whatthejeff@gmail.com" | |
| 3680 | - }, | |
| 3681 | - { | |
| 3682 | - "name": "Volker Dusch", | |
| 3683 | - "email": "github@wallbash.com" | |
| 3684 | - }, | |
| 3685 | - { | |
| 3686 | - "name": "Bernhard Schussek", | |
| 3687 | - "email": "bschussek@2bepublished.at" | |
| 3688 | - }, | |
| 3689 | - { | |
| 3690 | - "name": "Sebastian Bergmann", | |
| 3691 | - "email": "sebastian@phpunit.de" | |
| 3692 | - }, | |
| 3693 | - { | |
| 3694 | - "name": "Adam Harvey", | |
| 3695 | - "email": "aharvey@php.net" | |
| 3696 | - } | |
| 3697 | - ], | |
| 3698 | - "description": "Provides the functionality to export PHP variables for visualization", | |
| 3699 | - "homepage": "http://www.github.com/sebastianbergmann/exporter", | |
| 3700 | - "keywords": [ | |
| 3701 | - "export", | |
| 3702 | - "exporter" | |
| 3703 | - ], | |
| 3704 | - "time": "2016-11-19 08:54:04" | |
| 3705 | - }, | |
| 3706 | - { | |
| 3707 | - "name": "sebastian/global-state", | |
| 3708 | - "version": "1.1.1", | |
| 3709 | - "source": { | |
| 3710 | - "type": "git", | |
| 3711 | - "url": "https://github.com/sebastianbergmann/global-state.git", | |
| 3712 | - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" | |
| 3713 | - }, | |
| 3714 | - "dist": { | |
| 3715 | - "type": "zip", | |
| 3716 | - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", | |
| 3717 | - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", | |
| 3718 | - "shasum": "" | |
| 3719 | - }, | |
| 3720 | - "require": { | |
| 3721 | - "php": ">=5.3.3" | |
| 3722 | - }, | |
| 3723 | - "require-dev": { | |
| 3724 | - "phpunit/phpunit": "~4.2" | |
| 3725 | - }, | |
| 3726 | - "suggest": { | |
| 3727 | - "ext-uopz": "*" | |
| 3728 | - }, | |
| 3729 | - "type": "library", | |
| 3730 | - "extra": { | |
| 3731 | - "branch-alias": { | |
| 3732 | - "dev-master": "1.0-dev" | |
| 3733 | - } | |
| 3734 | - }, | |
| 3735 | - "autoload": { | |
| 3736 | - "classmap": [ | |
| 3737 | - "src/" | |
| 3738 | - ] | |
| 3739 | - }, | |
| 3740 | - "notification-url": "https://packagist.org/downloads/", | |
| 3741 | - "license": [ | |
| 3742 | - "BSD-3-Clause" | |
| 3743 | - ], | |
| 3744 | - "authors": [ | |
| 3745 | - { | |
| 3746 | - "name": "Sebastian Bergmann", | |
| 3747 | - "email": "sebastian@phpunit.de" | |
| 3748 | - } | |
| 3749 | - ], | |
| 3750 | - "description": "Snapshotting of global state", | |
| 3751 | - "homepage": "http://www.github.com/sebastianbergmann/global-state", | |
| 3752 | - "keywords": [ | |
| 3753 | - "global state" | |
| 3754 | - ], | |
| 3755 | - "time": "2015-10-12 03:26:01" | |
| 3756 | - }, | |
| 3757 | - { | |
| 3758 | - "name": "sebastian/object-enumerator", | |
| 3759 | - "version": "2.0.1", | |
| 3760 | - "source": { | |
| 3761 | - "type": "git", | |
| 3762 | - "url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
| 3763 | - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" | |
| 3764 | - }, | |
| 3765 | - "dist": { | |
| 3766 | - "type": "zip", | |
| 3767 | - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", | |
| 3768 | - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", | |
| 3769 | - "shasum": "" | |
| 3770 | - }, | |
| 3771 | - "require": { | |
| 3772 | - "php": ">=5.6", | |
| 3773 | - "sebastian/recursion-context": "~2.0" | |
| 3774 | - }, | |
| 3775 | - "require-dev": { | |
| 3776 | - "phpunit/phpunit": "~5" | |
| 3777 | - }, | |
| 3778 | - "type": "library", | |
| 3779 | - "extra": { | |
| 3780 | - "branch-alias": { | |
| 3781 | - "dev-master": "2.0.x-dev" | |
| 3782 | - } | |
| 3783 | - }, | |
| 3784 | - "autoload": { | |
| 3785 | - "classmap": [ | |
| 3786 | - "src/" | |
| 3787 | - ] | |
| 3788 | - }, | |
| 3789 | - "notification-url": "https://packagist.org/downloads/", | |
| 3790 | - "license": [ | |
| 3791 | - "BSD-3-Clause" | |
| 3792 | - ], | |
| 3793 | - "authors": [ | |
| 3794 | - { | |
| 3795 | - "name": "Sebastian Bergmann", | |
| 3796 | - "email": "sebastian@phpunit.de" | |
| 3797 | - } | |
| 3798 | - ], | |
| 3799 | - "description": "Traverses array structures and object graphs to enumerate all referenced objects", | |
| 3800 | - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | |
| 3801 | - "time": "2017-02-18 15:18:39" | |
| 3802 | - }, | |
| 3803 | - { | |
| 3804 | - "name": "sebastian/recursion-context", | |
| 3805 | - "version": "2.0.0", | |
| 3806 | - "source": { | |
| 3807 | - "type": "git", | |
| 3808 | - "url": "https://github.com/sebastianbergmann/recursion-context.git", | |
| 3809 | - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" | |
| 3810 | - }, | |
| 3811 | - "dist": { | |
| 3812 | - "type": "zip", | |
| 3813 | - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", | |
| 3814 | - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", | |
| 3815 | - "shasum": "" | |
| 3816 | - }, | |
| 3817 | - "require": { | |
| 3818 | - "php": ">=5.3.3" | |
| 3819 | - }, | |
| 3820 | - "require-dev": { | |
| 3821 | - "phpunit/phpunit": "~4.4" | |
| 3822 | - }, | |
| 3823 | - "type": "library", | |
| 3824 | - "extra": { | |
| 3825 | - "branch-alias": { | |
| 3826 | - "dev-master": "2.0.x-dev" | |
| 3827 | - } | |
| 3828 | - }, | |
| 3829 | - "autoload": { | |
| 3830 | - "classmap": [ | |
| 3831 | - "src/" | |
| 3832 | - ] | |
| 3833 | - }, | |
| 3834 | - "notification-url": "https://packagist.org/downloads/", | |
| 3835 | - "license": [ | |
| 3836 | - "BSD-3-Clause" | |
| 3837 | - ], | |
| 3838 | - "authors": [ | |
| 3839 | - { | |
| 3840 | - "name": "Jeff Welch", | |
| 3841 | - "email": "whatthejeff@gmail.com" | |
| 3842 | - }, | |
| 3843 | - { | |
| 3844 | - "name": "Sebastian Bergmann", | |
| 3845 | - "email": "sebastian@phpunit.de" | |
| 3846 | - }, | |
| 3847 | - { | |
| 3848 | - "name": "Adam Harvey", | |
| 3849 | - "email": "aharvey@php.net" | |
| 3850 | - } | |
| 3851 | - ], | |
| 3852 | - "description": "Provides functionality to recursively process PHP variables", | |
| 3853 | - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | |
| 3854 | - "time": "2016-11-19 07:33:16" | |
| 3855 | - }, | |
| 3856 | - { | |
| 3857 | - "name": "sebastian/resource-operations", | |
| 3858 | - "version": "1.0.0", | |
| 3859 | - "source": { | |
| 3860 | - "type": "git", | |
| 3861 | - "url": "https://github.com/sebastianbergmann/resource-operations.git", | |
| 3862 | - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" | |
| 3863 | - }, | |
| 3864 | - "dist": { | |
| 3865 | - "type": "zip", | |
| 3866 | - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
| 3867 | - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
| 3868 | - "shasum": "" | |
| 3869 | - }, | |
| 3870 | - "require": { | |
| 3871 | - "php": ">=5.6.0" | |
| 3872 | - }, | |
| 3873 | - "type": "library", | |
| 3874 | - "extra": { | |
| 3875 | - "branch-alias": { | |
| 3876 | - "dev-master": "1.0.x-dev" | |
| 3877 | - } | |
| 3878 | - }, | |
| 3879 | - "autoload": { | |
| 3880 | - "classmap": [ | |
| 3881 | - "src/" | |
| 3882 | - ] | |
| 3883 | - }, | |
| 3884 | - "notification-url": "https://packagist.org/downloads/", | |
| 3885 | - "license": [ | |
| 3886 | - "BSD-3-Clause" | |
| 3887 | - ], | |
| 3888 | - "authors": [ | |
| 3889 | - { | |
| 3890 | - "name": "Sebastian Bergmann", | |
| 3891 | - "email": "sebastian@phpunit.de" | |
| 3892 | - } | |
| 3893 | - ], | |
| 3894 | - "description": "Provides a list of PHP built-in functions that operate on resources", | |
| 3895 | - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | |
| 3896 | - "time": "2015-07-28 20:34:47" | |
| 3897 | - }, | |
| 3898 | - { | |
| 3899 | - "name": "sebastian/version", | |
| 3900 | - "version": "2.0.1", | |
| 3901 | - "source": { | |
| 3902 | - "type": "git", | |
| 3903 | - "url": "https://github.com/sebastianbergmann/version.git", | |
| 3904 | - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" | |
| 3905 | - }, | |
| 3906 | - "dist": { | |
| 3907 | - "type": "zip", | |
| 3908 | - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", | |
| 3909 | - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
| 3910 | - "shasum": "" | |
| 3911 | - }, | |
| 3912 | - "require": { | |
| 3913 | - "php": ">=5.6" | |
| 3914 | - }, | |
| 3915 | - "type": "library", | |
| 3916 | - "extra": { | |
| 3917 | - "branch-alias": { | |
| 3918 | - "dev-master": "2.0.x-dev" | |
| 3919 | - } | |
| 3920 | - }, | |
| 3921 | - "autoload": { | |
| 3922 | - "classmap": [ | |
| 3923 | - "src/" | |
| 3924 | - ] | |
| 3925 | - }, | |
| 3926 | - "notification-url": "https://packagist.org/downloads/", | |
| 3927 | - "license": [ | |
| 3928 | - "BSD-3-Clause" | |
| 3929 | - ], | |
| 3930 | - "authors": [ | |
| 3931 | - { | |
| 3932 | - "name": "Sebastian Bergmann", | |
| 3933 | - "email": "sebastian@phpunit.de", | |
| 3934 | - "role": "lead" | |
| 3935 | - } | |
| 3936 | - ], | |
| 3937 | - "description": "Library that helps with managing the version number of Git-hosted PHP projects", | |
| 3938 | - "homepage": "https://github.com/sebastianbergmann/version", | |
| 3939 | - "time": "2016-10-03 07:35:21" | |
| 3940 | - }, | |
| 3941 | - { | |
| 3942 | - "name": "symfony/browser-kit", | |
| 3943 | - "version": "v3.2.6", | |
| 3944 | - "source": { | |
| 3945 | - "type": "git", | |
| 3946 | - "url": "https://github.com/symfony/browser-kit.git", | |
| 3947 | - "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8" | |
| 3948 | - }, | |
| 3949 | - "dist": { | |
| 3950 | - "type": "zip", | |
| 3951 | - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2fe0caa60c1a1dfeefd0425741182687a9b382b8", | |
| 3952 | - "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8", | |
| 3953 | - "shasum": "" | |
| 3954 | - }, | |
| 3955 | - "require": { | |
| 3956 | - "php": ">=5.5.9", | |
| 3957 | - "symfony/dom-crawler": "~2.8|~3.0" | |
| 3958 | - }, | |
| 3959 | - "require-dev": { | |
| 3960 | - "symfony/css-selector": "~2.8|~3.0", | |
| 3961 | - "symfony/process": "~2.8|~3.0" | |
| 3962 | - }, | |
| 3963 | - "suggest": { | |
| 3964 | - "symfony/process": "" | |
| 3965 | - }, | |
| 3966 | - "type": "library", | |
| 3967 | - "extra": { | |
| 3968 | - "branch-alias": { | |
| 3969 | - "dev-master": "3.2-dev" | |
| 3970 | - } | |
| 3971 | - }, | |
| 3972 | - "autoload": { | |
| 3973 | - "psr-4": { | |
| 3974 | - "Symfony\\Component\\BrowserKit\\": "" | |
| 3975 | - }, | |
| 3976 | - "exclude-from-classmap": [ | |
| 3977 | - "/Tests/" | |
| 3978 | - ] | |
| 3979 | - }, | |
| 3980 | - "notification-url": "https://packagist.org/downloads/", | |
| 3981 | - "license": [ | |
| 3982 | - "MIT" | |
| 3983 | - ], | |
| 3984 | - "authors": [ | |
| 3985 | - { | |
| 3986 | - "name": "Fabien Potencier", | |
| 3987 | - "email": "fabien@symfony.com" | |
| 3988 | - }, | |
| 3989 | - { | |
| 3990 | - "name": "Symfony Community", | |
| 3991 | - "homepage": "https://symfony.com/contributors" | |
| 3992 | - } | |
| 3993 | - ], | |
| 3994 | - "description": "Symfony BrowserKit Component", | |
| 3995 | - "homepage": "https://symfony.com", | |
| 3996 | - "time": "2017-02-21 09:12:04" | |
| 3997 | - }, | |
| 3998 | - { | |
| 3999 | - "name": "symfony/console", | |
| 4000 | - "version": "v3.2.6", | |
| 4001 | - "source": { | |
| 4002 | - "type": "git", | |
| 4003 | - "url": "https://github.com/symfony/console.git", | |
| 4004 | - "reference": "28fb243a2b5727774ca309ec2d92da240f1af0dd" | |
| 4005 | - }, | |
| 4006 | - "dist": { | |
| 4007 | - "type": "zip", | |
| 4008 | - "url": "https://api.github.com/repos/symfony/console/zipball/28fb243a2b5727774ca309ec2d92da240f1af0dd", | |
| 4009 | - "reference": "28fb243a2b5727774ca309ec2d92da240f1af0dd", | |
| 4010 | - "shasum": "" | |
| 4011 | - }, | |
| 4012 | - "require": { | |
| 4013 | - "php": ">=5.5.9", | |
| 4014 | - "symfony/debug": "~2.8|~3.0", | |
| 4015 | - "symfony/polyfill-mbstring": "~1.0" | |
| 4016 | - }, | |
| 4017 | - "require-dev": { | |
| 4018 | - "psr/log": "~1.0", | |
| 4019 | - "symfony/event-dispatcher": "~2.8|~3.0", | |
| 4020 | - "symfony/filesystem": "~2.8|~3.0", | |
| 4021 | - "symfony/process": "~2.8|~3.0" | |
| 4022 | - }, | |
| 4023 | - "suggest": { | |
| 4024 | - "psr/log": "For using the console logger", | |
| 4025 | - "symfony/event-dispatcher": "", | |
| 4026 | - "symfony/filesystem": "", | |
| 4027 | - "symfony/process": "" | |
| 4028 | - }, | |
| 4029 | - "type": "library", | |
| 4030 | - "extra": { | |
| 4031 | - "branch-alias": { | |
| 4032 | - "dev-master": "3.2-dev" | |
| 4033 | - } | |
| 4034 | - }, | |
| 4035 | - "autoload": { | |
| 4036 | - "psr-4": { | |
| 4037 | - "Symfony\\Component\\Console\\": "" | |
| 4038 | - }, | |
| 4039 | - "exclude-from-classmap": [ | |
| 4040 | - "/Tests/" | |
| 4041 | - ] | |
| 4042 | - }, | |
| 4043 | - "notification-url": "https://packagist.org/downloads/", | |
| 4044 | - "license": [ | |
| 4045 | - "MIT" | |
| 4046 | - ], | |
| 4047 | - "authors": [ | |
| 4048 | - { | |
| 4049 | - "name": "Fabien Potencier", | |
| 4050 | - "email": "fabien@symfony.com" | |
| 4051 | - }, | |
| 4052 | - { | |
| 4053 | - "name": "Symfony Community", | |
| 4054 | - "homepage": "https://symfony.com/contributors" | |
| 4055 | - } | |
| 4056 | - ], | |
| 4057 | - "description": "Symfony Console Component", | |
| 4058 | - "homepage": "https://symfony.com", | |
| 4059 | - "time": "2017-03-06 19:30:27" | |
| 4060 | - }, | |
| 4061 | - { | |
| 4062 | - "name": "symfony/css-selector", | |
| 4063 | - "version": "v3.2.6", | |
| 4064 | - "source": { | |
| 4065 | - "type": "git", | |
| 4066 | - "url": "https://github.com/symfony/css-selector.git", | |
| 4067 | - "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c" | |
| 4068 | - }, | |
| 4069 | - "dist": { | |
| 4070 | - "type": "zip", | |
| 4071 | - "url": "https://api.github.com/repos/symfony/css-selector/zipball/a48f13dc83c168f1253a5d2a5a4fb46c36244c4c", | |
| 4072 | - "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c", | |
| 4073 | - "shasum": "" | |
| 4074 | - }, | |
| 4075 | - "require": { | |
| 4076 | - "php": ">=5.5.9" | |
| 4077 | - }, | |
| 4078 | - "type": "library", | |
| 4079 | - "extra": { | |
| 4080 | - "branch-alias": { | |
| 4081 | - "dev-master": "3.2-dev" | |
| 4082 | - } | |
| 4083 | - }, | |
| 4084 | - "autoload": { | |
| 4085 | - "psr-4": { | |
| 4086 | - "Symfony\\Component\\CssSelector\\": "" | |
| 4087 | - }, | |
| 4088 | - "exclude-from-classmap": [ | |
| 4089 | - "/Tests/" | |
| 4090 | - ] | |
| 4091 | - }, | |
| 4092 | - "notification-url": "https://packagist.org/downloads/", | |
| 4093 | - "license": [ | |
| 4094 | - "MIT" | |
| 4095 | - ], | |
| 4096 | - "authors": [ | |
| 4097 | - { | |
| 4098 | - "name": "Jean-Franรงois Simon", | |
| 4099 | - "email": "jeanfrancois.simon@sensiolabs.com" | |
| 4100 | - }, | |
| 4101 | - { | |
| 4102 | - "name": "Fabien Potencier", | |
| 4103 | - "email": "fabien@symfony.com" | |
| 4104 | - }, | |
| 4105 | - { | |
| 4106 | - "name": "Symfony Community", | |
| 4107 | - "homepage": "https://symfony.com/contributors" | |
| 4108 | - } | |
| 4109 | - ], | |
| 4110 | - "description": "Symfony CssSelector Component", | |
| 4111 | - "homepage": "https://symfony.com", | |
| 4112 | - "time": "2017-02-21 09:12:04" | |
| 4113 | - }, | |
| 4114 | - { | |
| 4115 | - "name": "symfony/debug", | |
| 4116 | - "version": "v3.2.6", | |
| 4117 | - "source": { | |
| 4118 | - "type": "git", | |
| 4119 | - "url": "https://github.com/symfony/debug.git", | |
| 4120 | - "reference": "b90c9f91ad8ac37d9f114e369042d3226b34dc1a" | |
| 4121 | - }, | |
| 4122 | - "dist": { | |
| 4123 | - "type": "zip", | |
| 4124 | - "url": "https://api.github.com/repos/symfony/debug/zipball/b90c9f91ad8ac37d9f114e369042d3226b34dc1a", | |
| 4125 | - "reference": "b90c9f91ad8ac37d9f114e369042d3226b34dc1a", | |
| 4126 | - "shasum": "" | |
| 4127 | - }, | |
| 4128 | - "require": { | |
| 4129 | - "php": ">=5.5.9", | |
| 4130 | - "psr/log": "~1.0" | |
| 4131 | - }, | |
| 4132 | - "conflict": { | |
| 4133 | - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" | |
| 4134 | - }, | |
| 4135 | - "require-dev": { | |
| 4136 | - "symfony/class-loader": "~2.8|~3.0", | |
| 4137 | - "symfony/http-kernel": "~2.8|~3.0" | |
| 4138 | - }, | |
| 4139 | - "type": "library", | |
| 4140 | - "extra": { | |
| 4141 | - "branch-alias": { | |
| 4142 | - "dev-master": "3.2-dev" | |
| 4143 | - } | |
| 4144 | - }, | |
| 4145 | - "autoload": { | |
| 4146 | - "psr-4": { | |
| 4147 | - "Symfony\\Component\\Debug\\": "" | |
| 4148 | - }, | |
| 4149 | - "exclude-from-classmap": [ | |
| 4150 | - "/Tests/" | |
| 4151 | - ] | |
| 4152 | - }, | |
| 4153 | - "notification-url": "https://packagist.org/downloads/", | |
| 4154 | - "license": [ | |
| 4155 | - "MIT" | |
| 4156 | - ], | |
| 4157 | - "authors": [ | |
| 4158 | - { | |
| 4159 | - "name": "Fabien Potencier", | |
| 4160 | - "email": "fabien@symfony.com" | |
| 4161 | - }, | |
| 4162 | - { | |
| 4163 | - "name": "Symfony Community", | |
| 4164 | - "homepage": "https://symfony.com/contributors" | |
| 4165 | - } | |
| 4166 | - ], | |
| 4167 | - "description": "Symfony Debug Component", | |
| 4168 | - "homepage": "https://symfony.com", | |
| 4169 | - "time": "2017-02-18 17:28:00" | |
| 4170 | - }, | |
| 4171 | - { | |
| 4172 | - "name": "symfony/dom-crawler", | |
| 4173 | - "version": "v3.2.6", | |
| 4174 | - "source": { | |
| 4175 | - "type": "git", | |
| 4176 | - "url": "https://github.com/symfony/dom-crawler.git", | |
| 4177 | - "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee" | |
| 4178 | - }, | |
| 4179 | - "dist": { | |
| 4180 | - "type": "zip", | |
| 4181 | - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/403944e294cf4ceb3b8447f54cbad88ea7b99cee", | |
| 4182 | - "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee", | |
| 4183 | - "shasum": "" | |
| 4184 | - }, | |
| 4185 | - "require": { | |
| 4186 | - "php": ">=5.5.9", | |
| 4187 | - "symfony/polyfill-mbstring": "~1.0" | |
| 4188 | - }, | |
| 4189 | - "require-dev": { | |
| 4190 | - "symfony/css-selector": "~2.8|~3.0" | |
| 4191 | - }, | |
| 4192 | - "suggest": { | |
| 4193 | - "symfony/css-selector": "" | |
| 4194 | - }, | |
| 4195 | - "type": "library", | |
| 4196 | - "extra": { | |
| 4197 | - "branch-alias": { | |
| 4198 | - "dev-master": "3.2-dev" | |
| 4199 | - } | |
| 4200 | - }, | |
| 4201 | - "autoload": { | |
| 4202 | - "psr-4": { | |
| 4203 | - "Symfony\\Component\\DomCrawler\\": "" | |
| 4204 | - }, | |
| 4205 | - "exclude-from-classmap": [ | |
| 4206 | - "/Tests/" | |
| 4207 | - ] | |
| 4208 | - }, | |
| 4209 | - "notification-url": "https://packagist.org/downloads/", | |
| 4210 | - "license": [ | |
| 4211 | - "MIT" | |
| 4212 | - ], | |
| 4213 | - "authors": [ | |
| 4214 | - { | |
| 4215 | - "name": "Fabien Potencier", | |
| 4216 | - "email": "fabien@symfony.com" | |
| 4217 | - }, | |
| 4218 | - { | |
| 4219 | - "name": "Symfony Community", | |
| 4220 | - "homepage": "https://symfony.com/contributors" | |
| 4221 | - } | |
| 4222 | - ], | |
| 4223 | - "description": "Symfony DomCrawler Component", | |
| 4224 | - "homepage": "https://symfony.com", | |
| 4225 | - "time": "2017-02-21 09:12:04" | |
| 4226 | - }, | |
| 4227 | - { | |
| 4228 | - "name": "symfony/event-dispatcher", | |
| 4229 | - "version": "v3.2.6", | |
| 4230 | - "source": { | |
| 4231 | - "type": "git", | |
| 4232 | - "url": "https://github.com/symfony/event-dispatcher.git", | |
| 4233 | - "reference": "b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d" | |
| 4234 | - }, | |
| 4235 | - "dist": { | |
| 4236 | - "type": "zip", | |
| 4237 | - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d", | |
| 4238 | - "reference": "b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d", | |
| 4239 | - "shasum": "" | |
| 4240 | - }, | |
| 4241 | - "require": { | |
| 4242 | - "php": ">=5.5.9" | |
| 4243 | - }, | |
| 4244 | - "require-dev": { | |
| 4245 | - "psr/log": "~1.0", | |
| 4246 | - "symfony/config": "~2.8|~3.0", | |
| 4247 | - "symfony/dependency-injection": "~2.8|~3.0", | |
| 4248 | - "symfony/expression-language": "~2.8|~3.0", | |
| 4249 | - "symfony/stopwatch": "~2.8|~3.0" | |
| 4250 | - }, | |
| 4251 | - "suggest": { | |
| 4252 | - "symfony/dependency-injection": "", | |
| 4253 | - "symfony/http-kernel": "" | |
| 4254 | - }, | |
| 4255 | - "type": "library", | |
| 4256 | - "extra": { | |
| 4257 | - "branch-alias": { | |
| 4258 | - "dev-master": "3.2-dev" | |
| 4259 | - } | |
| 4260 | - }, | |
| 4261 | - "autoload": { | |
| 4262 | - "psr-4": { | |
| 4263 | - "Symfony\\Component\\EventDispatcher\\": "" | |
| 4264 | - }, | |
| 4265 | - "exclude-from-classmap": [ | |
| 4266 | - "/Tests/" | |
| 4267 | - ] | |
| 4268 | - }, | |
| 4269 | - "notification-url": "https://packagist.org/downloads/", | |
| 4270 | - "license": [ | |
| 4271 | - "MIT" | |
| 4272 | - ], | |
| 4273 | - "authors": [ | |
| 4274 | - { | |
| 4275 | - "name": "Fabien Potencier", | |
| 4276 | - "email": "fabien@symfony.com" | |
| 4277 | - }, | |
| 4278 | - { | |
| 4279 | - "name": "Symfony Community", | |
| 4280 | - "homepage": "https://symfony.com/contributors" | |
| 4281 | - } | |
| 4282 | - ], | |
| 4283 | - "description": "Symfony EventDispatcher Component", | |
| 4284 | - "homepage": "https://symfony.com", | |
| 4285 | - "time": "2017-02-21 09:12:04" | |
| 4286 | - }, | |
| 4287 | - { | |
| 4288 | - "name": "symfony/finder", | |
| 4289 | - "version": "v3.2.6", | |
| 4290 | - "source": { | |
| 4291 | - "type": "git", | |
| 4292 | - "url": "https://github.com/symfony/finder.git", | |
| 4293 | - "reference": "92d7476d2df60cd851a3e13e078664b1deb8ce10" | |
| 4294 | - }, | |
| 4295 | - "dist": { | |
| 4296 | - "type": "zip", | |
| 4297 | - "url": "https://api.github.com/repos/symfony/finder/zipball/92d7476d2df60cd851a3e13e078664b1deb8ce10", | |
| 4298 | - "reference": "92d7476d2df60cd851a3e13e078664b1deb8ce10", | |
| 4299 | - "shasum": "" | |
| 4300 | - }, | |
| 4301 | - "require": { | |
| 4302 | - "php": ">=5.5.9" | |
| 4303 | - }, | |
| 4304 | - "type": "library", | |
| 4305 | - "extra": { | |
| 4306 | - "branch-alias": { | |
| 4307 | - "dev-master": "3.2-dev" | |
| 4308 | - } | |
| 4309 | - }, | |
| 4310 | - "autoload": { | |
| 4311 | - "psr-4": { | |
| 4312 | - "Symfony\\Component\\Finder\\": "" | |
| 4313 | - }, | |
| 4314 | - "exclude-from-classmap": [ | |
| 4315 | - "/Tests/" | |
| 4316 | - ] | |
| 4317 | - }, | |
| 4318 | - "notification-url": "https://packagist.org/downloads/", | |
| 4319 | - "license": [ | |
| 4320 | - "MIT" | |
| 4321 | - ], | |
| 4322 | - "authors": [ | |
| 4323 | - { | |
| 4324 | - "name": "Fabien Potencier", | |
| 4325 | - "email": "fabien@symfony.com" | |
| 4326 | - }, | |
| 4327 | - { | |
| 4328 | - "name": "Symfony Community", | |
| 4329 | - "homepage": "https://symfony.com/contributors" | |
| 4330 | - } | |
| 4331 | - ], | |
| 4332 | - "description": "Symfony Finder Component", | |
| 4333 | - "homepage": "https://symfony.com", | |
| 4334 | - "time": "2017-02-21 09:12:04" | |
| 4335 | - }, | |
| 4336 | - { | |
| 4337 | - "name": "symfony/polyfill-mbstring", | |
| 4338 | - "version": "v1.3.0", | |
| 4339 | - "source": { | |
| 4340 | - "type": "git", | |
| 4341 | - "url": "https://github.com/symfony/polyfill-mbstring.git", | |
| 4342 | - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" | |
| 4343 | - }, | |
| 4344 | - "dist": { | |
| 4345 | - "type": "zip", | |
| 4346 | - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", | |
| 4347 | - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", | |
| 4348 | - "shasum": "" | |
| 4349 | - }, | |
| 4350 | - "require": { | |
| 4351 | - "php": ">=5.3.3" | |
| 4352 | - }, | |
| 4353 | - "suggest": { | |
| 4354 | - "ext-mbstring": "For best performance" | |
| 4355 | - }, | |
| 4356 | - "type": "library", | |
| 4357 | - "extra": { | |
| 4358 | - "branch-alias": { | |
| 4359 | - "dev-master": "1.3-dev" | |
| 4360 | - } | |
| 4361 | - }, | |
| 4362 | - "autoload": { | |
| 4363 | - "psr-4": { | |
| 4364 | - "Symfony\\Polyfill\\Mbstring\\": "" | |
| 4365 | - }, | |
| 4366 | - "files": [ | |
| 4367 | - "bootstrap.php" | |
| 4368 | - ] | |
| 4369 | - }, | |
| 4370 | - "notification-url": "https://packagist.org/downloads/", | |
| 4371 | - "license": [ | |
| 4372 | - "MIT" | |
| 4373 | - ], | |
| 4374 | - "authors": [ | |
| 4375 | - { | |
| 4376 | - "name": "Nicolas Grekas", | |
| 4377 | - "email": "p@tchwork.com" | |
| 4378 | - }, | |
| 4379 | - { | |
| 4380 | - "name": "Symfony Community", | |
| 4381 | - "homepage": "https://symfony.com/contributors" | |
| 4382 | - } | |
| 4383 | - ], | |
| 4384 | - "description": "Symfony polyfill for the Mbstring extension", | |
| 4385 | - "homepage": "https://symfony.com", | |
| 4386 | - "keywords": [ | |
| 4387 | - "compatibility", | |
| 4388 | - "mbstring", | |
| 4389 | - "polyfill", | |
| 4390 | - "portable", | |
| 4391 | - "shim" | |
| 4392 | - ], | |
| 4393 | - "time": "2016-11-14 01:06:16" | |
| 4394 | - }, | |
| 4395 | - { | |
| 4396 | - "name": "symfony/yaml", | |
| 4397 | - "version": "v3.2.6", | |
| 4398 | - "source": { | |
| 4399 | - "type": "git", | |
| 4400 | - "url": "https://github.com/symfony/yaml.git", | |
| 4401 | - "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a" | |
| 4402 | - }, | |
| 4403 | - "dist": { | |
| 4404 | - "type": "zip", | |
| 4405 | - "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a", | |
| 4406 | - "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a", | |
| 4407 | - "shasum": "" | |
| 4408 | - }, | |
| 4409 | - "require": { | |
| 4410 | - "php": ">=5.5.9" | |
| 4411 | - }, | |
| 4412 | - "require-dev": { | |
| 4413 | - "symfony/console": "~2.8|~3.0" | |
| 4414 | - }, | |
| 4415 | - "suggest": { | |
| 4416 | - "symfony/console": "For validating YAML files using the lint command" | |
| 4417 | - }, | |
| 4418 | - "type": "library", | |
| 4419 | - "extra": { | |
| 4420 | - "branch-alias": { | |
| 4421 | - "dev-master": "3.2-dev" | |
| 4422 | - } | |
| 4423 | - }, | |
| 4424 | - "autoload": { | |
| 4425 | - "psr-4": { | |
| 4426 | - "Symfony\\Component\\Yaml\\": "" | |
| 4427 | - }, | |
| 4428 | - "exclude-from-classmap": [ | |
| 4429 | - "/Tests/" | |
| 4430 | - ] | |
| 4431 | - }, | |
| 4432 | - "notification-url": "https://packagist.org/downloads/", | |
| 4433 | - "license": [ | |
| 4434 | - "MIT" | |
| 4435 | - ], | |
| 4436 | - "authors": [ | |
| 4437 | - { | |
| 4438 | - "name": "Fabien Potencier", | |
| 4439 | - "email": "fabien@symfony.com" | |
| 4440 | - }, | |
| 4441 | - { | |
| 4442 | - "name": "Symfony Community", | |
| 4443 | - "homepage": "https://symfony.com/contributors" | |
| 4444 | - } | |
| 4445 | - ], | |
| 4446 | - "description": "Symfony Yaml Component", | |
| 4447 | - "homepage": "https://symfony.com", | |
| 4448 | - "time": "2017-03-07 16:47:02" | |
| 4449 | - }, | |
| 4450 | - { | |
| 4451 | - "name": "webmozart/assert", | |
| 4452 | - "version": "1.2.0", | |
| 4453 | - "source": { | |
| 4454 | - "type": "git", | |
| 4455 | - "url": "https://github.com/webmozart/assert.git", | |
| 4456 | - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" | |
| 4457 | - }, | |
| 4458 | - "dist": { | |
| 4459 | - "type": "zip", | |
| 4460 | - "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", | |
| 4461 | - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", | |
| 4462 | - "shasum": "" | |
| 4463 | - }, | |
| 4464 | - "require": { | |
| 4465 | - "php": "^5.3.3 || ^7.0" | |
| 4466 | - }, | |
| 4467 | - "require-dev": { | |
| 4468 | - "phpunit/phpunit": "^4.6", | |
| 4469 | - "sebastian/version": "^1.0.1" | |
| 4470 | - }, | |
| 4471 | - "type": "library", | |
| 4472 | - "extra": { | |
| 4473 | - "branch-alias": { | |
| 4474 | - "dev-master": "1.3-dev" | |
| 4475 | - } | |
| 4476 | - }, | |
| 4477 | - "autoload": { | |
| 4478 | - "psr-4": { | |
| 4479 | - "Webmozart\\Assert\\": "src/" | |
| 4480 | - } | |
| 4481 | - }, | |
| 4482 | - "notification-url": "https://packagist.org/downloads/", | |
| 4483 | - "license": [ | |
| 4484 | - "MIT" | |
| 4485 | - ], | |
| 4486 | - "authors": [ | |
| 4487 | - { | |
| 4488 | - "name": "Bernhard Schussek", | |
| 4489 | - "email": "bschussek@gmail.com" | |
| 4490 | - } | |
| 4491 | - ], | |
| 4492 | - "description": "Assertions to validate method input/output with nice error messages.", | |
| 4493 | - "keywords": [ | |
| 4494 | - "assert", | |
| 4495 | - "check", | |
| 4496 | - "validate" | |
| 4497 | - ], | |
| 4498 | - "time": "2016-11-23 20:04:58" | |
| 4499 | - }, | |
| 4500 | - { | |
| 4501 | - "name": "yiisoft/yii2-debug", | |
| 4502 | - "version": "2.0.9", | |
| 4503 | - "source": { | |
| 4504 | - "type": "git", | |
| 4505 | - "url": "https://github.com/yiisoft/yii2-debug.git", | |
| 4506 | - "reference": "647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9" | |
| 4507 | - }, | |
| 4508 | - "dist": { | |
| 4509 | - "type": "zip", | |
| 4510 | - "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9", | |
| 4511 | - "reference": "647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9", | |
| 4512 | - "shasum": "" | |
| 4513 | - }, | |
| 4514 | - "require": { | |
| 4515 | - "yiisoft/yii2": "~2.0.11", | |
| 4516 | - "yiisoft/yii2-bootstrap": "~2.0.0" | |
| 4517 | - }, | |
| 4518 | - "type": "yii2-extension", | |
| 4519 | - "extra": { | |
| 4520 | - "branch-alias": { | |
| 4521 | - "dev-master": "2.0.x-dev" | |
| 4522 | - } | |
| 4523 | - }, | |
| 4524 | - "autoload": { | |
| 4525 | - "psr-4": { | |
| 4526 | - "yii\\debug\\": "" | |
| 4527 | - } | |
| 4528 | - }, | |
| 4529 | - "notification-url": "https://packagist.org/downloads/", | |
| 4530 | - "license": [ | |
| 4531 | - "BSD-3-Clause" | |
| 4532 | - ], | |
| 4533 | - "authors": [ | |
| 4534 | - { | |
| 4535 | - "name": "Qiang Xue", | |
| 4536 | - "email": "qiang.xue@gmail.com" | |
| 4537 | - } | |
| 4538 | - ], | |
| 4539 | - "description": "The debugger extension for the Yii framework", | |
| 4540 | - "keywords": [ | |
| 4541 | - "debug", | |
| 4542 | - "debugger", | |
| 4543 | - "yii2" | |
| 4544 | - ], | |
| 4545 | - "time": "2017-02-21 10:30:50" | |
| 4546 | - }, | |
| 4547 | - { | |
| 4548 | - "name": "yiisoft/yii2-faker", | |
| 4549 | - "version": "2.0.3", | |
| 4550 | - "source": { | |
| 4551 | - "type": "git", | |
| 4552 | - "url": "https://github.com/yiisoft/yii2-faker.git", | |
| 4553 | - "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c" | |
| 4554 | - }, | |
| 4555 | - "dist": { | |
| 4556 | - "type": "zip", | |
| 4557 | - "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/b88ca69ee226a3610b2c26c026c3203d7ac50f6c", | |
| 4558 | - "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c", | |
| 4559 | - "shasum": "" | |
| 4560 | - }, | |
| 4561 | - "require": { | |
| 4562 | - "fzaninotto/faker": "*", | |
| 4563 | - "yiisoft/yii2": "*" | |
| 4564 | - }, | |
| 4565 | - "type": "yii2-extension", | |
| 4566 | - "extra": { | |
| 4567 | - "branch-alias": { | |
| 4568 | - "dev-master": "2.0.x-dev" | |
| 4569 | - } | |
| 4570 | - }, | |
| 4571 | - "autoload": { | |
| 4572 | - "psr-4": { | |
| 4573 | - "yii\\faker\\": "" | |
| 4574 | - } | |
| 4575 | - }, | |
| 4576 | - "notification-url": "https://packagist.org/downloads/", | |
| 4577 | - "license": [ | |
| 4578 | - "BSD-3-Clause" | |
| 4579 | - ], | |
| 4580 | - "authors": [ | |
| 4581 | - { | |
| 4582 | - "name": "Mark Jebri", | |
| 4583 | - "email": "mark.github@yandex.ru" | |
| 4584 | - } | |
| 4585 | - ], | |
| 4586 | - "description": "Fixture generator. The Faker integration for the Yii framework.", | |
| 4587 | - "keywords": [ | |
| 4588 | - "Fixture", | |
| 4589 | - "faker", | |
| 4590 | - "yii2" | |
| 4591 | - ], | |
| 4592 | - "time": "2015-03-01 06:22:44" | |
| 4593 | - }, | |
| 4594 | - { | |
| 4595 | - "name": "yiisoft/yii2-gii", | |
| 4596 | - "version": "2.0.5", | |
| 4597 | - "source": { | |
| 4598 | - "type": "git", | |
| 4599 | - "url": "https://github.com/yiisoft/yii2-gii.git", | |
| 4600 | - "reference": "1bd6df6804ca077ec022587905a0d43eb286f507" | |
| 4601 | - }, | |
| 4602 | - "dist": { | |
| 4603 | - "type": "zip", | |
| 4604 | - "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/1bd6df6804ca077ec022587905a0d43eb286f507", | |
| 4605 | - "reference": "1bd6df6804ca077ec022587905a0d43eb286f507", | |
| 4606 | - "shasum": "" | |
| 4607 | - }, | |
| 4608 | - "require": { | |
| 4609 | - "bower-asset/typeahead.js": "0.10.* | ~0.11.0", | |
| 4610 | - "phpspec/php-diff": ">=1.0.2", | |
| 4611 | - "yiisoft/yii2": ">=2.0.4", | |
| 4612 | - "yiisoft/yii2-bootstrap": "~2.0" | |
| 4613 | - }, | |
| 4614 | - "type": "yii2-extension", | |
| 4615 | - "extra": { | |
| 4616 | - "branch-alias": { | |
| 4617 | - "dev-master": "2.0.x-dev" | |
| 4618 | - }, | |
| 4619 | - "asset-installer-paths": { | |
| 4620 | - "npm-asset-library": "vendor/npm", | |
| 4621 | - "bower-asset-library": "vendor/bower" | |
| 4622 | - } | |
| 4623 | - }, | |
| 4624 | - "autoload": { | |
| 4625 | - "psr-4": { | |
| 4626 | - "yii\\gii\\": "" | |
| 4627 | - } | |
| 4628 | - }, | |
| 4629 | - "notification-url": "https://packagist.org/downloads/", | |
| 4630 | - "license": [ | |
| 4631 | - "BSD-3-Clause" | |
| 4632 | - ], | |
| 4633 | - "authors": [ | |
| 4634 | - { | |
| 4635 | - "name": "Qiang Xue", | |
| 4636 | - "email": "qiang.xue@gmail.com" | |
| 4637 | - } | |
| 4638 | - ], | |
| 4639 | - "description": "The Gii extension for the Yii framework", | |
| 4640 | - "keywords": [ | |
| 4641 | - "code generator", | |
| 4642 | - "gii", | |
| 4643 | - "yii2" | |
| 4644 | - ], | |
| 4645 | - "time": "2016-03-18 14:09:46" | |
| 4646 | - } | |
| 4647 | - ], | |
| 4648 | - "aliases": [], | |
| 4649 | - "minimum-stability": "stable", | |
| 4650 | - "stability-flags": [], | |
| 4651 | - "prefer-stable": false, | |
| 4652 | - "prefer-lowest": false, | |
| 4653 | - "platform": { | |
| 4654 | - "php": ">=5.4.0" | |
| 4655 | - }, | |
| 4656 | - "platform-dev": [] | |
| 4657 | -} |