OpenConext /
Stepup-SelfService
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 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": "e67454e3a5b28160994099f8a412afeb", |
||
| 8 | "content-hash": "85805175bbebf4fb1d8fd16527d9ea59", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "beberlei/assert", |
||
| 12 | "version": "v2.1", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/beberlei/assert.git", |
||
| 16 | "reference": "8c60f8a1c31dcd61c928bf024bc59a3472f00632" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/beberlei/assert/zipball/8c60f8a1c31dcd61c928bf024bc59a3472f00632", |
||
| 21 | "reference": "8c60f8a1c31dcd61c928bf024bc59a3472f00632", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "ext-mbstring": "*" |
||
| 26 | }, |
||
| 27 | "type": "library", |
||
| 28 | "extra": { |
||
| 29 | "branch-alias": { |
||
| 30 | "dev-master": "2.0.x-dev" |
||
| 31 | } |
||
| 32 | }, |
||
| 33 | "autoload": { |
||
| 34 | "psr-0": { |
||
| 35 | "Assert": "lib/" |
||
| 36 | }, |
||
| 37 | "files": [ |
||
| 38 | "lib/Assert/functions.php" |
||
| 39 | ] |
||
| 40 | }, |
||
| 41 | "notification-url": "https://packagist.org/downloads/", |
||
| 42 | "license": [ |
||
| 43 | "BSD-2-Clause" |
||
| 44 | ], |
||
| 45 | "authors": [ |
||
| 46 | { |
||
| 47 | "name": "Benjamin Eberlei", |
||
| 48 | "email": "[email protected]" |
||
| 49 | } |
||
| 50 | ], |
||
| 51 | "description": "Thin assertion library for input validation in business models.", |
||
| 52 | "keywords": [ |
||
| 53 | "assert", |
||
| 54 | "assertion", |
||
| 55 | "validation" |
||
| 56 | ], |
||
| 57 | "time": "2014-11-06 10:17:53" |
||
| 58 | }, |
||
| 59 | { |
||
| 60 | "name": "doctrine/annotations", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 61 | "version": "v1.2.1", |
||
| 62 | "source": { |
||
| 63 | "type": "git", |
||
| 64 | "url": "https://github.com/doctrine/annotations.git", |
||
| 65 | "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633" |
||
| 66 | }, |
||
| 67 | "dist": { |
||
| 68 | "type": "zip", |
||
| 69 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633", |
||
| 70 | "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633", |
||
| 71 | "shasum": "" |
||
| 72 | }, |
||
| 73 | "require": { |
||
| 74 | "doctrine/lexer": "1.*", |
||
| 75 | "php": ">=5.3.2" |
||
| 76 | }, |
||
| 77 | "require-dev": { |
||
| 78 | "doctrine/cache": "1.*", |
||
| 79 | "phpunit/phpunit": "4.*" |
||
| 80 | }, |
||
| 81 | "type": "library", |
||
| 82 | "extra": { |
||
| 83 | "branch-alias": { |
||
| 84 | "dev-master": "1.3.x-dev" |
||
| 85 | } |
||
| 86 | }, |
||
| 87 | "autoload": { |
||
| 88 | "psr-0": { |
||
| 89 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
| 90 | } |
||
| 91 | }, |
||
| 92 | "notification-url": "https://packagist.org/downloads/", |
||
| 93 | "license": [ |
||
| 94 | "MIT" |
||
| 95 | ], |
||
| 96 | "authors": [ |
||
| 97 | { |
||
| 98 | "name": "Roman Borschel", |
||
| 99 | "email": "[email protected]" |
||
| 100 | }, |
||
| 101 | { |
||
| 102 | "name": "Benjamin Eberlei", |
||
| 103 | "email": "[email protected]" |
||
| 104 | }, |
||
| 105 | { |
||
| 106 | "name": "Guilherme Blanco", |
||
| 107 | "email": "[email protected]" |
||
| 108 | }, |
||
| 109 | { |
||
| 110 | "name": "Jonathan Wage", |
||
| 111 | "email": "[email protected]" |
||
| 112 | }, |
||
| 113 | { |
||
| 114 | "name": "Johannes Schmitt", |
||
| 115 | "email": "[email protected]" |
||
| 116 | } |
||
| 117 | ], |
||
| 118 | "description": "Docblock Annotations Parser", |
||
| 119 | "homepage": "http://www.doctrine-project.org", |
||
| 120 | "keywords": [ |
||
| 121 | "annotations", |
||
| 122 | "docblock", |
||
| 123 | "parser" |
||
| 124 | ], |
||
| 125 | "time": "2014-09-25 16:45:30" |
||
| 126 | }, |
||
| 127 | { |
||
| 128 | "name": "doctrine/cache", |
||
|
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/cache:
Security Misconfiguration Vulnerability in various Doctrine projects Loading history...
|
|||
| 129 | "version": "v1.3.1", |
||
| 130 | "source": { |
||
| 131 | "type": "git", |
||
| 132 | "url": "https://github.com/doctrine/cache.git", |
||
| 133 | "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7" |
||
| 134 | }, |
||
| 135 | "dist": { |
||
| 136 | "type": "zip", |
||
| 137 | "url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7", |
||
| 138 | "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7", |
||
| 139 | "shasum": "" |
||
| 140 | }, |
||
| 141 | "require": { |
||
| 142 | "php": ">=5.3.2" |
||
| 143 | }, |
||
| 144 | "conflict": { |
||
| 145 | "doctrine/common": ">2.2,<2.4" |
||
| 146 | }, |
||
| 147 | "require-dev": { |
||
| 148 | "phpunit/phpunit": ">=3.7", |
||
| 149 | "satooshi/php-coveralls": "~0.6" |
||
| 150 | }, |
||
| 151 | "type": "library", |
||
| 152 | "extra": { |
||
| 153 | "branch-alias": { |
||
| 154 | "dev-master": "1.4.x-dev" |
||
| 155 | } |
||
| 156 | }, |
||
| 157 | "autoload": { |
||
| 158 | "psr-0": { |
||
| 159 | "Doctrine\\Common\\Cache\\": "lib/" |
||
| 160 | } |
||
| 161 | }, |
||
| 162 | "notification-url": "https://packagist.org/downloads/", |
||
| 163 | "license": [ |
||
| 164 | "MIT" |
||
| 165 | ], |
||
| 166 | "authors": [ |
||
| 167 | { |
||
| 168 | "name": "Roman Borschel", |
||
| 169 | "email": "[email protected]" |
||
| 170 | }, |
||
| 171 | { |
||
| 172 | "name": "Benjamin Eberlei", |
||
| 173 | "email": "[email protected]" |
||
| 174 | }, |
||
| 175 | { |
||
| 176 | "name": "Guilherme Blanco", |
||
| 177 | "email": "[email protected]" |
||
| 178 | }, |
||
| 179 | { |
||
| 180 | "name": "Jonathan Wage", |
||
| 181 | "email": "[email protected]" |
||
| 182 | }, |
||
| 183 | { |
||
| 184 | "name": "Johannes Schmitt", |
||
| 185 | "email": "[email protected]" |
||
| 186 | } |
||
| 187 | ], |
||
| 188 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 189 | "homepage": "http://www.doctrine-project.org", |
||
| 190 | "keywords": [ |
||
| 191 | "cache", |
||
| 192 | "caching" |
||
| 193 | ], |
||
| 194 | "time": "2014-09-17 14:24:04" |
||
| 195 | }, |
||
| 196 | { |
||
| 197 | "name": "doctrine/collections", |
||
| 198 | "version": "v1.2", |
||
| 199 | "source": { |
||
| 200 | "type": "git", |
||
| 201 | "url": "https://github.com/doctrine/collections.git", |
||
| 202 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" |
||
| 203 | }, |
||
| 204 | "dist": { |
||
| 205 | "type": "zip", |
||
| 206 | "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
| 207 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
| 208 | "shasum": "" |
||
| 209 | }, |
||
| 210 | "require": { |
||
| 211 | "php": ">=5.3.2" |
||
| 212 | }, |
||
| 213 | "type": "library", |
||
| 214 | "extra": { |
||
| 215 | "branch-alias": { |
||
| 216 | "dev-master": "1.2.x-dev" |
||
| 217 | } |
||
| 218 | }, |
||
| 219 | "autoload": { |
||
| 220 | "psr-0": { |
||
| 221 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 222 | } |
||
| 223 | }, |
||
| 224 | "notification-url": "https://packagist.org/downloads/", |
||
| 225 | "license": [ |
||
| 226 | "MIT" |
||
| 227 | ], |
||
| 228 | "authors": [ |
||
| 229 | { |
||
| 230 | "name": "Jonathan Wage", |
||
| 231 | "email": "[email protected]", |
||
| 232 | "homepage": "http://www.jwage.com/", |
||
| 233 | "role": "Creator" |
||
| 234 | }, |
||
| 235 | { |
||
| 236 | "name": "Guilherme Blanco", |
||
| 237 | "email": "[email protected]", |
||
| 238 | "homepage": "http://www.instaclick.com" |
||
| 239 | }, |
||
| 240 | { |
||
| 241 | "name": "Roman Borschel", |
||
| 242 | "email": "[email protected]" |
||
| 243 | }, |
||
| 244 | { |
||
| 245 | "name": "Benjamin Eberlei", |
||
| 246 | "email": "[email protected]" |
||
| 247 | }, |
||
| 248 | { |
||
| 249 | "name": "Johannes Schmitt", |
||
| 250 | "email": "[email protected]", |
||
| 251 | "homepage": "https://github.com/schmittjoh", |
||
| 252 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 253 | } |
||
| 254 | ], |
||
| 255 | "description": "Collections Abstraction library", |
||
| 256 | "homepage": "http://www.doctrine-project.org", |
||
| 257 | "keywords": [ |
||
| 258 | "array", |
||
| 259 | "collections", |
||
| 260 | "iterator" |
||
| 261 | ], |
||
| 262 | "time": "2014-02-03 23:07:43" |
||
| 263 | }, |
||
| 264 | { |
||
| 265 | "name": "doctrine/common", |
||
|
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/common:
Security Misconfiguration Vulnerability in various Doctrine projects Loading history...
|
|||
| 266 | "version": "v2.4.2", |
||
| 267 | "source": { |
||
| 268 | "type": "git", |
||
| 269 | "url": "https://github.com/doctrine/common.git", |
||
| 270 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b" |
||
| 271 | }, |
||
| 272 | "dist": { |
||
| 273 | "type": "zip", |
||
| 274 | "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b", |
||
| 275 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b", |
||
| 276 | "shasum": "" |
||
| 277 | }, |
||
| 278 | "require": { |
||
| 279 | "doctrine/annotations": "1.*", |
||
| 280 | "doctrine/cache": "1.*", |
||
| 281 | "doctrine/collections": "1.*", |
||
| 282 | "doctrine/inflector": "1.*", |
||
| 283 | "doctrine/lexer": "1.*", |
||
| 284 | "php": ">=5.3.2" |
||
| 285 | }, |
||
| 286 | "require-dev": { |
||
| 287 | "phpunit/phpunit": "~3.7" |
||
| 288 | }, |
||
| 289 | "type": "library", |
||
| 290 | "extra": { |
||
| 291 | "branch-alias": { |
||
| 292 | "dev-master": "2.4.x-dev" |
||
| 293 | } |
||
| 294 | }, |
||
| 295 | "autoload": { |
||
| 296 | "psr-0": { |
||
| 297 | "Doctrine\\Common\\": "lib/" |
||
| 298 | } |
||
| 299 | }, |
||
| 300 | "notification-url": "https://packagist.org/downloads/", |
||
| 301 | "license": [ |
||
| 302 | "MIT" |
||
| 303 | ], |
||
| 304 | "authors": [ |
||
| 305 | { |
||
| 306 | "name": "Jonathan Wage", |
||
| 307 | "email": "[email protected]", |
||
| 308 | "homepage": "http://www.jwage.com/", |
||
| 309 | "role": "Creator" |
||
| 310 | }, |
||
| 311 | { |
||
| 312 | "name": "Guilherme Blanco", |
||
| 313 | "email": "[email protected]", |
||
| 314 | "homepage": "http://www.instaclick.com" |
||
| 315 | }, |
||
| 316 | { |
||
| 317 | "name": "Roman Borschel", |
||
| 318 | "email": "[email protected]" |
||
| 319 | }, |
||
| 320 | { |
||
| 321 | "name": "Benjamin Eberlei", |
||
| 322 | "email": "[email protected]" |
||
| 323 | }, |
||
| 324 | { |
||
| 325 | "name": "Johannes Schmitt", |
||
| 326 | "email": "[email protected]", |
||
| 327 | "homepage": "https://github.com/schmittjoh", |
||
| 328 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 329 | } |
||
| 330 | ], |
||
| 331 | "description": "Common Library for Doctrine projects", |
||
| 332 | "homepage": "http://www.doctrine-project.org", |
||
| 333 | "keywords": [ |
||
| 334 | "annotations", |
||
| 335 | "collections", |
||
| 336 | "eventmanager", |
||
| 337 | "persistence", |
||
| 338 | "spl" |
||
| 339 | ], |
||
| 340 | "time": "2014-05-21 19:28:51" |
||
| 341 | }, |
||
| 342 | { |
||
| 343 | "name": "doctrine/inflector", |
||
| 344 | "version": "v1.0", |
||
| 345 | "source": { |
||
| 346 | "type": "git", |
||
| 347 | "url": "https://github.com/doctrine/inflector.git", |
||
| 348 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
||
| 349 | }, |
||
| 350 | "dist": { |
||
| 351 | "type": "zip", |
||
| 352 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
| 353 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
| 354 | "shasum": "" |
||
| 355 | }, |
||
| 356 | "require": { |
||
| 357 | "php": ">=5.3.2" |
||
| 358 | }, |
||
| 359 | "type": "library", |
||
| 360 | "autoload": { |
||
| 361 | "psr-0": { |
||
| 362 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 363 | } |
||
| 364 | }, |
||
| 365 | "notification-url": "https://packagist.org/downloads/", |
||
| 366 | "license": [ |
||
| 367 | "MIT" |
||
| 368 | ], |
||
| 369 | "authors": [ |
||
| 370 | { |
||
| 371 | "name": "Jonathan Wage", |
||
| 372 | "email": "[email protected]", |
||
| 373 | "homepage": "http://www.jwage.com/", |
||
| 374 | "role": "Creator" |
||
| 375 | }, |
||
| 376 | { |
||
| 377 | "name": "Guilherme Blanco", |
||
| 378 | "email": "[email protected]", |
||
| 379 | "homepage": "http://www.instaclick.com" |
||
| 380 | }, |
||
| 381 | { |
||
| 382 | "name": "Roman Borschel", |
||
| 383 | "email": "[email protected]" |
||
| 384 | }, |
||
| 385 | { |
||
| 386 | "name": "Benjamin Eberlei", |
||
| 387 | "email": "[email protected]" |
||
| 388 | }, |
||
| 389 | { |
||
| 390 | "name": "Johannes Schmitt", |
||
| 391 | "email": "[email protected]", |
||
| 392 | "homepage": "https://github.com/schmittjoh", |
||
| 393 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 394 | } |
||
| 395 | ], |
||
| 396 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 397 | "homepage": "http://www.doctrine-project.org", |
||
| 398 | "keywords": [ |
||
| 399 | "inflection", |
||
| 400 | "pluarlize", |
||
| 401 | "singuarlize", |
||
| 402 | "string" |
||
| 403 | ], |
||
| 404 | "time": "2013-01-10 21:49:15" |
||
| 405 | }, |
||
| 406 | { |
||
| 407 | "name": "doctrine/lexer", |
||
| 408 | "version": "v1.0", |
||
| 409 | "source": { |
||
| 410 | "type": "git", |
||
| 411 | "url": "https://github.com/doctrine/lexer.git", |
||
| 412 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" |
||
| 413 | }, |
||
| 414 | "dist": { |
||
| 415 | "type": "zip", |
||
| 416 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
| 417 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
| 418 | "shasum": "" |
||
| 419 | }, |
||
| 420 | "require": { |
||
| 421 | "php": ">=5.3.2" |
||
| 422 | }, |
||
| 423 | "type": "library", |
||
| 424 | "autoload": { |
||
| 425 | "psr-0": { |
||
| 426 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 427 | } |
||
| 428 | }, |
||
| 429 | "notification-url": "https://packagist.org/downloads/", |
||
| 430 | "license": [ |
||
| 431 | "MIT" |
||
| 432 | ], |
||
| 433 | "authors": [ |
||
| 434 | { |
||
| 435 | "name": "Guilherme Blanco", |
||
| 436 | "email": "[email protected]", |
||
| 437 | "homepage": "http://www.instaclick.com" |
||
| 438 | }, |
||
| 439 | { |
||
| 440 | "name": "Roman Borschel", |
||
| 441 | "email": "[email protected]" |
||
| 442 | }, |
||
| 443 | { |
||
| 444 | "name": "Johannes Schmitt", |
||
| 445 | "email": "[email protected]", |
||
| 446 | "homepage": "https://github.com/schmittjoh", |
||
| 447 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 448 | } |
||
| 449 | ], |
||
| 450 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 451 | "homepage": "http://www.doctrine-project.org", |
||
| 452 | "keywords": [ |
||
| 453 | "lexer", |
||
| 454 | "parser" |
||
| 455 | ], |
||
| 456 | "time": "2013-01-12 18:59:04" |
||
| 457 | }, |
||
| 458 | { |
||
| 459 | "name": "fortawesome/font-awesome", |
||
| 460 | "version": "v4.2.0", |
||
| 461 | "source": { |
||
| 462 | "type": "git", |
||
| 463 | "url": "https://github.com/FortAwesome/Font-Awesome.git", |
||
| 464 | "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4" |
||
| 465 | }, |
||
| 466 | "dist": { |
||
| 467 | "type": "zip", |
||
| 468 | "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4", |
||
| 469 | "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4", |
||
| 470 | "shasum": "" |
||
| 471 | }, |
||
| 472 | "require-dev": { |
||
| 473 | "jekyll": "1.0.2", |
||
| 474 | "lessc": "1.4.2" |
||
| 475 | }, |
||
| 476 | "type": "library", |
||
| 477 | "extra": { |
||
| 478 | "branch-alias": { |
||
| 479 | "dev-master": "4.0.x-dev" |
||
| 480 | } |
||
| 481 | }, |
||
| 482 | "notification-url": "https://packagist.org/downloads/", |
||
| 483 | "license": [ |
||
| 484 | "OFL-1.1", |
||
| 485 | "MIT" |
||
| 486 | ], |
||
| 487 | "authors": [ |
||
| 488 | { |
||
| 489 | "name": "Dave Gandy", |
||
| 490 | "email": "[email protected]", |
||
| 491 | "homepage": "http://twitter.com/davegandy", |
||
| 492 | "role": "Developer" |
||
| 493 | } |
||
| 494 | ], |
||
| 495 | "description": "The iconic font and CSS framework", |
||
| 496 | "homepage": "http://fontawesome.io/", |
||
| 497 | "keywords": [ |
||
| 498 | "FontAwesome", |
||
| 499 | "awesome", |
||
| 500 | "bootstrap", |
||
| 501 | "font", |
||
| 502 | "icon" |
||
| 503 | ], |
||
| 504 | "time": "2014-08-26 16:36:44" |
||
| 505 | }, |
||
| 506 | { |
||
| 507 | "name": "graylog2/gelf-php", |
||
| 508 | "version": "1.1.1", |
||
| 509 | "source": { |
||
| 510 | "type": "git", |
||
| 511 | "url": "https://github.com/bzikarsky/gelf-php.git", |
||
| 512 | "reference": "b6f306e1b36b718aaf03b59563f4d6389e92cead" |
||
| 513 | }, |
||
| 514 | "dist": { |
||
| 515 | "type": "zip", |
||
| 516 | "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/b6f306e1b36b718aaf03b59563f4d6389e92cead", |
||
| 517 | "reference": "b6f306e1b36b718aaf03b59563f4d6389e92cead", |
||
| 518 | "shasum": "" |
||
| 519 | }, |
||
| 520 | "require": { |
||
| 521 | "php": "~5.3", |
||
| 522 | "psr/log": "~1.0" |
||
| 523 | }, |
||
| 524 | "require-dev": { |
||
| 525 | "phpunit/phpunit": "~4.3", |
||
| 526 | "squizlabs/php_codesniffer": "~1.5" |
||
| 527 | }, |
||
| 528 | "type": "library", |
||
| 529 | "autoload": { |
||
| 530 | "psr-4": { |
||
| 531 | "Gelf\\": "src/Gelf" |
||
| 532 | } |
||
| 533 | }, |
||
| 534 | "notification-url": "https://packagist.org/downloads/", |
||
| 535 | "license": [ |
||
| 536 | "MIT" |
||
| 537 | ], |
||
| 538 | "authors": [ |
||
| 539 | { |
||
| 540 | "name": "Benjamin Zikarsky", |
||
| 541 | "email": "[email protected]" |
||
| 542 | } |
||
| 543 | ], |
||
| 544 | "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.", |
||
| 545 | "time": "2014-10-23 05:32:34" |
||
| 546 | }, |
||
| 547 | { |
||
| 548 | "name": "guzzlehttp/guzzle", |
||
| 549 | "version": "4.2.3", |
||
| 550 | "source": { |
||
| 551 | "type": "git", |
||
| 552 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 553 | "reference": "66fd916e9f9130bc22c51450476823391cb2f67c" |
||
| 554 | }, |
||
| 555 | "dist": { |
||
| 556 | "type": "zip", |
||
| 557 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c", |
||
| 558 | "reference": "66fd916e9f9130bc22c51450476823391cb2f67c", |
||
| 559 | "shasum": "" |
||
| 560 | }, |
||
| 561 | "require": { |
||
| 562 | "ext-json": "*", |
||
| 563 | "guzzlehttp/streams": "~2.1", |
||
| 564 | "php": ">=5.4.0" |
||
| 565 | }, |
||
| 566 | "require-dev": { |
||
| 567 | "ext-curl": "*", |
||
| 568 | "phpunit/phpunit": "~4.0", |
||
| 569 | "psr/log": "~1.0" |
||
| 570 | }, |
||
| 571 | "suggest": { |
||
| 572 | "ext-curl": "Guzzle will use specific adapters if cURL is present" |
||
| 573 | }, |
||
| 574 | "type": "library", |
||
| 575 | "extra": { |
||
| 576 | "branch-alias": { |
||
| 577 | "dev-master": "4.2-dev" |
||
| 578 | } |
||
| 579 | }, |
||
| 580 | "autoload": { |
||
| 581 | "psr-4": { |
||
| 582 | "GuzzleHttp\\": "src/" |
||
| 583 | }, |
||
| 584 | "files": [ |
||
| 585 | "src/functions.php" |
||
| 586 | ] |
||
| 587 | }, |
||
| 588 | "notification-url": "https://packagist.org/downloads/", |
||
| 589 | "license": [ |
||
| 590 | "MIT" |
||
| 591 | ], |
||
| 592 | "authors": [ |
||
| 593 | { |
||
| 594 | "name": "Michael Dowling", |
||
| 595 | "email": "[email protected]", |
||
| 596 | "homepage": "https://github.com/mtdowling" |
||
| 597 | } |
||
| 598 | ], |
||
| 599 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
| 600 | "homepage": "http://guzzlephp.org/", |
||
| 601 | "keywords": [ |
||
| 602 | "client", |
||
| 603 | "curl", |
||
| 604 | "framework", |
||
| 605 | "http", |
||
| 606 | "http client", |
||
| 607 | "rest", |
||
| 608 | "web service" |
||
| 609 | ], |
||
| 610 | "time": "2014-10-05 19:29:14" |
||
| 611 | }, |
||
| 612 | { |
||
| 613 | "name": "guzzlehttp/streams", |
||
| 614 | "version": "2.1.0", |
||
| 615 | "source": { |
||
| 616 | "type": "git", |
||
| 617 | "url": "https://github.com/guzzle/streams.git", |
||
| 618 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534" |
||
| 619 | }, |
||
| 620 | "dist": { |
||
| 621 | "type": "zip", |
||
| 622 | "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
| 623 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
| 624 | "shasum": "" |
||
| 625 | }, |
||
| 626 | "require": { |
||
| 627 | "php": ">=5.4.0" |
||
| 628 | }, |
||
| 629 | "require-dev": { |
||
| 630 | "phpunit/phpunit": "~4.0" |
||
| 631 | }, |
||
| 632 | "type": "library", |
||
| 633 | "extra": { |
||
| 634 | "branch-alias": { |
||
| 635 | "dev-master": "2.0-dev" |
||
| 636 | } |
||
| 637 | }, |
||
| 638 | "autoload": { |
||
| 639 | "psr-4": { |
||
| 640 | "GuzzleHttp\\Stream\\": "src/" |
||
| 641 | }, |
||
| 642 | "files": [ |
||
| 643 | "src/functions.php" |
||
| 644 | ] |
||
| 645 | }, |
||
| 646 | "notification-url": "https://packagist.org/downloads/", |
||
| 647 | "license": [ |
||
| 648 | "MIT" |
||
| 649 | ], |
||
| 650 | "authors": [ |
||
| 651 | { |
||
| 652 | "name": "Michael Dowling", |
||
| 653 | "email": "[email protected]", |
||
| 654 | "homepage": "https://github.com/mtdowling" |
||
| 655 | } |
||
| 656 | ], |
||
| 657 | "description": "Provides a simple abstraction over streams of data (Guzzle 4+)", |
||
| 658 | "homepage": "http://guzzlephp.org/", |
||
| 659 | "keywords": [ |
||
| 660 | "Guzzle", |
||
| 661 | "stream" |
||
| 662 | ], |
||
| 663 | "time": "2014-08-17 21:15:53" |
||
| 664 | }, |
||
| 665 | { |
||
| 666 | "name": "incenteev/composer-parameter-handler", |
||
| 667 | "version": "v2.1.0", |
||
| 668 | "target-dir": "Incenteev/ParameterHandler", |
||
| 669 | "source": { |
||
| 670 | "type": "git", |
||
| 671 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
| 672 | "reference": "143272a0a09c62616a3c8011fc165a10c6b35241" |
||
| 673 | }, |
||
| 674 | "dist": { |
||
| 675 | "type": "zip", |
||
| 676 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241", |
||
| 677 | "reference": "143272a0a09c62616a3c8011fc165a10c6b35241", |
||
| 678 | "shasum": "" |
||
| 679 | }, |
||
| 680 | "require": { |
||
| 681 | "php": ">=5.3.3", |
||
| 682 | "symfony/yaml": "~2.0" |
||
| 683 | }, |
||
| 684 | "require-dev": { |
||
| 685 | "composer/composer": "1.0.*@dev", |
||
| 686 | "phpspec/prophecy-phpunit": "~1.0", |
||
| 687 | "symfony/filesystem": "~2.2" |
||
| 688 | }, |
||
| 689 | "type": "library", |
||
| 690 | "extra": { |
||
| 691 | "branch-alias": { |
||
| 692 | "dev-master": "2.1.x-dev" |
||
| 693 | } |
||
| 694 | }, |
||
| 695 | "autoload": { |
||
| 696 | "psr-0": { |
||
| 697 | "Incenteev\\ParameterHandler": "" |
||
| 698 | } |
||
| 699 | }, |
||
| 700 | "notification-url": "https://packagist.org/downloads/", |
||
| 701 | "license": [ |
||
| 702 | "MIT" |
||
| 703 | ], |
||
| 704 | "authors": [ |
||
| 705 | { |
||
| 706 | "name": "Christophe Coevoet", |
||
| 707 | "email": "[email protected]" |
||
| 708 | } |
||
| 709 | ], |
||
| 710 | "description": "Composer script handling your ignored parameter file", |
||
| 711 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
| 712 | "keywords": [ |
||
| 713 | "parameters management" |
||
| 714 | ], |
||
| 715 | "time": "2013-12-07 10:10:39" |
||
| 716 | }, |
||
| 717 | { |
||
| 718 | "name": "jms/aop-bundle", |
||
| 719 | "version": "1.0.1", |
||
| 720 | "target-dir": "JMS/AopBundle", |
||
| 721 | "source": { |
||
| 722 | "type": "git", |
||
| 723 | "url": "https://github.com/schmittjoh/JMSAopBundle.git", |
||
| 724 | "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8" |
||
| 725 | }, |
||
| 726 | "dist": { |
||
| 727 | "type": "zip", |
||
| 728 | "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/93f41ab85ed409430bc3bab2e0b7c7677f152aa8", |
||
| 729 | "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8", |
||
| 730 | "shasum": "" |
||
| 731 | }, |
||
| 732 | "require": { |
||
| 733 | "jms/cg": "1.*", |
||
| 734 | "symfony/framework-bundle": "2.*" |
||
| 735 | }, |
||
| 736 | "type": "symfony-bundle", |
||
| 737 | "extra": { |
||
| 738 | "branch-alias": { |
||
| 739 | "dev-master": "1.1.x-dev" |
||
| 740 | } |
||
| 741 | }, |
||
| 742 | "autoload": { |
||
| 743 | "psr-0": { |
||
| 744 | "JMS\\AopBundle": "" |
||
| 745 | } |
||
| 746 | }, |
||
| 747 | "notification-url": "https://packagist.org/downloads/", |
||
| 748 | "license": [ |
||
| 749 | "Apache" |
||
| 750 | ], |
||
| 751 | "authors": [ |
||
| 752 | { |
||
| 753 | "name": "Johannes Schmitt", |
||
| 754 | "email": "[email protected]", |
||
| 755 | "homepage": "https://github.com/schmittjoh", |
||
| 756 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 757 | } |
||
| 758 | ], |
||
| 759 | "description": "Adds AOP capabilities to Symfony2", |
||
| 760 | "keywords": [ |
||
| 761 | "annotations", |
||
| 762 | "aop" |
||
| 763 | ], |
||
| 764 | "time": "2013-07-29 09:34:26" |
||
| 765 | }, |
||
| 766 | { |
||
| 767 | "name": "jms/cg", |
||
| 768 | "version": "1.0.0", |
||
| 769 | "source": { |
||
| 770 | "type": "git", |
||
| 771 | "url": "https://github.com/schmittjoh/cg-library.git", |
||
| 772 | "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc" |
||
| 773 | }, |
||
| 774 | "dist": { |
||
| 775 | "type": "zip", |
||
| 776 | "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc", |
||
| 777 | "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc", |
||
| 778 | "shasum": "" |
||
| 779 | }, |
||
| 780 | "require": { |
||
| 781 | "php": ">=5.3.0" |
||
| 782 | }, |
||
| 783 | "type": "library", |
||
| 784 | "autoload": { |
||
| 785 | "psr-0": { |
||
| 786 | "CG\\": "src/" |
||
| 787 | } |
||
| 788 | }, |
||
| 789 | "notification-url": "https://packagist.org/downloads/", |
||
| 790 | "license": [ |
||
| 791 | "Apache" |
||
| 792 | ], |
||
| 793 | "authors": [ |
||
| 794 | { |
||
| 795 | "name": "Johannes Schmitt", |
||
| 796 | "email": "[email protected]", |
||
| 797 | "homepage": "https://github.com/schmittjoh", |
||
| 798 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 799 | } |
||
| 800 | ], |
||
| 801 | "description": "Toolset for generating PHP code", |
||
| 802 | "keywords": [ |
||
| 803 | "code generation" |
||
| 804 | ], |
||
| 805 | "time": "2012-01-02 20:40:52" |
||
| 806 | }, |
||
| 807 | { |
||
| 808 | "name": "jms/di-extra-bundle", |
||
| 809 | "version": "1.4.0", |
||
| 810 | "target-dir": "JMS/DiExtraBundle", |
||
| 811 | "source": { |
||
| 812 | "type": "git", |
||
| 813 | "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", |
||
| 814 | "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070" |
||
| 815 | }, |
||
| 816 | "dist": { |
||
| 817 | "type": "zip", |
||
| 818 | "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070", |
||
| 819 | "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070", |
||
| 820 | "shasum": "" |
||
| 821 | }, |
||
| 822 | "require": { |
||
| 823 | "jms/aop-bundle": ">=1.0.0,<1.2-dev", |
||
| 824 | "jms/metadata": "1.*", |
||
| 825 | "symfony/finder": "~2.1", |
||
| 826 | "symfony/framework-bundle": "~2.1", |
||
| 827 | "symfony/process": "~2.1" |
||
| 828 | }, |
||
| 829 | "require-dev": { |
||
| 830 | "doctrine/doctrine-bundle": "*", |
||
| 831 | "doctrine/orm": "*", |
||
| 832 | "jms/security-extra-bundle": "1.*", |
||
| 833 | "phpcollection/phpcollection": ">=0.1,<0.3-dev", |
||
| 834 | "sensio/framework-extra-bundle": "*", |
||
| 835 | "symfony/browser-kit": "*", |
||
| 836 | "symfony/class-loader": "*", |
||
| 837 | "symfony/form": "*", |
||
| 838 | "symfony/security-bundle": "*", |
||
| 839 | "symfony/twig-bundle": "*", |
||
| 840 | "symfony/validator": "*", |
||
| 841 | "symfony/yaml": "*" |
||
| 842 | }, |
||
| 843 | "type": "symfony-bundle", |
||
| 844 | "extra": { |
||
| 845 | "branch-alias": { |
||
| 846 | "dev-master": "1.3-dev" |
||
| 847 | } |
||
| 848 | }, |
||
| 849 | "autoload": { |
||
| 850 | "psr-0": { |
||
| 851 | "JMS\\DiExtraBundle": "" |
||
| 852 | } |
||
| 853 | }, |
||
| 854 | "notification-url": "https://packagist.org/downloads/", |
||
| 855 | "license": [ |
||
| 856 | "Apache" |
||
| 857 | ], |
||
| 858 | "authors": [ |
||
| 859 | { |
||
| 860 | "name": "Johannes Schmitt", |
||
| 861 | "email": "[email protected]", |
||
| 862 | "homepage": "https://github.com/schmittjoh", |
||
| 863 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 864 | } |
||
| 865 | ], |
||
| 866 | "description": "Allows to configure dependency injection using annotations", |
||
| 867 | "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", |
||
| 868 | "keywords": [ |
||
| 869 | "annotations", |
||
| 870 | "dependency injection" |
||
| 871 | ], |
||
| 872 | "time": "2013-06-08 13:13:40" |
||
| 873 | }, |
||
| 874 | { |
||
| 875 | "name": "jms/metadata", |
||
| 876 | "version": "1.5.1", |
||
| 877 | "source": { |
||
| 878 | "type": "git", |
||
| 879 | "url": "https://github.com/schmittjoh/metadata.git", |
||
| 880 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
| 881 | }, |
||
| 882 | "dist": { |
||
| 883 | "type": "zip", |
||
| 884 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 885 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 886 | "shasum": "" |
||
| 887 | }, |
||
| 888 | "require": { |
||
| 889 | "php": ">=5.3.0" |
||
| 890 | }, |
||
| 891 | "require-dev": { |
||
| 892 | "doctrine/cache": "~1.0" |
||
| 893 | }, |
||
| 894 | "type": "library", |
||
| 895 | "extra": { |
||
| 896 | "branch-alias": { |
||
| 897 | "dev-master": "1.5.x-dev" |
||
| 898 | } |
||
| 899 | }, |
||
| 900 | "autoload": { |
||
| 901 | "psr-0": { |
||
| 902 | "Metadata\\": "src/" |
||
| 903 | } |
||
| 904 | }, |
||
| 905 | "notification-url": "https://packagist.org/downloads/", |
||
| 906 | "license": [ |
||
| 907 | "Apache" |
||
| 908 | ], |
||
| 909 | "authors": [ |
||
| 910 | { |
||
| 911 | "name": "Johannes Schmitt", |
||
| 912 | "email": "[email protected]", |
||
| 913 | "homepage": "https://github.com/schmittjoh", |
||
| 914 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 915 | } |
||
| 916 | ], |
||
| 917 | "description": "Class/method/property metadata management in PHP", |
||
| 918 | "keywords": [ |
||
| 919 | "annotations", |
||
| 920 | "metadata", |
||
| 921 | "xml", |
||
| 922 | "yaml" |
||
| 923 | ], |
||
| 924 | "time": "2014-07-12 07:13:19" |
||
| 925 | }, |
||
| 926 | { |
||
| 927 | "name": "jms/translation-bundle", |
||
| 928 | "version": "1.1.0", |
||
| 929 | "target-dir": "JMS/TranslationBundle", |
||
| 930 | "source": { |
||
| 931 | "type": "git", |
||
| 932 | "url": "https://github.com/schmittjoh/JMSTranslationBundle.git", |
||
| 933 | "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf" |
||
| 934 | }, |
||
| 935 | "dist": { |
||
| 936 | "type": "zip", |
||
| 937 | "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf", |
||
| 938 | "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf", |
||
| 939 | "shasum": "" |
||
| 940 | }, |
||
| 941 | "require": { |
||
| 942 | "nikic/php-parser": "0.9.1", |
||
| 943 | "symfony/console": "*", |
||
| 944 | "symfony/framework-bundle": "~2.1" |
||
| 945 | }, |
||
| 946 | "conflict": { |
||
| 947 | "twig/twig": "1.10.2" |
||
| 948 | }, |
||
| 949 | "require-dev": { |
||
| 950 | "jms/di-extra-bundle": ">=1.1", |
||
| 951 | "sensio/framework-extra-bundle": "*", |
||
| 952 | "symfony/browser-kit": "*", |
||
| 953 | "symfony/class-loader": "*", |
||
| 954 | "symfony/css-selector": "*", |
||
| 955 | "symfony/finder": "*", |
||
| 956 | "symfony/form": "*", |
||
| 957 | "symfony/process": "*", |
||
| 958 | "symfony/security": "*", |
||
| 959 | "symfony/twig-bundle": "*", |
||
| 960 | "symfony/validator": "*", |
||
| 961 | "symfony/yaml": "*" |
||
| 962 | }, |
||
| 963 | "type": "symfony-bundle", |
||
| 964 | "extra": { |
||
| 965 | "branch-alias": { |
||
| 966 | "dev-master": "1.1-dev" |
||
| 967 | } |
||
| 968 | }, |
||
| 969 | "autoload": { |
||
| 970 | "psr-0": { |
||
| 971 | "JMS\\TranslationBundle": "" |
||
| 972 | } |
||
| 973 | }, |
||
| 974 | "notification-url": "https://packagist.org/downloads/", |
||
| 975 | "license": [ |
||
| 976 | "Apache2" |
||
| 977 | ], |
||
| 978 | "authors": [ |
||
| 979 | { |
||
| 980 | "name": "Johannes Schmitt", |
||
| 981 | "email": "[email protected]", |
||
| 982 | "homepage": "https://github.com/schmittjoh", |
||
| 983 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 984 | } |
||
| 985 | ], |
||
| 986 | "description": "Puts the Symfony2 Translation Component on steroids", |
||
| 987 | "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle", |
||
| 988 | "keywords": [ |
||
| 989 | "extract", |
||
| 990 | "extraction", |
||
| 991 | "i18n", |
||
| 992 | "interface", |
||
| 993 | "multilanguage", |
||
| 994 | "translation", |
||
| 995 | "ui", |
||
| 996 | "webinterface" |
||
| 997 | ], |
||
| 998 | "time": "2013-06-08 14:08:19" |
||
| 999 | }, |
||
| 1000 | { |
||
| 1001 | "name": "kriswallsmith/assetic", |
||
| 1002 | "version": "v1.2.0", |
||
| 1003 | "source": { |
||
| 1004 | "type": "git", |
||
| 1005 | "url": "https://github.com/kriswallsmith/assetic.git", |
||
| 1006 | "reference": "df991c124a2212371443b586a1be767500036dee" |
||
| 1007 | }, |
||
| 1008 | "dist": { |
||
| 1009 | "type": "zip", |
||
| 1010 | "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/df991c124a2212371443b586a1be767500036dee", |
||
| 1011 | "reference": "df991c124a2212371443b586a1be767500036dee", |
||
| 1012 | "shasum": "" |
||
| 1013 | }, |
||
| 1014 | "require": { |
||
| 1015 | "php": ">=5.3.1", |
||
| 1016 | "symfony/process": "~2.1" |
||
| 1017 | }, |
||
| 1018 | "require-dev": { |
||
| 1019 | "cssmin/cssmin": "*", |
||
| 1020 | "joliclic/javascript-packer": "*", |
||
| 1021 | "kamicane/packager": "*", |
||
| 1022 | "leafo/lessphp": "*", |
||
| 1023 | "leafo/scssphp": "*", |
||
| 1024 | "leafo/scssphp-compass": "*", |
||
| 1025 | "mrclay/minify": "*", |
||
| 1026 | "patchwork/jsqueeze": "~1.0", |
||
| 1027 | "phpunit/phpunit": "~4", |
||
| 1028 | "psr/log": "~1.0", |
||
| 1029 | "ptachoire/cssembed": "*", |
||
| 1030 | "twig/twig": "~1.6" |
||
| 1031 | }, |
||
| 1032 | "suggest": { |
||
| 1033 | "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", |
||
| 1034 | "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", |
||
| 1035 | "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", |
||
| 1036 | "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor", |
||
| 1037 | "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", |
||
| 1038 | "twig/twig": "Assetic provides the integration with the Twig templating engine" |
||
| 1039 | }, |
||
| 1040 | "type": "library", |
||
| 1041 | "extra": { |
||
| 1042 | "branch-alias": { |
||
| 1043 | "dev-master": "1.2-dev" |
||
| 1044 | } |
||
| 1045 | }, |
||
| 1046 | "autoload": { |
||
| 1047 | "psr-0": { |
||
| 1048 | "Assetic": "src/" |
||
| 1049 | }, |
||
| 1050 | "files": [ |
||
| 1051 | "src/functions.php" |
||
| 1052 | ] |
||
| 1053 | }, |
||
| 1054 | "notification-url": "https://packagist.org/downloads/", |
||
| 1055 | "license": [ |
||
| 1056 | "MIT" |
||
| 1057 | ], |
||
| 1058 | "authors": [ |
||
| 1059 | { |
||
| 1060 | "name": "Kris Wallsmith", |
||
| 1061 | "email": "[email protected]", |
||
| 1062 | "homepage": "http://kriswallsmith.net/" |
||
| 1063 | } |
||
| 1064 | ], |
||
| 1065 | "description": "Asset Management for PHP", |
||
| 1066 | "homepage": "https://github.com/kriswallsmith/assetic", |
||
| 1067 | "keywords": [ |
||
| 1068 | "assets", |
||
| 1069 | "compression", |
||
| 1070 | "minification" |
||
| 1071 | ], |
||
| 1072 | "time": "2014-10-14 14:45:32" |
||
| 1073 | }, |
||
| 1074 | { |
||
| 1075 | "name": "monolog/monolog", |
||
| 1076 | "version": "1.13.1", |
||
| 1077 | "source": { |
||
| 1078 | "type": "git", |
||
| 1079 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 1080 | "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac" |
||
| 1081 | }, |
||
| 1082 | "dist": { |
||
| 1083 | "type": "zip", |
||
| 1084 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", |
||
| 1085 | "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", |
||
| 1086 | "shasum": "" |
||
| 1087 | }, |
||
| 1088 | "require": { |
||
| 1089 | "php": ">=5.3.0", |
||
| 1090 | "psr/log": "~1.0" |
||
| 1091 | }, |
||
| 1092 | "provide": { |
||
| 1093 | "psr/log-implementation": "1.0.0" |
||
| 1094 | }, |
||
| 1095 | "require-dev": { |
||
| 1096 | "aws/aws-sdk-php": "~2.4, >2.4.8", |
||
| 1097 | "doctrine/couchdb": "~1.0@dev", |
||
| 1098 | "graylog2/gelf-php": "~1.0", |
||
| 1099 | "phpunit/phpunit": "~4.0", |
||
| 1100 | "raven/raven": "~0.5", |
||
| 1101 | "ruflin/elastica": "0.90.*", |
||
| 1102 | "swiftmailer/swiftmailer": "~5.3", |
||
| 1103 | "videlalvaro/php-amqplib": "~2.4" |
||
| 1104 | }, |
||
| 1105 | "suggest": { |
||
| 1106 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 1107 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 1108 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 1109 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 1110 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 1111 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
| 1112 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 1113 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 1114 | "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
||
| 1115 | }, |
||
| 1116 | "type": "library", |
||
| 1117 | "extra": { |
||
| 1118 | "branch-alias": { |
||
| 1119 | "dev-master": "1.13.x-dev" |
||
| 1120 | } |
||
| 1121 | }, |
||
| 1122 | "autoload": { |
||
| 1123 | "psr-4": { |
||
| 1124 | "Monolog\\": "src/Monolog" |
||
| 1125 | } |
||
| 1126 | }, |
||
| 1127 | "notification-url": "https://packagist.org/downloads/", |
||
| 1128 | "license": [ |
||
| 1129 | "MIT" |
||
| 1130 | ], |
||
| 1131 | "authors": [ |
||
| 1132 | { |
||
| 1133 | "name": "Jordi Boggiano", |
||
| 1134 | "email": "[email protected]", |
||
| 1135 | "homepage": "http://seld.be" |
||
| 1136 | } |
||
| 1137 | ], |
||
| 1138 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 1139 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 1140 | "keywords": [ |
||
| 1141 | "log", |
||
| 1142 | "logging", |
||
| 1143 | "psr-3" |
||
| 1144 | ], |
||
| 1145 | "time": "2015-03-09 09:58:04" |
||
| 1146 | }, |
||
| 1147 | { |
||
| 1148 | "name": "moontoast/math", |
||
| 1149 | "version": "1.1.0", |
||
| 1150 | "source": { |
||
| 1151 | "type": "git", |
||
| 1152 | "url": "https://github.com/ramsey/moontoast-math.git", |
||
| 1153 | "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3" |
||
| 1154 | }, |
||
| 1155 | "dist": { |
||
| 1156 | "type": "zip", |
||
| 1157 | "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3", |
||
| 1158 | "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3", |
||
| 1159 | "shasum": "" |
||
| 1160 | }, |
||
| 1161 | "require": { |
||
| 1162 | "ext-bcmath": "*", |
||
| 1163 | "php": ">=5.3.3" |
||
| 1164 | }, |
||
| 1165 | "type": "library", |
||
| 1166 | "autoload": { |
||
| 1167 | "psr-0": { |
||
| 1168 | "Moontoast\\Math": "src/" |
||
| 1169 | } |
||
| 1170 | }, |
||
| 1171 | "notification-url": "https://packagist.org/downloads/", |
||
| 1172 | "license": [ |
||
| 1173 | "Apache-2.0" |
||
| 1174 | ], |
||
| 1175 | "description": "A mathematics library, providing functionality for large numbers", |
||
| 1176 | "homepage": "https://github.com/moontoast/math", |
||
| 1177 | "keywords": [ |
||
| 1178 | "bcmath", |
||
| 1179 | "math" |
||
| 1180 | ], |
||
| 1181 | "time": "2013-01-19 17:42:34" |
||
| 1182 | }, |
||
| 1183 | { |
||
| 1184 | "name": "mopa/bootstrap-bundle", |
||
| 1185 | "version": "dev-master", |
||
| 1186 | "target-dir": "Mopa/Bundle/BootstrapBundle", |
||
| 1187 | "source": { |
||
| 1188 | "type": "git", |
||
| 1189 | "url": "https://github.com/phiamo/MopaBootstrapBundle.git", |
||
| 1190 | "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd" |
||
| 1191 | }, |
||
| 1192 | "dist": { |
||
| 1193 | "type": "zip", |
||
| 1194 | "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/8a1bfa82398f339d9c53db24194626aed4fd4801", |
||
| 1195 | "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd", |
||
| 1196 | "shasum": "" |
||
| 1197 | }, |
||
| 1198 | "require": { |
||
| 1199 | "mopa/composer-bridge": "~1.3", |
||
| 1200 | "symfony/console": "~2.3", |
||
| 1201 | "symfony/form": "~2.3|~3.0", |
||
| 1202 | "symfony/framework-bundle": "~2.3", |
||
| 1203 | "symfony/twig-bundle": "~2.3|~3.0" |
||
| 1204 | }, |
||
| 1205 | "suggest": { |
||
| 1206 | "craue/formflow-bundle": "~2.0", |
||
| 1207 | "knplabs/knp-menu-bundle": "~2.0@dev", |
||
| 1208 | "knplabs/knp-paginator-bundle": "~2.3", |
||
| 1209 | "mopa/bootstrap-sandbox-bundle": "~2.3", |
||
| 1210 | "twbs/bootstrap": ">2.0,<4.0-dev", |
||
| 1211 | "twbs/bootstrap-sass": "v3.1.1" |
||
| 1212 | }, |
||
| 1213 | "type": "symfony-bundle", |
||
| 1214 | "extra": { |
||
| 1215 | "branch-alias": { |
||
| 1216 | "dev-master": "3.x-dev" |
||
| 1217 | } |
||
| 1218 | }, |
||
| 1219 | "autoload": { |
||
| 1220 | "psr-0": { |
||
| 1221 | "Mopa\\Bundle\\BootstrapBundle\\": "" |
||
| 1222 | } |
||
| 1223 | }, |
||
| 1224 | "notification-url": "https://packagist.org/downloads/", |
||
| 1225 | "license": [ |
||
| 1226 | "MIT" |
||
| 1227 | ], |
||
| 1228 | "authors": [ |
||
| 1229 | { |
||
| 1230 | "name": "Community contributions", |
||
| 1231 | "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors" |
||
| 1232 | }, |
||
| 1233 | { |
||
| 1234 | "name": "Philipp A. Mohrenweiser", |
||
| 1235 | "email": "[email protected]" |
||
| 1236 | } |
||
| 1237 | ], |
||
| 1238 | "description": "Easy integration of twitters bootstrap into symfony2", |
||
| 1239 | "keywords": [ |
||
| 1240 | "bootstrap", |
||
| 1241 | "bootstrap form", |
||
| 1242 | "extra form", |
||
| 1243 | "form", |
||
| 1244 | "template" |
||
| 1245 | ], |
||
| 1246 | "time": "2015-04-10 09:34:23" |
||
| 1247 | }, |
||
| 1248 | { |
||
| 1249 | "name": "mopa/composer-bridge", |
||
| 1250 | "version": "dev-master", |
||
| 1251 | "source": { |
||
| 1252 | "type": "git", |
||
| 1253 | "url": "https://github.com/phiamo/MopaComposerBridge.git", |
||
| 1254 | "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2" |
||
| 1255 | }, |
||
| 1256 | "dist": { |
||
| 1257 | "type": "zip", |
||
| 1258 | "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2", |
||
| 1259 | "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2", |
||
| 1260 | "shasum": "" |
||
| 1261 | }, |
||
| 1262 | "require": { |
||
| 1263 | "symfony/class-loader": ">=2.0.0", |
||
| 1264 | "symfony/console": ">=2.0.0" |
||
| 1265 | }, |
||
| 1266 | "type": "symfony-bridge", |
||
| 1267 | "extra": { |
||
| 1268 | "branch-alias": { |
||
| 1269 | "dev-master": "1.3.x-dev" |
||
| 1270 | } |
||
| 1271 | }, |
||
| 1272 | "autoload": { |
||
| 1273 | "psr-0": { |
||
| 1274 | "Mopa\\Bridge\\Composer": "src/" |
||
| 1275 | } |
||
| 1276 | }, |
||
| 1277 | "notification-url": "https://packagist.org/downloads/", |
||
| 1278 | "license": [ |
||
| 1279 | "MIT" |
||
| 1280 | ], |
||
| 1281 | "authors": [ |
||
| 1282 | { |
||
| 1283 | "name": "Community contributions", |
||
| 1284 | "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors" |
||
| 1285 | }, |
||
| 1286 | { |
||
| 1287 | "name": "Philipp A. Mohrenweiser", |
||
| 1288 | "email": "[email protected]" |
||
| 1289 | } |
||
| 1290 | ], |
||
| 1291 | "description": "Symfony2 Composer Bridge", |
||
| 1292 | "homepage": "http://bootstrap.mohrenweiserpartner.de", |
||
| 1293 | "keywords": [ |
||
| 1294 | "Symfony2", |
||
| 1295 | "composer" |
||
| 1296 | ], |
||
| 1297 | "time": "2015-10-01 19:20:19" |
||
| 1298 | }, |
||
| 1299 | { |
||
| 1300 | "name": "nelmio/security-bundle", |
||
| 1301 | "version": "1.6.0", |
||
| 1302 | "source": { |
||
| 1303 | "type": "git", |
||
| 1304 | "url": "https://github.com/nelmio/NelmioSecurityBundle.git", |
||
| 1305 | "reference": "a3ee5be287b8586e46f082504044b62343a6a3c0" |
||
| 1306 | }, |
||
| 1307 | "dist": { |
||
| 1308 | "type": "zip", |
||
| 1309 | "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/a3ee5be287b8586e46f082504044b62343a6a3c0", |
||
| 1310 | "reference": "a3ee5be287b8586e46f082504044b62343a6a3c0", |
||
| 1311 | "shasum": "" |
||
| 1312 | }, |
||
| 1313 | "require": { |
||
| 1314 | "symfony/framework-bundle": "~2.3", |
||
| 1315 | "symfony/security": "~2.3" |
||
| 1316 | }, |
||
| 1317 | "type": "symfony-bundle", |
||
| 1318 | "extra": { |
||
| 1319 | "branch-alias": { |
||
| 1320 | "dev-master": "1.5.x-dev" |
||
| 1321 | } |
||
| 1322 | }, |
||
| 1323 | "autoload": { |
||
| 1324 | "psr-4": { |
||
| 1325 | "Nelmio\\SecurityBundle\\": "" |
||
| 1326 | } |
||
| 1327 | }, |
||
| 1328 | "notification-url": "https://packagist.org/downloads/", |
||
| 1329 | "license": [ |
||
| 1330 | "MIT" |
||
| 1331 | ], |
||
| 1332 | "authors": [ |
||
| 1333 | { |
||
| 1334 | "name": "Nelmio", |
||
| 1335 | "homepage": "http://nelm.io" |
||
| 1336 | }, |
||
| 1337 | { |
||
| 1338 | "name": "Symfony Community", |
||
| 1339 | "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors" |
||
| 1340 | } |
||
| 1341 | ], |
||
| 1342 | "description": "Extra security-related features for Symfony2: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...", |
||
| 1343 | "keywords": [ |
||
| 1344 | "security" |
||
| 1345 | ], |
||
| 1346 | "time": "2015-02-01 11:00:05" |
||
| 1347 | }, |
||
| 1348 | { |
||
| 1349 | "name": "nikic/php-parser", |
||
| 1350 | "version": "v0.9.1", |
||
| 1351 | "source": { |
||
| 1352 | "type": "git", |
||
| 1353 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
| 1354 | "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287" |
||
| 1355 | }, |
||
| 1356 | "dist": { |
||
| 1357 | "type": "zip", |
||
| 1358 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287", |
||
| 1359 | "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287", |
||
| 1360 | "shasum": "" |
||
| 1361 | }, |
||
| 1362 | "require": { |
||
| 1363 | "php": ">=5.2" |
||
| 1364 | }, |
||
| 1365 | "type": "library", |
||
| 1366 | "autoload": { |
||
| 1367 | "psr-0": { |
||
| 1368 | "PHPParser": "lib/" |
||
| 1369 | } |
||
| 1370 | }, |
||
| 1371 | "notification-url": "https://packagist.org/downloads/", |
||
| 1372 | "license": [ |
||
| 1373 | "BSD" |
||
| 1374 | ], |
||
| 1375 | "authors": [ |
||
| 1376 | { |
||
| 1377 | "name": "Nikita Popov" |
||
| 1378 | } |
||
| 1379 | ], |
||
| 1380 | "description": "A PHP parser written in PHP", |
||
| 1381 | "keywords": [ |
||
| 1382 | "parser", |
||
| 1383 | "php" |
||
| 1384 | ], |
||
| 1385 | "time": "2012-04-23 22:52:11" |
||
| 1386 | }, |
||
| 1387 | { |
||
| 1388 | "name": "psr/log", |
||
| 1389 | "version": "1.0.0", |
||
| 1390 | "source": { |
||
| 1391 | "type": "git", |
||
| 1392 | "url": "https://github.com/php-fig/log.git", |
||
| 1393 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
| 1394 | }, |
||
| 1395 | "dist": { |
||
| 1396 | "type": "zip", |
||
| 1397 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 1398 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 1399 | "shasum": "" |
||
| 1400 | }, |
||
| 1401 | "type": "library", |
||
| 1402 | "autoload": { |
||
| 1403 | "psr-0": { |
||
| 1404 | "Psr\\Log\\": "" |
||
| 1405 | } |
||
| 1406 | }, |
||
| 1407 | "notification-url": "https://packagist.org/downloads/", |
||
| 1408 | "license": [ |
||
| 1409 | "MIT" |
||
| 1410 | ], |
||
| 1411 | "authors": [ |
||
| 1412 | { |
||
| 1413 | "name": "PHP-FIG", |
||
| 1414 | "homepage": "http://www.php-fig.org/" |
||
| 1415 | } |
||
| 1416 | ], |
||
| 1417 | "description": "Common interface for logging libraries", |
||
| 1418 | "keywords": [ |
||
| 1419 | "log", |
||
| 1420 | "psr", |
||
| 1421 | "psr-3" |
||
| 1422 | ], |
||
| 1423 | "time": "2012-12-21 11:40:51" |
||
| 1424 | }, |
||
| 1425 | { |
||
| 1426 | "name": "rhumsaa/uuid", |
||
| 1427 | "version": "2.8.0", |
||
| 1428 | "source": { |
||
| 1429 | "type": "git", |
||
| 1430 | "url": "https://github.com/ramsey/rhumsaa-uuid.git", |
||
| 1431 | "reference": "cca98c652cac412c9c2f109c69e5532f313435fc" |
||
| 1432 | }, |
||
| 1433 | "dist": { |
||
| 1434 | "type": "zip", |
||
| 1435 | "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/cca98c652cac412c9c2f109c69e5532f313435fc", |
||
| 1436 | "reference": "cca98c652cac412c9c2f109c69e5532f313435fc", |
||
| 1437 | "shasum": "" |
||
| 1438 | }, |
||
| 1439 | "require": { |
||
| 1440 | "php": ">=5.3.3" |
||
| 1441 | }, |
||
| 1442 | "require-dev": { |
||
| 1443 | "doctrine/dbal": ">=2.3", |
||
| 1444 | "moontoast/math": "~1.1", |
||
| 1445 | "phpunit/phpunit": "~4.1", |
||
| 1446 | "satooshi/php-coveralls": "~0.6", |
||
| 1447 | "symfony/console": "~2.3" |
||
| 1448 | }, |
||
| 1449 | "suggest": { |
||
| 1450 | "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", |
||
| 1451 | "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", |
||
| 1452 | "symfony/console": "Support for use of the bin/uuid command line tool." |
||
| 1453 | }, |
||
| 1454 | "bin": [ |
||
| 1455 | "bin/uuid" |
||
| 1456 | ], |
||
| 1457 | "type": "library", |
||
| 1458 | "extra": { |
||
| 1459 | "branch-alias": { |
||
| 1460 | "dev-master": "2.8.x-dev" |
||
| 1461 | } |
||
| 1462 | }, |
||
| 1463 | "autoload": { |
||
| 1464 | "psr-4": { |
||
| 1465 | "Rhumsaa\\Uuid\\": "src/" |
||
| 1466 | } |
||
| 1467 | }, |
||
| 1468 | "notification-url": "https://packagist.org/downloads/", |
||
| 1469 | "license": [ |
||
| 1470 | "MIT" |
||
| 1471 | ], |
||
| 1472 | "authors": [ |
||
| 1473 | { |
||
| 1474 | "name": "Marijn Huizendveld", |
||
| 1475 | "email": "[email protected]" |
||
| 1476 | }, |
||
| 1477 | { |
||
| 1478 | "name": "Ben Ramsey", |
||
| 1479 | "homepage": "http://benramsey.com" |
||
| 1480 | } |
||
| 1481 | ], |
||
| 1482 | "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
| 1483 | "homepage": "https://github.com/ramsey/uuid", |
||
| 1484 | "keywords": [ |
||
| 1485 | "guid", |
||
| 1486 | "identifier", |
||
| 1487 | "uuid" |
||
| 1488 | ], |
||
| 1489 | "time": "2014-11-09 18:42:56" |
||
| 1490 | }, |
||
| 1491 | { |
||
| 1492 | "name": "robrichards/xmlseclibs", |
||
| 1493 | "version": "1.4.0", |
||
| 1494 | "source": { |
||
| 1495 | "type": "git", |
||
| 1496 | "url": "https://github.com/robrichards/xmlseclibs.git", |
||
| 1497 | "reference": "e91b4272f43b7708020c995f3c58056e68bfddf0" |
||
| 1498 | }, |
||
| 1499 | "dist": { |
||
| 1500 | "type": "zip", |
||
| 1501 | "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/e91b4272f43b7708020c995f3c58056e68bfddf0", |
||
| 1502 | "reference": "e91b4272f43b7708020c995f3c58056e68bfddf0", |
||
| 1503 | "shasum": "" |
||
| 1504 | }, |
||
| 1505 | "require": { |
||
| 1506 | "php": ">= 5.2" |
||
| 1507 | }, |
||
| 1508 | "suggest": { |
||
| 1509 | "ext/mcrypt": "MCrypt extension", |
||
| 1510 | "ext/openssl": "OpenSSL extension" |
||
| 1511 | }, |
||
| 1512 | "type": "library", |
||
| 1513 | "autoload": { |
||
| 1514 | "classmap": [ |
||
| 1515 | "src/" |
||
| 1516 | ] |
||
| 1517 | }, |
||
| 1518 | "notification-url": "https://packagist.org/downloads/", |
||
| 1519 | "license": [ |
||
| 1520 | "BSD-3-Clause" |
||
| 1521 | ], |
||
| 1522 | "description": "A PHP library for XML Security", |
||
| 1523 | "homepage": "https://github.com/robrichards/xmlseclibs", |
||
| 1524 | "keywords": [ |
||
| 1525 | "security", |
||
| 1526 | "signature", |
||
| 1527 | "xml", |
||
| 1528 | "xmldsig" |
||
| 1529 | ], |
||
| 1530 | "time": "2015-06-23 18:50:25" |
||
| 1531 | }, |
||
| 1532 | { |
||
| 1533 | "name": "sensio/distribution-bundle", |
||
| 1534 | "version": "v3.0.30", |
||
| 1535 | "target-dir": "Sensio/Bundle/DistributionBundle", |
||
| 1536 | "source": { |
||
| 1537 | "type": "git", |
||
| 1538 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
| 1539 | "reference": "f1758b30096202aeede61f79a1dffd69da091517" |
||
| 1540 | }, |
||
| 1541 | "dist": { |
||
| 1542 | "type": "zip", |
||
| 1543 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517", |
||
| 1544 | "reference": "f1758b30096202aeede61f79a1dffd69da091517", |
||
| 1545 | "shasum": "" |
||
| 1546 | }, |
||
| 1547 | "require": { |
||
| 1548 | "php": ">=5.3.3", |
||
| 1549 | "sensiolabs/security-checker": "~2.0", |
||
| 1550 | "symfony/class-loader": "~2.2", |
||
| 1551 | "symfony/framework-bundle": "~2.3", |
||
| 1552 | "symfony/process": "~2.2" |
||
| 1553 | }, |
||
| 1554 | "require-dev": { |
||
| 1555 | "symfony/form": "~2.2", |
||
| 1556 | "symfony/validator": "~2.2", |
||
| 1557 | "symfony/yaml": "~2.2" |
||
| 1558 | }, |
||
| 1559 | "suggest": { |
||
| 1560 | "symfony/form": "If you want to use the configurator", |
||
| 1561 | "symfony/validator": "If you want to use the configurator", |
||
| 1562 | "symfony/yaml": "If you want to use the configurator" |
||
| 1563 | }, |
||
| 1564 | "type": "symfony-bundle", |
||
| 1565 | "extra": { |
||
| 1566 | "branch-alias": { |
||
| 1567 | "dev-master": "3.0.x-dev" |
||
| 1568 | } |
||
| 1569 | }, |
||
| 1570 | "autoload": { |
||
| 1571 | "psr-0": { |
||
| 1572 | "Sensio\\Bundle\\DistributionBundle": "" |
||
| 1573 | } |
||
| 1574 | }, |
||
| 1575 | "notification-url": "https://packagist.org/downloads/", |
||
| 1576 | "license": [ |
||
| 1577 | "MIT" |
||
| 1578 | ], |
||
| 1579 | "authors": [ |
||
| 1580 | { |
||
| 1581 | "name": "Fabien Potencier", |
||
| 1582 | "email": "[email protected]" |
||
| 1583 | } |
||
| 1584 | ], |
||
| 1585 | "description": "Base bundle for Symfony Distributions", |
||
| 1586 | "keywords": [ |
||
| 1587 | "configuration", |
||
| 1588 | "distribution" |
||
| 1589 | ], |
||
| 1590 | "time": "2015-06-05 22:32:22" |
||
| 1591 | }, |
||
| 1592 | { |
||
| 1593 | "name": "sensio/framework-extra-bundle", |
||
| 1594 | "version": "v3.0.2", |
||
| 1595 | "target-dir": "Sensio/Bundle/FrameworkExtraBundle", |
||
| 1596 | "source": { |
||
| 1597 | "type": "git", |
||
| 1598 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
| 1599 | "reference": "9b22aaee517e80aad3238ea0328458b6f964066f" |
||
| 1600 | }, |
||
| 1601 | "dist": { |
||
| 1602 | "type": "zip", |
||
| 1603 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/9b22aaee517e80aad3238ea0328458b6f964066f", |
||
| 1604 | "reference": "9b22aaee517e80aad3238ea0328458b6f964066f", |
||
| 1605 | "shasum": "" |
||
| 1606 | }, |
||
| 1607 | "require": { |
||
| 1608 | "doctrine/common": "~2.2", |
||
| 1609 | "symfony/framework-bundle": "~2.3" |
||
| 1610 | }, |
||
| 1611 | "require-dev": { |
||
| 1612 | "symfony/expression-language": "~2.4", |
||
| 1613 | "symfony/security-bundle": "~2.4" |
||
| 1614 | }, |
||
| 1615 | "suggest": { |
||
| 1616 | "symfony/expression-language": "", |
||
| 1617 | "symfony/security-bundle": "" |
||
| 1618 | }, |
||
| 1619 | "type": "symfony-bundle", |
||
| 1620 | "extra": { |
||
| 1621 | "branch-alias": { |
||
| 1622 | "dev-master": "3.0.x-dev" |
||
| 1623 | } |
||
| 1624 | }, |
||
| 1625 | "autoload": { |
||
| 1626 | "psr-0": { |
||
| 1627 | "Sensio\\Bundle\\FrameworkExtraBundle": "" |
||
| 1628 | } |
||
| 1629 | }, |
||
| 1630 | "notification-url": "https://packagist.org/downloads/", |
||
| 1631 | "license": [ |
||
| 1632 | "MIT" |
||
| 1633 | ], |
||
| 1634 | "authors": [ |
||
| 1635 | { |
||
| 1636 | "name": "Fabien Potencier", |
||
| 1637 | "email": "[email protected]" |
||
| 1638 | } |
||
| 1639 | ], |
||
| 1640 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
| 1641 | "keywords": [ |
||
| 1642 | "annotations", |
||
| 1643 | "controllers" |
||
| 1644 | ], |
||
| 1645 | "time": "2014-09-02 07:11:30" |
||
| 1646 | }, |
||
| 1647 | { |
||
| 1648 | "name": "sensiolabs/security-checker", |
||
| 1649 | "version": "v2.0.0", |
||
| 1650 | "source": { |
||
| 1651 | "type": "git", |
||
| 1652 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 1653 | "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee" |
||
| 1654 | }, |
||
| 1655 | "dist": { |
||
| 1656 | "type": "zip", |
||
| 1657 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/5b4eb4743ebe68276c911c84101ecdf4a9ae76ee", |
||
| 1658 | "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee", |
||
| 1659 | "shasum": "" |
||
| 1660 | }, |
||
| 1661 | "require": { |
||
| 1662 | "ext-curl": "*", |
||
| 1663 | "symfony/console": "~2.0" |
||
| 1664 | }, |
||
| 1665 | "bin": [ |
||
| 1666 | "security-checker" |
||
| 1667 | ], |
||
| 1668 | "type": "library", |
||
| 1669 | "extra": { |
||
| 1670 | "branch-alias": { |
||
| 1671 | "dev-master": "2.0-dev" |
||
| 1672 | } |
||
| 1673 | }, |
||
| 1674 | "autoload": { |
||
| 1675 | "psr-0": { |
||
| 1676 | "SensioLabs\\Security": "" |
||
| 1677 | } |
||
| 1678 | }, |
||
| 1679 | "notification-url": "https://packagist.org/downloads/", |
||
| 1680 | "license": [ |
||
| 1681 | "MIT" |
||
| 1682 | ], |
||
| 1683 | "authors": [ |
||
| 1684 | { |
||
| 1685 | "name": "Fabien Potencier", |
||
| 1686 | "email": "[email protected]" |
||
| 1687 | } |
||
| 1688 | ], |
||
| 1689 | "description": "A security checker for your composer.lock", |
||
| 1690 | "time": "2014-07-19 10:52:35" |
||
| 1691 | }, |
||
| 1692 | { |
||
| 1693 | "name": "simplesamlphp/saml2", |
||
| 1694 | "version": "v1.6.1", |
||
| 1695 | "source": { |
||
| 1696 | "type": "git", |
||
| 1697 | "url": "https://github.com/simplesamlphp/saml2.git", |
||
| 1698 | "reference": "da4f356dfee6eaabac4fb8afb0de045e571c476b" |
||
| 1699 | }, |
||
| 1700 | "dist": { |
||
| 1701 | "type": "zip", |
||
| 1702 | "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/da4f356dfee6eaabac4fb8afb0de045e571c476b", |
||
| 1703 | "reference": "da4f356dfee6eaabac4fb8afb0de045e571c476b", |
||
| 1704 | "shasum": "" |
||
| 1705 | }, |
||
| 1706 | "require": { |
||
| 1707 | "ext-dom": "*", |
||
| 1708 | "ext-mcrypt": "*", |
||
| 1709 | "ext-openssl": "*", |
||
| 1710 | "php": ">=5.3.3", |
||
| 1711 | "psr/log": "~1.0", |
||
| 1712 | "robrichards/xmlseclibs": "^1.3" |
||
| 1713 | }, |
||
| 1714 | "require-dev": { |
||
| 1715 | "mockery/mockery": "~0.9", |
||
| 1716 | "phpmd/phpmd": "~1.5", |
||
| 1717 | "phpunit/phpunit": "~3.7", |
||
| 1718 | "satooshi/php-coveralls": "~0.6.1", |
||
| 1719 | "sebastian/phpcpd": "~1.4", |
||
| 1720 | "sensiolabs/security-checker": "~1.1", |
||
| 1721 | "squizlabs/php_codesniffer": "~1.4" |
||
| 1722 | }, |
||
| 1723 | "type": "library", |
||
| 1724 | "autoload": { |
||
| 1725 | "psr-0": { |
||
| 1726 | "SAML2_": "src/" |
||
| 1727 | } |
||
| 1728 | }, |
||
| 1729 | "notification-url": "https://packagist.org/downloads/", |
||
| 1730 | "license": [ |
||
| 1731 | "LGPL-2.1" |
||
| 1732 | ], |
||
| 1733 | "authors": [ |
||
| 1734 | { |
||
| 1735 | "name": "Andreas Åkre Solberg", |
||
| 1736 | "email": "[email protected]" |
||
| 1737 | } |
||
| 1738 | ], |
||
| 1739 | "description": "SAML2 PHP library from SimpleSAMLphp", |
||
| 1740 | "time": "2015-07-13 10:00:26" |
||
| 1741 | }, |
||
| 1742 | { |
||
| 1743 | "name": "surfnet/stepup-bundle", |
||
| 1744 | "version": "1.3.0", |
||
| 1745 | "source": { |
||
| 1746 | "type": "git", |
||
| 1747 | "url": "https://github.com/SURFnet/Stepup-bundle.git", |
||
| 1748 | "reference": "d4426aec24f17b075be54de0e931a547b43de6c8" |
||
| 1749 | }, |
||
| 1750 | "dist": { |
||
| 1751 | "type": "zip", |
||
| 1752 | "url": "https://api.github.com/repos/SURFnet/Stepup-bundle/zipball/d4426aec24f17b075be54de0e931a547b43de6c8", |
||
| 1753 | "reference": "d4426aec24f17b075be54de0e931a547b43de6c8", |
||
| 1754 | "shasum": "" |
||
| 1755 | }, |
||
| 1756 | "require": { |
||
| 1757 | "ext-gmp": "*", |
||
| 1758 | "ext-openssl": "*", |
||
| 1759 | "graylog2/gelf-php": "~1.1", |
||
| 1760 | "guzzlehttp/guzzle": "~4", |
||
| 1761 | "monolog/monolog": "~1.11", |
||
| 1762 | "php": ">=5.4,<8.0-dev", |
||
| 1763 | "sensio/framework-extra-bundle": "~3", |
||
| 1764 | "symfony/config": "^2.7", |
||
| 1765 | "symfony/dependency-injection": "^2.7", |
||
| 1766 | "symfony/form": "^2.7", |
||
| 1767 | "symfony/framework-bundle": "^2.7", |
||
| 1768 | "symfony/http-kernel": "^2.7", |
||
| 1769 | "symfony/twig-bridge": "^2.7", |
||
| 1770 | "symfony/validator": "^2.7" |
||
| 1771 | }, |
||
| 1772 | "require-dev": { |
||
| 1773 | "ibuildings/qa-tools": "~1.1", |
||
| 1774 | "liip/rmt": "1.1.*", |
||
| 1775 | "mockery/mockery": "0.9.*" |
||
| 1776 | }, |
||
| 1777 | "type": "library", |
||
| 1778 | "autoload": { |
||
| 1779 | "psr-4": { |
||
| 1780 | "Surfnet\\StepupBundle\\": "src" |
||
| 1781 | } |
||
| 1782 | }, |
||
| 1783 | "notification-url": "https://packagist.org/downloads/", |
||
| 1784 | "license": [ |
||
| 1785 | "Apache-2.0" |
||
| 1786 | ], |
||
| 1787 | "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.", |
||
| 1788 | "keywords": [ |
||
| 1789 | "stepup", |
||
| 1790 | "suaas", |
||
| 1791 | "surfnet" |
||
| 1792 | ], |
||
| 1793 | "time": "2016-04-28 12:40:48" |
||
| 1794 | }, |
||
| 1795 | { |
||
| 1796 | "name": "surfnet/stepup-middleware-client-bundle", |
||
| 1797 | "version": "dev-develop", |
||
| 1798 | "source": { |
||
| 1799 | "type": "git", |
||
| 1800 | "url": "https://github.com/SURFnet/Stepup-Middleware-clientbundle.git", |
||
| 1801 | "reference": "2230cbd536b8c7912b7850f5516d99b028ad0ee4" |
||
| 1802 | }, |
||
| 1803 | "dist": { |
||
| 1804 | "type": "zip", |
||
| 1805 | "url": "https://api.github.com/repos/SURFnet/Stepup-Middleware-clientbundle/zipball/1544e4922670b7bf21157a7888e57adf2588da56", |
||
| 1806 | "reference": "2230cbd536b8c7912b7850f5516d99b028ad0ee4", |
||
| 1807 | "shasum": "" |
||
| 1808 | }, |
||
| 1809 | "require": { |
||
| 1810 | "beberlei/assert": "~2.0", |
||
| 1811 | "guzzlehttp/guzzle": "~4", |
||
| 1812 | "moontoast/math": "~1.1", |
||
| 1813 | "php": ">=5.4,<8.0-dev", |
||
| 1814 | "psr/log": "~1.0", |
||
| 1815 | "rhumsaa/uuid": "~2.7", |
||
| 1816 | "symfony/config": "^2.7", |
||
| 1817 | "symfony/dependency-injection": "^2.7", |
||
| 1818 | "symfony/http-kernel": "^2.7", |
||
| 1819 | "symfony/validator": "^2.7" |
||
| 1820 | }, |
||
| 1821 | "conflict": { |
||
| 1822 | "surfnet/stepup-middleware-client": "*" |
||
| 1823 | }, |
||
| 1824 | "require-dev": { |
||
| 1825 | "ibuildings/qa-tools": "~1.1", |
||
| 1826 | "liip/rmt": "1.1.*", |
||
| 1827 | "matthiasnoback/symfony-config-test": "0.*", |
||
| 1828 | "mockery/mockery": "0.9.*" |
||
| 1829 | }, |
||
| 1830 | "type": "library", |
||
| 1831 | "autoload": { |
||
| 1832 | "psr-4": { |
||
| 1833 | "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/", |
||
| 1834 | "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/" |
||
| 1835 | } |
||
| 1836 | }, |
||
| 1837 | "notification-url": "https://packagist.org/downloads/", |
||
| 1838 | "license": [ |
||
| 1839 | "Apache-2.0" |
||
| 1840 | ], |
||
| 1841 | "description": "Symfony2 bundle for consuming the Step-up Middleware API.", |
||
| 1842 | "time": "2015-09-10 09:07:25" |
||
| 1843 | }, |
||
| 1844 | { |
||
| 1845 | "name": "surfnet/stepup-saml-bundle", |
||
| 1846 | "version": "dev-develop", |
||
| 1847 | "source": { |
||
| 1848 | "type": "git", |
||
| 1849 | "url": "https://github.com/SURFnet/Stepup-saml-bundle.git", |
||
| 1850 | "reference": "53b7fd0198a1e9de2504a3762af499f744ad222d" |
||
| 1851 | }, |
||
| 1852 | "dist": { |
||
| 1853 | "type": "zip", |
||
| 1854 | "url": "https://api.github.com/repos/SURFnet/Stepup-saml-bundle/zipball/40adf16ceecd6efba5e8b3f2b85f78d1ebb27839", |
||
| 1855 | "reference": "53b7fd0198a1e9de2504a3762af499f744ad222d", |
||
| 1856 | "shasum": "" |
||
| 1857 | }, |
||
| 1858 | "require": { |
||
| 1859 | "ext-openssl": "*", |
||
| 1860 | "php": "~5.4|^7", |
||
| 1861 | "robrichards/xmlseclibs": "^1.4.0", |
||
| 1862 | "simplesamlphp/saml2": "^1.6.1", |
||
| 1863 | "symfony/dependency-injection": "^2.7", |
||
| 1864 | "symfony/framework-bundle": "^2.7" |
||
| 1865 | }, |
||
| 1866 | "require-dev": { |
||
| 1867 | "ibuildings/qa-tools": "~1.1", |
||
| 1868 | "liip/rmt": "~1.1", |
||
| 1869 | "mockery/mockery": "~0.9", |
||
| 1870 | "psr/log": "~1.0" |
||
| 1871 | }, |
||
| 1872 | "type": "symfony-bundle", |
||
| 1873 | "autoload": { |
||
| 1874 | "psr-4": { |
||
| 1875 | "Surfnet\\SamlBundle\\": "src" |
||
| 1876 | } |
||
| 1877 | }, |
||
| 1878 | "notification-url": "https://packagist.org/downloads/", |
||
| 1879 | "license": [ |
||
| 1880 | "Apache-2.0" |
||
| 1881 | ], |
||
| 1882 | "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony", |
||
| 1883 | "keywords": [ |
||
| 1884 | "SAML2", |
||
| 1885 | "saml", |
||
| 1886 | "simplesamlphp", |
||
| 1887 | "stepup", |
||
| 1888 | "surfnet" |
||
| 1889 | ], |
||
| 1890 | "time": "2015-08-26 09:24:49" |
||
| 1891 | }, |
||
| 1892 | { |
||
| 1893 | "name": "surfnet/stepup-u2f-bundle", |
||
| 1894 | "version": "dev-develop", |
||
| 1895 | "source": { |
||
| 1896 | "type": "git", |
||
| 1897 | "url": "https://github.com/SURFnet/Stepup-u2f-bundle.git", |
||
| 1898 | "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05" |
||
| 1899 | }, |
||
| 1900 | "dist": { |
||
| 1901 | "type": "zip", |
||
| 1902 | "url": "https://api.github.com/repos/SURFnet/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05", |
||
| 1903 | "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05", |
||
| 1904 | "shasum": "" |
||
| 1905 | }, |
||
| 1906 | "require": { |
||
| 1907 | "php": ">=5.4|^7", |
||
| 1908 | "symfony/config": "^2.7", |
||
| 1909 | "symfony/dependency-injection": "^2.7", |
||
| 1910 | "symfony/form": "^2.7", |
||
| 1911 | "symfony/http-kernel": "^2.7", |
||
| 1912 | "symfony/validator": "^2.7", |
||
| 1913 | "yubico/u2flib-server": "^0.1.0" |
||
| 1914 | }, |
||
| 1915 | "require-dev": { |
||
| 1916 | "ibuildings/qa-tools": "~1.1,>=1.1.27", |
||
| 1917 | "liip/rmt": "1.1.*", |
||
| 1918 | "matthiasnoback/symfony-config-test": "^1.2", |
||
| 1919 | "mockery/mockery": "~0.9" |
||
| 1920 | }, |
||
| 1921 | "type": "library", |
||
| 1922 | "autoload": { |
||
| 1923 | "psr-4": { |
||
| 1924 | "Surfnet\\StepupU2fBundle\\": "src" |
||
| 1925 | } |
||
| 1926 | }, |
||
| 1927 | "notification-url": "https://packagist.org/downloads/", |
||
| 1928 | "license": [ |
||
| 1929 | "Apache-2.0" |
||
| 1930 | ], |
||
| 1931 | "description": "The SURFnet Step-up U2F bundle contains server-side device verification, and the necessary forms and resources to enable client-side U2F interaction with Step-up Identities", |
||
| 1932 | "time": "2015-09-17 15:02:04" |
||
| 1933 | }, |
||
| 1934 | { |
||
| 1935 | "name": "swiftmailer/swiftmailer", |
||
| 1936 | "version": "v5.3.1", |
||
| 1937 | "source": { |
||
| 1938 | "type": "git", |
||
| 1939 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 1940 | "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a" |
||
| 1941 | }, |
||
| 1942 | "dist": { |
||
| 1943 | "type": "zip", |
||
| 1944 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a", |
||
| 1945 | "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a", |
||
| 1946 | "shasum": "" |
||
| 1947 | }, |
||
| 1948 | "require": { |
||
| 1949 | "php": ">=5.3.3" |
||
| 1950 | }, |
||
| 1951 | "require-dev": { |
||
| 1952 | "mockery/mockery": "~0.9.1" |
||
| 1953 | }, |
||
| 1954 | "type": "library", |
||
| 1955 | "extra": { |
||
| 1956 | "branch-alias": { |
||
| 1957 | "dev-master": "5.3-dev" |
||
| 1958 | } |
||
| 1959 | }, |
||
| 1960 | "autoload": { |
||
| 1961 | "files": [ |
||
| 1962 | "lib/swift_required.php" |
||
| 1963 | ] |
||
| 1964 | }, |
||
| 1965 | "notification-url": "https://packagist.org/downloads/", |
||
| 1966 | "license": [ |
||
| 1967 | "MIT" |
||
| 1968 | ], |
||
| 1969 | "authors": [ |
||
| 1970 | { |
||
| 1971 | "name": "Chris Corbyn" |
||
| 1972 | }, |
||
| 1973 | { |
||
| 1974 | "name": "Fabien Potencier", |
||
| 1975 | "email": "[email protected]" |
||
| 1976 | } |
||
| 1977 | ], |
||
| 1978 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 1979 | "homepage": "http://swiftmailer.org", |
||
| 1980 | "keywords": [ |
||
| 1981 | "mail", |
||
| 1982 | "mailer" |
||
| 1983 | ], |
||
| 1984 | "time": "2014-12-05 14:17:14" |
||
| 1985 | }, |
||
| 1986 | { |
||
| 1987 | "name": "symfony/assetic-bundle", |
||
| 1988 | "version": "v2.6.1", |
||
| 1989 | "source": { |
||
| 1990 | "type": "git", |
||
| 1991 | "url": "https://github.com/symfony/assetic-bundle.git", |
||
| 1992 | "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0" |
||
| 1993 | }, |
||
| 1994 | "dist": { |
||
| 1995 | "type": "zip", |
||
| 1996 | "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0", |
||
| 1997 | "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0", |
||
| 1998 | "shasum": "" |
||
| 1999 | }, |
||
| 2000 | "require": { |
||
| 2001 | "kriswallsmith/assetic": "~1.2", |
||
| 2002 | "php": ">=5.3.0", |
||
| 2003 | "symfony/console": "~2.3", |
||
| 2004 | "symfony/dependency-injection": "~2.3", |
||
| 2005 | "symfony/framework-bundle": "~2.3", |
||
| 2006 | "symfony/yaml": "~2.3" |
||
| 2007 | }, |
||
| 2008 | "require-dev": { |
||
| 2009 | "kriswallsmith/spork": "~0.2", |
||
| 2010 | "patchwork/jsqueeze": "~1.0", |
||
| 2011 | "symfony/class-loader": "~2.3", |
||
| 2012 | "symfony/css-selector": "~2.3", |
||
| 2013 | "symfony/dom-crawler": "~2.3", |
||
| 2014 | "symfony/twig-bundle": "~2.3" |
||
| 2015 | }, |
||
| 2016 | "suggest": { |
||
| 2017 | "kriswallsmith/spork": "to be able to dump assets in parallel", |
||
| 2018 | "symfony/twig-bundle": "to use the Twig integration" |
||
| 2019 | }, |
||
| 2020 | "type": "symfony-bundle", |
||
| 2021 | "extra": { |
||
| 2022 | "branch-alias": { |
||
| 2023 | "dev-master": "2.5-dev" |
||
| 2024 | } |
||
| 2025 | }, |
||
| 2026 | "autoload": { |
||
| 2027 | "psr-4": { |
||
| 2028 | "Symfony\\Bundle\\AsseticBundle\\": "" |
||
| 2029 | } |
||
| 2030 | }, |
||
| 2031 | "notification-url": "https://packagist.org/downloads/", |
||
| 2032 | "license": [ |
||
| 2033 | "MIT" |
||
| 2034 | ], |
||
| 2035 | "authors": [ |
||
| 2036 | { |
||
| 2037 | "name": "Kris Wallsmith", |
||
| 2038 | "email": "[email protected]", |
||
| 2039 | "homepage": "http://kriswallsmith.net/" |
||
| 2040 | } |
||
| 2041 | ], |
||
| 2042 | "description": "Integrates Assetic into Symfony2", |
||
| 2043 | "homepage": "https://github.com/symfony/AsseticBundle", |
||
| 2044 | "keywords": [ |
||
| 2045 | "assets", |
||
| 2046 | "compression", |
||
| 2047 | "minification" |
||
| 2048 | ], |
||
| 2049 | "time": "2015-01-27 12:45:16" |
||
| 2050 | }, |
||
| 2051 | { |
||
| 2052 | "name": "symfony/monolog-bundle", |
||
| 2053 | "version": "v2.6.1", |
||
| 2054 | "source": { |
||
| 2055 | "type": "git", |
||
| 2056 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
| 2057 | "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a" |
||
| 2058 | }, |
||
| 2059 | "dist": { |
||
| 2060 | "type": "zip", |
||
| 2061 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/227bbeefe30f2d95e3fe5fbd1ccda414287a957a", |
||
| 2062 | "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a", |
||
| 2063 | "shasum": "" |
||
| 2064 | }, |
||
| 2065 | "require": { |
||
| 2066 | "monolog/monolog": "~1.8", |
||
| 2067 | "php": ">=5.3.2", |
||
| 2068 | "symfony/config": "~2.3", |
||
| 2069 | "symfony/dependency-injection": "~2.3", |
||
| 2070 | "symfony/http-kernel": "~2.3", |
||
| 2071 | "symfony/monolog-bridge": "~2.3" |
||
| 2072 | }, |
||
| 2073 | "require-dev": { |
||
| 2074 | "symfony/console": "~2.3", |
||
| 2075 | "symfony/yaml": "~2.3" |
||
| 2076 | }, |
||
| 2077 | "type": "symfony-bundle", |
||
| 2078 | "extra": { |
||
| 2079 | "branch-alias": { |
||
| 2080 | "dev-master": "2.6.x-dev" |
||
| 2081 | } |
||
| 2082 | }, |
||
| 2083 | "autoload": { |
||
| 2084 | "psr-4": { |
||
| 2085 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
| 2086 | } |
||
| 2087 | }, |
||
| 2088 | "notification-url": "https://packagist.org/downloads/", |
||
| 2089 | "license": [ |
||
| 2090 | "MIT" |
||
| 2091 | ], |
||
| 2092 | "authors": [ |
||
| 2093 | { |
||
| 2094 | "name": "Symfony Community", |
||
| 2095 | "homepage": "http://symfony.com/contributors" |
||
| 2096 | }, |
||
| 2097 | { |
||
| 2098 | "name": "Fabien Potencier", |
||
| 2099 | "email": "[email protected]" |
||
| 2100 | } |
||
| 2101 | ], |
||
| 2102 | "description": "Symfony MonologBundle", |
||
| 2103 | "homepage": "http://symfony.com", |
||
| 2104 | "keywords": [ |
||
| 2105 | "log", |
||
| 2106 | "logging" |
||
| 2107 | ], |
||
| 2108 | "time": "2014-07-21 00:36:06" |
||
| 2109 | }, |
||
| 2110 | { |
||
| 2111 | "name": "symfony/swiftmailer-bundle", |
||
| 2112 | "version": "v2.3.8", |
||
| 2113 | "source": { |
||
| 2114 | "type": "git", |
||
| 2115 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
| 2116 | "reference": "970b13d01871207e81d17b17ddda025e7e21e797" |
||
| 2117 | }, |
||
| 2118 | "dist": { |
||
| 2119 | "type": "zip", |
||
| 2120 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797", |
||
| 2121 | "reference": "970b13d01871207e81d17b17ddda025e7e21e797", |
||
| 2122 | "shasum": "" |
||
| 2123 | }, |
||
| 2124 | "require": { |
||
| 2125 | "php": ">=5.3.2", |
||
| 2126 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
| 2127 | "symfony/swiftmailer-bridge": "~2.1" |
||
| 2128 | }, |
||
| 2129 | "require-dev": { |
||
| 2130 | "symfony/config": "~2.1", |
||
| 2131 | "symfony/dependency-injection": "~2.1", |
||
| 2132 | "symfony/http-kernel": "~2.1", |
||
| 2133 | "symfony/yaml": "~2.1" |
||
| 2134 | }, |
||
| 2135 | "suggest": { |
||
| 2136 | "psr/log": "Allows logging" |
||
| 2137 | }, |
||
| 2138 | "type": "symfony-bundle", |
||
| 2139 | "extra": { |
||
| 2140 | "branch-alias": { |
||
| 2141 | "dev-master": "2.3-dev" |
||
| 2142 | } |
||
| 2143 | }, |
||
| 2144 | "autoload": { |
||
| 2145 | "psr-4": { |
||
| 2146 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
| 2147 | } |
||
| 2148 | }, |
||
| 2149 | "notification-url": "https://packagist.org/downloads/", |
||
| 2150 | "license": [ |
||
| 2151 | "MIT" |
||
| 2152 | ], |
||
| 2153 | "authors": [ |
||
| 2154 | { |
||
| 2155 | "name": "Symfony Community", |
||
| 2156 | "homepage": "http://symfony.com/contributors" |
||
| 2157 | }, |
||
| 2158 | { |
||
| 2159 | "name": "Fabien Potencier", |
||
| 2160 | "email": "[email protected]" |
||
| 2161 | } |
||
| 2162 | ], |
||
| 2163 | "description": "Symfony SwiftmailerBundle", |
||
| 2164 | "homepage": "http://symfony.com", |
||
| 2165 | "time": "2014-12-01 17:44:50" |
||
| 2166 | }, |
||
| 2167 | { |
||
| 2168 | "name": "symfony/symfony", |
||
|
0 ignored issues
–
show
There are 4 security advisories for your installed version of symfony/symfony:
- CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails - CVE-2016-4423: Large username storage in session - CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service - CVE-2015-8124: Session Fixation in the "Remember Me" Login Feature Loading history...
|
|||
| 2169 | "version": "v2.7.0", |
||
| 2170 | "source": { |
||
| 2171 | "type": "git", |
||
| 2172 | "url": "https://github.com/symfony/symfony.git", |
||
| 2173 | "reference": "9975b1eca3de4db792a2c3e4e16f676a4aadcd46" |
||
| 2174 | }, |
||
| 2175 | "dist": { |
||
| 2176 | "type": "zip", |
||
| 2177 | "url": "https://api.github.com/repos/symfony/symfony/zipball/9975b1eca3de4db792a2c3e4e16f676a4aadcd46", |
||
| 2178 | "reference": "9975b1eca3de4db792a2c3e4e16f676a4aadcd46", |
||
| 2179 | "shasum": "" |
||
| 2180 | }, |
||
| 2181 | "require": { |
||
| 2182 | "doctrine/common": "~2.3", |
||
| 2183 | "php": ">=5.3.9", |
||
| 2184 | "psr/log": "~1.0", |
||
| 2185 | "twig/twig": "~1.18" |
||
| 2186 | }, |
||
| 2187 | "replace": { |
||
| 2188 | "symfony/asset": "self.version", |
||
| 2189 | "symfony/browser-kit": "self.version", |
||
| 2190 | "symfony/class-loader": "self.version", |
||
| 2191 | "symfony/config": "self.version", |
||
| 2192 | "symfony/console": "self.version", |
||
| 2193 | "symfony/css-selector": "self.version", |
||
| 2194 | "symfony/debug": "self.version", |
||
| 2195 | "symfony/debug-bundle": "self.version", |
||
| 2196 | "symfony/dependency-injection": "self.version", |
||
| 2197 | "symfony/doctrine-bridge": "self.version", |
||
| 2198 | "symfony/dom-crawler": "self.version", |
||
| 2199 | "symfony/event-dispatcher": "self.version", |
||
| 2200 | "symfony/expression-language": "self.version", |
||
| 2201 | "symfony/filesystem": "self.version", |
||
| 2202 | "symfony/finder": "self.version", |
||
| 2203 | "symfony/form": "self.version", |
||
| 2204 | "symfony/framework-bundle": "self.version", |
||
| 2205 | "symfony/http-foundation": "self.version", |
||
| 2206 | "symfony/http-kernel": "self.version", |
||
| 2207 | "symfony/intl": "self.version", |
||
| 2208 | "symfony/locale": "self.version", |
||
| 2209 | "symfony/monolog-bridge": "self.version", |
||
| 2210 | "symfony/options-resolver": "self.version", |
||
| 2211 | "symfony/process": "self.version", |
||
| 2212 | "symfony/property-access": "self.version", |
||
| 2213 | "symfony/proxy-manager-bridge": "self.version", |
||
| 2214 | "symfony/routing": "self.version", |
||
| 2215 | "symfony/security": "self.version", |
||
| 2216 | "symfony/security-acl": "self.version", |
||
| 2217 | "symfony/security-bundle": "self.version", |
||
| 2218 | "symfony/security-core": "self.version", |
||
| 2219 | "symfony/security-csrf": "self.version", |
||
| 2220 | "symfony/security-http": "self.version", |
||
| 2221 | "symfony/serializer": "self.version", |
||
| 2222 | "symfony/stopwatch": "self.version", |
||
| 2223 | "symfony/swiftmailer-bridge": "self.version", |
||
| 2224 | "symfony/templating": "self.version", |
||
| 2225 | "symfony/translation": "self.version", |
||
| 2226 | "symfony/twig-bridge": "self.version", |
||
| 2227 | "symfony/twig-bundle": "self.version", |
||
| 2228 | "symfony/validator": "self.version", |
||
| 2229 | "symfony/var-dumper": "self.version", |
||
| 2230 | "symfony/web-profiler-bundle": "self.version", |
||
| 2231 | "symfony/yaml": "self.version" |
||
| 2232 | }, |
||
| 2233 | "require-dev": { |
||
| 2234 | "doctrine/data-fixtures": "1.0.*", |
||
| 2235 | "doctrine/dbal": "~2.2", |
||
| 2236 | "doctrine/doctrine-bundle": "~1.2", |
||
| 2237 | "doctrine/orm": "~2.2,>=2.2.3", |
||
| 2238 | "egulias/email-validator": "~1.2", |
||
| 2239 | "ircmaxell/password-compat": "~1.0", |
||
| 2240 | "monolog/monolog": "~1.11", |
||
| 2241 | "ocramius/proxy-manager": "~0.4|~1.0", |
||
| 2242 | "symfony/phpunit-bridge": "self.version" |
||
| 2243 | }, |
||
| 2244 | "type": "library", |
||
| 2245 | "extra": { |
||
| 2246 | "branch-alias": { |
||
| 2247 | "dev-master": "2.7-dev" |
||
| 2248 | } |
||
| 2249 | }, |
||
| 2250 | "autoload": { |
||
| 2251 | "psr-4": { |
||
| 2252 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
| 2253 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
| 2254 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
| 2255 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
| 2256 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
| 2257 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
| 2258 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
| 2259 | }, |
||
| 2260 | "classmap": [ |
||
| 2261 | "src/Symfony/Component/HttpFoundation/Resources/stubs", |
||
| 2262 | "src/Symfony/Component/Intl/Resources/stubs" |
||
| 2263 | ], |
||
| 2264 | "files": [ |
||
| 2265 | "src/Symfony/Component/Intl/Resources/stubs/functions.php" |
||
| 2266 | ] |
||
| 2267 | }, |
||
| 2268 | "notification-url": "https://packagist.org/downloads/", |
||
| 2269 | "license": [ |
||
| 2270 | "MIT" |
||
| 2271 | ], |
||
| 2272 | "authors": [ |
||
| 2273 | { |
||
| 2274 | "name": "Fabien Potencier", |
||
| 2275 | "email": "[email protected]" |
||
| 2276 | }, |
||
| 2277 | { |
||
| 2278 | "name": "Symfony Community", |
||
| 2279 | "homepage": "https://symfony.com/contributors" |
||
| 2280 | } |
||
| 2281 | ], |
||
| 2282 | "description": "The Symfony PHP framework", |
||
| 2283 | "homepage": "https://symfony.com", |
||
| 2284 | "keywords": [ |
||
| 2285 | "framework" |
||
| 2286 | ], |
||
| 2287 | "time": "2015-05-30 16:52:28" |
||
| 2288 | }, |
||
| 2289 | { |
||
| 2290 | "name": "twbs/bootstrap", |
||
| 2291 | "version": "v3.2.0", |
||
| 2292 | "source": { |
||
| 2293 | "type": "git", |
||
| 2294 | "url": "https://github.com/twbs/bootstrap.git", |
||
| 2295 | "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72" |
||
| 2296 | }, |
||
| 2297 | "dist": { |
||
| 2298 | "type": "zip", |
||
| 2299 | "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72", |
||
| 2300 | "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72", |
||
| 2301 | "shasum": "" |
||
| 2302 | }, |
||
| 2303 | "replace": { |
||
| 2304 | "twitter/bootstrap": "self.version" |
||
| 2305 | }, |
||
| 2306 | "type": "library", |
||
| 2307 | "extra": { |
||
| 2308 | "branch-alias": { |
||
| 2309 | "dev-master": "3.2.x-dev" |
||
| 2310 | } |
||
| 2311 | }, |
||
| 2312 | "notification-url": "https://packagist.org/downloads/", |
||
| 2313 | "license": [ |
||
| 2314 | "MIT" |
||
| 2315 | ], |
||
| 2316 | "authors": [ |
||
| 2317 | { |
||
| 2318 | "name": "Jacob Thornton", |
||
| 2319 | "email": "[email protected]" |
||
| 2320 | }, |
||
| 2321 | { |
||
| 2322 | "name": "Mark Otto", |
||
| 2323 | "email": "[email protected]" |
||
| 2324 | } |
||
| 2325 | ], |
||
| 2326 | "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", |
||
| 2327 | "homepage": "http://getbootstrap.com", |
||
| 2328 | "keywords": [ |
||
| 2329 | "JS", |
||
| 2330 | "css", |
||
| 2331 | "framework", |
||
| 2332 | "front-end", |
||
| 2333 | "less", |
||
| 2334 | "mobile-first", |
||
| 2335 | "responsive", |
||
| 2336 | "web" |
||
| 2337 | ], |
||
| 2338 | "time": "2014-06-26 16:36:48" |
||
| 2339 | }, |
||
| 2340 | { |
||
| 2341 | "name": "twig/extensions", |
||
| 2342 | "version": "v1.2.0", |
||
| 2343 | "source": { |
||
| 2344 | "type": "git", |
||
| 2345 | "url": "https://github.com/twigphp/Twig-extensions.git", |
||
| 2346 | "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd" |
||
| 2347 | }, |
||
| 2348 | "dist": { |
||
| 2349 | "type": "zip", |
||
| 2350 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd", |
||
| 2351 | "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd", |
||
| 2352 | "shasum": "" |
||
| 2353 | }, |
||
| 2354 | "require": { |
||
| 2355 | "twig/twig": "~1.12" |
||
| 2356 | }, |
||
| 2357 | "require-dev": { |
||
| 2358 | "symfony/translation": "~2.3" |
||
| 2359 | }, |
||
| 2360 | "suggest": { |
||
| 2361 | "symfony/translation": "Allow the time_diff output to be translated" |
||
| 2362 | }, |
||
| 2363 | "type": "library", |
||
| 2364 | "extra": { |
||
| 2365 | "branch-alias": { |
||
| 2366 | "dev-master": "1.2.x-dev" |
||
| 2367 | } |
||
| 2368 | }, |
||
| 2369 | "autoload": { |
||
| 2370 | "psr-0": { |
||
| 2371 | "Twig_Extensions_": "lib/" |
||
| 2372 | } |
||
| 2373 | }, |
||
| 2374 | "notification-url": "https://packagist.org/downloads/", |
||
| 2375 | "license": [ |
||
| 2376 | "MIT" |
||
| 2377 | ], |
||
| 2378 | "authors": [ |
||
| 2379 | { |
||
| 2380 | "name": "Fabien Potencier", |
||
| 2381 | "email": "[email protected]" |
||
| 2382 | } |
||
| 2383 | ], |
||
| 2384 | "description": "Common additional features for Twig that do not directly belong in core", |
||
| 2385 | "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", |
||
| 2386 | "keywords": [ |
||
| 2387 | "i18n", |
||
| 2388 | "text" |
||
| 2389 | ], |
||
| 2390 | "time": "2014-10-30 14:30:03" |
||
| 2391 | }, |
||
| 2392 | { |
||
| 2393 | "name": "twig/twig", |
||
|
0 ignored issues
–
show
There is a security advisory for your installed version of twig/twig:
Remote code execution in templates Loading history...
|
|||
| 2394 | "version": "v1.18.1", |
||
| 2395 | "source": { |
||
| 2396 | "type": "git", |
||
| 2397 | "url": "https://github.com/twigphp/Twig.git", |
||
| 2398 | "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f" |
||
| 2399 | }, |
||
| 2400 | "dist": { |
||
| 2401 | "type": "zip", |
||
| 2402 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/9f70492f44398e276d1b81c1b43adfe6751c7b7f", |
||
| 2403 | "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f", |
||
| 2404 | "shasum": "" |
||
| 2405 | }, |
||
| 2406 | "require": { |
||
| 2407 | "php": ">=5.2.7" |
||
| 2408 | }, |
||
| 2409 | "type": "library", |
||
| 2410 | "extra": { |
||
| 2411 | "branch-alias": { |
||
| 2412 | "dev-master": "1.18-dev" |
||
| 2413 | } |
||
| 2414 | }, |
||
| 2415 | "autoload": { |
||
| 2416 | "psr-0": { |
||
| 2417 | "Twig_": "lib/" |
||
| 2418 | } |
||
| 2419 | }, |
||
| 2420 | "notification-url": "https://packagist.org/downloads/", |
||
| 2421 | "license": [ |
||
| 2422 | "BSD-3-Clause" |
||
| 2423 | ], |
||
| 2424 | "authors": [ |
||
| 2425 | { |
||
| 2426 | "name": "Fabien Potencier", |
||
| 2427 | "email": "[email protected]", |
||
| 2428 | "homepage": "http://fabien.potencier.org", |
||
| 2429 | "role": "Lead Developer" |
||
| 2430 | }, |
||
| 2431 | { |
||
| 2432 | "name": "Armin Ronacher", |
||
| 2433 | "email": "[email protected]", |
||
| 2434 | "role": "Project Founder" |
||
| 2435 | }, |
||
| 2436 | { |
||
| 2437 | "name": "Twig Team", |
||
| 2438 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
| 2439 | "role": "Contributors" |
||
| 2440 | } |
||
| 2441 | ], |
||
| 2442 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 2443 | "homepage": "http://twig.sensiolabs.org", |
||
| 2444 | "keywords": [ |
||
| 2445 | "templating" |
||
| 2446 | ], |
||
| 2447 | "time": "2015-04-19 08:30:27" |
||
| 2448 | }, |
||
| 2449 | { |
||
| 2450 | "name": "yubico/u2flib-server", |
||
| 2451 | "version": "0.1.0", |
||
| 2452 | "source": { |
||
| 2453 | "type": "git", |
||
| 2454 | "url": "https://github.com/Yubico/php-u2flib-server.git", |
||
| 2455 | "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1" |
||
| 2456 | }, |
||
| 2457 | "dist": { |
||
| 2458 | "type": "zip", |
||
| 2459 | "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1", |
||
| 2460 | "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1", |
||
| 2461 | "shasum": "" |
||
| 2462 | }, |
||
| 2463 | "require": { |
||
| 2464 | "ext-openssl": "*" |
||
| 2465 | }, |
||
| 2466 | "type": "library", |
||
| 2467 | "autoload": { |
||
| 2468 | "classmap": [ |
||
| 2469 | "src/" |
||
| 2470 | ] |
||
| 2471 | }, |
||
| 2472 | "notification-url": "https://packagist.org/downloads/", |
||
| 2473 | "license": [ |
||
| 2474 | "BSD-2-Clause" |
||
| 2475 | ], |
||
| 2476 | "description": "Library for U2F implementation", |
||
| 2477 | "homepage": "https://developers.yubico.com/php-u2flib-server", |
||
| 2478 | "time": "2015-03-03 08:05:16" |
||
| 2479 | } |
||
| 2480 | ], |
||
| 2481 | "packages-dev": [ |
||
| 2482 | { |
||
| 2483 | "name": "behat/behat", |
||
| 2484 | "version": "v2.5.3", |
||
| 2485 | "source": { |
||
| 2486 | "type": "git", |
||
| 2487 | "url": "https://github.com/Behat/Behat.git", |
||
| 2488 | "reference": "c3a105a3c0457df919879c72b63b910e63739e51" |
||
| 2489 | }, |
||
| 2490 | "dist": { |
||
| 2491 | "type": "zip", |
||
| 2492 | "url": "https://api.github.com/repos/Behat/Behat/zipball/c3a105a3c0457df919879c72b63b910e63739e51", |
||
| 2493 | "reference": "c3a105a3c0457df919879c72b63b910e63739e51", |
||
| 2494 | "shasum": "" |
||
| 2495 | }, |
||
| 2496 | "require": { |
||
| 2497 | "behat/gherkin": "~2.3.0", |
||
| 2498 | "php": ">=5.3.1", |
||
| 2499 | "symfony/config": "~2.0", |
||
| 2500 | "symfony/console": "~2.0", |
||
| 2501 | "symfony/dependency-injection": "~2.0", |
||
| 2502 | "symfony/event-dispatcher": "~2.0", |
||
| 2503 | "symfony/finder": "~2.0", |
||
| 2504 | "symfony/translation": "~2.0", |
||
| 2505 | "symfony/yaml": "~2.0" |
||
| 2506 | }, |
||
| 2507 | "require-dev": { |
||
| 2508 | "phpunit/phpunit": "~3.7.19" |
||
| 2509 | }, |
||
| 2510 | "suggest": { |
||
| 2511 | "behat/mink-extension": "for integration with Mink testing framework", |
||
| 2512 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
||
| 2513 | "behat/yii-extension": "for integration with Yii web framework" |
||
| 2514 | }, |
||
| 2515 | "bin": [ |
||
| 2516 | "bin/behat" |
||
| 2517 | ], |
||
| 2518 | "type": "library", |
||
| 2519 | "autoload": { |
||
| 2520 | "psr-0": { |
||
| 2521 | "Behat\\Behat": "src/" |
||
| 2522 | } |
||
| 2523 | }, |
||
| 2524 | "notification-url": "https://packagist.org/downloads/", |
||
| 2525 | "license": [ |
||
| 2526 | "MIT" |
||
| 2527 | ], |
||
| 2528 | "authors": [ |
||
| 2529 | { |
||
| 2530 | "name": "Konstantin Kudryashov", |
||
| 2531 | "email": "[email protected]", |
||
| 2532 | "homepage": "http://everzet.com" |
||
| 2533 | } |
||
| 2534 | ], |
||
| 2535 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
||
| 2536 | "homepage": "http://behat.org/", |
||
| 2537 | "keywords": [ |
||
| 2538 | "BDD", |
||
| 2539 | "Behat", |
||
| 2540 | "Symfony2" |
||
| 2541 | ], |
||
| 2542 | "time": "2014-04-26 16:55:16" |
||
| 2543 | }, |
||
| 2544 | { |
||
| 2545 | "name": "behat/gherkin", |
||
| 2546 | "version": "v2.3.5", |
||
| 2547 | "source": { |
||
| 2548 | "type": "git", |
||
| 2549 | "url": "https://github.com/Behat/Gherkin.git", |
||
| 2550 | "reference": "2b33963da5525400573560c173ab5c9c057e1852" |
||
| 2551 | }, |
||
| 2552 | "dist": { |
||
| 2553 | "type": "zip", |
||
| 2554 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852", |
||
| 2555 | "reference": "2b33963da5525400573560c173ab5c9c057e1852", |
||
| 2556 | "shasum": "" |
||
| 2557 | }, |
||
| 2558 | "require": { |
||
| 2559 | "php": ">=5.3.1", |
||
| 2560 | "symfony/finder": "~2.0" |
||
| 2561 | }, |
||
| 2562 | "require-dev": { |
||
| 2563 | "symfony/config": "~2.0", |
||
| 2564 | "symfony/translation": "~2.0", |
||
| 2565 | "symfony/yaml": "~2.0" |
||
| 2566 | }, |
||
| 2567 | "suggest": { |
||
| 2568 | "symfony/config": "If you want to use Config component to manage resources", |
||
| 2569 | "symfony/translation": "If you want to use Symfony2 translations adapter", |
||
| 2570 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
| 2571 | }, |
||
| 2572 | "type": "library", |
||
| 2573 | "extra": { |
||
| 2574 | "branch-alias": { |
||
| 2575 | "dev-develop": "2.2-dev" |
||
| 2576 | } |
||
| 2577 | }, |
||
| 2578 | "autoload": { |
||
| 2579 | "psr-0": { |
||
| 2580 | "Behat\\Gherkin": "src/" |
||
| 2581 | } |
||
| 2582 | }, |
||
| 2583 | "notification-url": "https://packagist.org/downloads/", |
||
| 2584 | "license": [ |
||
| 2585 | "MIT" |
||
| 2586 | ], |
||
| 2587 | "authors": [ |
||
| 2588 | { |
||
| 2589 | "name": "Konstantin Kudryashov", |
||
| 2590 | "email": "[email protected]", |
||
| 2591 | "homepage": "http://everzet.com" |
||
| 2592 | } |
||
| 2593 | ], |
||
| 2594 | "description": "Gherkin DSL parser for PHP 5.3", |
||
| 2595 | "homepage": "http://behat.org/", |
||
| 2596 | "keywords": [ |
||
| 2597 | "BDD", |
||
| 2598 | "Behat", |
||
| 2599 | "DSL", |
||
| 2600 | "Symfony2", |
||
| 2601 | "parser" |
||
| 2602 | ], |
||
| 2603 | "time": "2013-10-15 11:22:17" |
||
| 2604 | }, |
||
| 2605 | { |
||
| 2606 | "name": "behat/mink", |
||
| 2607 | "version": "v1.6.0", |
||
| 2608 | "source": { |
||
| 2609 | "type": "git", |
||
| 2610 | "url": "https://github.com/minkphp/Mink.git", |
||
| 2611 | "reference": "090900a0049c441f1e072bbd837db4079b2250c5" |
||
| 2612 | }, |
||
| 2613 | "dist": { |
||
| 2614 | "type": "zip", |
||
| 2615 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/090900a0049c441f1e072bbd837db4079b2250c5", |
||
| 2616 | "reference": "090900a0049c441f1e072bbd837db4079b2250c5", |
||
| 2617 | "shasum": "" |
||
| 2618 | }, |
||
| 2619 | "require": { |
||
| 2620 | "php": ">=5.3.1", |
||
| 2621 | "symfony/css-selector": "~2.0" |
||
| 2622 | }, |
||
| 2623 | "suggest": { |
||
| 2624 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", |
||
| 2625 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", |
||
| 2626 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", |
||
| 2627 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" |
||
| 2628 | }, |
||
| 2629 | "type": "library", |
||
| 2630 | "extra": { |
||
| 2631 | "branch-alias": { |
||
| 2632 | "dev-master": "1.6.x-dev" |
||
| 2633 | } |
||
| 2634 | }, |
||
| 2635 | "autoload": { |
||
| 2636 | "psr-0": { |
||
| 2637 | "Behat\\Mink": "src/" |
||
| 2638 | } |
||
| 2639 | }, |
||
| 2640 | "notification-url": "https://packagist.org/downloads/", |
||
| 2641 | "license": [ |
||
| 2642 | "MIT" |
||
| 2643 | ], |
||
| 2644 | "authors": [ |
||
| 2645 | { |
||
| 2646 | "name": "Konstantin Kudryashov", |
||
| 2647 | "email": "[email protected]", |
||
| 2648 | "homepage": "http://everzet.com" |
||
| 2649 | } |
||
| 2650 | ], |
||
| 2651 | "description": "Web acceptance testing framework for PHP 5.3", |
||
| 2652 | "homepage": "http://mink.behat.org/", |
||
| 2653 | "keywords": [ |
||
| 2654 | "browser", |
||
| 2655 | "testing", |
||
| 2656 | "web" |
||
| 2657 | ], |
||
| 2658 | "time": "2014-09-26 09:25:05" |
||
| 2659 | }, |
||
| 2660 | { |
||
| 2661 | "name": "behat/mink-browserkit-driver", |
||
| 2662 | "version": "v1.2.0", |
||
| 2663 | "source": { |
||
| 2664 | "type": "git", |
||
| 2665 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", |
||
| 2666 | "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd" |
||
| 2667 | }, |
||
| 2668 | "dist": { |
||
| 2669 | "type": "zip", |
||
| 2670 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/aed8f4a596b79014a75254c3e337511c33e38cbd", |
||
| 2671 | "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd", |
||
| 2672 | "shasum": "" |
||
| 2673 | }, |
||
| 2674 | "require": { |
||
| 2675 | "behat/mink": "~1.6@dev", |
||
| 2676 | "php": ">=5.3.1", |
||
| 2677 | "symfony/browser-kit": "~2.0", |
||
| 2678 | "symfony/dom-crawler": "~2.0" |
||
| 2679 | }, |
||
| 2680 | "require-dev": { |
||
| 2681 | "silex/silex": "~1.2" |
||
| 2682 | }, |
||
| 2683 | "type": "mink-driver", |
||
| 2684 | "extra": { |
||
| 2685 | "branch-alias": { |
||
| 2686 | "dev-master": "1.2.x-dev" |
||
| 2687 | } |
||
| 2688 | }, |
||
| 2689 | "autoload": { |
||
| 2690 | "psr-0": { |
||
| 2691 | "Behat\\Mink\\Driver": "src/" |
||
| 2692 | } |
||
| 2693 | }, |
||
| 2694 | "notification-url": "https://packagist.org/downloads/", |
||
| 2695 | "license": [ |
||
| 2696 | "MIT" |
||
| 2697 | ], |
||
| 2698 | "authors": [ |
||
| 2699 | { |
||
| 2700 | "name": "Konstantin Kudryashov", |
||
| 2701 | "email": "[email protected]", |
||
| 2702 | "homepage": "http://everzet.com" |
||
| 2703 | } |
||
| 2704 | ], |
||
| 2705 | "description": "Symfony2 BrowserKit driver for Mink framework", |
||
| 2706 | "homepage": "http://mink.behat.org/", |
||
| 2707 | "keywords": [ |
||
| 2708 | "Mink", |
||
| 2709 | "Symfony2", |
||
| 2710 | "browser", |
||
| 2711 | "testing" |
||
| 2712 | ], |
||
| 2713 | "time": "2014-09-26 11:35:19" |
||
| 2714 | }, |
||
| 2715 | { |
||
| 2716 | "name": "behat/mink-extension", |
||
| 2717 | "version": "v1.3.3", |
||
| 2718 | "source": { |
||
| 2719 | "type": "git", |
||
| 2720 | "url": "https://github.com/Behat/MinkExtension.git", |
||
| 2721 | "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8" |
||
| 2722 | }, |
||
| 2723 | "dist": { |
||
| 2724 | "type": "zip", |
||
| 2725 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8", |
||
| 2726 | "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8", |
||
| 2727 | "shasum": "" |
||
| 2728 | }, |
||
| 2729 | "require": { |
||
| 2730 | "behat/behat": "~2.5.0", |
||
| 2731 | "behat/mink": "~1.5", |
||
| 2732 | "php": ">=5.3.2", |
||
| 2733 | "symfony/config": "~2.2" |
||
| 2734 | }, |
||
| 2735 | "require-dev": { |
||
| 2736 | "behat/mink-goutte-driver": "~1.0", |
||
| 2737 | "fabpot/goutte": "~1.0" |
||
| 2738 | }, |
||
| 2739 | "type": "behat-extension", |
||
| 2740 | "autoload": { |
||
| 2741 | "psr-0": { |
||
| 2742 | "Behat\\MinkExtension": "src/" |
||
| 2743 | } |
||
| 2744 | }, |
||
| 2745 | "notification-url": "https://packagist.org/downloads/", |
||
| 2746 | "license": [ |
||
| 2747 | "MIT" |
||
| 2748 | ], |
||
| 2749 | "authors": [ |
||
| 2750 | { |
||
| 2751 | "name": "Konstantin Kudryashov", |
||
| 2752 | "email": "[email protected]", |
||
| 2753 | "homepage": "http://everzet.com" |
||
| 2754 | } |
||
| 2755 | ], |
||
| 2756 | "description": "Mink extension for Behat", |
||
| 2757 | "homepage": "http://mink.behat.org", |
||
| 2758 | "keywords": [ |
||
| 2759 | "browser", |
||
| 2760 | "gui", |
||
| 2761 | "test", |
||
| 2762 | "web" |
||
| 2763 | ], |
||
| 2764 | "time": "2014-05-15 19:27:39" |
||
| 2765 | }, |
||
| 2766 | { |
||
| 2767 | "name": "behat/mink-goutte-driver", |
||
| 2768 | "version": "v1.1.0", |
||
| 2769 | "source": { |
||
| 2770 | "type": "git", |
||
| 2771 | "url": "https://github.com/minkphp/MinkGoutteDriver.git", |
||
| 2772 | "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e" |
||
| 2773 | }, |
||
| 2774 | "dist": { |
||
| 2775 | "type": "zip", |
||
| 2776 | "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/2bf327b4166694ecaa8ae7f956cb6ae252ecf03e", |
||
| 2777 | "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e", |
||
| 2778 | "shasum": "" |
||
| 2779 | }, |
||
| 2780 | "require": { |
||
| 2781 | "behat/mink": "~1.6@dev", |
||
| 2782 | "behat/mink-browserkit-driver": "~1.2@dev", |
||
| 2783 | "fabpot/goutte": "~1.0.4|~2.0", |
||
| 2784 | "php": ">=5.3.1" |
||
| 2785 | }, |
||
| 2786 | "type": "mink-driver", |
||
| 2787 | "extra": { |
||
| 2788 | "branch-alias": { |
||
| 2789 | "dev-master": "1.1.x-dev" |
||
| 2790 | } |
||
| 2791 | }, |
||
| 2792 | "autoload": { |
||
| 2793 | "psr-0": { |
||
| 2794 | "Behat\\Mink\\Driver": "src/" |
||
| 2795 | } |
||
| 2796 | }, |
||
| 2797 | "notification-url": "https://packagist.org/downloads/", |
||
| 2798 | "license": [ |
||
| 2799 | "MIT" |
||
| 2800 | ], |
||
| 2801 | "authors": [ |
||
| 2802 | { |
||
| 2803 | "name": "Konstantin Kudryashov", |
||
| 2804 | "email": "[email protected]", |
||
| 2805 | "homepage": "http://everzet.com" |
||
| 2806 | } |
||
| 2807 | ], |
||
| 2808 | "description": "Goutte driver for Mink framework", |
||
| 2809 | "homepage": "http://mink.behat.org/", |
||
| 2810 | "keywords": [ |
||
| 2811 | "browser", |
||
| 2812 | "goutte", |
||
| 2813 | "headless", |
||
| 2814 | "testing" |
||
| 2815 | ], |
||
| 2816 | "time": "2014-10-09 09:21:12" |
||
| 2817 | }, |
||
| 2818 | { |
||
| 2819 | "name": "behat/mink-selenium2-driver", |
||
| 2820 | "version": "v1.2.0", |
||
| 2821 | "source": { |
||
| 2822 | "type": "git", |
||
| 2823 | "url": "https://github.com/minkphp/MinkSelenium2Driver.git", |
||
| 2824 | "reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210" |
||
| 2825 | }, |
||
| 2826 | "dist": { |
||
| 2827 | "type": "zip", |
||
| 2828 | "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/8018fee80bf6573f909ece3e0dfc07d0eb352210", |
||
| 2829 | "reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210", |
||
| 2830 | "shasum": "" |
||
| 2831 | }, |
||
| 2832 | "require": { |
||
| 2833 | "behat/mink": "~1.6@dev", |
||
| 2834 | "instaclick/php-webdriver": "~1.1", |
||
| 2835 | "php": ">=5.3.1" |
||
| 2836 | }, |
||
| 2837 | "type": "mink-driver", |
||
| 2838 | "extra": { |
||
| 2839 | "branch-alias": { |
||
| 2840 | "dev-master": "1.2.x-dev" |
||
| 2841 | } |
||
| 2842 | }, |
||
| 2843 | "autoload": { |
||
| 2844 | "psr-0": { |
||
| 2845 | "Behat\\Mink\\Driver": "src/" |
||
| 2846 | } |
||
| 2847 | }, |
||
| 2848 | "notification-url": "https://packagist.org/downloads/", |
||
| 2849 | "license": [ |
||
| 2850 | "MIT" |
||
| 2851 | ], |
||
| 2852 | "authors": [ |
||
| 2853 | { |
||
| 2854 | "name": "Konstantin Kudryashov", |
||
| 2855 | "email": "[email protected]", |
||
| 2856 | "homepage": "http://everzet.com" |
||
| 2857 | }, |
||
| 2858 | { |
||
| 2859 | "name": "Pete Otaqui", |
||
| 2860 | "email": "[email protected]", |
||
| 2861 | "homepage": "https://github.com/pete-otaqui" |
||
| 2862 | } |
||
| 2863 | ], |
||
| 2864 | "description": "Selenium2 (WebDriver) driver for Mink framework", |
||
| 2865 | "homepage": "http://mink.behat.org/", |
||
| 2866 | "keywords": [ |
||
| 2867 | "ajax", |
||
| 2868 | "browser", |
||
| 2869 | "javascript", |
||
| 2870 | "selenium", |
||
| 2871 | "testing", |
||
| 2872 | "webdriver" |
||
| 2873 | ], |
||
| 2874 | "time": "2014-09-29 13:12:12" |
||
| 2875 | }, |
||
| 2876 | { |
||
| 2877 | "name": "camspiers/json-pretty", |
||
| 2878 | "version": "1.0.0", |
||
| 2879 | "source": { |
||
| 2880 | "type": "git", |
||
| 2881 | "url": "https://github.com/camspiers/json-pretty.git", |
||
| 2882 | "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817" |
||
| 2883 | }, |
||
| 2884 | "dist": { |
||
| 2885 | "type": "zip", |
||
| 2886 | "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/2378ac3e8e798e9c55bd3c194238cde35af93817", |
||
| 2887 | "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817", |
||
| 2888 | "shasum": "" |
||
| 2889 | }, |
||
| 2890 | "require-dev": { |
||
| 2891 | "phpunit/phpunit": "3.7.*" |
||
| 2892 | }, |
||
| 2893 | "suggest": { |
||
| 2894 | "pimple/pimple": "Useful for dependency injection" |
||
| 2895 | }, |
||
| 2896 | "type": "library", |
||
| 2897 | "autoload": { |
||
| 2898 | "psr-0": { |
||
| 2899 | "Camspiers": "src/" |
||
| 2900 | } |
||
| 2901 | }, |
||
| 2902 | "notification-url": "https://packagist.org/downloads/", |
||
| 2903 | "license": [ |
||
| 2904 | "MIT" |
||
| 2905 | ], |
||
| 2906 | "authors": [ |
||
| 2907 | { |
||
| 2908 | "name": "Cam Spiers", |
||
| 2909 | "email": "[email protected]", |
||
| 2910 | "homepage": "https://github.com/camspiers/", |
||
| 2911 | "role": "Developer" |
||
| 2912 | } |
||
| 2913 | ], |
||
| 2914 | "description": "Provides support for json pretty printing in php 5.3", |
||
| 2915 | "time": "2014-01-24 12:31:00" |
||
| 2916 | }, |
||
| 2917 | { |
||
| 2918 | "name": "doctrine/instantiator", |
||
| 2919 | "version": "1.0.4", |
||
| 2920 | "source": { |
||
| 2921 | "type": "git", |
||
| 2922 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 2923 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119" |
||
| 2924 | }, |
||
| 2925 | "dist": { |
||
| 2926 | "type": "zip", |
||
| 2927 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
| 2928 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
| 2929 | "shasum": "" |
||
| 2930 | }, |
||
| 2931 | "require": { |
||
| 2932 | "php": ">=5.3,<8.0-DEV" |
||
| 2933 | }, |
||
| 2934 | "require-dev": { |
||
| 2935 | "athletic/athletic": "~0.1.8", |
||
| 2936 | "ext-pdo": "*", |
||
| 2937 | "ext-phar": "*", |
||
| 2938 | "phpunit/phpunit": "~4.0", |
||
| 2939 | "squizlabs/php_codesniffer": "2.0.*@ALPHA" |
||
| 2940 | }, |
||
| 2941 | "type": "library", |
||
| 2942 | "extra": { |
||
| 2943 | "branch-alias": { |
||
| 2944 | "dev-master": "1.0.x-dev" |
||
| 2945 | } |
||
| 2946 | }, |
||
| 2947 | "autoload": { |
||
| 2948 | "psr-0": { |
||
| 2949 | "Doctrine\\Instantiator\\": "src" |
||
| 2950 | } |
||
| 2951 | }, |
||
| 2952 | "notification-url": "https://packagist.org/downloads/", |
||
| 2953 | "license": [ |
||
| 2954 | "MIT" |
||
| 2955 | ], |
||
| 2956 | "authors": [ |
||
| 2957 | { |
||
| 2958 | "name": "Marco Pivetta", |
||
| 2959 | "email": "[email protected]", |
||
| 2960 | "homepage": "http://ocramius.github.com/" |
||
| 2961 | } |
||
| 2962 | ], |
||
| 2963 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 2964 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 2965 | "keywords": [ |
||
| 2966 | "constructor", |
||
| 2967 | "instantiate" |
||
| 2968 | ], |
||
| 2969 | "time": "2014-10-13 12:58:55" |
||
| 2970 | }, |
||
| 2971 | { |
||
| 2972 | "name": "fabpot/goutte", |
||
| 2973 | "version": "v2.0.2", |
||
| 2974 | "source": { |
||
| 2975 | "type": "git", |
||
| 2976 | "url": "https://github.com/FriendsOfPHP/Goutte.git", |
||
| 2977 | "reference": "b12c3f7ec68d8814b50444cfe142fd0a056557f9" |
||
| 2978 | }, |
||
| 2979 | "dist": { |
||
| 2980 | "type": "zip", |
||
| 2981 | "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/b12c3f7ec68d8814b50444cfe142fd0a056557f9", |
||
| 2982 | "reference": "b12c3f7ec68d8814b50444cfe142fd0a056557f9", |
||
| 2983 | "shasum": "" |
||
| 2984 | }, |
||
| 2985 | "require": { |
||
| 2986 | "guzzlehttp/guzzle": "4.*", |
||
| 2987 | "php": ">=5.4.0", |
||
| 2988 | "symfony/browser-kit": "~2.1", |
||
| 2989 | "symfony/css-selector": "~2.1", |
||
| 2990 | "symfony/dom-crawler": "~2.1" |
||
| 2991 | }, |
||
| 2992 | "type": "application", |
||
| 2993 | "extra": { |
||
| 2994 | "branch-alias": { |
||
| 2995 | "dev-master": "2.0-dev" |
||
| 2996 | } |
||
| 2997 | }, |
||
| 2998 | "autoload": { |
||
| 2999 | "psr-0": { |
||
| 3000 | "Goutte": "." |
||
| 3001 | } |
||
| 3002 | }, |
||
| 3003 | "notification-url": "https://packagist.org/downloads/", |
||
| 3004 | "license": [ |
||
| 3005 | "MIT" |
||
| 3006 | ], |
||
| 3007 | "authors": [ |
||
| 3008 | { |
||
| 3009 | "name": "Fabien Potencier", |
||
| 3010 | "email": "[email protected]" |
||
| 3011 | } |
||
| 3012 | ], |
||
| 3013 | "description": "A simple PHP Web Scraper", |
||
| 3014 | "homepage": "https://github.com/fabpot/Goutte", |
||
| 3015 | "keywords": [ |
||
| 3016 | "scraper" |
||
| 3017 | ], |
||
| 3018 | "time": "2014-07-22 13:24:11" |
||
| 3019 | }, |
||
| 3020 | { |
||
| 3021 | "name": "hamcrest/hamcrest-php", |
||
| 3022 | "version": "v1.2.2", |
||
| 3023 | "source": { |
||
| 3024 | "type": "git", |
||
| 3025 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
| 3026 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
| 3027 | }, |
||
| 3028 | "dist": { |
||
| 3029 | "type": "zip", |
||
| 3030 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
| 3031 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
| 3032 | "shasum": "" |
||
| 3033 | }, |
||
| 3034 | "require": { |
||
| 3035 | "php": ">=5.3.2" |
||
| 3036 | }, |
||
| 3037 | "replace": { |
||
| 3038 | "cordoval/hamcrest-php": "*", |
||
| 3039 | "davedevelopment/hamcrest-php": "*", |
||
| 3040 | "kodova/hamcrest-php": "*" |
||
| 3041 | }, |
||
| 3042 | "require-dev": { |
||
| 3043 | "phpunit/php-file-iterator": "1.3.3", |
||
| 3044 | "satooshi/php-coveralls": "dev-master" |
||
| 3045 | }, |
||
| 3046 | "type": "library", |
||
| 3047 | "autoload": { |
||
| 3048 | "classmap": [ |
||
| 3049 | "hamcrest" |
||
| 3050 | ], |
||
| 3051 | "files": [ |
||
| 3052 | "hamcrest/Hamcrest.php" |
||
| 3053 | ] |
||
| 3054 | }, |
||
| 3055 | "notification-url": "https://packagist.org/downloads/", |
||
| 3056 | "license": [ |
||
| 3057 | "BSD" |
||
| 3058 | ], |
||
| 3059 | "description": "This is the PHP port of Hamcrest Matchers", |
||
| 3060 | "keywords": [ |
||
| 3061 | "test" |
||
| 3062 | ], |
||
| 3063 | "time": "2015-05-11 14:41:42" |
||
| 3064 | }, |
||
| 3065 | { |
||
| 3066 | "name": "ibuildings/qa-tools", |
||
| 3067 | "version": "1.1.27", |
||
| 3068 | "source": { |
||
| 3069 | "type": "git", |
||
| 3070 | "url": "https://github.com/ibuildingsnl/qa-tools.git", |
||
| 3071 | "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd" |
||
| 3072 | }, |
||
| 3073 | "dist": { |
||
| 3074 | "type": "zip", |
||
| 3075 | "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd", |
||
| 3076 | "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd", |
||
| 3077 | "shasum": "" |
||
| 3078 | }, |
||
| 3079 | "require": { |
||
| 3080 | "behat/behat": "~2.5", |
||
| 3081 | "behat/mink": "*", |
||
| 3082 | "behat/mink-extension": "*", |
||
| 3083 | "behat/mink-goutte-driver": ">=1.0.9", |
||
| 3084 | "behat/mink-selenium2-driver": "*", |
||
| 3085 | "camspiers/json-pretty": "~1.0", |
||
| 3086 | "phpmd/phpmd": "~2", |
||
| 3087 | "phpunit/phpunit": "~4", |
||
| 3088 | "sebastian/phpcpd": "~2", |
||
| 3089 | "sensiolabs/security-checker": "~2.0", |
||
| 3090 | "squizlabs/php_codesniffer": "~1", |
||
| 3091 | "symfony/console": "~2.1", |
||
| 3092 | "symfony/filesystem": "~2.1", |
||
| 3093 | "twig/twig": "~1.12" |
||
| 3094 | }, |
||
| 3095 | "bin": [ |
||
| 3096 | "bin/qa-tools", |
||
| 3097 | "bin/jshint" |
||
| 3098 | ], |
||
| 3099 | "type": "library", |
||
| 3100 | "extra": { |
||
| 3101 | "branch-alias": { |
||
| 3102 | "dev-master": "1.1.x-dev" |
||
| 3103 | } |
||
| 3104 | }, |
||
| 3105 | "autoload": { |
||
| 3106 | "psr-0": { |
||
| 3107 | "Ibuildings": "src/" |
||
| 3108 | } |
||
| 3109 | }, |
||
| 3110 | "notification-url": "https://packagist.org/downloads/", |
||
| 3111 | "license": [ |
||
| 3112 | "MIT" |
||
| 3113 | ], |
||
| 3114 | "description": "Ibuildings standard QA Tools", |
||
| 3115 | "time": "2014-10-06 10:35:34" |
||
| 3116 | }, |
||
| 3117 | { |
||
| 3118 | "name": "instaclick/php-webdriver", |
||
| 3119 | "version": "1.4.1", |
||
| 3120 | "source": { |
||
| 3121 | "type": "git", |
||
| 3122 | "url": "https://github.com/instaclick/php-webdriver.git", |
||
| 3123 | "reference": "a57b2bcd9467e217134a2248b261b8b3a90ccea0" |
||
| 3124 | }, |
||
| 3125 | "dist": { |
||
| 3126 | "type": "zip", |
||
| 3127 | "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a57b2bcd9467e217134a2248b261b8b3a90ccea0", |
||
| 3128 | "reference": "a57b2bcd9467e217134a2248b261b8b3a90ccea0", |
||
| 3129 | "shasum": "" |
||
| 3130 | }, |
||
| 3131 | "require": { |
||
| 3132 | "ext-curl": "*", |
||
| 3133 | "php": ">=5.3.2" |
||
| 3134 | }, |
||
| 3135 | "require-dev": { |
||
| 3136 | "satooshi/php-coveralls": "dev-master" |
||
| 3137 | }, |
||
| 3138 | "type": "library", |
||
| 3139 | "extra": { |
||
| 3140 | "branch-alias": { |
||
| 3141 | "dev-master": "1.4.x-dev" |
||
| 3142 | } |
||
| 3143 | }, |
||
| 3144 | "autoload": { |
||
| 3145 | "psr-0": { |
||
| 3146 | "WebDriver": "lib/" |
||
| 3147 | } |
||
| 3148 | }, |
||
| 3149 | "notification-url": "https://packagist.org/downloads/", |
||
| 3150 | "license": [ |
||
| 3151 | "Apache-2.0" |
||
| 3152 | ], |
||
| 3153 | "authors": [ |
||
| 3154 | { |
||
| 3155 | "name": "Justin Bishop", |
||
| 3156 | "email": "[email protected]", |
||
| 3157 | "role": "Developer" |
||
| 3158 | }, |
||
| 3159 | { |
||
| 3160 | "name": "Anthon Pang", |
||
| 3161 | "email": "[email protected]", |
||
| 3162 | "role": "Fork Maintainer" |
||
| 3163 | } |
||
| 3164 | ], |
||
| 3165 | "description": "PHP WebDriver for Selenium 2", |
||
| 3166 | "homepage": "http://instaclick.com/", |
||
| 3167 | "keywords": [ |
||
| 3168 | "browser", |
||
| 3169 | "selenium", |
||
| 3170 | "webdriver", |
||
| 3171 | "webtest" |
||
| 3172 | ], |
||
| 3173 | "time": "2014-05-12 21:03:05" |
||
| 3174 | }, |
||
| 3175 | { |
||
| 3176 | "name": "liip/rmt", |
||
| 3177 | "version": "1.1.7", |
||
| 3178 | "source": { |
||
| 3179 | "type": "git", |
||
| 3180 | "url": "https://github.com/liip/RMT.git", |
||
| 3181 | "reference": "444e48c6e41ee191421855fca7c205ff77a6f8fc" |
||
| 3182 | }, |
||
| 3183 | "dist": { |
||
| 3184 | "type": "zip", |
||
| 3185 | "url": "https://api.github.com/repos/liip/RMT/zipball/444e48c6e41ee191421855fca7c205ff77a6f8fc", |
||
| 3186 | "reference": "444e48c6e41ee191421855fca7c205ff77a6f8fc", |
||
| 3187 | "shasum": "" |
||
| 3188 | }, |
||
| 3189 | "require": { |
||
| 3190 | "php": ">=5.3.3", |
||
| 3191 | "sensiolabs/security-checker": "~2.0", |
||
| 3192 | "symfony/console": "~2.0", |
||
| 3193 | "symfony/process": "~2.0", |
||
| 3194 | "symfony/yaml": "~2.0", |
||
| 3195 | "vierbergenlars/php-semver": "~3.0" |
||
| 3196 | }, |
||
| 3197 | "bin": [ |
||
| 3198 | "RMT" |
||
| 3199 | ], |
||
| 3200 | "type": "library", |
||
| 3201 | "autoload": { |
||
| 3202 | "psr-0": { |
||
| 3203 | "Liip": "src" |
||
| 3204 | } |
||
| 3205 | }, |
||
| 3206 | "notification-url": "https://packagist.org/downloads/", |
||
| 3207 | "license": [ |
||
| 3208 | "MIT" |
||
| 3209 | ], |
||
| 3210 | "authors": [ |
||
| 3211 | { |
||
| 3212 | "name": "Laurent Prodon", |
||
| 3213 | "email": "[email protected]", |
||
| 3214 | "role": "Developer" |
||
| 3215 | }, |
||
| 3216 | { |
||
| 3217 | "name": "David Jeanmonod", |
||
| 3218 | "email": "[email protected]", |
||
| 3219 | "role": "Developer" |
||
| 3220 | } |
||
| 3221 | ], |
||
| 3222 | "description": "Release Managment Tool: a handy tool to help releasing new version of your software", |
||
| 3223 | "homepage": "http://github.com/liip/RMT", |
||
| 3224 | "keywords": [ |
||
| 3225 | "post-release", |
||
| 3226 | "pre-release", |
||
| 3227 | "release", |
||
| 3228 | "semantic versioning", |
||
| 3229 | "vcs tag", |
||
| 3230 | "version" |
||
| 3231 | ], |
||
| 3232 | "time": "2014-10-28 10:33:21" |
||
| 3233 | }, |
||
| 3234 | { |
||
| 3235 | "name": "matthiasnoback/symfony-config-test", |
||
| 3236 | "version": "v1.2.3", |
||
| 3237 | "source": { |
||
| 3238 | "type": "git", |
||
| 3239 | "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git", |
||
| 3240 | "reference": "f8fa058a4643b17a21a7853587b94bc6d3e84334" |
||
| 3241 | }, |
||
| 3242 | "dist": { |
||
| 3243 | "type": "zip", |
||
| 3244 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/f8fa058a4643b17a21a7853587b94bc6d3e84334", |
||
| 3245 | "reference": "f8fa058a4643b17a21a7853587b94bc6d3e84334", |
||
| 3246 | "shasum": "" |
||
| 3247 | }, |
||
| 3248 | "require": { |
||
| 3249 | "php": ">=5.3", |
||
| 3250 | "symfony/config": "2.*" |
||
| 3251 | }, |
||
| 3252 | "type": "library", |
||
| 3253 | "autoload": { |
||
| 3254 | "psr-4": { |
||
| 3255 | "Matthias\\SymfonyConfigTest\\": "" |
||
| 3256 | } |
||
| 3257 | }, |
||
| 3258 | "notification-url": "https://packagist.org/downloads/", |
||
| 3259 | "license": [ |
||
| 3260 | "MIT" |
||
| 3261 | ], |
||
| 3262 | "authors": [ |
||
| 3263 | { |
||
| 3264 | "name": "Matthias Noback", |
||
| 3265 | "email": "[email protected]", |
||
| 3266 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
| 3267 | } |
||
| 3268 | ], |
||
| 3269 | "description": "Library for testing user classes related to the Symfony Config Component", |
||
| 3270 | "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest", |
||
| 3271 | "keywords": [ |
||
| 3272 | "config", |
||
| 3273 | "phpunit", |
||
| 3274 | "symfony" |
||
| 3275 | ], |
||
| 3276 | "time": "2015-09-24 06:32:51" |
||
| 3277 | }, |
||
| 3278 | { |
||
| 3279 | "name": "mockery/mockery", |
||
| 3280 | "version": "0.9.4", |
||
| 3281 | "source": { |
||
| 3282 | "type": "git", |
||
| 3283 | "url": "https://github.com/padraic/mockery.git", |
||
| 3284 | "reference": "70bba85e4aabc9449626651f48b9018ede04f86b" |
||
| 3285 | }, |
||
| 3286 | "dist": { |
||
| 3287 | "type": "zip", |
||
| 3288 | "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b", |
||
| 3289 | "reference": "70bba85e4aabc9449626651f48b9018ede04f86b", |
||
| 3290 | "shasum": "" |
||
| 3291 | }, |
||
| 3292 | "require": { |
||
| 3293 | "hamcrest/hamcrest-php": "~1.1", |
||
| 3294 | "lib-pcre": ">=7.0", |
||
| 3295 | "php": ">=5.3.2" |
||
| 3296 | }, |
||
| 3297 | "require-dev": { |
||
| 3298 | "phpunit/phpunit": "~4.0" |
||
| 3299 | }, |
||
| 3300 | "type": "library", |
||
| 3301 | "extra": { |
||
| 3302 | "branch-alias": { |
||
| 3303 | "dev-master": "0.9.x-dev" |
||
| 3304 | } |
||
| 3305 | }, |
||
| 3306 | "autoload": { |
||
| 3307 | "psr-0": { |
||
| 3308 | "Mockery": "library/" |
||
| 3309 | } |
||
| 3310 | }, |
||
| 3311 | "notification-url": "https://packagist.org/downloads/", |
||
| 3312 | "license": [ |
||
| 3313 | "BSD-3-Clause" |
||
| 3314 | ], |
||
| 3315 | "authors": [ |
||
| 3316 | { |
||
| 3317 | "name": "Pádraic Brady", |
||
| 3318 | "email": "[email protected]", |
||
| 3319 | "homepage": "http://blog.astrumfutura.com" |
||
| 3320 | }, |
||
| 3321 | { |
||
| 3322 | "name": "Dave Marshall", |
||
| 3323 | "email": "[email protected]", |
||
| 3324 | "homepage": "http://davedevelopment.co.uk" |
||
| 3325 | } |
||
| 3326 | ], |
||
| 3327 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
| 3328 | "homepage": "http://github.com/padraic/mockery", |
||
| 3329 | "keywords": [ |
||
| 3330 | "BDD", |
||
| 3331 | "TDD", |
||
| 3332 | "library", |
||
| 3333 | "mock", |
||
| 3334 | "mock objects", |
||
| 3335 | "mockery", |
||
| 3336 | "stub", |
||
| 3337 | "test", |
||
| 3338 | "test double", |
||
| 3339 | "testing" |
||
| 3340 | ], |
||
| 3341 | "time": "2015-04-02 19:54:00" |
||
| 3342 | }, |
||
| 3343 | { |
||
| 3344 | "name": "pdepend/pdepend", |
||
| 3345 | "version": "2.0.3", |
||
| 3346 | "source": { |
||
| 3347 | "type": "git", |
||
| 3348 | "url": "https://github.com/pdepend/pdepend.git", |
||
| 3349 | "reference": "dc582a3c0180664a8fbfc5a34efaf4cc13fccc60" |
||
| 3350 | }, |
||
| 3351 | "dist": { |
||
| 3352 | "type": "zip", |
||
| 3353 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/dc582a3c0180664a8fbfc5a34efaf4cc13fccc60", |
||
| 3354 | "reference": "dc582a3c0180664a8fbfc5a34efaf4cc13fccc60", |
||
| 3355 | "shasum": "" |
||
| 3356 | }, |
||
| 3357 | "require": { |
||
| 3358 | "symfony/config": "@stable", |
||
| 3359 | "symfony/dependency-injection": "@stable", |
||
| 3360 | "symfony/filesystem": "@stable" |
||
| 3361 | }, |
||
| 3362 | "require-dev": { |
||
| 3363 | "phpunit/phpunit": "3.*@stable", |
||
| 3364 | "squizlabs/php_codesniffer": "@stable" |
||
| 3365 | }, |
||
| 3366 | "bin": [ |
||
| 3367 | "src/bin/pdepend" |
||
| 3368 | ], |
||
| 3369 | "type": "library", |
||
| 3370 | "autoload": { |
||
| 3371 | "psr-0": { |
||
| 3372 | "PDepend\\": "src/main/php/" |
||
| 3373 | } |
||
| 3374 | }, |
||
| 3375 | "notification-url": "https://packagist.org/downloads/", |
||
| 3376 | "license": [ |
||
| 3377 | "BSD-3-Clause" |
||
| 3378 | ], |
||
| 3379 | "description": "Official version of pdepend to be handled with Composer", |
||
| 3380 | "time": "2014-10-08 06:54:50" |
||
| 3381 | }, |
||
| 3382 | { |
||
| 3383 | "name": "phpmd/phpmd", |
||
| 3384 | "version": "2.1.1", |
||
| 3385 | "source": { |
||
| 3386 | "type": "git", |
||
| 3387 | "url": "https://github.com/phpmd/phpmd.git", |
||
| 3388 | "reference": "0a1a12f6867d0e676718fd1ac287e0c34b956fb2" |
||
| 3389 | }, |
||
| 3390 | "dist": { |
||
| 3391 | "type": "zip", |
||
| 3392 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/0a1a12f6867d0e676718fd1ac287e0c34b956fb2", |
||
| 3393 | "reference": "0a1a12f6867d0e676718fd1ac287e0c34b956fb2", |
||
| 3394 | "shasum": "" |
||
| 3395 | }, |
||
| 3396 | "require": { |
||
| 3397 | "pdepend/pdepend": "2.0.*", |
||
| 3398 | "php": ">=5.3.0", |
||
| 3399 | "symfony/config": "@stable", |
||
| 3400 | "symfony/dependency-injection": "@stable", |
||
| 3401 | "symfony/filesystem": "@stable" |
||
| 3402 | }, |
||
| 3403 | "bin": [ |
||
| 3404 | "src/bin/phpmd" |
||
| 3405 | ], |
||
| 3406 | "type": "library", |
||
| 3407 | "autoload": { |
||
| 3408 | "psr-0": { |
||
| 3409 | "PHPMD\\": "src/main/php", |
||
| 3410 | "PDepend\\": "vendor/pdepend/pdepend/src/main/php/" |
||
| 3411 | } |
||
| 3412 | }, |
||
| 3413 | "notification-url": "https://packagist.org/downloads/", |
||
| 3414 | "include-path": [ |
||
| 3415 | "../../pdepend/pdepend/src/main/php", |
||
| 3416 | "src/main/php" |
||
| 3417 | ], |
||
| 3418 | "license": [ |
||
| 3419 | "BSD-3-Clause" |
||
| 3420 | ], |
||
| 3421 | "description": "Official version of PHPMD handled with Composer.", |
||
| 3422 | "time": "2014-09-09 18:47:29" |
||
| 3423 | }, |
||
| 3424 | { |
||
| 3425 | "name": "phpunit/php-code-coverage", |
||
| 3426 | "version": "2.0.11", |
||
| 3427 | "source": { |
||
| 3428 | "type": "git", |
||
| 3429 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 3430 | "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7" |
||
| 3431 | }, |
||
| 3432 | "dist": { |
||
| 3433 | "type": "zip", |
||
| 3434 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7", |
||
| 3435 | "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7", |
||
| 3436 | "shasum": "" |
||
| 3437 | }, |
||
| 3438 | "require": { |
||
| 3439 | "php": ">=5.3.3", |
||
| 3440 | "phpunit/php-file-iterator": "~1.3", |
||
| 3441 | "phpunit/php-text-template": "~1.2", |
||
| 3442 | "phpunit/php-token-stream": "~1.3", |
||
| 3443 | "sebastian/environment": "~1.0", |
||
| 3444 | "sebastian/version": "~1.0" |
||
| 3445 | }, |
||
| 3446 | "require-dev": { |
||
| 3447 | "ext-xdebug": ">=2.1.4", |
||
| 3448 | "phpunit/phpunit": "~4.1" |
||
| 3449 | }, |
||
| 3450 | "suggest": { |
||
| 3451 | "ext-dom": "*", |
||
| 3452 | "ext-xdebug": ">=2.2.1", |
||
| 3453 | "ext-xmlwriter": "*" |
||
| 3454 | }, |
||
| 3455 | "type": "library", |
||
| 3456 | "extra": { |
||
| 3457 | "branch-alias": { |
||
| 3458 | "dev-master": "2.0.x-dev" |
||
| 3459 | } |
||
| 3460 | }, |
||
| 3461 | "autoload": { |
||
| 3462 | "classmap": [ |
||
| 3463 | "src/" |
||
| 3464 | ] |
||
| 3465 | }, |
||
| 3466 | "notification-url": "https://packagist.org/downloads/", |
||
| 3467 | "include-path": [ |
||
| 3468 | "" |
||
| 3469 | ], |
||
| 3470 | "license": [ |
||
| 3471 | "BSD-3-Clause" |
||
| 3472 | ], |
||
| 3473 | "authors": [ |
||
| 3474 | { |
||
| 3475 | "name": "Sebastian Bergmann", |
||
| 3476 | "email": "[email protected]", |
||
| 3477 | "role": "lead" |
||
| 3478 | } |
||
| 3479 | ], |
||
| 3480 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 3481 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 3482 | "keywords": [ |
||
| 3483 | "coverage", |
||
| 3484 | "testing", |
||
| 3485 | "xunit" |
||
| 3486 | ], |
||
| 3487 | "time": "2014-08-31 06:33:04" |
||
| 3488 | }, |
||
| 3489 | { |
||
| 3490 | "name": "phpunit/php-file-iterator", |
||
| 3491 | "version": "1.3.4", |
||
| 3492 | "source": { |
||
| 3493 | "type": "git", |
||
| 3494 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 3495 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
||
| 3496 | }, |
||
| 3497 | "dist": { |
||
| 3498 | "type": "zip", |
||
| 3499 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 3500 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 3501 | "shasum": "" |
||
| 3502 | }, |
||
| 3503 | "require": { |
||
| 3504 | "php": ">=5.3.3" |
||
| 3505 | }, |
||
| 3506 | "type": "library", |
||
| 3507 | "autoload": { |
||
| 3508 | "classmap": [ |
||
| 3509 | "File/" |
||
| 3510 | ] |
||
| 3511 | }, |
||
| 3512 | "notification-url": "https://packagist.org/downloads/", |
||
| 3513 | "include-path": [ |
||
| 3514 | "" |
||
| 3515 | ], |
||
| 3516 | "license": [ |
||
| 3517 | "BSD-3-Clause" |
||
| 3518 | ], |
||
| 3519 | "authors": [ |
||
| 3520 | { |
||
| 3521 | "name": "Sebastian Bergmann", |
||
| 3522 | "email": "[email protected]", |
||
| 3523 | "role": "lead" |
||
| 3524 | } |
||
| 3525 | ], |
||
| 3526 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 3527 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 3528 | "keywords": [ |
||
| 3529 | "filesystem", |
||
| 3530 | "iterator" |
||
| 3531 | ], |
||
| 3532 | "time": "2013-10-10 15:34:57" |
||
| 3533 | }, |
||
| 3534 | { |
||
| 3535 | "name": "phpunit/php-text-template", |
||
| 3536 | "version": "1.2.0", |
||
| 3537 | "source": { |
||
| 3538 | "type": "git", |
||
| 3539 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 3540 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
| 3541 | }, |
||
| 3542 | "dist": { |
||
| 3543 | "type": "zip", |
||
| 3544 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
| 3545 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
| 3546 | "shasum": "" |
||
| 3547 | }, |
||
| 3548 | "require": { |
||
| 3549 | "php": ">=5.3.3" |
||
| 3550 | }, |
||
| 3551 | "type": "library", |
||
| 3552 | "autoload": { |
||
| 3553 | "classmap": [ |
||
| 3554 | "Text/" |
||
| 3555 | ] |
||
| 3556 | }, |
||
| 3557 | "notification-url": "https://packagist.org/downloads/", |
||
| 3558 | "include-path": [ |
||
| 3559 | "" |
||
| 3560 | ], |
||
| 3561 | "license": [ |
||
| 3562 | "BSD-3-Clause" |
||
| 3563 | ], |
||
| 3564 | "authors": [ |
||
| 3565 | { |
||
| 3566 | "name": "Sebastian Bergmann", |
||
| 3567 | "email": "[email protected]", |
||
| 3568 | "role": "lead" |
||
| 3569 | } |
||
| 3570 | ], |
||
| 3571 | "description": "Simple template engine.", |
||
| 3572 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 3573 | "keywords": [ |
||
| 3574 | "template" |
||
| 3575 | ], |
||
| 3576 | "time": "2014-01-30 17:20:04" |
||
| 3577 | }, |
||
| 3578 | { |
||
| 3579 | "name": "phpunit/php-timer", |
||
| 3580 | "version": "1.0.5", |
||
| 3581 | "source": { |
||
| 3582 | "type": "git", |
||
| 3583 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 3584 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" |
||
| 3585 | }, |
||
| 3586 | "dist": { |
||
| 3587 | "type": "zip", |
||
| 3588 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
| 3589 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
| 3590 | "shasum": "" |
||
| 3591 | }, |
||
| 3592 | "require": { |
||
| 3593 | "php": ">=5.3.3" |
||
| 3594 | }, |
||
| 3595 | "type": "library", |
||
| 3596 | "autoload": { |
||
| 3597 | "classmap": [ |
||
| 3598 | "PHP/" |
||
| 3599 | ] |
||
| 3600 | }, |
||
| 3601 | "notification-url": "https://packagist.org/downloads/", |
||
| 3602 | "include-path": [ |
||
| 3603 | "" |
||
| 3604 | ], |
||
| 3605 | "license": [ |
||
| 3606 | "BSD-3-Clause" |
||
| 3607 | ], |
||
| 3608 | "authors": [ |
||
| 3609 | { |
||
| 3610 | "name": "Sebastian Bergmann", |
||
| 3611 | "email": "[email protected]", |
||
| 3612 | "role": "lead" |
||
| 3613 | } |
||
| 3614 | ], |
||
| 3615 | "description": "Utility class for timing", |
||
| 3616 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 3617 | "keywords": [ |
||
| 3618 | "timer" |
||
| 3619 | ], |
||
| 3620 | "time": "2013-08-02 07:42:54" |
||
| 3621 | }, |
||
| 3622 | { |
||
| 3623 | "name": "phpunit/php-token-stream", |
||
| 3624 | "version": "1.3.0", |
||
| 3625 | "source": { |
||
| 3626 | "type": "git", |
||
| 3627 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 3628 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" |
||
| 3629 | }, |
||
| 3630 | "dist": { |
||
| 3631 | "type": "zip", |
||
| 3632 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", |
||
| 3633 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", |
||
| 3634 | "shasum": "" |
||
| 3635 | }, |
||
| 3636 | "require": { |
||
| 3637 | "ext-tokenizer": "*", |
||
| 3638 | "php": ">=5.3.3" |
||
| 3639 | }, |
||
| 3640 | "require-dev": { |
||
| 3641 | "phpunit/phpunit": "~4.2" |
||
| 3642 | }, |
||
| 3643 | "type": "library", |
||
| 3644 | "extra": { |
||
| 3645 | "branch-alias": { |
||
| 3646 | "dev-master": "1.3-dev" |
||
| 3647 | } |
||
| 3648 | }, |
||
| 3649 | "autoload": { |
||
| 3650 | "classmap": [ |
||
| 3651 | "src/" |
||
| 3652 | ] |
||
| 3653 | }, |
||
| 3654 | "notification-url": "https://packagist.org/downloads/", |
||
| 3655 | "license": [ |
||
| 3656 | "BSD-3-Clause" |
||
| 3657 | ], |
||
| 3658 | "authors": [ |
||
| 3659 | { |
||
| 3660 | "name": "Sebastian Bergmann", |
||
| 3661 | "email": "[email protected]" |
||
| 3662 | } |
||
| 3663 | ], |
||
| 3664 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 3665 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 3666 | "keywords": [ |
||
| 3667 | "tokenizer" |
||
| 3668 | ], |
||
| 3669 | "time": "2014-08-31 06:12:13" |
||
| 3670 | }, |
||
| 3671 | { |
||
| 3672 | "name": "phpunit/phpunit", |
||
| 3673 | "version": "4.3.5", |
||
| 3674 | "source": { |
||
| 3675 | "type": "git", |
||
| 3676 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 3677 | "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1" |
||
| 3678 | }, |
||
| 3679 | "dist": { |
||
| 3680 | "type": "zip", |
||
| 3681 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2dab9d593997db4abcf58d0daf798eb4e9cecfe1", |
||
| 3682 | "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1", |
||
| 3683 | "shasum": "" |
||
| 3684 | }, |
||
| 3685 | "require": { |
||
| 3686 | "ext-dom": "*", |
||
| 3687 | "ext-json": "*", |
||
| 3688 | "ext-pcre": "*", |
||
| 3689 | "ext-reflection": "*", |
||
| 3690 | "ext-spl": "*", |
||
| 3691 | "php": ">=5.3.3", |
||
| 3692 | "phpunit/php-code-coverage": "~2.0", |
||
| 3693 | "phpunit/php-file-iterator": "~1.3.2", |
||
| 3694 | "phpunit/php-text-template": "~1.2", |
||
| 3695 | "phpunit/php-timer": "~1.0.2", |
||
| 3696 | "phpunit/phpunit-mock-objects": "~2.3", |
||
| 3697 | "sebastian/comparator": "~1.0", |
||
| 3698 | "sebastian/diff": "~1.1", |
||
| 3699 | "sebastian/environment": "~1.0", |
||
| 3700 | "sebastian/exporter": "~1.0", |
||
| 3701 | "sebastian/version": "~1.0", |
||
| 3702 | "symfony/yaml": "~2.0" |
||
| 3703 | }, |
||
| 3704 | "suggest": { |
||
| 3705 | "phpunit/php-invoker": "~1.1" |
||
| 3706 | }, |
||
| 3707 | "bin": [ |
||
| 3708 | "phpunit" |
||
| 3709 | ], |
||
| 3710 | "type": "library", |
||
| 3711 | "extra": { |
||
| 3712 | "branch-alias": { |
||
| 3713 | "dev-master": "4.3.x-dev" |
||
| 3714 | } |
||
| 3715 | }, |
||
| 3716 | "autoload": { |
||
| 3717 | "classmap": [ |
||
| 3718 | "src/" |
||
| 3719 | ] |
||
| 3720 | }, |
||
| 3721 | "notification-url": "https://packagist.org/downloads/", |
||
| 3722 | "include-path": [ |
||
| 3723 | "", |
||
| 3724 | "../../symfony/yaml/" |
||
| 3725 | ], |
||
| 3726 | "license": [ |
||
| 3727 | "BSD-3-Clause" |
||
| 3728 | ], |
||
| 3729 | "authors": [ |
||
| 3730 | { |
||
| 3731 | "name": "Sebastian Bergmann", |
||
| 3732 | "email": "[email protected]", |
||
| 3733 | "role": "lead" |
||
| 3734 | } |
||
| 3735 | ], |
||
| 3736 | "description": "The PHP Unit Testing framework.", |
||
| 3737 | "homepage": "http://www.phpunit.de/", |
||
| 3738 | "keywords": [ |
||
| 3739 | "phpunit", |
||
| 3740 | "testing", |
||
| 3741 | "xunit" |
||
| 3742 | ], |
||
| 3743 | "time": "2014-11-11 10:11:09" |
||
| 3744 | }, |
||
| 3745 | { |
||
| 3746 | "name": "phpunit/phpunit-mock-objects", |
||
| 3747 | "version": "2.3.0", |
||
| 3748 | "source": { |
||
| 3749 | "type": "git", |
||
| 3750 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 3751 | "reference": "c63d2367247365f688544f0d500af90a11a44c65" |
||
| 3752 | }, |
||
| 3753 | "dist": { |
||
| 3754 | "type": "zip", |
||
| 3755 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65", |
||
| 3756 | "reference": "c63d2367247365f688544f0d500af90a11a44c65", |
||
| 3757 | "shasum": "" |
||
| 3758 | }, |
||
| 3759 | "require": { |
||
| 3760 | "doctrine/instantiator": "~1.0,>=1.0.1", |
||
| 3761 | "php": ">=5.3.3", |
||
| 3762 | "phpunit/php-text-template": "~1.2" |
||
| 3763 | }, |
||
| 3764 | "require-dev": { |
||
| 3765 | "phpunit/phpunit": "~4.3" |
||
| 3766 | }, |
||
| 3767 | "suggest": { |
||
| 3768 | "ext-soap": "*" |
||
| 3769 | }, |
||
| 3770 | "type": "library", |
||
| 3771 | "extra": { |
||
| 3772 | "branch-alias": { |
||
| 3773 | "dev-master": "2.3.x-dev" |
||
| 3774 | } |
||
| 3775 | }, |
||
| 3776 | "autoload": { |
||
| 3777 | "classmap": [ |
||
| 3778 | "src/" |
||
| 3779 | ] |
||
| 3780 | }, |
||
| 3781 | "notification-url": "https://packagist.org/downloads/", |
||
| 3782 | "license": [ |
||
| 3783 | "BSD-3-Clause" |
||
| 3784 | ], |
||
| 3785 | "authors": [ |
||
| 3786 | { |
||
| 3787 | "name": "Sebastian Bergmann", |
||
| 3788 | "email": "[email protected]", |
||
| 3789 | "role": "lead" |
||
| 3790 | } |
||
| 3791 | ], |
||
| 3792 | "description": "Mock Object library for PHPUnit", |
||
| 3793 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 3794 | "keywords": [ |
||
| 3795 | "mock", |
||
| 3796 | "xunit" |
||
| 3797 | ], |
||
| 3798 | "time": "2014-10-03 05:12:11" |
||
| 3799 | }, |
||
| 3800 | { |
||
| 3801 | "name": "sebastian/comparator", |
||
| 3802 | "version": "1.0.1", |
||
| 3803 | "source": { |
||
| 3804 | "type": "git", |
||
| 3805 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 3806 | "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef" |
||
| 3807 | }, |
||
| 3808 | "dist": { |
||
| 3809 | "type": "zip", |
||
| 3810 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e54a01c0da1b87db3c5a3c4c5277ddf331da4aef", |
||
| 3811 | "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef", |
||
| 3812 | "shasum": "" |
||
| 3813 | }, |
||
| 3814 | "require": { |
||
| 3815 | "php": ">=5.3.3", |
||
| 3816 | "sebastian/diff": "~1.1", |
||
| 3817 | "sebastian/exporter": "~1.0" |
||
| 3818 | }, |
||
| 3819 | "require-dev": { |
||
| 3820 | "phpunit/phpunit": "~4.1" |
||
| 3821 | }, |
||
| 3822 | "type": "library", |
||
| 3823 | "extra": { |
||
| 3824 | "branch-alias": { |
||
| 3825 | "dev-master": "1.0.x-dev" |
||
| 3826 | } |
||
| 3827 | }, |
||
| 3828 | "autoload": { |
||
| 3829 | "classmap": [ |
||
| 3830 | "src/" |
||
| 3831 | ] |
||
| 3832 | }, |
||
| 3833 | "notification-url": "https://packagist.org/downloads/", |
||
| 3834 | "license": [ |
||
| 3835 | "BSD-3-Clause" |
||
| 3836 | ], |
||
| 3837 | "authors": [ |
||
| 3838 | { |
||
| 3839 | "name": "Jeff Welch", |
||
| 3840 | "email": "[email protected]" |
||
| 3841 | }, |
||
| 3842 | { |
||
| 3843 | "name": "Volker Dusch", |
||
| 3844 | "email": "[email protected]" |
||
| 3845 | }, |
||
| 3846 | { |
||
| 3847 | "name": "Bernhard Schussek", |
||
| 3848 | "email": "[email protected]" |
||
| 3849 | }, |
||
| 3850 | { |
||
| 3851 | "name": "Sebastian Bergmann", |
||
| 3852 | "email": "[email protected]" |
||
| 3853 | } |
||
| 3854 | ], |
||
| 3855 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 3856 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 3857 | "keywords": [ |
||
| 3858 | "comparator", |
||
| 3859 | "compare", |
||
| 3860 | "equality" |
||
| 3861 | ], |
||
| 3862 | "time": "2014-05-11 23:00:21" |
||
| 3863 | }, |
||
| 3864 | { |
||
| 3865 | "name": "sebastian/diff", |
||
| 3866 | "version": "1.2.0", |
||
| 3867 | "source": { |
||
| 3868 | "type": "git", |
||
| 3869 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 3870 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7" |
||
| 3871 | }, |
||
| 3872 | "dist": { |
||
| 3873 | "type": "zip", |
||
| 3874 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7", |
||
| 3875 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7", |
||
| 3876 | "shasum": "" |
||
| 3877 | }, |
||
| 3878 | "require": { |
||
| 3879 | "php": ">=5.3.3" |
||
| 3880 | }, |
||
| 3881 | "require-dev": { |
||
| 3882 | "phpunit/phpunit": "~4.2" |
||
| 3883 | }, |
||
| 3884 | "type": "library", |
||
| 3885 | "extra": { |
||
| 3886 | "branch-alias": { |
||
| 3887 | "dev-master": "1.2-dev" |
||
| 3888 | } |
||
| 3889 | }, |
||
| 3890 | "autoload": { |
||
| 3891 | "classmap": [ |
||
| 3892 | "src/" |
||
| 3893 | ] |
||
| 3894 | }, |
||
| 3895 | "notification-url": "https://packagist.org/downloads/", |
||
| 3896 | "license": [ |
||
| 3897 | "BSD-3-Clause" |
||
| 3898 | ], |
||
| 3899 | "authors": [ |
||
| 3900 | { |
||
| 3901 | "name": "Kore Nordmann", |
||
| 3902 | "email": "[email protected]" |
||
| 3903 | }, |
||
| 3904 | { |
||
| 3905 | "name": "Sebastian Bergmann", |
||
| 3906 | "email": "[email protected]" |
||
| 3907 | } |
||
| 3908 | ], |
||
| 3909 | "description": "Diff implementation", |
||
| 3910 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
| 3911 | "keywords": [ |
||
| 3912 | "diff" |
||
| 3913 | ], |
||
| 3914 | "time": "2014-08-15 10:29:00" |
||
| 3915 | }, |
||
| 3916 | { |
||
| 3917 | "name": "sebastian/environment", |
||
| 3918 | "version": "1.2.0", |
||
| 3919 | "source": { |
||
| 3920 | "type": "git", |
||
| 3921 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 3922 | "reference": "0d9bf79554d2a999da194a60416c15cf461eb67d" |
||
| 3923 | }, |
||
| 3924 | "dist": { |
||
| 3925 | "type": "zip", |
||
| 3926 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/0d9bf79554d2a999da194a60416c15cf461eb67d", |
||
| 3927 | "reference": "0d9bf79554d2a999da194a60416c15cf461eb67d", |
||
| 3928 | "shasum": "" |
||
| 3929 | }, |
||
| 3930 | "require": { |
||
| 3931 | "php": ">=5.3.3" |
||
| 3932 | }, |
||
| 3933 | "require-dev": { |
||
| 3934 | "phpunit/phpunit": "~4.3" |
||
| 3935 | }, |
||
| 3936 | "type": "library", |
||
| 3937 | "extra": { |
||
| 3938 | "branch-alias": { |
||
| 3939 | "dev-master": "1.2.x-dev" |
||
| 3940 | } |
||
| 3941 | }, |
||
| 3942 | "autoload": { |
||
| 3943 | "classmap": [ |
||
| 3944 | "src/" |
||
| 3945 | ] |
||
| 3946 | }, |
||
| 3947 | "notification-url": "https://packagist.org/downloads/", |
||
| 3948 | "license": [ |
||
| 3949 | "BSD-3-Clause" |
||
| 3950 | ], |
||
| 3951 | "authors": [ |
||
| 3952 | { |
||
| 3953 | "name": "Sebastian Bergmann", |
||
| 3954 | "email": "[email protected]" |
||
| 3955 | } |
||
| 3956 | ], |
||
| 3957 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 3958 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 3959 | "keywords": [ |
||
| 3960 | "Xdebug", |
||
| 3961 | "environment", |
||
| 3962 | "hhvm" |
||
| 3963 | ], |
||
| 3964 | "time": "2014-10-22 06:38:05" |
||
| 3965 | }, |
||
| 3966 | { |
||
| 3967 | "name": "sebastian/exporter", |
||
| 3968 | "version": "1.0.2", |
||
| 3969 | "source": { |
||
| 3970 | "type": "git", |
||
| 3971 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 3972 | "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0" |
||
| 3973 | }, |
||
| 3974 | "dist": { |
||
| 3975 | "type": "zip", |
||
| 3976 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0", |
||
| 3977 | "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0", |
||
| 3978 | "shasum": "" |
||
| 3979 | }, |
||
| 3980 | "require": { |
||
| 3981 | "php": ">=5.3.3" |
||
| 3982 | }, |
||
| 3983 | "require-dev": { |
||
| 3984 | "phpunit/phpunit": "~4.0" |
||
| 3985 | }, |
||
| 3986 | "type": "library", |
||
| 3987 | "extra": { |
||
| 3988 | "branch-alias": { |
||
| 3989 | "dev-master": "1.0.x-dev" |
||
| 3990 | } |
||
| 3991 | }, |
||
| 3992 | "autoload": { |
||
| 3993 | "classmap": [ |
||
| 3994 | "src/" |
||
| 3995 | ] |
||
| 3996 | }, |
||
| 3997 | "notification-url": "https://packagist.org/downloads/", |
||
| 3998 | "license": [ |
||
| 3999 | "BSD-3-Clause" |
||
| 4000 | ], |
||
| 4001 | "authors": [ |
||
| 4002 | { |
||
| 4003 | "name": "Jeff Welch", |
||
| 4004 | "email": "[email protected]" |
||
| 4005 | }, |
||
| 4006 | { |
||
| 4007 | "name": "Volker Dusch", |
||
| 4008 | "email": "[email protected]" |
||
| 4009 | }, |
||
| 4010 | { |
||
| 4011 | "name": "Bernhard Schussek", |
||
| 4012 | "email": "[email protected]" |
||
| 4013 | }, |
||
| 4014 | { |
||
| 4015 | "name": "Sebastian Bergmann", |
||
| 4016 | "email": "[email protected]" |
||
| 4017 | }, |
||
| 4018 | { |
||
| 4019 | "name": "Adam Harvey", |
||
| 4020 | "email": "[email protected]" |
||
| 4021 | } |
||
| 4022 | ], |
||
| 4023 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 4024 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 4025 | "keywords": [ |
||
| 4026 | "export", |
||
| 4027 | "exporter" |
||
| 4028 | ], |
||
| 4029 | "time": "2014-09-10 00:51:36" |
||
| 4030 | }, |
||
| 4031 | { |
||
| 4032 | "name": "sebastian/finder-facade", |
||
| 4033 | "version": "1.1.0", |
||
| 4034 | "source": { |
||
| 4035 | "type": "git", |
||
| 4036 | "url": "https://github.com/sebastianbergmann/finder-facade.git", |
||
| 4037 | "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0" |
||
| 4038 | }, |
||
| 4039 | "dist": { |
||
| 4040 | "type": "zip", |
||
| 4041 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/1e396fda3449fce9df032749fa4fa2619e0347e0", |
||
| 4042 | "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0", |
||
| 4043 | "shasum": "" |
||
| 4044 | }, |
||
| 4045 | "require": { |
||
| 4046 | "symfony/finder": ">=2.2.0", |
||
| 4047 | "theseer/fdomdocument": ">=1.3.1" |
||
| 4048 | }, |
||
| 4049 | "type": "library", |
||
| 4050 | "autoload": { |
||
| 4051 | "classmap": [ |
||
| 4052 | "src/" |
||
| 4053 | ] |
||
| 4054 | }, |
||
| 4055 | "notification-url": "https://packagist.org/downloads/", |
||
| 4056 | "license": [ |
||
| 4057 | "BSD-3-Clause" |
||
| 4058 | ], |
||
| 4059 | "authors": [ |
||
| 4060 | { |
||
| 4061 | "name": "Sebastian Bergmann", |
||
| 4062 | "email": "[email protected]", |
||
| 4063 | "role": "lead" |
||
| 4064 | } |
||
| 4065 | ], |
||
| 4066 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", |
||
| 4067 | "homepage": "https://github.com/sebastianbergmann/finder-facade", |
||
| 4068 | "time": "2013-05-28 06:10:03" |
||
| 4069 | }, |
||
| 4070 | { |
||
| 4071 | "name": "sebastian/phpcpd", |
||
| 4072 | "version": "2.0.1", |
||
| 4073 | "source": { |
||
| 4074 | "type": "git", |
||
| 4075 | "url": "https://github.com/sebastianbergmann/phpcpd.git", |
||
| 4076 | "reference": "a9462153f2dd90466a010179901d31fbff598365" |
||
| 4077 | }, |
||
| 4078 | "dist": { |
||
| 4079 | "type": "zip", |
||
| 4080 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/a9462153f2dd90466a010179901d31fbff598365", |
||
| 4081 | "reference": "a9462153f2dd90466a010179901d31fbff598365", |
||
| 4082 | "shasum": "" |
||
| 4083 | }, |
||
| 4084 | "require": { |
||
| 4085 | "php": ">=5.3.3", |
||
| 4086 | "phpunit/php-timer": ">=1.0.4", |
||
| 4087 | "sebastian/finder-facade": ">=1.1.0", |
||
| 4088 | "sebastian/version": ">=1.0.3", |
||
| 4089 | "symfony/console": ">=2.2.0", |
||
| 4090 | "theseer/fdomdocument": "~1.4" |
||
| 4091 | }, |
||
| 4092 | "bin": [ |
||
| 4093 | "phpcpd" |
||
| 4094 | ], |
||
| 4095 | "type": "library", |
||
| 4096 | "extra": { |
||
| 4097 | "branch-alias": { |
||
| 4098 | "dev-master": "2.0-dev" |
||
| 4099 | } |
||
| 4100 | }, |
||
| 4101 | "autoload": { |
||
| 4102 | "classmap": [ |
||
| 4103 | "src/" |
||
| 4104 | ] |
||
| 4105 | }, |
||
| 4106 | "notification-url": "https://packagist.org/downloads/", |
||
| 4107 | "license": [ |
||
| 4108 | "BSD-3-Clause" |
||
| 4109 | ], |
||
| 4110 | "authors": [ |
||
| 4111 | { |
||
| 4112 | "name": "Sebastian Bergmann", |
||
| 4113 | "email": "[email protected]", |
||
| 4114 | "role": "lead" |
||
| 4115 | } |
||
| 4116 | ], |
||
| 4117 | "description": "Copy/Paste Detector (CPD) for PHP code.", |
||
| 4118 | "homepage": "https://github.com/sebastianbergmann/phpcpd", |
||
| 4119 | "time": "2014-03-31 09:25:30" |
||
| 4120 | }, |
||
| 4121 | { |
||
| 4122 | "name": "sebastian/version", |
||
| 4123 | "version": "1.0.3", |
||
| 4124 | "source": { |
||
| 4125 | "type": "git", |
||
| 4126 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 4127 | "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" |
||
| 4128 | }, |
||
| 4129 | "dist": { |
||
| 4130 | "type": "zip", |
||
| 4131 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", |
||
| 4132 | "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", |
||
| 4133 | "shasum": "" |
||
| 4134 | }, |
||
| 4135 | "type": "library", |
||
| 4136 | "autoload": { |
||
| 4137 | "classmap": [ |
||
| 4138 | "src/" |
||
| 4139 | ] |
||
| 4140 | }, |
||
| 4141 | "notification-url": "https://packagist.org/downloads/", |
||
| 4142 | "license": [ |
||
| 4143 | "BSD-3-Clause" |
||
| 4144 | ], |
||
| 4145 | "authors": [ |
||
| 4146 | { |
||
| 4147 | "name": "Sebastian Bergmann", |
||
| 4148 | "email": "[email protected]", |
||
| 4149 | "role": "lead" |
||
| 4150 | } |
||
| 4151 | ], |
||
| 4152 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 4153 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 4154 | "time": "2014-03-07 15:35:33" |
||
| 4155 | }, |
||
| 4156 | { |
||
| 4157 | "name": "sensio/generator-bundle", |
||
| 4158 | "version": "v2.4.0", |
||
| 4159 | "target-dir": "Sensio/Bundle/GeneratorBundle", |
||
| 4160 | "source": { |
||
| 4161 | "type": "git", |
||
| 4162 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
| 4163 | "reference": "d5c0b996a46276d50943a80f95a46b59215a0e68" |
||
| 4164 | }, |
||
| 4165 | "dist": { |
||
| 4166 | "type": "zip", |
||
| 4167 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/d5c0b996a46276d50943a80f95a46b59215a0e68", |
||
| 4168 | "reference": "d5c0b996a46276d50943a80f95a46b59215a0e68", |
||
| 4169 | "shasum": "" |
||
| 4170 | }, |
||
| 4171 | "require": { |
||
| 4172 | "symfony/console": "~2.0", |
||
| 4173 | "symfony/framework-bundle": "~2.2" |
||
| 4174 | }, |
||
| 4175 | "require-dev": { |
||
| 4176 | "doctrine/orm": "~2.2,>=2.2.3", |
||
| 4177 | "symfony/doctrine-bridge": "~2.2", |
||
| 4178 | "twig/twig": "~1.11" |
||
| 4179 | }, |
||
| 4180 | "type": "symfony-bundle", |
||
| 4181 | "extra": { |
||
| 4182 | "branch-alias": { |
||
| 4183 | "dev-master": "2.3.x-dev" |
||
| 4184 | } |
||
| 4185 | }, |
||
| 4186 | "autoload": { |
||
| 4187 | "psr-0": { |
||
| 4188 | "Sensio\\Bundle\\GeneratorBundle": "" |
||
| 4189 | } |
||
| 4190 | }, |
||
| 4191 | "notification-url": "https://packagist.org/downloads/", |
||
| 4192 | "license": [ |
||
| 4193 | "MIT" |
||
| 4194 | ], |
||
| 4195 | "authors": [ |
||
| 4196 | { |
||
| 4197 | "name": "Fabien Potencier", |
||
| 4198 | "email": "[email protected]" |
||
| 4199 | } |
||
| 4200 | ], |
||
| 4201 | "description": "This bundle generates code for you", |
||
| 4202 | "time": "2014-09-22 14:56:14" |
||
| 4203 | }, |
||
| 4204 | { |
||
| 4205 | "name": "squizlabs/php_codesniffer", |
||
| 4206 | "version": "1.5.5", |
||
| 4207 | "source": { |
||
| 4208 | "type": "git", |
||
| 4209 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
| 4210 | "reference": "5d973e59cf58a0c847f298de84374c96b42b17b3" |
||
| 4211 | }, |
||
| 4212 | "dist": { |
||
| 4213 | "type": "zip", |
||
| 4214 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5d973e59cf58a0c847f298de84374c96b42b17b3", |
||
| 4215 | "reference": "5d973e59cf58a0c847f298de84374c96b42b17b3", |
||
| 4216 | "shasum": "" |
||
| 4217 | }, |
||
| 4218 | "require": { |
||
| 4219 | "ext-tokenizer": "*", |
||
| 4220 | "php": ">=5.1.2" |
||
| 4221 | }, |
||
| 4222 | "suggest": { |
||
| 4223 | "phpunit/php-timer": "dev-master" |
||
| 4224 | }, |
||
| 4225 | "bin": [ |
||
| 4226 | "scripts/phpcs" |
||
| 4227 | ], |
||
| 4228 | "type": "library", |
||
| 4229 | "extra": { |
||
| 4230 | "branch-alias": { |
||
| 4231 | "dev-phpcs-fixer": "2.0.x-dev" |
||
| 4232 | } |
||
| 4233 | }, |
||
| 4234 | "autoload": { |
||
| 4235 | "classmap": [ |
||
| 4236 | "CodeSniffer.php", |
||
| 4237 | "CodeSniffer/CLI.php", |
||
| 4238 | "CodeSniffer/Exception.php", |
||
| 4239 | "CodeSniffer/File.php", |
||
| 4240 | "CodeSniffer/Report.php", |
||
| 4241 | "CodeSniffer/Reporting.php", |
||
| 4242 | "CodeSniffer/Sniff.php", |
||
| 4243 | "CodeSniffer/Tokens.php", |
||
| 4244 | "CodeSniffer/Reports/", |
||
| 4245 | "CodeSniffer/CommentParser/", |
||
| 4246 | "CodeSniffer/Tokenizers/", |
||
| 4247 | "CodeSniffer/DocGenerators/", |
||
| 4248 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
| 4249 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
| 4250 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
| 4251 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
| 4252 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
| 4253 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
| 4254 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
| 4255 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
| 4256 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
| 4257 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
| 4258 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
| 4259 | ] |
||
| 4260 | }, |
||
| 4261 | "notification-url": "https://packagist.org/downloads/", |
||
| 4262 | "license": [ |
||
| 4263 | "BSD-3-Clause" |
||
| 4264 | ], |
||
| 4265 | "authors": [ |
||
| 4266 | { |
||
| 4267 | "name": "Greg Sherwood", |
||
| 4268 | "role": "lead" |
||
| 4269 | } |
||
| 4270 | ], |
||
| 4271 | "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
| 4272 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
| 4273 | "keywords": [ |
||
| 4274 | "phpcs", |
||
| 4275 | "standards" |
||
| 4276 | ], |
||
| 4277 | "time": "2014-09-25 03:33:46" |
||
| 4278 | }, |
||
| 4279 | { |
||
| 4280 | "name": "theseer/fdomdocument", |
||
| 4281 | "version": "1.6.0", |
||
| 4282 | "source": { |
||
| 4283 | "type": "git", |
||
| 4284 | "url": "https://github.com/theseer/fDOMDocument.git", |
||
| 4285 | "reference": "d08cf070350f884c63fc9078d27893c2ab6c7cef" |
||
| 4286 | }, |
||
| 4287 | "dist": { |
||
| 4288 | "type": "zip", |
||
| 4289 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d08cf070350f884c63fc9078d27893c2ab6c7cef", |
||
| 4290 | "reference": "d08cf070350f884c63fc9078d27893c2ab6c7cef", |
||
| 4291 | "shasum": "" |
||
| 4292 | }, |
||
| 4293 | "require": { |
||
| 4294 | "ext-dom": "*", |
||
| 4295 | "lib-libxml": "*", |
||
| 4296 | "php": ">=5.3.3" |
||
| 4297 | }, |
||
| 4298 | "type": "library", |
||
| 4299 | "autoload": { |
||
| 4300 | "classmap": [ |
||
| 4301 | "src/" |
||
| 4302 | ] |
||
| 4303 | }, |
||
| 4304 | "notification-url": "https://packagist.org/downloads/", |
||
| 4305 | "license": [ |
||
| 4306 | "BSD-3-Clause" |
||
| 4307 | ], |
||
| 4308 | "authors": [ |
||
| 4309 | { |
||
| 4310 | "name": "Arne Blankerts", |
||
| 4311 | "email": "[email protected]", |
||
| 4312 | "role": "lead" |
||
| 4313 | } |
||
| 4314 | ], |
||
| 4315 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", |
||
| 4316 | "homepage": "https://github.com/theseer/fDOMDocument", |
||
| 4317 | "time": "2014-09-13 10:57:19" |
||
| 4318 | }, |
||
| 4319 | { |
||
| 4320 | "name": "vierbergenlars/php-semver", |
||
| 4321 | "version": "3.0.0", |
||
| 4322 | "source": { |
||
| 4323 | "type": "git", |
||
| 4324 | "url": "https://github.com/vierbergenlars/php-semver.git", |
||
| 4325 | "reference": "4dc35f3804f3b127ad557b8b2255c03204dec951" |
||
| 4326 | }, |
||
| 4327 | "dist": { |
||
| 4328 | "type": "zip", |
||
| 4329 | "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/4dc35f3804f3b127ad557b8b2255c03204dec951", |
||
| 4330 | "reference": "4dc35f3804f3b127ad557b8b2255c03204dec951", |
||
| 4331 | "shasum": "" |
||
| 4332 | }, |
||
| 4333 | "require": { |
||
| 4334 | "php": ">=5.3.0" |
||
| 4335 | }, |
||
| 4336 | "require-dev": { |
||
| 4337 | "simpletest/simpletest": "1.1.*" |
||
| 4338 | }, |
||
| 4339 | "bin": [ |
||
| 4340 | "bin/semver", |
||
| 4341 | "bin/update-versions" |
||
| 4342 | ], |
||
| 4343 | "type": "library", |
||
| 4344 | "autoload": { |
||
| 4345 | "psr-0": { |
||
| 4346 | "vierbergenlars\\SemVer\\": "src/", |
||
| 4347 | "vierbergenlars\\LibJs\\": "src/" |
||
| 4348 | }, |
||
| 4349 | "classmap": [ |
||
| 4350 | "src/vierbergenlars/SemVer/internal.php" |
||
| 4351 | ] |
||
| 4352 | }, |
||
| 4353 | "notification-url": "https://packagist.org/downloads/", |
||
| 4354 | "license": [ |
||
| 4355 | "MIT" |
||
| 4356 | ], |
||
| 4357 | "authors": [ |
||
| 4358 | { |
||
| 4359 | "name": "Lars Vierbergen", |
||
| 4360 | "email": "[email protected]" |
||
| 4361 | } |
||
| 4362 | ], |
||
| 4363 | "description": "The Semantic Versioner for PHP", |
||
| 4364 | "keywords": [ |
||
| 4365 | "semantic", |
||
| 4366 | "semver", |
||
| 4367 | "versioning" |
||
| 4368 | ], |
||
| 4369 | "time": "2013-12-21 17:10:13" |
||
| 4370 | } |
||
| 4371 | ], |
||
| 4372 | "aliases": [ |
||
| 4373 | { |
||
| 4374 | "alias": "v1.5.0", |
||
| 4375 | "alias_normalized": "1.5.0.0", |
||
| 4376 | "version": "9999999-dev", |
||
| 4377 | "package": "mopa/composer-bridge" |
||
| 4378 | } |
||
| 4379 | ], |
||
| 4380 | "minimum-stability": "stable", |
||
| 4381 | "stability-flags": { |
||
| 4382 | "mopa/bootstrap-bundle": 20, |
||
| 4383 | "surfnet/stepup-middleware-client-bundle": 20, |
||
| 4384 | "surfnet/stepup-saml-bundle": 20, |
||
| 4385 | "surfnet/stepup-u2f-bundle": 20, |
||
| 4386 | "mopa/composer-bridge": 20 |
||
| 4387 | }, |
||
| 4388 | "prefer-stable": false, |
||
| 4389 | "prefer-lowest": false, |
||
| 4390 | "platform": { |
||
| 4391 | "php": ">=5.4|^7" |
||
| 4392 | }, |
||
| 4393 | "platform-dev": [] |
||
| 4394 | } |
||
| 4395 |