Advertisement
eldereko99

composer_lock

May 18th, 2016
1,714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 149.92 KB | None | 0 0
  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": "f94eca4ea3f342af8db9279c283bd64c",
  8. "content-hash": "2c3f74a6f6c1f8e765e3af6011513f38",
  9. "packages": [
  10. {
  11. "name": "cbsiam/admin-bundle",
  12. "version": "dev-master",
  13. "source": {
  14. "type": "git",
  15. "url": "ssh://git@owl.cbsi.com:7999/cbsiam_cms/admin-bundle.git",
  16. "reference": "139a422d75293be48a434a837aab834c0dd7c0dd"
  17. },
  18. "require": {
  19. "php": ">=5.5",
  20. "symfony/framework-bundle": "~2.3|~3.0",
  21. "twig/extensions": "^1.3"
  22. },
  23. "type": "symfony-bundle",
  24. "autoload": {
  25. "psr-4": {
  26. "CBSi\\AdminBundle\\": ""
  27. }
  28. },
  29. "license": [
  30. "proprietary"
  31. ],
  32. "time": "2016-05-04 16:44:03"
  33. },
  34. {
  35. "name": "doctrine/annotations",
  36. "version": "v1.2.7",
  37. "source": {
  38. "type": "git",
  39. "url": "https://github.com/doctrine/annotations.git",
  40. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
  41. },
  42. "dist": {
  43. "type": "zip",
  44. "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  45. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  46. "shasum": ""
  47. },
  48. "require": {
  49. "doctrine/lexer": "1.*",
  50. "php": ">=5.3.2"
  51. },
  52. "require-dev": {
  53. "doctrine/cache": "1.*",
  54. "phpunit/phpunit": "4.*"
  55. },
  56. "type": "library",
  57. "extra": {
  58. "branch-alias": {
  59. "dev-master": "1.3.x-dev"
  60. }
  61. },
  62. "autoload": {
  63. "psr-0": {
  64. "Doctrine\\Common\\Annotations\\": "lib/"
  65. }
  66. },
  67. "notification-url": "https://packagist.org/downloads/",
  68. "license": [
  69. "MIT"
  70. ],
  71. "authors": [
  72. {
  73. "name": "Roman Borschel",
  74. "email": "roman@code-factory.org"
  75. },
  76. {
  77. "name": "Benjamin Eberlei",
  78. "email": "kontakt@beberlei.de"
  79. },
  80. {
  81. "name": "Guilherme Blanco",
  82. "email": "guilhermeblanco@gmail.com"
  83. },
  84. {
  85. "name": "Jonathan Wage",
  86. "email": "jonwage@gmail.com"
  87. },
  88. {
  89. "name": "Johannes Schmitt",
  90. "email": "schmittjoh@gmail.com"
  91. }
  92. ],
  93. "description": "Docblock Annotations Parser",
  94. "homepage": "http://www.doctrine-project.org",
  95. "keywords": [
  96. "annotations",
  97. "docblock",
  98. "parser"
  99. ],
  100. "time": "2015-08-31 12:32:49"
  101. },
  102. {
  103. "name": "doctrine/cache",
  104. "version": "v1.6.0",
  105. "source": {
  106. "type": "git",
  107. "url": "https://github.com/doctrine/cache.git",
  108. "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
  109. },
  110. "dist": {
  111. "type": "zip",
  112. "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
  113. "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
  114. "shasum": ""
  115. },
  116. "require": {
  117. "php": "~5.5|~7.0"
  118. },
  119. "conflict": {
  120. "doctrine/common": ">2.2,<2.4"
  121. },
  122. "require-dev": {
  123. "phpunit/phpunit": "~4.8|~5.0",
  124. "predis/predis": "~1.0",
  125. "satooshi/php-coveralls": "~0.6"
  126. },
  127. "type": "library",
  128. "extra": {
  129. "branch-alias": {
  130. "dev-master": "1.6.x-dev"
  131. }
  132. },
  133. "autoload": {
  134. "psr-4": {
  135. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  136. }
  137. },
  138. "notification-url": "https://packagist.org/downloads/",
  139. "license": [
  140. "MIT"
  141. ],
  142. "authors": [
  143. {
  144. "name": "Roman Borschel",
  145. "email": "roman@code-factory.org"
  146. },
  147. {
  148. "name": "Benjamin Eberlei",
  149. "email": "kontakt@beberlei.de"
  150. },
  151. {
  152. "name": "Guilherme Blanco",
  153. "email": "guilhermeblanco@gmail.com"
  154. },
  155. {
  156. "name": "Jonathan Wage",
  157. "email": "jonwage@gmail.com"
  158. },
  159. {
  160. "name": "Johannes Schmitt",
  161. "email": "schmittjoh@gmail.com"
  162. }
  163. ],
  164. "description": "Caching library offering an object-oriented API for many cache backends",
  165. "homepage": "http://www.doctrine-project.org",
  166. "keywords": [
  167. "cache",
  168. "caching"
  169. ],
  170. "time": "2015-12-31 16:37:02"
  171. },
  172. {
  173. "name": "doctrine/collections",
  174. "version": "v1.3.0",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/doctrine/collections.git",
  178. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  183. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  184. "shasum": ""
  185. },
  186. "require": {
  187. "php": ">=5.3.2"
  188. },
  189. "require-dev": {
  190. "phpunit/phpunit": "~4.0"
  191. },
  192. "type": "library",
  193. "extra": {
  194. "branch-alias": {
  195. "dev-master": "1.2.x-dev"
  196. }
  197. },
  198. "autoload": {
  199. "psr-0": {
  200. "Doctrine\\Common\\Collections\\": "lib/"
  201. }
  202. },
  203. "notification-url": "https://packagist.org/downloads/",
  204. "license": [
  205. "MIT"
  206. ],
  207. "authors": [
  208. {
  209. "name": "Roman Borschel",
  210. "email": "roman@code-factory.org"
  211. },
  212. {
  213. "name": "Benjamin Eberlei",
  214. "email": "kontakt@beberlei.de"
  215. },
  216. {
  217. "name": "Guilherme Blanco",
  218. "email": "guilhermeblanco@gmail.com"
  219. },
  220. {
  221. "name": "Jonathan Wage",
  222. "email": "jonwage@gmail.com"
  223. },
  224. {
  225. "name": "Johannes Schmitt",
  226. "email": "schmittjoh@gmail.com"
  227. }
  228. ],
  229. "description": "Collections Abstraction library",
  230. "homepage": "http://www.doctrine-project.org",
  231. "keywords": [
  232. "array",
  233. "collections",
  234. "iterator"
  235. ],
  236. "time": "2015-04-14 22:21:58"
  237. },
  238. {
  239. "name": "doctrine/common",
  240. "version": "v2.6.1",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/doctrine/common.git",
  244. "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
  249. "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
  250. "shasum": ""
  251. },
  252. "require": {
  253. "doctrine/annotations": "1.*",
  254. "doctrine/cache": "1.*",
  255. "doctrine/collections": "1.*",
  256. "doctrine/inflector": "1.*",
  257. "doctrine/lexer": "1.*",
  258. "php": "~5.5|~7.0"
  259. },
  260. "require-dev": {
  261. "phpunit/phpunit": "~4.8|~5.0"
  262. },
  263. "type": "library",
  264. "extra": {
  265. "branch-alias": {
  266. "dev-master": "2.7.x-dev"
  267. }
  268. },
  269. "autoload": {
  270. "psr-4": {
  271. "Doctrine\\Common\\": "lib/Doctrine/Common"
  272. }
  273. },
  274. "notification-url": "https://packagist.org/downloads/",
  275. "license": [
  276. "MIT"
  277. ],
  278. "authors": [
  279. {
  280. "name": "Roman Borschel",
  281. "email": "roman@code-factory.org"
  282. },
  283. {
  284. "name": "Benjamin Eberlei",
  285. "email": "kontakt@beberlei.de"
  286. },
  287. {
  288. "name": "Guilherme Blanco",
  289. "email": "guilhermeblanco@gmail.com"
  290. },
  291. {
  292. "name": "Jonathan Wage",
  293. "email": "jonwage@gmail.com"
  294. },
  295. {
  296. "name": "Johannes Schmitt",
  297. "email": "schmittjoh@gmail.com"
  298. }
  299. ],
  300. "description": "Common Library for Doctrine projects",
  301. "homepage": "http://www.doctrine-project.org",
  302. "keywords": [
  303. "annotations",
  304. "collections",
  305. "eventmanager",
  306. "persistence",
  307. "spl"
  308. ],
  309. "time": "2015-12-25 13:18:31"
  310. },
  311. {
  312. "name": "doctrine/dbal",
  313. "version": "v2.5.4",
  314. "source": {
  315. "type": "git",
  316. "url": "https://github.com/doctrine/dbal.git",
  317. "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
  318. },
  319. "dist": {
  320. "type": "zip",
  321. "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
  322. "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
  323. "shasum": ""
  324. },
  325. "require": {
  326. "doctrine/common": ">=2.4,<2.7-dev",
  327. "php": ">=5.3.2"
  328. },
  329. "require-dev": {
  330. "phpunit/phpunit": "4.*",
  331. "symfony/console": "2.*"
  332. },
  333. "suggest": {
  334. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  335. },
  336. "bin": [
  337. "bin/doctrine-dbal"
  338. ],
  339. "type": "library",
  340. "extra": {
  341. "branch-alias": {
  342. "dev-master": "2.5.x-dev"
  343. }
  344. },
  345. "autoload": {
  346. "psr-0": {
  347. "Doctrine\\DBAL\\": "lib/"
  348. }
  349. },
  350. "notification-url": "https://packagist.org/downloads/",
  351. "license": [
  352. "MIT"
  353. ],
  354. "authors": [
  355. {
  356. "name": "Roman Borschel",
  357. "email": "roman@code-factory.org"
  358. },
  359. {
  360. "name": "Benjamin Eberlei",
  361. "email": "kontakt@beberlei.de"
  362. },
  363. {
  364. "name": "Guilherme Blanco",
  365. "email": "guilhermeblanco@gmail.com"
  366. },
  367. {
  368. "name": "Jonathan Wage",
  369. "email": "jonwage@gmail.com"
  370. }
  371. ],
  372. "description": "Database Abstraction Layer",
  373. "homepage": "http://www.doctrine-project.org",
  374. "keywords": [
  375. "database",
  376. "dbal",
  377. "persistence",
  378. "queryobject"
  379. ],
  380. "time": "2016-01-05 22:11:12"
  381. },
  382. {
  383. "name": "doctrine/doctrine-bundle",
  384. "version": "1.6.2",
  385. "source": {
  386. "type": "git",
  387. "url": "https://github.com/doctrine/DoctrineBundle.git",
  388. "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9"
  389. },
  390. "dist": {
  391. "type": "zip",
  392. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9",
  393. "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9",
  394. "shasum": ""
  395. },
  396. "require": {
  397. "doctrine/dbal": "~2.3",
  398. "doctrine/doctrine-cache-bundle": "~1.0",
  399. "jdorn/sql-formatter": "~1.1",
  400. "php": ">=5.3.2",
  401. "symfony/console": "~2.3|~3.0",
  402. "symfony/doctrine-bridge": "~2.2|~3.0",
  403. "symfony/framework-bundle": "~2.3|~3.0"
  404. },
  405. "require-dev": {
  406. "doctrine/orm": "~2.3",
  407. "phpunit/phpunit": "~4",
  408. "satooshi/php-coveralls": "~0.6.1",
  409. "symfony/phpunit-bridge": "~2.7|~3.0",
  410. "symfony/validator": "~2.2|~3.0",
  411. "symfony/yaml": "~2.2|~3.0",
  412. "twig/twig": "~1.10"
  413. },
  414. "suggest": {
  415. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  416. "symfony/web-profiler-bundle": "to use the data collector"
  417. },
  418. "type": "symfony-bundle",
  419. "extra": {
  420. "branch-alias": {
  421. "dev-master": "1.6.x-dev"
  422. }
  423. },
  424. "autoload": {
  425. "psr-4": {
  426. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  427. }
  428. },
  429. "notification-url": "https://packagist.org/downloads/",
  430. "license": [
  431. "MIT"
  432. ],
  433. "authors": [
  434. {
  435. "name": "Symfony Community",
  436. "homepage": "http://symfony.com/contributors"
  437. },
  438. {
  439. "name": "Benjamin Eberlei",
  440. "email": "kontakt@beberlei.de"
  441. },
  442. {
  443. "name": "Doctrine Project",
  444. "homepage": "http://www.doctrine-project.org/"
  445. },
  446. {
  447. "name": "Fabien Potencier",
  448. "email": "fabien@symfony.com"
  449. }
  450. ],
  451. "description": "Symfony DoctrineBundle",
  452. "homepage": "http://www.doctrine-project.org",
  453. "keywords": [
  454. "database",
  455. "dbal",
  456. "orm",
  457. "persistence"
  458. ],
  459. "time": "2016-01-10 17:21:44"
  460. },
  461. {
  462. "name": "doctrine/doctrine-cache-bundle",
  463. "version": "1.3.0",
  464. "source": {
  465. "type": "git",
  466. "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
  467. "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
  468. },
  469. "dist": {
  470. "type": "zip",
  471. "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
  472. "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
  473. "shasum": ""
  474. },
  475. "require": {
  476. "doctrine/cache": "^1.4.2",
  477. "doctrine/inflector": "~1.0",
  478. "php": ">=5.3.2",
  479. "symfony/doctrine-bridge": "~2.2|~3.0"
  480. },
  481. "require-dev": {
  482. "instaclick/coding-standard": "~1.1",
  483. "instaclick/object-calisthenics-sniffs": "dev-master",
  484. "instaclick/symfony2-coding-standard": "dev-remaster",
  485. "phpunit/phpunit": "~4",
  486. "predis/predis": "~0.8",
  487. "satooshi/php-coveralls": "~0.6.1",
  488. "squizlabs/php_codesniffer": "~1.5",
  489. "symfony/console": "~2.2|~3.0",
  490. "symfony/finder": "~2.2|~3.0",
  491. "symfony/framework-bundle": "~2.2|~3.0",
  492. "symfony/phpunit-bridge": "~2.7|~3.0",
  493. "symfony/security-acl": "~2.3|~3.0",
  494. "symfony/validator": "~2.2|~3.0",
  495. "symfony/yaml": "~2.2|~3.0"
  496. },
  497. "suggest": {
  498. "symfony/security-acl": "For using this bundle to cache ACLs"
  499. },
  500. "type": "symfony-bundle",
  501. "extra": {
  502. "branch-alias": {
  503. "dev-master": "1.2.x-dev"
  504. }
  505. },
  506. "autoload": {
  507. "psr-4": {
  508. "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
  509. }
  510. },
  511. "notification-url": "https://packagist.org/downloads/",
  512. "license": [
  513. "MIT"
  514. ],
  515. "authors": [
  516. {
  517. "name": "Symfony Community",
  518. "homepage": "http://symfony.com/contributors"
  519. },
  520. {
  521. "name": "Benjamin Eberlei",
  522. "email": "kontakt@beberlei.de"
  523. },
  524. {
  525. "name": "Fabio B. Silva",
  526. "email": "fabio.bat.silva@gmail.com"
  527. },
  528. {
  529. "name": "Guilherme Blanco",
  530. "email": "guilhermeblanco@hotmail.com"
  531. },
  532. {
  533. "name": "Doctrine Project",
  534. "homepage": "http://www.doctrine-project.org/"
  535. },
  536. {
  537. "name": "Fabien Potencier",
  538. "email": "fabien@symfony.com"
  539. }
  540. ],
  541. "description": "Symfony Bundle for Doctrine Cache",
  542. "homepage": "http://www.doctrine-project.org",
  543. "keywords": [
  544. "cache",
  545. "caching"
  546. ],
  547. "time": "2016-01-26 17:28:51"
  548. },
  549. {
  550. "name": "doctrine/doctrine-migrations-bundle",
  551. "version": "1.1.1",
  552. "source": {
  553. "type": "git",
  554. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  555. "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4"
  556. },
  557. "dist": {
  558. "type": "zip",
  559. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/303a576e2124efb07ec215e34ea2480b841cf5e4",
  560. "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4",
  561. "shasum": ""
  562. },
  563. "require": {
  564. "doctrine/doctrine-bundle": "~1.0",
  565. "doctrine/migrations": "~1.0",
  566. "php": ">=5.3.2",
  567. "symfony/framework-bundle": "~2.3|~3.0"
  568. },
  569. "type": "symfony-bundle",
  570. "extra": {
  571. "branch-alias": {
  572. "dev-master": "1.1-dev"
  573. }
  574. },
  575. "autoload": {
  576. "psr-4": {
  577. "Doctrine\\Bundle\\MigrationsBundle\\": ""
  578. }
  579. },
  580. "notification-url": "https://packagist.org/downloads/",
  581. "license": [
  582. "MIT"
  583. ],
  584. "authors": [
  585. {
  586. "name": "Symfony Community",
  587. "homepage": "http://symfony.com/contributors"
  588. },
  589. {
  590. "name": "Doctrine Project",
  591. "homepage": "http://www.doctrine-project.org"
  592. },
  593. {
  594. "name": "Fabien Potencier",
  595. "email": "fabien@symfony.com"
  596. }
  597. ],
  598. "description": "Symfony DoctrineMigrationsBundle",
  599. "homepage": "http://www.doctrine-project.org",
  600. "keywords": [
  601. "dbal",
  602. "migrations",
  603. "schema"
  604. ],
  605. "time": "2015-11-04 13:45:30"
  606. },
  607. {
  608. "name": "doctrine/inflector",
  609. "version": "v1.1.0",
  610. "source": {
  611. "type": "git",
  612. "url": "https://github.com/doctrine/inflector.git",
  613. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  614. },
  615. "dist": {
  616. "type": "zip",
  617. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  618. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  619. "shasum": ""
  620. },
  621. "require": {
  622. "php": ">=5.3.2"
  623. },
  624. "require-dev": {
  625. "phpunit/phpunit": "4.*"
  626. },
  627. "type": "library",
  628. "extra": {
  629. "branch-alias": {
  630. "dev-master": "1.1.x-dev"
  631. }
  632. },
  633. "autoload": {
  634. "psr-0": {
  635. "Doctrine\\Common\\Inflector\\": "lib/"
  636. }
  637. },
  638. "notification-url": "https://packagist.org/downloads/",
  639. "license": [
  640. "MIT"
  641. ],
  642. "authors": [
  643. {
  644. "name": "Roman Borschel",
  645. "email": "roman@code-factory.org"
  646. },
  647. {
  648. "name": "Benjamin Eberlei",
  649. "email": "kontakt@beberlei.de"
  650. },
  651. {
  652. "name": "Guilherme Blanco",
  653. "email": "guilhermeblanco@gmail.com"
  654. },
  655. {
  656. "name": "Jonathan Wage",
  657. "email": "jonwage@gmail.com"
  658. },
  659. {
  660. "name": "Johannes Schmitt",
  661. "email": "schmittjoh@gmail.com"
  662. }
  663. ],
  664. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  665. "homepage": "http://www.doctrine-project.org",
  666. "keywords": [
  667. "inflection",
  668. "pluralize",
  669. "singularize",
  670. "string"
  671. ],
  672. "time": "2015-11-06 14:35:42"
  673. },
  674. {
  675. "name": "doctrine/instantiator",
  676. "version": "1.0.5",
  677. "source": {
  678. "type": "git",
  679. "url": "https://github.com/doctrine/instantiator.git",
  680. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  681. },
  682. "dist": {
  683. "type": "zip",
  684. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  685. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  686. "shasum": ""
  687. },
  688. "require": {
  689. "php": ">=5.3,<8.0-DEV"
  690. },
  691. "require-dev": {
  692. "athletic/athletic": "~0.1.8",
  693. "ext-pdo": "*",
  694. "ext-phar": "*",
  695. "phpunit/phpunit": "~4.0",
  696. "squizlabs/php_codesniffer": "~2.0"
  697. },
  698. "type": "library",
  699. "extra": {
  700. "branch-alias": {
  701. "dev-master": "1.0.x-dev"
  702. }
  703. },
  704. "autoload": {
  705. "psr-4": {
  706. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  707. }
  708. },
  709. "notification-url": "https://packagist.org/downloads/",
  710. "license": [
  711. "MIT"
  712. ],
  713. "authors": [
  714. {
  715. "name": "Marco Pivetta",
  716. "email": "ocramius@gmail.com",
  717. "homepage": "http://ocramius.github.com/"
  718. }
  719. ],
  720. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  721. "homepage": "https://github.com/doctrine/instantiator",
  722. "keywords": [
  723. "constructor",
  724. "instantiate"
  725. ],
  726. "time": "2015-06-14 21:17:01"
  727. },
  728. {
  729. "name": "doctrine/lexer",
  730. "version": "v1.0.1",
  731. "source": {
  732. "type": "git",
  733. "url": "https://github.com/doctrine/lexer.git",
  734. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  735. },
  736. "dist": {
  737. "type": "zip",
  738. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  739. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  740. "shasum": ""
  741. },
  742. "require": {
  743. "php": ">=5.3.2"
  744. },
  745. "type": "library",
  746. "extra": {
  747. "branch-alias": {
  748. "dev-master": "1.0.x-dev"
  749. }
  750. },
  751. "autoload": {
  752. "psr-0": {
  753. "Doctrine\\Common\\Lexer\\": "lib/"
  754. }
  755. },
  756. "notification-url": "https://packagist.org/downloads/",
  757. "license": [
  758. "MIT"
  759. ],
  760. "authors": [
  761. {
  762. "name": "Roman Borschel",
  763. "email": "roman@code-factory.org"
  764. },
  765. {
  766. "name": "Guilherme Blanco",
  767. "email": "guilhermeblanco@gmail.com"
  768. },
  769. {
  770. "name": "Johannes Schmitt",
  771. "email": "schmittjoh@gmail.com"
  772. }
  773. ],
  774. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  775. "homepage": "http://www.doctrine-project.org",
  776. "keywords": [
  777. "lexer",
  778. "parser"
  779. ],
  780. "time": "2014-09-09 13:34:57"
  781. },
  782. {
  783. "name": "doctrine/migrations",
  784. "version": "1.4.1",
  785. "source": {
  786. "type": "git",
  787. "url": "https://github.com/doctrine/migrations.git",
  788. "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05"
  789. },
  790. "dist": {
  791. "type": "zip",
  792. "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05",
  793. "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05",
  794. "shasum": ""
  795. },
  796. "require": {
  797. "doctrine/dbal": "~2.2",
  798. "ocramius/proxy-manager": "^1.0|^2.0",
  799. "php": "^5.5|^7.0",
  800. "symfony/console": "~2.3|~3.0",
  801. "symfony/yaml": "~2.3|~3.0"
  802. },
  803. "require-dev": {
  804. "doctrine/coding-standard": "dev-master",
  805. "doctrine/orm": "2.*",
  806. "jdorn/sql-formatter": "~1.1",
  807. "johnkary/phpunit-speedtrap": "~1.0@dev",
  808. "mockery/mockery": "^0.9.4",
  809. "phpunit/phpunit": "~4.7",
  810. "satooshi/php-coveralls": "0.6.*"
  811. },
  812. "suggest": {
  813. "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
  814. },
  815. "bin": [
  816. "bin/doctrine-migrations"
  817. ],
  818. "type": "library",
  819. "extra": {
  820. "branch-alias": {
  821. "dev-master": "v1.5.x-dev"
  822. }
  823. },
  824. "autoload": {
  825. "psr-4": {
  826. "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
  827. }
  828. },
  829. "notification-url": "https://packagist.org/downloads/",
  830. "license": [
  831. "LGPL-2.1"
  832. ],
  833. "authors": [
  834. {
  835. "name": "Benjamin Eberlei",
  836. "email": "kontakt@beberlei.de"
  837. },
  838. {
  839. "name": "Jonathan Wage",
  840. "email": "jonwage@gmail.com"
  841. },
  842. {
  843. "name": "Michael Simonson",
  844. "email": "contact@mikesimonson.com"
  845. }
  846. ],
  847. "description": "Database Schema migrations using Doctrine DBAL",
  848. "homepage": "http://www.doctrine-project.org",
  849. "keywords": [
  850. "database",
  851. "migrations"
  852. ],
  853. "time": "2016-03-14 12:29:11"
  854. },
  855. {
  856. "name": "doctrine/orm",
  857. "version": "v2.5.4",
  858. "source": {
  859. "type": "git",
  860. "url": "https://github.com/doctrine/doctrine2.git",
  861. "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
  862. },
  863. "dist": {
  864. "type": "zip",
  865. "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
  866. "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
  867. "shasum": ""
  868. },
  869. "require": {
  870. "doctrine/cache": "~1.4",
  871. "doctrine/collections": "~1.2",
  872. "doctrine/common": ">=2.5-dev,<2.7-dev",
  873. "doctrine/dbal": ">=2.5-dev,<2.6-dev",
  874. "doctrine/instantiator": "~1.0.1",
  875. "ext-pdo": "*",
  876. "php": ">=5.4",
  877. "symfony/console": "~2.5|~3.0"
  878. },
  879. "require-dev": {
  880. "phpunit/phpunit": "~4.0",
  881. "symfony/yaml": "~2.3|~3.0"
  882. },
  883. "suggest": {
  884. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  885. },
  886. "bin": [
  887. "bin/doctrine",
  888. "bin/doctrine.php"
  889. ],
  890. "type": "library",
  891. "extra": {
  892. "branch-alias": {
  893. "dev-master": "2.6.x-dev"
  894. }
  895. },
  896. "autoload": {
  897. "psr-0": {
  898. "Doctrine\\ORM\\": "lib/"
  899. }
  900. },
  901. "notification-url": "https://packagist.org/downloads/",
  902. "license": [
  903. "MIT"
  904. ],
  905. "authors": [
  906. {
  907. "name": "Roman Borschel",
  908. "email": "roman@code-factory.org"
  909. },
  910. {
  911. "name": "Benjamin Eberlei",
  912. "email": "kontakt@beberlei.de"
  913. },
  914. {
  915. "name": "Guilherme Blanco",
  916. "email": "guilhermeblanco@gmail.com"
  917. },
  918. {
  919. "name": "Jonathan Wage",
  920. "email": "jonwage@gmail.com"
  921. }
  922. ],
  923. "description": "Object-Relational-Mapper for PHP",
  924. "homepage": "http://www.doctrine-project.org",
  925. "keywords": [
  926. "database",
  927. "orm"
  928. ],
  929. "time": "2016-01-05 21:34:58"
  930. },
  931. {
  932. "name": "friendsofsymfony/oauth-server-bundle",
  933. "version": "dev-master",
  934. "source": {
  935. "type": "git",
  936. "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
  937. "reference": "1b851d77f3535396d20a402f57a3781bc6548409"
  938. },
  939. "dist": {
  940. "type": "zip",
  941. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/1b851d77f3535396d20a402f57a3781bc6548409",
  942. "reference": "1b851d77f3535396d20a402f57a3781bc6548409",
  943. "shasum": ""
  944. },
  945. "require": {
  946. "friendsofsymfony/oauth2-php": "~1.1",
  947. "php": "^5.3.3|^7.0",
  948. "symfony/dependency-injection": "^2.0.5|~3.0",
  949. "symfony/framework-bundle": "~2.2|~3.0",
  950. "symfony/security-bundle": "~2.1|~3.0"
  951. },
  952. "require-dev": {
  953. "doctrine/doctrine-bundle": "~1.0",
  954. "doctrine/mongodb-odm": "~1.0",
  955. "doctrine/orm": "~2.2",
  956. "phing/phing": "~2.4",
  957. "propel/propel1": "^1.6.5",
  958. "symfony/class-loader": "~2.1|~3.0",
  959. "symfony/console": "~2.1|~3.0",
  960. "symfony/form": "~2.3|~3.0",
  961. "symfony/yaml": "~2.1|~3.0",
  962. "willdurand/propel-typehintable-behavior": "^1.0.4"
  963. },
  964. "suggest": {
  965. "doctrine/doctrine-bundle": "*",
  966. "doctrine/mongodb-odm-bundle": "*",
  967. "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
  968. "symfony/console": "Needed to be able to use commands",
  969. "symfony/form": "Needed to be able to use the AuthorizeFormType",
  970. "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
  971. },
  972. "type": "symfony-bundle",
  973. "extra": {
  974. "branch-alias": {
  975. "dev-master": "1.5-dev"
  976. }
  977. },
  978. "autoload": {
  979. "psr-4": {
  980. "FOS\\OAuthServerBundle\\": ""
  981. }
  982. },
  983. "notification-url": "https://packagist.org/downloads/",
  984. "license": [
  985. "MIT"
  986. ],
  987. "authors": [
  988. {
  989. "name": "Arnaud Le Blanc",
  990. "email": "arnaud.lb@gmail.com"
  991. },
  992. {
  993. "name": "FriendsOfSymfony Community",
  994. "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
  995. }
  996. ],
  997. "description": "Symfony2 OAuth Server Bundle",
  998. "homepage": "http://friendsofsymfony.github.com",
  999. "keywords": [
  1000. "oauth",
  1001. "oauth2",
  1002. "server"
  1003. ],
  1004. "time": "2016-04-18 17:03:14"
  1005. },
  1006. {
  1007. "name": "friendsofsymfony/oauth2-php",
  1008. "version": "1.2.1",
  1009. "source": {
  1010. "type": "git",
  1011. "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
  1012. "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c"
  1013. },
  1014. "dist": {
  1015. "type": "zip",
  1016. "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
  1017. "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
  1018. "shasum": ""
  1019. },
  1020. "require": {
  1021. "php": ">=5.3.2",
  1022. "symfony/http-foundation": "~2.0|~3.0"
  1023. },
  1024. "require-dev": {
  1025. "phpunit/phpunit": "~4.0"
  1026. },
  1027. "type": "library",
  1028. "extra": {
  1029. "branch-alias": {
  1030. "dev-master": "1.2.x-dev"
  1031. }
  1032. },
  1033. "autoload": {
  1034. "psr-4": {
  1035. "OAuth2\\": "lib/"
  1036. }
  1037. },
  1038. "notification-url": "https://packagist.org/downloads/",
  1039. "license": [
  1040. "MIT"
  1041. ],
  1042. "authors": [
  1043. {
  1044. "name": "Arnaud Le Blanc",
  1045. "email": "arnaud.lb@gmail.com"
  1046. },
  1047. {
  1048. "name": "FriendsOfSymfony Community",
  1049. "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
  1050. }
  1051. ],
  1052. "description": "OAuth2 library",
  1053. "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
  1054. "keywords": [
  1055. "oauth",
  1056. "oauth2"
  1057. ],
  1058. "time": "2016-03-31 14:24:17"
  1059. },
  1060. {
  1061. "name": "friendsofsymfony/rest-bundle",
  1062. "version": "1.7.7",
  1063. "target-dir": "FOS/RestBundle",
  1064. "source": {
  1065. "type": "git",
  1066. "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
  1067. "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0"
  1068. },
  1069. "dist": {
  1070. "type": "zip",
  1071. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
  1072. "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
  1073. "shasum": ""
  1074. },
  1075. "require": {
  1076. "doctrine/inflector": "~1.0",
  1077. "php": "^5.3.9|~7.0",
  1078. "psr/log": "~1.0",
  1079. "symfony/framework-bundle": "~2.3|~3.0",
  1080. "symfony/http-kernel": "^2.3.24|~3.0",
  1081. "willdurand/jsonp-callback-validator": "~1.0",
  1082. "willdurand/negotiation": "~1.2"
  1083. },
  1084. "conflict": {
  1085. "jms/serializer": "<0.12",
  1086. "jms/serializer-bundle": "<0.11",
  1087. "symfony/validator": ">=2.5.0,<2.5.5"
  1088. },
  1089. "require-dev": {
  1090. "jms/serializer": "~0.13|~1.0",
  1091. "jms/serializer-bundle": "~0.12|~1.0",
  1092. "phpoption/phpoption": "~1.1.0",
  1093. "sensio/framework-extra-bundle": "~2.0|~3.0",
  1094. "sllh/php-cs-fixer-styleci-bridge": "^1.3",
  1095. "symfony/browser-kit": "~2.3|~3.0",
  1096. "symfony/dependency-injection": "~2.3|~3.0",
  1097. "symfony/form": "~2.3|~3.0",
  1098. "symfony/phpunit-bridge": "~2.7|~3.0",
  1099. "symfony/security": "~2.3|~3.0",
  1100. "symfony/serializer": "~2.3|~3.0",
  1101. "symfony/validator": "~2.3|~3.0",
  1102. "symfony/yaml": "~2.3|~3.0"
  1103. },
  1104. "suggest": {
  1105. "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
  1106. "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
  1107. "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
  1108. "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
  1109. },
  1110. "type": "symfony-bundle",
  1111. "extra": {
  1112. "branch-alias": {
  1113. "dev-master": "1.7-dev"
  1114. }
  1115. },
  1116. "autoload": {
  1117. "psr-0": {
  1118. "FOS\\RestBundle": ""
  1119. }
  1120. },
  1121. "notification-url": "https://packagist.org/downloads/",
  1122. "license": [
  1123. "MIT"
  1124. ],
  1125. "authors": [
  1126. {
  1127. "name": "Lukas Kahwe Smith",
  1128. "email": "smith@pooteeweet.org"
  1129. },
  1130. {
  1131. "name": "FriendsOfSymfony Community",
  1132. "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
  1133. },
  1134. {
  1135. "name": "Konstantin Kudryashov",
  1136. "email": "ever.zet@gmail.com"
  1137. }
  1138. ],
  1139. "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
  1140. "homepage": "http://friendsofsymfony.github.com",
  1141. "keywords": [
  1142. "rest"
  1143. ],
  1144. "time": "2015-12-29 16:02:50"
  1145. },
  1146. {
  1147. "name": "guzzlehttp/guzzle",
  1148. "version": "6.2.0",
  1149. "source": {
  1150. "type": "git",
  1151. "url": "https://github.com/guzzle/guzzle.git",
  1152. "reference": "d094e337976dff9d8e2424e8485872194e768662"
  1153. },
  1154. "dist": {
  1155. "type": "zip",
  1156. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
  1157. "reference": "d094e337976dff9d8e2424e8485872194e768662",
  1158. "shasum": ""
  1159. },
  1160. "require": {
  1161. "guzzlehttp/promises": "~1.0",
  1162. "guzzlehttp/psr7": "~1.1",
  1163. "php": ">=5.5.0"
  1164. },
  1165. "require-dev": {
  1166. "ext-curl": "*",
  1167. "phpunit/phpunit": "~4.0",
  1168. "psr/log": "~1.0"
  1169. },
  1170. "type": "library",
  1171. "extra": {
  1172. "branch-alias": {
  1173. "dev-master": "6.2-dev"
  1174. }
  1175. },
  1176. "autoload": {
  1177. "files": [
  1178. "src/functions_include.php"
  1179. ],
  1180. "psr-4": {
  1181. "GuzzleHttp\\": "src/"
  1182. }
  1183. },
  1184. "notification-url": "https://packagist.org/downloads/",
  1185. "license": [
  1186. "MIT"
  1187. ],
  1188. "authors": [
  1189. {
  1190. "name": "Michael Dowling",
  1191. "email": "mtdowling@gmail.com",
  1192. "homepage": "https://github.com/mtdowling"
  1193. }
  1194. ],
  1195. "description": "Guzzle is a PHP HTTP client library",
  1196. "homepage": "http://guzzlephp.org/",
  1197. "keywords": [
  1198. "client",
  1199. "curl",
  1200. "framework",
  1201. "http",
  1202. "http client",
  1203. "rest",
  1204. "web service"
  1205. ],
  1206. "time": "2016-03-21 20:02:09"
  1207. },
  1208. {
  1209. "name": "guzzlehttp/promises",
  1210. "version": "1.2.0",
  1211. "source": {
  1212. "type": "git",
  1213. "url": "https://github.com/guzzle/promises.git",
  1214. "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
  1215. },
  1216. "dist": {
  1217. "type": "zip",
  1218. "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
  1219. "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
  1220. "shasum": ""
  1221. },
  1222. "require": {
  1223. "php": ">=5.5.0"
  1224. },
  1225. "require-dev": {
  1226. "phpunit/phpunit": "~4.0"
  1227. },
  1228. "type": "library",
  1229. "extra": {
  1230. "branch-alias": {
  1231. "dev-master": "1.0-dev"
  1232. }
  1233. },
  1234. "autoload": {
  1235. "psr-4": {
  1236. "GuzzleHttp\\Promise\\": "src/"
  1237. },
  1238. "files": [
  1239. "src/functions_include.php"
  1240. ]
  1241. },
  1242. "notification-url": "https://packagist.org/downloads/",
  1243. "license": [
  1244. "MIT"
  1245. ],
  1246. "authors": [
  1247. {
  1248. "name": "Michael Dowling",
  1249. "email": "mtdowling@gmail.com",
  1250. "homepage": "https://github.com/mtdowling"
  1251. }
  1252. ],
  1253. "description": "Guzzle promises library",
  1254. "keywords": [
  1255. "promise"
  1256. ],
  1257. "time": "2016-05-18 16:56:05"
  1258. },
  1259. {
  1260. "name": "guzzlehttp/psr7",
  1261. "version": "1.3.0",
  1262. "source": {
  1263. "type": "git",
  1264. "url": "https://github.com/guzzle/psr7.git",
  1265. "reference": "31382fef2889136415751badebbd1cb022a4ed72"
  1266. },
  1267. "dist": {
  1268. "type": "zip",
  1269. "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
  1270. "reference": "31382fef2889136415751badebbd1cb022a4ed72",
  1271. "shasum": ""
  1272. },
  1273. "require": {
  1274. "php": ">=5.4.0",
  1275. "psr/http-message": "~1.0"
  1276. },
  1277. "provide": {
  1278. "psr/http-message-implementation": "1.0"
  1279. },
  1280. "require-dev": {
  1281. "phpunit/phpunit": "~4.0"
  1282. },
  1283. "type": "library",
  1284. "extra": {
  1285. "branch-alias": {
  1286. "dev-master": "1.0-dev"
  1287. }
  1288. },
  1289. "autoload": {
  1290. "psr-4": {
  1291. "GuzzleHttp\\Psr7\\": "src/"
  1292. },
  1293. "files": [
  1294. "src/functions_include.php"
  1295. ]
  1296. },
  1297. "notification-url": "https://packagist.org/downloads/",
  1298. "license": [
  1299. "MIT"
  1300. ],
  1301. "authors": [
  1302. {
  1303. "name": "Michael Dowling",
  1304. "email": "mtdowling@gmail.com",
  1305. "homepage": "https://github.com/mtdowling"
  1306. }
  1307. ],
  1308. "description": "PSR-7 message implementation",
  1309. "keywords": [
  1310. "http",
  1311. "message",
  1312. "stream",
  1313. "uri"
  1314. ],
  1315. "time": "2016-04-13 19:56:01"
  1316. },
  1317. {
  1318. "name": "incenteev/composer-parameter-handler",
  1319. "version": "v2.1.2",
  1320. "source": {
  1321. "type": "git",
  1322. "url": "https://github.com/Incenteev/ParameterHandler.git",
  1323. "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
  1324. },
  1325. "dist": {
  1326. "type": "zip",
  1327. "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
  1328. "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
  1329. "shasum": ""
  1330. },
  1331. "require": {
  1332. "php": ">=5.3.3",
  1333. "symfony/yaml": "~2.3|~3.0"
  1334. },
  1335. "require-dev": {
  1336. "composer/composer": "1.0.*@dev",
  1337. "phpspec/prophecy-phpunit": "~1.0",
  1338. "symfony/filesystem": "~2.2"
  1339. },
  1340. "type": "library",
  1341. "extra": {
  1342. "branch-alias": {
  1343. "dev-master": "2.1.x-dev"
  1344. }
  1345. },
  1346. "autoload": {
  1347. "psr-4": {
  1348. "Incenteev\\ParameterHandler\\": ""
  1349. }
  1350. },
  1351. "notification-url": "https://packagist.org/downloads/",
  1352. "license": [
  1353. "MIT"
  1354. ],
  1355. "authors": [
  1356. {
  1357. "name": "Christophe Coevoet",
  1358. "email": "stof@notk.org"
  1359. }
  1360. ],
  1361. "description": "Composer script handling your ignored parameter file",
  1362. "homepage": "https://github.com/Incenteev/ParameterHandler",
  1363. "keywords": [
  1364. "parameters management"
  1365. ],
  1366. "time": "2015-11-10 17:04:01"
  1367. },
  1368. {
  1369. "name": "intervention/image",
  1370. "version": "2.3.7",
  1371. "source": {
  1372. "type": "git",
  1373. "url": "https://github.com/Intervention/image.git",
  1374. "reference": "22088b04728a039bd1fc32f7e79a89a118b78698"
  1375. },
  1376. "dist": {
  1377. "type": "zip",
  1378. "url": "https://api.github.com/repos/Intervention/image/zipball/22088b04728a039bd1fc32f7e79a89a118b78698",
  1379. "reference": "22088b04728a039bd1fc32f7e79a89a118b78698",
  1380. "shasum": ""
  1381. },
  1382. "require": {
  1383. "ext-fileinfo": "*",
  1384. "guzzlehttp/psr7": "~1.1",
  1385. "php": ">=5.4.0"
  1386. },
  1387. "require-dev": {
  1388. "mockery/mockery": "~0.9.2",
  1389. "phpunit/phpunit": "3.*"
  1390. },
  1391. "suggest": {
  1392. "ext-gd": "to use GD library based image processing.",
  1393. "ext-imagick": "to use Imagick based image processing.",
  1394. "intervention/imagecache": "Caching extension for the Intervention Image library"
  1395. },
  1396. "type": "library",
  1397. "extra": {
  1398. "branch-alias": {
  1399. "dev-master": "2.3-dev"
  1400. }
  1401. },
  1402. "autoload": {
  1403. "psr-4": {
  1404. "Intervention\\Image\\": "src/Intervention/Image"
  1405. }
  1406. },
  1407. "notification-url": "https://packagist.org/downloads/",
  1408. "license": [
  1409. "MIT"
  1410. ],
  1411. "authors": [
  1412. {
  1413. "name": "Oliver Vogel",
  1414. "email": "oliver@olivervogel.net",
  1415. "homepage": "http://olivervogel.net/"
  1416. }
  1417. ],
  1418. "description": "Image handling and manipulation library with support for Laravel integration",
  1419. "homepage": "http://image.intervention.io/",
  1420. "keywords": [
  1421. "gd",
  1422. "image",
  1423. "imagick",
  1424. "laravel",
  1425. "thumbnail",
  1426. "watermark"
  1427. ],
  1428. "time": "2016-04-26 14:08:40"
  1429. },
  1430. {
  1431. "name": "jdorn/sql-formatter",
  1432. "version": "v1.2.17",
  1433. "source": {
  1434. "type": "git",
  1435. "url": "https://github.com/jdorn/sql-formatter.git",
  1436. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
  1437. },
  1438. "dist": {
  1439. "type": "zip",
  1440. "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
  1441. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
  1442. "shasum": ""
  1443. },
  1444. "require": {
  1445. "php": ">=5.2.4"
  1446. },
  1447. "require-dev": {
  1448. "phpunit/phpunit": "3.7.*"
  1449. },
  1450. "type": "library",
  1451. "extra": {
  1452. "branch-alias": {
  1453. "dev-master": "1.3.x-dev"
  1454. }
  1455. },
  1456. "autoload": {
  1457. "classmap": [
  1458. "lib"
  1459. ]
  1460. },
  1461. "notification-url": "https://packagist.org/downloads/",
  1462. "license": [
  1463. "MIT"
  1464. ],
  1465. "authors": [
  1466. {
  1467. "name": "Jeremy Dorn",
  1468. "email": "jeremy@jeremydorn.com",
  1469. "homepage": "http://jeremydorn.com/"
  1470. }
  1471. ],
  1472. "description": "a PHP SQL highlighting library",
  1473. "homepage": "https://github.com/jdorn/sql-formatter/",
  1474. "keywords": [
  1475. "highlight",
  1476. "sql"
  1477. ],
  1478. "time": "2014-01-12 16:20:24"
  1479. },
  1480. {
  1481. "name": "jms/metadata",
  1482. "version": "1.5.1",
  1483. "source": {
  1484. "type": "git",
  1485. "url": "https://github.com/schmittjoh/metadata.git",
  1486. "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
  1487. },
  1488. "dist": {
  1489. "type": "zip",
  1490. "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
  1491. "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
  1492. "shasum": ""
  1493. },
  1494. "require": {
  1495. "php": ">=5.3.0"
  1496. },
  1497. "require-dev": {
  1498. "doctrine/cache": "~1.0"
  1499. },
  1500. "type": "library",
  1501. "extra": {
  1502. "branch-alias": {
  1503. "dev-master": "1.5.x-dev"
  1504. }
  1505. },
  1506. "autoload": {
  1507. "psr-0": {
  1508. "Metadata\\": "src/"
  1509. }
  1510. },
  1511. "notification-url": "https://packagist.org/downloads/",
  1512. "license": [
  1513. "Apache"
  1514. ],
  1515. "authors": [
  1516. {
  1517. "name": "Johannes Schmitt",
  1518. "email": "schmittjoh@gmail.com",
  1519. "homepage": "https://github.com/schmittjoh",
  1520. "role": "Developer of wrapped JMSSerializerBundle"
  1521. }
  1522. ],
  1523. "description": "Class/method/property metadata management in PHP",
  1524. "keywords": [
  1525. "annotations",
  1526. "metadata",
  1527. "xml",
  1528. "yaml"
  1529. ],
  1530. "time": "2014-07-12 07:13:19"
  1531. },
  1532. {
  1533. "name": "jms/parser-lib",
  1534. "version": "1.0.0",
  1535. "source": {
  1536. "type": "git",
  1537. "url": "https://github.com/schmittjoh/parser-lib.git",
  1538. "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
  1539. },
  1540. "dist": {
  1541. "type": "zip",
  1542. "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
  1543. "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
  1544. "shasum": ""
  1545. },
  1546. "require": {
  1547. "phpoption/phpoption": ">=0.9,<2.0-dev"
  1548. },
  1549. "type": "library",
  1550. "extra": {
  1551. "branch-alias": {
  1552. "dev-master": "1.0-dev"
  1553. }
  1554. },
  1555. "autoload": {
  1556. "psr-0": {
  1557. "JMS\\": "src/"
  1558. }
  1559. },
  1560. "notification-url": "https://packagist.org/downloads/",
  1561. "license": [
  1562. "Apache2"
  1563. ],
  1564. "description": "A library for easily creating recursive-descent parsers.",
  1565. "time": "2012-11-18 18:08:43"
  1566. },
  1567. {
  1568. "name": "jms/serializer",
  1569. "version": "1.1.0",
  1570. "source": {
  1571. "type": "git",
  1572. "url": "https://github.com/schmittjoh/serializer.git",
  1573. "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
  1574. },
  1575. "dist": {
  1576. "type": "zip",
  1577. "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
  1578. "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
  1579. "shasum": ""
  1580. },
  1581. "require": {
  1582. "doctrine/annotations": "1.*",
  1583. "doctrine/instantiator": "~1.0.3",
  1584. "jms/metadata": "~1.1",
  1585. "jms/parser-lib": "1.*",
  1586. "php": ">=5.4.0",
  1587. "phpcollection/phpcollection": "~0.1"
  1588. },
  1589. "conflict": {
  1590. "twig/twig": "<1.12"
  1591. },
  1592. "require-dev": {
  1593. "doctrine/orm": "~2.1",
  1594. "doctrine/phpcr-odm": "~1.0.1",
  1595. "jackalope/jackalope-doctrine-dbal": "1.0.*",
  1596. "phpunit/phpunit": "~4.0",
  1597. "propel/propel1": "~1.7",
  1598. "symfony/filesystem": "2.*",
  1599. "symfony/form": "~2.1",
  1600. "symfony/translation": "~2.0",
  1601. "symfony/validator": "~2.0",
  1602. "symfony/yaml": "2.*",
  1603. "twig/twig": "~1.12|~2.0"
  1604. },
  1605. "suggest": {
  1606. "symfony/yaml": "Required if you'd like to serialize data to YAML format."
  1607. },
  1608. "type": "library",
  1609. "extra": {
  1610. "branch-alias": {
  1611. "dev-master": "1.1-dev"
  1612. }
  1613. },
  1614. "autoload": {
  1615. "psr-0": {
  1616. "JMS\\Serializer": "src/"
  1617. }
  1618. },
  1619. "notification-url": "https://packagist.org/downloads/",
  1620. "license": [
  1621. "Apache2"
  1622. ],
  1623. "authors": [
  1624. {
  1625. "name": "Johannes M. Schmitt",
  1626. "email": "schmittjoh@gmail.com"
  1627. }
  1628. ],
  1629. "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
  1630. "homepage": "http://jmsyst.com/libs/serializer",
  1631. "keywords": [
  1632. "deserialization",
  1633. "jaxb",
  1634. "json",
  1635. "serialization",
  1636. "xml"
  1637. ],
  1638. "time": "2015-10-27 09:24:41"
  1639. },
  1640. {
  1641. "name": "jms/serializer-bundle",
  1642. "version": "1.1.0",
  1643. "target-dir": "JMS/SerializerBundle",
  1644. "source": {
  1645. "type": "git",
  1646. "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
  1647. "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
  1648. },
  1649. "dist": {
  1650. "type": "zip",
  1651. "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
  1652. "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
  1653. "shasum": ""
  1654. },
  1655. "require": {
  1656. "jms/serializer": "^1.0.0",
  1657. "php": ">=5.4.0",
  1658. "phpoption/phpoption": "^1.1.0",
  1659. "symfony/framework-bundle": "~2.3|~3.0"
  1660. },
  1661. "require-dev": {
  1662. "doctrine/doctrine-bundle": "*",
  1663. "doctrine/orm": "*",
  1664. "symfony/browser-kit": "*",
  1665. "symfony/class-loader": "*",
  1666. "symfony/css-selector": "*",
  1667. "symfony/finder": "*",
  1668. "symfony/form": "*",
  1669. "symfony/process": "*",
  1670. "symfony/stopwatch": "*",
  1671. "symfony/twig-bundle": "*",
  1672. "symfony/validator": "*",
  1673. "symfony/yaml": "*"
  1674. },
  1675. "suggest": {
  1676. "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
  1677. },
  1678. "type": "symfony-bundle",
  1679. "extra": {
  1680. "branch-alias": {
  1681. "dev-master": "1.1-dev"
  1682. }
  1683. },
  1684. "autoload": {
  1685. "psr-0": {
  1686. "JMS\\SerializerBundle": ""
  1687. }
  1688. },
  1689. "notification-url": "https://packagist.org/downloads/",
  1690. "license": [
  1691. "Apache2"
  1692. ],
  1693. "authors": [
  1694. {
  1695. "name": "Johannes M. Schmitt",
  1696. "email": "schmittjoh@gmail.com"
  1697. }
  1698. ],
  1699. "description": "Allows you to easily serialize, and deserialize data of any complexity",
  1700. "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
  1701. "keywords": [
  1702. "deserialization",
  1703. "jaxb",
  1704. "json",
  1705. "serialization",
  1706. "xml"
  1707. ],
  1708. "time": "2015-11-10 12:26:42"
  1709. },
  1710. {
  1711. "name": "knplabs/knp-components",
  1712. "version": "1.3.3",
  1713. "source": {
  1714. "type": "git",
  1715. "url": "https://github.com/KnpLabs/knp-components.git",
  1716. "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da"
  1717. },
  1718. "dist": {
  1719. "type": "zip",
  1720. "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/bc49e739d1cce94d783b1e23bc5b263b38dc47da",
  1721. "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da",
  1722. "shasum": ""
  1723. },
  1724. "require": {
  1725. "php": ">=5.3.2"
  1726. },
  1727. "require-dev": {
  1728. "doctrine/mongodb-odm": "~1.0@beta",
  1729. "doctrine/orm": "~2.4",
  1730. "doctrine/phpcr-odm": "~1.2",
  1731. "jackalope/jackalope-doctrine-dbal": "~1.2",
  1732. "phpunit/phpunit": "~4.2",
  1733. "ruflin/elastica": "~1.0",
  1734. "symfony/event-dispatcher": "~2.5"
  1735. },
  1736. "suggest": {
  1737. "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
  1738. "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
  1739. "doctrine/orm": "to allow usage pagination with Doctrine ORM",
  1740. "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
  1741. "propel/propel1": "to allow usage pagination with Propel ORM",
  1742. "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
  1743. "solarium/solarium": "to allow usage pagination with Solarium Client"
  1744. },
  1745. "type": "library",
  1746. "extra": {
  1747. "branch-alias": {
  1748. "dev-master": "1.3.x-dev"
  1749. }
  1750. },
  1751. "autoload": {
  1752. "psr-0": {
  1753. "Knp\\Component": "src"
  1754. }
  1755. },
  1756. "notification-url": "https://packagist.org/downloads/",
  1757. "license": [
  1758. "MIT"
  1759. ],
  1760. "authors": [
  1761. {
  1762. "name": "KnpLabs Team",
  1763. "homepage": "http://knplabs.com"
  1764. },
  1765. {
  1766. "name": "Symfony Community",
  1767. "homepage": "http://github.com/KnpLabs/knp-components/contributors"
  1768. }
  1769. ],
  1770. "description": "Knplabs component library",
  1771. "homepage": "http://github.com/KnpLabs/knp-components",
  1772. "keywords": [
  1773. "components",
  1774. "knp",
  1775. "knplabs",
  1776. "pager",
  1777. "paginator"
  1778. ],
  1779. "time": "2016-04-21 06:26:20"
  1780. },
  1781. {
  1782. "name": "knplabs/knp-paginator-bundle",
  1783. "version": "2.5.3",
  1784. "source": {
  1785. "type": "git",
  1786. "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
  1787. "reference": "c988761005504007c6c87d6a557641281194a0e5"
  1788. },
  1789. "dist": {
  1790. "type": "zip",
  1791. "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/c988761005504007c6c87d6a557641281194a0e5",
  1792. "reference": "c988761005504007c6c87d6a557641281194a0e5",
  1793. "shasum": ""
  1794. },
  1795. "require": {
  1796. "knplabs/knp-components": "~1.2",
  1797. "php": ">=5.3.3",
  1798. "symfony/framework-bundle": "~2.3|~3.0",
  1799. "twig/twig": "~1.12|~2"
  1800. },
  1801. "require-dev": {
  1802. "symfony/expression-language": "~2.4|~3.0"
  1803. },
  1804. "type": "symfony-bundle",
  1805. "extra": {
  1806. "branch-alias": {
  1807. "dev-master": "2.5.x-dev"
  1808. }
  1809. },
  1810. "autoload": {
  1811. "psr-4": {
  1812. "Knp\\Bundle\\PaginatorBundle\\": ""
  1813. }
  1814. },
  1815. "notification-url": "https://packagist.org/downloads/",
  1816. "license": [
  1817. "MIT"
  1818. ],
  1819. "authors": [
  1820. {
  1821. "name": "KnpLabs Team",
  1822. "homepage": "http://knplabs.com"
  1823. },
  1824. {
  1825. "name": "Symfony2 Community",
  1826. "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
  1827. }
  1828. ],
  1829. "description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features",
  1830. "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
  1831. "keywords": [
  1832. "Symfony2",
  1833. "bundle",
  1834. "knp",
  1835. "knplabs",
  1836. "pager",
  1837. "pagination",
  1838. "paginator"
  1839. ],
  1840. "time": "2016-04-20 11:40:30"
  1841. },
  1842. {
  1843. "name": "league/flysystem",
  1844. "version": "1.0.22",
  1845. "source": {
  1846. "type": "git",
  1847. "url": "https://github.com/thephpleague/flysystem.git",
  1848. "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612"
  1849. },
  1850. "dist": {
  1851. "type": "zip",
  1852. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bd73a91703969a2d20ab4bfbf971d6c2cbe36612",
  1853. "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612",
  1854. "shasum": ""
  1855. },
  1856. "require": {
  1857. "php": ">=5.4.0"
  1858. },
  1859. "conflict": {
  1860. "league/flysystem-sftp": "<1.0.6"
  1861. },
  1862. "require-dev": {
  1863. "ext-fileinfo": "*",
  1864. "mockery/mockery": "~0.9",
  1865. "phpspec/phpspec": "^2.2",
  1866. "phpunit/phpunit": "~4.8 || ~5.0"
  1867. },
  1868. "suggest": {
  1869. "ext-fileinfo": "Required for MimeType",
  1870. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1871. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1872. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1873. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1874. "league/flysystem-copy": "Allows you to use Copy.com storage",
  1875. "league/flysystem-dropbox": "Allows you to use Dropbox storage",
  1876. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1877. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1878. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1879. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1880. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
  1881. },
  1882. "type": "library",
  1883. "extra": {
  1884. "branch-alias": {
  1885. "dev-master": "1.1-dev"
  1886. }
  1887. },
  1888. "autoload": {
  1889. "psr-4": {
  1890. "League\\Flysystem\\": "src/"
  1891. }
  1892. },
  1893. "notification-url": "https://packagist.org/downloads/",
  1894. "license": [
  1895. "MIT"
  1896. ],
  1897. "authors": [
  1898. {
  1899. "name": "Frank de Jonge",
  1900. "email": "info@frenky.net"
  1901. }
  1902. ],
  1903. "description": "Filesystem abstraction: Many filesystems, one API.",
  1904. "keywords": [
  1905. "Cloud Files",
  1906. "WebDAV",
  1907. "abstraction",
  1908. "aws",
  1909. "cloud",
  1910. "copy.com",
  1911. "dropbox",
  1912. "file systems",
  1913. "files",
  1914. "filesystem",
  1915. "filesystems",
  1916. "ftp",
  1917. "rackspace",
  1918. "remote",
  1919. "s3",
  1920. "sftp",
  1921. "storage"
  1922. ],
  1923. "time": "2016-04-28 06:53:12"
  1924. },
  1925. {
  1926. "name": "michelf/php-markdown",
  1927. "version": "1.6.0",
  1928. "source": {
  1929. "type": "git",
  1930. "url": "https://github.com/michelf/php-markdown.git",
  1931. "reference": "156e56ee036505ec637d761ee62dc425d807183c"
  1932. },
  1933. "dist": {
  1934. "type": "zip",
  1935. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
  1936. "reference": "156e56ee036505ec637d761ee62dc425d807183c",
  1937. "shasum": ""
  1938. },
  1939. "require": {
  1940. "php": ">=5.3.0"
  1941. },
  1942. "type": "library",
  1943. "extra": {
  1944. "branch-alias": {
  1945. "dev-lib": "1.4.x-dev"
  1946. }
  1947. },
  1948. "autoload": {
  1949. "psr-0": {
  1950. "Michelf": ""
  1951. }
  1952. },
  1953. "notification-url": "https://packagist.org/downloads/",
  1954. "license": [
  1955. "BSD-3-Clause"
  1956. ],
  1957. "authors": [
  1958. {
  1959. "name": "Michel Fortin",
  1960. "email": "michel.fortin@michelf.ca",
  1961. "homepage": "https://michelf.ca/",
  1962. "role": "Developer"
  1963. },
  1964. {
  1965. "name": "John Gruber",
  1966. "homepage": "https://daringfireball.net/"
  1967. }
  1968. ],
  1969. "description": "PHP Markdown",
  1970. "homepage": "https://michelf.ca/projects/php-markdown/",
  1971. "keywords": [
  1972. "markdown"
  1973. ],
  1974. "time": "2015-12-24 01:37:31"
  1975. },
  1976. {
  1977. "name": "monolog/monolog",
  1978. "version": "1.19.0",
  1979. "source": {
  1980. "type": "git",
  1981. "url": "https://github.com/Seldaek/monolog.git",
  1982. "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
  1983. },
  1984. "dist": {
  1985. "type": "zip",
  1986. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
  1987. "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
  1988. "shasum": ""
  1989. },
  1990. "require": {
  1991. "php": ">=5.3.0",
  1992. "psr/log": "~1.0"
  1993. },
  1994. "provide": {
  1995. "psr/log-implementation": "1.0.0"
  1996. },
  1997. "require-dev": {
  1998. "aws/aws-sdk-php": "^2.4.9",
  1999. "doctrine/couchdb": "~1.0@dev",
  2000. "graylog2/gelf-php": "~1.0",
  2001. "jakub-onderka/php-parallel-lint": "0.9",
  2002. "php-amqplib/php-amqplib": "~2.4",
  2003. "php-console/php-console": "^3.1.3",
  2004. "phpunit/phpunit": "~4.5",
  2005. "phpunit/phpunit-mock-objects": "2.3.0",
  2006. "raven/raven": "^0.13",
  2007. "ruflin/elastica": ">=0.90 <3.0",
  2008. "swiftmailer/swiftmailer": "~5.3"
  2009. },
  2010. "suggest": {
  2011. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  2012. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  2013. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  2014. "ext-mongo": "Allow sending log messages to a MongoDB server",
  2015. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  2016. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  2017. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  2018. "php-console/php-console": "Allow sending log messages to Google Chrome",
  2019. "raven/raven": "Allow sending log messages to a Sentry server",
  2020. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  2021. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  2022. },
  2023. "type": "library",
  2024. "extra": {
  2025. "branch-alias": {
  2026. "dev-master": "2.0.x-dev"
  2027. }
  2028. },
  2029. "autoload": {
  2030. "psr-4": {
  2031. "Monolog\\": "src/Monolog"
  2032. }
  2033. },
  2034. "notification-url": "https://packagist.org/downloads/",
  2035. "license": [
  2036. "MIT"
  2037. ],
  2038. "authors": [
  2039. {
  2040. "name": "Jordi Boggiano",
  2041. "email": "j.boggiano@seld.be",
  2042. "homepage": "http://seld.be"
  2043. }
  2044. ],
  2045. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  2046. "homepage": "http://github.com/Seldaek/monolog",
  2047. "keywords": [
  2048. "log",
  2049. "logging",
  2050. "psr-3"
  2051. ],
  2052. "time": "2016-04-12 18:29:35"
  2053. },
  2054. {
  2055. "name": "nelmio/api-doc-bundle",
  2056. "version": "2.12.0",
  2057. "target-dir": "Nelmio/ApiDocBundle",
  2058. "source": {
  2059. "type": "git",
  2060. "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
  2061. "reference": "6793b701570f5f426678309910b2440c8f5d1d9e"
  2062. },
  2063. "dist": {
  2064. "type": "zip",
  2065. "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/6793b701570f5f426678309910b2440c8f5d1d9e",
  2066. "reference": "6793b701570f5f426678309910b2440c8f5d1d9e",
  2067. "shasum": ""
  2068. },
  2069. "require": {
  2070. "michelf/php-markdown": "~1.4",
  2071. "php": ">=5.3",
  2072. "symfony/console": "~2.3|~3.0",
  2073. "symfony/framework-bundle": "~2.3|~3.0",
  2074. "symfony/twig-bundle": "~2.3|~3.0"
  2075. },
  2076. "conflict": {
  2077. "jms/serializer": "<0.12",
  2078. "jms/serializer-bundle": "<0.11",
  2079. "symfony/symfony": "~2.7.8",
  2080. "twig/twig": "<1.12"
  2081. },
  2082. "require-dev": {
  2083. "doctrine/doctrine-bundle": "~1.5",
  2084. "doctrine/orm": "~2.3",
  2085. "dunglas/api-bundle": "~1.0@dev",
  2086. "friendsofsymfony/rest-bundle": "~1.0|~2.0",
  2087. "jms/serializer-bundle": ">=0.11",
  2088. "sensio/framework-extra-bundle": "~3.0",
  2089. "symfony/browser-kit": "~2.3|~3.0",
  2090. "symfony/css-selector": "~2.3|~3.0",
  2091. "symfony/finder": "~2.3|~3.0",
  2092. "symfony/form": "~2.3|~3.0",
  2093. "symfony/phpunit-bridge": "~2.7|~3.0",
  2094. "symfony/serializer": "~2.7|~3.0",
  2095. "symfony/validator": "~2.3|~3.0",
  2096. "symfony/yaml": "~2.3|~3.0"
  2097. },
  2098. "suggest": {
  2099. "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
  2100. "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
  2101. "jms/serializer": "For making use of serializer information in the doc.",
  2102. "symfony/form": "For using form definitions as input.",
  2103. "symfony/validator": "For making use of validator information in the doc."
  2104. },
  2105. "type": "symfony-bundle",
  2106. "extra": {
  2107. "branch-alias": {
  2108. "dev-master": "2.12-dev"
  2109. }
  2110. },
  2111. "autoload": {
  2112. "psr-0": {
  2113. "Nelmio\\ApiDocBundle": ""
  2114. }
  2115. },
  2116. "notification-url": "https://packagist.org/downloads/",
  2117. "license": [
  2118. "MIT"
  2119. ],
  2120. "authors": [
  2121. {
  2122. "name": "Nelmio",
  2123. "homepage": "http://nelm.io"
  2124. },
  2125. {
  2126. "name": "Symfony Community",
  2127. "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
  2128. }
  2129. ],
  2130. "description": "Generates documentation for your REST API from annotations",
  2131. "keywords": [
  2132. "api",
  2133. "doc",
  2134. "documentation",
  2135. "rest"
  2136. ],
  2137. "time": "2016-03-21 11:19:12"
  2138. },
  2139. {
  2140. "name": "ocramius/proxy-manager",
  2141. "version": "1.0.2",
  2142. "source": {
  2143. "type": "git",
  2144. "url": "https://github.com/Ocramius/ProxyManager.git",
  2145. "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
  2146. },
  2147. "dist": {
  2148. "type": "zip",
  2149. "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
  2150. "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
  2151. "shasum": ""
  2152. },
  2153. "require": {
  2154. "php": ">=5.3.3",
  2155. "zendframework/zend-code": ">2.2.5,<3.0"
  2156. },
  2157. "require-dev": {
  2158. "ext-phar": "*",
  2159. "phpunit/phpunit": "~4.0",
  2160. "squizlabs/php_codesniffer": "1.5.*"
  2161. },
  2162. "suggest": {
  2163. "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
  2164. "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
  2165. "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
  2166. "zendframework/zend-stdlib": "To use the hydrator proxy",
  2167. "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
  2168. },
  2169. "type": "library",
  2170. "extra": {
  2171. "branch-alias": {
  2172. "dev-master": "2.0.x-dev"
  2173. }
  2174. },
  2175. "autoload": {
  2176. "psr-0": {
  2177. "ProxyManager\\": "src"
  2178. }
  2179. },
  2180. "notification-url": "https://packagist.org/downloads/",
  2181. "license": [
  2182. "MIT"
  2183. ],
  2184. "authors": [
  2185. {
  2186. "name": "Marco Pivetta",
  2187. "email": "ocramius@gmail.com",
  2188. "homepage": "http://ocramius.github.com/"
  2189. }
  2190. ],
  2191. "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
  2192. "homepage": "https://github.com/Ocramius/ProxyManager",
  2193. "keywords": [
  2194. "aop",
  2195. "lazy loading",
  2196. "proxy",
  2197. "proxy pattern",
  2198. "service proxies"
  2199. ],
  2200. "time": "2015-08-09 04:28:19"
  2201. },
  2202. {
  2203. "name": "oneup/flysystem-bundle",
  2204. "version": "1.3.0",
  2205. "source": {
  2206. "type": "git",
  2207. "url": "https://github.com/1up-lab/OneupFlysystemBundle.git",
  2208. "reference": "3bfc01fd917b513cfccaffa2255bfc376300ed3f"
  2209. },
  2210. "dist": {
  2211. "type": "zip",
  2212. "url": "https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/3bfc01fd917b513cfccaffa2255bfc376300ed3f",
  2213. "reference": "3bfc01fd917b513cfccaffa2255bfc376300ed3f",
  2214. "shasum": ""
  2215. },
  2216. "require": {
  2217. "league/flysystem": "~1.0",
  2218. "php": ">=5.4.0",
  2219. "symfony/framework-bundle": "~2.0|~3.0"
  2220. },
  2221. "require-dev": {
  2222. "league/flysystem-aws-s3-v2": "~1.0",
  2223. "league/flysystem-cached-adapter": "~1.0",
  2224. "league/flysystem-copy": "~1.0",
  2225. "league/flysystem-dropbox": "~1.0",
  2226. "league/flysystem-gridfs": "~1.0",
  2227. "league/flysystem-rackspace": "~1.0",
  2228. "league/flysystem-sftp": "~1.0",
  2229. "league/flysystem-webdav": "~1.0",
  2230. "league/flysystem-ziparchive": "~1.0",
  2231. "phpunit/phpunit": "4.4.*",
  2232. "symfony/browser-kit": "~2.0|~3.0",
  2233. "symfony/finder": "~2.0|~3.0"
  2234. },
  2235. "suggest": {
  2236. "ext-fileinfo": "Required for MimeType",
  2237. "league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2",
  2238. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  2239. "league/flysystem-copy": "Allows you to use Copy.com storage",
  2240. "league/flysystem-dropbox": "Use Dropbox storage",
  2241. "league/flysystem-gridfs": "Allows you to use GridFS adapter",
  2242. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  2243. "league/flysystem-sftp": "Allows SFTP server storage via phpseclib",
  2244. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  2245. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
  2246. },
  2247. "type": "symfony-bundle",
  2248. "autoload": {
  2249. "psr-4": {
  2250. "Oneup\\FlysystemBundle\\": ""
  2251. }
  2252. },
  2253. "notification-url": "https://packagist.org/downloads/",
  2254. "license": [
  2255. "MIT"
  2256. ],
  2257. "authors": [
  2258. {
  2259. "name": "Jim Schmid",
  2260. "email": "js@1up.io",
  2261. "homepage": "http://1up.io",
  2262. "role": "Developer"
  2263. }
  2264. ],
  2265. "description": "Integrates Flysystem filesystem abstraction library to your Symfony2 project.",
  2266. "homepage": "http://1up.io",
  2267. "keywords": [
  2268. "Flysystem",
  2269. "Symfony2",
  2270. "abstraction",
  2271. "filesystem"
  2272. ],
  2273. "time": "2016-02-02 08:39:55"
  2274. },
  2275. {
  2276. "name": "paragonie/random_compat",
  2277. "version": "v2.0.2",
  2278. "source": {
  2279. "type": "git",
  2280. "url": "https://github.com/paragonie/random_compat.git",
  2281. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
  2282. },
  2283. "dist": {
  2284. "type": "zip",
  2285. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
  2286. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
  2287. "shasum": ""
  2288. },
  2289. "require": {
  2290. "php": ">=5.2.0"
  2291. },
  2292. "require-dev": {
  2293. "phpunit/phpunit": "4.*|5.*"
  2294. },
  2295. "suggest": {
  2296. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  2297. },
  2298. "type": "library",
  2299. "autoload": {
  2300. "files": [
  2301. "lib/random.php"
  2302. ]
  2303. },
  2304. "notification-url": "https://packagist.org/downloads/",
  2305. "license": [
  2306. "MIT"
  2307. ],
  2308. "authors": [
  2309. {
  2310. "name": "Paragon Initiative Enterprises",
  2311. "email": "security@paragonie.com",
  2312. "homepage": "https://paragonie.com"
  2313. }
  2314. ],
  2315. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  2316. "keywords": [
  2317. "csprng",
  2318. "pseudorandom",
  2319. "random"
  2320. ],
  2321. "time": "2016-04-03 06:00:07"
  2322. },
  2323. {
  2324. "name": "phpcollection/phpcollection",
  2325. "version": "0.4.0",
  2326. "source": {
  2327. "type": "git",
  2328. "url": "https://github.com/schmittjoh/php-collection.git",
  2329. "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
  2330. },
  2331. "dist": {
  2332. "type": "zip",
  2333. "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
  2334. "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
  2335. "shasum": ""
  2336. },
  2337. "require": {
  2338. "phpoption/phpoption": "1.*"
  2339. },
  2340. "type": "library",
  2341. "extra": {
  2342. "branch-alias": {
  2343. "dev-master": "0.3-dev"
  2344. }
  2345. },
  2346. "autoload": {
  2347. "psr-0": {
  2348. "PhpCollection": "src/"
  2349. }
  2350. },
  2351. "notification-url": "https://packagist.org/downloads/",
  2352. "license": [
  2353. "Apache2"
  2354. ],
  2355. "authors": [
  2356. {
  2357. "name": "Johannes Schmitt",
  2358. "email": "schmittjoh@gmail.com",
  2359. "homepage": "https://github.com/schmittjoh",
  2360. "role": "Developer of wrapped JMSSerializerBundle"
  2361. }
  2362. ],
  2363. "description": "General-Purpose Collection Library for PHP",
  2364. "keywords": [
  2365. "collection",
  2366. "list",
  2367. "map",
  2368. "sequence",
  2369. "set"
  2370. ],
  2371. "time": "2014-03-11 13:46:42"
  2372. },
  2373. {
  2374. "name": "phpoption/phpoption",
  2375. "version": "1.5.0",
  2376. "source": {
  2377. "type": "git",
  2378. "url": "https://github.com/schmittjoh/php-option.git",
  2379. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
  2380. },
  2381. "dist": {
  2382. "type": "zip",
  2383. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  2384. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  2385. "shasum": ""
  2386. },
  2387. "require": {
  2388. "php": ">=5.3.0"
  2389. },
  2390. "require-dev": {
  2391. "phpunit/phpunit": "4.7.*"
  2392. },
  2393. "type": "library",
  2394. "extra": {
  2395. "branch-alias": {
  2396. "dev-master": "1.3-dev"
  2397. }
  2398. },
  2399. "autoload": {
  2400. "psr-0": {
  2401. "PhpOption\\": "src/"
  2402. }
  2403. },
  2404. "notification-url": "https://packagist.org/downloads/",
  2405. "license": [
  2406. "Apache2"
  2407. ],
  2408. "authors": [
  2409. {
  2410. "name": "Johannes M. Schmitt",
  2411. "email": "schmittjoh@gmail.com"
  2412. }
  2413. ],
  2414. "description": "Option Type for PHP",
  2415. "keywords": [
  2416. "language",
  2417. "option",
  2418. "php",
  2419. "type"
  2420. ],
  2421. "time": "2015-07-25 16:39:46"
  2422. },
  2423. {
  2424. "name": "psr/http-message",
  2425. "version": "1.0",
  2426. "source": {
  2427. "type": "git",
  2428. "url": "https://github.com/php-fig/http-message.git",
  2429. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  2430. },
  2431. "dist": {
  2432. "type": "zip",
  2433. "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  2434. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  2435. "shasum": ""
  2436. },
  2437. "require": {
  2438. "php": ">=5.3.0"
  2439. },
  2440. "type": "library",
  2441. "extra": {
  2442. "branch-alias": {
  2443. "dev-master": "1.0.x-dev"
  2444. }
  2445. },
  2446. "autoload": {
  2447. "psr-4": {
  2448. "Psr\\Http\\Message\\": "src/"
  2449. }
  2450. },
  2451. "notification-url": "https://packagist.org/downloads/",
  2452. "license": [
  2453. "MIT"
  2454. ],
  2455. "authors": [
  2456. {
  2457. "name": "PHP-FIG",
  2458. "homepage": "http://www.php-fig.org/"
  2459. }
  2460. ],
  2461. "description": "Common interface for HTTP messages",
  2462. "keywords": [
  2463. "http",
  2464. "http-message",
  2465. "psr",
  2466. "psr-7",
  2467. "request",
  2468. "response"
  2469. ],
  2470. "time": "2015-05-04 20:22:00"
  2471. },
  2472. {
  2473. "name": "psr/log",
  2474. "version": "1.0.0",
  2475. "source": {
  2476. "type": "git",
  2477. "url": "https://github.com/php-fig/log.git",
  2478. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  2479. },
  2480. "dist": {
  2481. "type": "zip",
  2482. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  2483. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  2484. "shasum": ""
  2485. },
  2486. "type": "library",
  2487. "autoload": {
  2488. "psr-0": {
  2489. "Psr\\Log\\": ""
  2490. }
  2491. },
  2492. "notification-url": "https://packagist.org/downloads/",
  2493. "license": [
  2494. "MIT"
  2495. ],
  2496. "authors": [
  2497. {
  2498. "name": "PHP-FIG",
  2499. "homepage": "http://www.php-fig.org/"
  2500. }
  2501. ],
  2502. "description": "Common interface for logging libraries",
  2503. "keywords": [
  2504. "log",
  2505. "psr",
  2506. "psr-3"
  2507. ],
  2508. "time": "2012-12-21 11:40:51"
  2509. },
  2510. {
  2511. "name": "sensio/distribution-bundle",
  2512. "version": "v5.0.6",
  2513. "source": {
  2514. "type": "git",
  2515. "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
  2516. "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0"
  2517. },
  2518. "dist": {
  2519. "type": "zip",
  2520. "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ffe306d09c1f2bad721237f63b2169d1b78253d0",
  2521. "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0",
  2522. "shasum": ""
  2523. },
  2524. "require": {
  2525. "php": ">=5.3.9",
  2526. "sensiolabs/security-checker": "~3.0",
  2527. "symfony/class-loader": "~2.3|~3.0",
  2528. "symfony/config": "~2.3|~3.0",
  2529. "symfony/dependency-injection": "~2.3|~3.0",
  2530. "symfony/filesystem": "~2.3|~3.0",
  2531. "symfony/http-kernel": "~2.3|~3.0",
  2532. "symfony/process": "~2.3|~3.0"
  2533. },
  2534. "type": "symfony-bundle",
  2535. "extra": {
  2536. "branch-alias": {
  2537. "dev-master": "5.0.x-dev"
  2538. }
  2539. },
  2540. "autoload": {
  2541. "psr-4": {
  2542. "Sensio\\Bundle\\DistributionBundle\\": ""
  2543. }
  2544. },
  2545. "notification-url": "https://packagist.org/downloads/",
  2546. "license": [
  2547. "MIT"
  2548. ],
  2549. "authors": [
  2550. {
  2551. "name": "Fabien Potencier",
  2552. "email": "fabien@symfony.com"
  2553. }
  2554. ],
  2555. "description": "Base bundle for Symfony Distributions",
  2556. "keywords": [
  2557. "configuration",
  2558. "distribution"
  2559. ],
  2560. "time": "2016-04-25 20:50:31"
  2561. },
  2562. {
  2563. "name": "sensio/framework-extra-bundle",
  2564. "version": "v3.0.16",
  2565. "source": {
  2566. "type": "git",
  2567. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  2568. "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
  2569. },
  2570. "dist": {
  2571. "type": "zip",
  2572. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
  2573. "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
  2574. "shasum": ""
  2575. },
  2576. "require": {
  2577. "doctrine/common": "~2.2",
  2578. "symfony/dependency-injection": "~2.3|~3.0",
  2579. "symfony/framework-bundle": "~2.3|~3.0"
  2580. },
  2581. "require-dev": {
  2582. "symfony/browser-kit": "~2.3|~3.0",
  2583. "symfony/dom-crawler": "~2.3|~3.0",
  2584. "symfony/expression-language": "~2.4|~3.0",
  2585. "symfony/finder": "~2.3|~3.0",
  2586. "symfony/phpunit-bridge": "~2.7|~3.0",
  2587. "symfony/security-bundle": "~2.4|~3.0",
  2588. "symfony/twig-bundle": "~2.3|~3.0",
  2589. "twig/twig": "~1.11|~2.0"
  2590. },
  2591. "suggest": {
  2592. "symfony/expression-language": "",
  2593. "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
  2594. "symfony/security-bundle": ""
  2595. },
  2596. "type": "symfony-bundle",
  2597. "extra": {
  2598. "branch-alias": {
  2599. "dev-master": "3.0.x-dev"
  2600. }
  2601. },
  2602. "autoload": {
  2603. "psr-4": {
  2604. "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
  2605. }
  2606. },
  2607. "notification-url": "https://packagist.org/downloads/",
  2608. "license": [
  2609. "MIT"
  2610. ],
  2611. "authors": [
  2612. {
  2613. "name": "Fabien Potencier",
  2614. "email": "fabien@symfony.com"
  2615. }
  2616. ],
  2617. "description": "This bundle provides a way to configure your controllers with annotations",
  2618. "keywords": [
  2619. "annotations",
  2620. "controllers"
  2621. ],
  2622. "time": "2016-03-25 17:08:27"
  2623. },
  2624. {
  2625. "name": "sensiolabs/security-checker",
  2626. "version": "v3.0.2",
  2627. "source": {
  2628. "type": "git",
  2629. "url": "https://github.com/sensiolabs/security-checker.git",
  2630. "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
  2631. },
  2632. "dist": {
  2633. "type": "zip",
  2634. "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
  2635. "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
  2636. "shasum": ""
  2637. },
  2638. "require": {
  2639. "symfony/console": "~2.0|~3.0"
  2640. },
  2641. "bin": [
  2642. "security-checker"
  2643. ],
  2644. "type": "library",
  2645. "extra": {
  2646. "branch-alias": {
  2647. "dev-master": "3.0-dev"
  2648. }
  2649. },
  2650. "autoload": {
  2651. "psr-0": {
  2652. "SensioLabs\\Security": ""
  2653. }
  2654. },
  2655. "notification-url": "https://packagist.org/downloads/",
  2656. "license": [
  2657. "MIT"
  2658. ],
  2659. "authors": [
  2660. {
  2661. "name": "Fabien Potencier",
  2662. "email": "fabien.potencier@gmail.com"
  2663. }
  2664. ],
  2665. "description": "A security checker for your composer.lock",
  2666. "time": "2015-11-07 08:07:40"
  2667. },
  2668. {
  2669. "name": "swiftmailer/swiftmailer",
  2670. "version": "v5.4.2",
  2671. "source": {
  2672. "type": "git",
  2673. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2674. "reference": "d8db871a54619458a805229a057ea2af33c753e8"
  2675. },
  2676. "dist": {
  2677. "type": "zip",
  2678. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
  2679. "reference": "d8db871a54619458a805229a057ea2af33c753e8",
  2680. "shasum": ""
  2681. },
  2682. "require": {
  2683. "php": ">=5.3.3"
  2684. },
  2685. "require-dev": {
  2686. "mockery/mockery": "~0.9.1,<0.9.4"
  2687. },
  2688. "type": "library",
  2689. "extra": {
  2690. "branch-alias": {
  2691. "dev-master": "5.4-dev"
  2692. }
  2693. },
  2694. "autoload": {
  2695. "files": [
  2696. "lib/swift_required.php"
  2697. ]
  2698. },
  2699. "notification-url": "https://packagist.org/downloads/",
  2700. "license": [
  2701. "MIT"
  2702. ],
  2703. "authors": [
  2704. {
  2705. "name": "Chris Corbyn"
  2706. },
  2707. {
  2708. "name": "Fabien Potencier",
  2709. "email": "fabien@symfony.com"
  2710. }
  2711. ],
  2712. "description": "Swiftmailer, free feature-rich PHP mailer",
  2713. "homepage": "http://swiftmailer.org",
  2714. "keywords": [
  2715. "email",
  2716. "mail",
  2717. "mailer"
  2718. ],
  2719. "time": "2016-05-01 08:45:47"
  2720. },
  2721. {
  2722. "name": "symfony/monolog-bundle",
  2723. "version": "2.11.1",
  2724. "source": {
  2725. "type": "git",
  2726. "url": "https://github.com/symfony/monolog-bundle.git",
  2727. "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
  2728. },
  2729. "dist": {
  2730. "type": "zip",
  2731. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
  2732. "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
  2733. "shasum": ""
  2734. },
  2735. "require": {
  2736. "monolog/monolog": "~1.18",
  2737. "php": ">=5.3.2",
  2738. "symfony/config": "~2.3|~3.0",
  2739. "symfony/dependency-injection": "~2.3|~3.0",
  2740. "symfony/http-kernel": "~2.3|~3.0",
  2741. "symfony/monolog-bridge": "~2.3|~3.0"
  2742. },
  2743. "require-dev": {
  2744. "phpunit/phpunit": "^4.8",
  2745. "symfony/console": "~2.3|~3.0",
  2746. "symfony/yaml": "~2.3|~3.0"
  2747. },
  2748. "type": "symfony-bundle",
  2749. "extra": {
  2750. "branch-alias": {
  2751. "dev-master": "2.x-dev"
  2752. }
  2753. },
  2754. "autoload": {
  2755. "psr-4": {
  2756. "Symfony\\Bundle\\MonologBundle\\": ""
  2757. }
  2758. },
  2759. "notification-url": "https://packagist.org/downloads/",
  2760. "license": [
  2761. "MIT"
  2762. ],
  2763. "authors": [
  2764. {
  2765. "name": "Symfony Community",
  2766. "homepage": "http://symfony.com/contributors"
  2767. },
  2768. {
  2769. "name": "Fabien Potencier",
  2770. "email": "fabien@symfony.com"
  2771. }
  2772. ],
  2773. "description": "Symfony MonologBundle",
  2774. "homepage": "http://symfony.com",
  2775. "keywords": [
  2776. "log",
  2777. "logging"
  2778. ],
  2779. "time": "2016-04-13 16:21:01"
  2780. },
  2781. {
  2782. "name": "symfony/polyfill-intl-icu",
  2783. "version": "v1.2.0",
  2784. "source": {
  2785. "type": "git",
  2786. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  2787. "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f"
  2788. },
  2789. "dist": {
  2790. "type": "zip",
  2791. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f",
  2792. "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f",
  2793. "shasum": ""
  2794. },
  2795. "require": {
  2796. "php": ">=5.3.3",
  2797. "symfony/intl": "~2.3|~3.0"
  2798. },
  2799. "suggest": {
  2800. "ext-intl": "For best performance"
  2801. },
  2802. "type": "library",
  2803. "extra": {
  2804. "branch-alias": {
  2805. "dev-master": "1.2-dev"
  2806. }
  2807. },
  2808. "autoload": {
  2809. "files": [
  2810. "bootstrap.php"
  2811. ]
  2812. },
  2813. "notification-url": "https://packagist.org/downloads/",
  2814. "license": [
  2815. "MIT"
  2816. ],
  2817. "authors": [
  2818. {
  2819. "name": "Nicolas Grekas",
  2820. "email": "p@tchwork.com"
  2821. },
  2822. {
  2823. "name": "Symfony Community",
  2824. "homepage": "https://symfony.com/contributors"
  2825. }
  2826. ],
  2827. "description": "Symfony polyfill for intl's ICU-related data and classes",
  2828. "homepage": "https://symfony.com",
  2829. "keywords": [
  2830. "compatibility",
  2831. "icu",
  2832. "intl",
  2833. "polyfill",
  2834. "portable",
  2835. "shim"
  2836. ],
  2837. "time": "2016-05-18 14:26:46"
  2838. },
  2839. {
  2840. "name": "symfony/polyfill-mbstring",
  2841. "version": "v1.2.0",
  2842. "source": {
  2843. "type": "git",
  2844. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2845. "reference": "dff51f72b0706335131b00a7f49606168c582594"
  2846. },
  2847. "dist": {
  2848. "type": "zip",
  2849. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
  2850. "reference": "dff51f72b0706335131b00a7f49606168c582594",
  2851. "shasum": ""
  2852. },
  2853. "require": {
  2854. "php": ">=5.3.3"
  2855. },
  2856. "suggest": {
  2857. "ext-mbstring": "For best performance"
  2858. },
  2859. "type": "library",
  2860. "extra": {
  2861. "branch-alias": {
  2862. "dev-master": "1.2-dev"
  2863. }
  2864. },
  2865. "autoload": {
  2866. "psr-4": {
  2867. "Symfony\\Polyfill\\Mbstring\\": ""
  2868. },
  2869. "files": [
  2870. "bootstrap.php"
  2871. ]
  2872. },
  2873. "notification-url": "https://packagist.org/downloads/",
  2874. "license": [
  2875. "MIT"
  2876. ],
  2877. "authors": [
  2878. {
  2879. "name": "Nicolas Grekas",
  2880. "email": "p@tchwork.com"
  2881. },
  2882. {
  2883. "name": "Symfony Community",
  2884. "homepage": "https://symfony.com/contributors"
  2885. }
  2886. ],
  2887. "description": "Symfony polyfill for the Mbstring extension",
  2888. "homepage": "https://symfony.com",
  2889. "keywords": [
  2890. "compatibility",
  2891. "mbstring",
  2892. "polyfill",
  2893. "portable",
  2894. "shim"
  2895. ],
  2896. "time": "2016-05-18 14:26:46"
  2897. },
  2898. {
  2899. "name": "symfony/polyfill-php56",
  2900. "version": "v1.2.0",
  2901. "source": {
  2902. "type": "git",
  2903. "url": "https://github.com/symfony/polyfill-php56.git",
  2904. "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
  2905. },
  2906. "dist": {
  2907. "type": "zip",
  2908. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
  2909. "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
  2910. "shasum": ""
  2911. },
  2912. "require": {
  2913. "php": ">=5.3.3",
  2914. "symfony/polyfill-util": "~1.0"
  2915. },
  2916. "type": "library",
  2917. "extra": {
  2918. "branch-alias": {
  2919. "dev-master": "1.2-dev"
  2920. }
  2921. },
  2922. "autoload": {
  2923. "psr-4": {
  2924. "Symfony\\Polyfill\\Php56\\": ""
  2925. },
  2926. "files": [
  2927. "bootstrap.php"
  2928. ]
  2929. },
  2930. "notification-url": "https://packagist.org/downloads/",
  2931. "license": [
  2932. "MIT"
  2933. ],
  2934. "authors": [
  2935. {
  2936. "name": "Nicolas Grekas",
  2937. "email": "p@tchwork.com"
  2938. },
  2939. {
  2940. "name": "Symfony Community",
  2941. "homepage": "https://symfony.com/contributors"
  2942. }
  2943. ],
  2944. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  2945. "homepage": "https://symfony.com",
  2946. "keywords": [
  2947. "compatibility",
  2948. "polyfill",
  2949. "portable",
  2950. "shim"
  2951. ],
  2952. "time": "2016-05-18 14:26:46"
  2953. },
  2954. {
  2955. "name": "symfony/polyfill-php70",
  2956. "version": "v1.2.0",
  2957. "source": {
  2958. "type": "git",
  2959. "url": "https://github.com/symfony/polyfill-php70.git",
  2960. "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85"
  2961. },
  2962. "dist": {
  2963. "type": "zip",
  2964. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
  2965. "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
  2966. "shasum": ""
  2967. },
  2968. "require": {
  2969. "paragonie/random_compat": "~1.0|~2.0",
  2970. "php": ">=5.3.3"
  2971. },
  2972. "type": "library",
  2973. "extra": {
  2974. "branch-alias": {
  2975. "dev-master": "1.2-dev"
  2976. }
  2977. },
  2978. "autoload": {
  2979. "psr-4": {
  2980. "Symfony\\Polyfill\\Php70\\": ""
  2981. },
  2982. "files": [
  2983. "bootstrap.php"
  2984. ],
  2985. "classmap": [
  2986. "Resources/stubs"
  2987. ]
  2988. },
  2989. "notification-url": "https://packagist.org/downloads/",
  2990. "license": [
  2991. "MIT"
  2992. ],
  2993. "authors": [
  2994. {
  2995. "name": "Nicolas Grekas",
  2996. "email": "p@tchwork.com"
  2997. },
  2998. {
  2999. "name": "Symfony Community",
  3000. "homepage": "https://symfony.com/contributors"
  3001. }
  3002. ],
  3003. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  3004. "homepage": "https://symfony.com",
  3005. "keywords": [
  3006. "compatibility",
  3007. "polyfill",
  3008. "portable",
  3009. "shim"
  3010. ],
  3011. "time": "2016-05-18 14:26:46"
  3012. },
  3013. {
  3014. "name": "symfony/polyfill-util",
  3015. "version": "v1.2.0",
  3016. "source": {
  3017. "type": "git",
  3018. "url": "https://github.com/symfony/polyfill-util.git",
  3019. "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
  3020. },
  3021. "dist": {
  3022. "type": "zip",
  3023. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
  3024. "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
  3025. "shasum": ""
  3026. },
  3027. "require": {
  3028. "php": ">=5.3.3"
  3029. },
  3030. "type": "library",
  3031. "extra": {
  3032. "branch-alias": {
  3033. "dev-master": "1.2-dev"
  3034. }
  3035. },
  3036. "autoload": {
  3037. "psr-4": {
  3038. "Symfony\\Polyfill\\Util\\": ""
  3039. }
  3040. },
  3041. "notification-url": "https://packagist.org/downloads/",
  3042. "license": [
  3043. "MIT"
  3044. ],
  3045. "authors": [
  3046. {
  3047. "name": "Nicolas Grekas",
  3048. "email": "p@tchwork.com"
  3049. },
  3050. {
  3051. "name": "Symfony Community",
  3052. "homepage": "https://symfony.com/contributors"
  3053. }
  3054. ],
  3055. "description": "Symfony utilities for portability of PHP codes",
  3056. "homepage": "https://symfony.com",
  3057. "keywords": [
  3058. "compat",
  3059. "compatibility",
  3060. "polyfill",
  3061. "shim"
  3062. ],
  3063. "time": "2016-05-18 14:26:46"
  3064. },
  3065. {
  3066. "name": "symfony/swiftmailer-bundle",
  3067. "version": "v2.3.11",
  3068. "source": {
  3069. "type": "git",
  3070. "url": "https://github.com/symfony/swiftmailer-bundle.git",
  3071. "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
  3072. },
  3073. "dist": {
  3074. "type": "zip",
  3075. "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
  3076. "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
  3077. "shasum": ""
  3078. },
  3079. "require": {
  3080. "php": ">=5.3.2",
  3081. "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
  3082. "symfony/config": "~2.3|~3.0",
  3083. "symfony/dependency-injection": "~2.3|~3.0",
  3084. "symfony/http-kernel": "~2.3|~3.0",
  3085. "symfony/yaml": "~2.3|~3.0"
  3086. },
  3087. "require-dev": {
  3088. "symfony/phpunit-bridge": "~2.7|~3.0"
  3089. },
  3090. "suggest": {
  3091. "psr/log": "Allows logging"
  3092. },
  3093. "type": "symfony-bundle",
  3094. "extra": {
  3095. "branch-alias": {
  3096. "dev-master": "2.3-dev"
  3097. }
  3098. },
  3099. "autoload": {
  3100. "psr-4": {
  3101. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  3102. }
  3103. },
  3104. "notification-url": "https://packagist.org/downloads/",
  3105. "license": [
  3106. "MIT"
  3107. ],
  3108. "authors": [
  3109. {
  3110. "name": "Symfony Community",
  3111. "homepage": "http://symfony.com/contributors"
  3112. },
  3113. {
  3114. "name": "Fabien Potencier",
  3115. "email": "fabien@symfony.com"
  3116. }
  3117. ],
  3118. "description": "Symfony SwiftmailerBundle",
  3119. "homepage": "http://symfony.com",
  3120. "time": "2016-01-15 16:41:20"
  3121. },
  3122. {
  3123. "name": "symfony/symfony",
  3124. "version": "v3.0.6",
  3125. "source": {
  3126. "type": "git",
  3127. "url": "https://github.com/symfony/symfony.git",
  3128. "reference": "a821ed51b87f5ceda834140e5f0c06e9547a86d4"
  3129. },
  3130. "dist": {
  3131. "type": "zip",
  3132. "url": "https://api.github.com/repos/symfony/symfony/zipball/a821ed51b87f5ceda834140e5f0c06e9547a86d4",
  3133. "reference": "a821ed51b87f5ceda834140e5f0c06e9547a86d4",
  3134. "shasum": ""
  3135. },
  3136. "require": {
  3137. "doctrine/common": "~2.4",
  3138. "php": ">=5.5.9",
  3139. "psr/log": "~1.0",
  3140. "symfony/polyfill-intl-icu": "~1.0",
  3141. "symfony/polyfill-mbstring": "~1.0",
  3142. "symfony/polyfill-php56": "~1.0",
  3143. "symfony/polyfill-php70": "~1.0",
  3144. "symfony/polyfill-util": "~1.0",
  3145. "twig/twig": "~1.23|~2.0"
  3146. },
  3147. "conflict": {
  3148. "phpdocumentor/reflection": "<1.0.7"
  3149. },
  3150. "replace": {
  3151. "symfony/asset": "self.version",
  3152. "symfony/browser-kit": "self.version",
  3153. "symfony/class-loader": "self.version",
  3154. "symfony/config": "self.version",
  3155. "symfony/console": "self.version",
  3156. "symfony/css-selector": "self.version",
  3157. "symfony/debug": "self.version",
  3158. "symfony/debug-bundle": "self.version",
  3159. "symfony/dependency-injection": "self.version",
  3160. "symfony/doctrine-bridge": "self.version",
  3161. "symfony/dom-crawler": "self.version",
  3162. "symfony/event-dispatcher": "self.version",
  3163. "symfony/expression-language": "self.version",
  3164. "symfony/filesystem": "self.version",
  3165. "symfony/finder": "self.version",
  3166. "symfony/form": "self.version",
  3167. "symfony/framework-bundle": "self.version",
  3168. "symfony/http-foundation": "self.version",
  3169. "symfony/http-kernel": "self.version",
  3170. "symfony/intl": "self.version",
  3171. "symfony/ldap": "self.version",
  3172. "symfony/monolog-bridge": "self.version",
  3173. "symfony/options-resolver": "self.version",
  3174. "symfony/process": "self.version",
  3175. "symfony/property-access": "self.version",
  3176. "symfony/property-info": "self.version",
  3177. "symfony/proxy-manager-bridge": "self.version",
  3178. "symfony/routing": "self.version",
  3179. "symfony/security": "self.version",
  3180. "symfony/security-bundle": "self.version",
  3181. "symfony/security-core": "self.version",
  3182. "symfony/security-csrf": "self.version",
  3183. "symfony/security-guard": "self.version",
  3184. "symfony/security-http": "self.version",
  3185. "symfony/serializer": "self.version",
  3186. "symfony/stopwatch": "self.version",
  3187. "symfony/templating": "self.version",
  3188. "symfony/translation": "self.version",
  3189. "symfony/twig-bridge": "self.version",
  3190. "symfony/twig-bundle": "self.version",
  3191. "symfony/validator": "self.version",
  3192. "symfony/var-dumper": "self.version",
  3193. "symfony/web-profiler-bundle": "self.version",
  3194. "symfony/yaml": "self.version"
  3195. },
  3196. "require-dev": {
  3197. "doctrine/data-fixtures": "1.0.*",
  3198. "doctrine/dbal": "~2.4",
  3199. "doctrine/doctrine-bundle": "~1.4",
  3200. "doctrine/orm": "~2.4,>=2.4.5",
  3201. "egulias/email-validator": "~1.2",
  3202. "monolog/monolog": "~1.11",
  3203. "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
  3204. "phpdocumentor/reflection": "^1.0.7",
  3205. "symfony/polyfill-apcu": "~1.1",
  3206. "symfony/security-acl": "~2.8|~3.0"
  3207. },
  3208. "type": "library",
  3209. "extra": {
  3210. "branch-alias": {
  3211. "dev-master": "3.0-dev"
  3212. }
  3213. },
  3214. "autoload": {
  3215. "psr-4": {
  3216. "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
  3217. "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
  3218. "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
  3219. "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
  3220. "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
  3221. "Symfony\\Bundle\\": "src/Symfony/Bundle/",
  3222. "Symfony\\Component\\": "src/Symfony/Component/"
  3223. },
  3224. "classmap": [
  3225. "src/Symfony/Component/Intl/Resources/stubs"
  3226. ],
  3227. "exclude-from-classmap": [
  3228. "**/Tests/"
  3229. ]
  3230. },
  3231. "notification-url": "https://packagist.org/downloads/",
  3232. "license": [
  3233. "MIT"
  3234. ],
  3235. "authors": [
  3236. {
  3237. "name": "Fabien Potencier",
  3238. "email": "fabien@symfony.com"
  3239. },
  3240. {
  3241. "name": "Symfony Community",
  3242. "homepage": "https://symfony.com/contributors"
  3243. }
  3244. ],
  3245. "description": "The Symfony PHP framework",
  3246. "homepage": "https://symfony.com",
  3247. "keywords": [
  3248. "framework"
  3249. ],
  3250. "time": "2016-05-09 22:13:31"
  3251. },
  3252. {
  3253. "name": "tedivm/stash",
  3254. "version": "v0.13.2",
  3255. "source": {
  3256. "type": "git",
  3257. "url": "https://github.com/tedious/Stash.git",
  3258. "reference": "3489b13bad93c81a898fcb1054ae954575e1a7b6"
  3259. },
  3260. "dist": {
  3261. "type": "zip",
  3262. "url": "https://api.github.com/repos/tedious/Stash/zipball/3489b13bad93c81a898fcb1054ae954575e1a7b6",
  3263. "reference": "3489b13bad93c81a898fcb1054ae954575e1a7b6",
  3264. "shasum": ""
  3265. },
  3266. "require": {
  3267. "php": "^5.4|^7.0"
  3268. },
  3269. "require-dev": {
  3270. "fabpot/php-cs-fixer": "^1.9",
  3271. "phpunit/phpunit": "4.7.*",
  3272. "satooshi/php-coveralls": "1.0.*"
  3273. },
  3274. "type": "library",
  3275. "autoload": {
  3276. "psr-4": {
  3277. "Stash\\": "src/Stash/"
  3278. }
  3279. },
  3280. "notification-url": "https://packagist.org/downloads/",
  3281. "license": [
  3282. "BSD-3-Clause"
  3283. ],
  3284. "authors": [
  3285. {
  3286. "name": "Robert Hafner",
  3287. "email": "tedivm@tedivm.com"
  3288. },
  3289. {
  3290. "name": "Josh Hall-Bachner",
  3291. "email": "charlequin@gmail.com"
  3292. }
  3293. ],
  3294. "description": "The place to keep your cache.",
  3295. "homepage": "http://github.com/tedious/Stash",
  3296. "keywords": [
  3297. "apc",
  3298. "cache",
  3299. "caching",
  3300. "memcached",
  3301. "redis",
  3302. "sessions"
  3303. ],
  3304. "time": "2015-12-29 00:07:05"
  3305. },
  3306. {
  3307. "name": "tedivm/stash-bundle",
  3308. "version": "v0.5.3",
  3309. "source": {
  3310. "type": "git",
  3311. "url": "https://github.com/tedious/TedivmStashBundle.git",
  3312. "reference": "c9ac2259ec8064914e5e20ec690f7c11d1898757"
  3313. },
  3314. "dist": {
  3315. "type": "zip",
  3316. "url": "https://api.github.com/repos/tedious/TedivmStashBundle/zipball/c9ac2259ec8064914e5e20ec690f7c11d1898757",
  3317. "reference": "c9ac2259ec8064914e5e20ec690f7c11d1898757",
  3318. "shasum": ""
  3319. },
  3320. "require": {
  3321. "php": "^5.4|^7.0",
  3322. "symfony/config": "~2.1|~3.0",
  3323. "symfony/dependency-injection": "~2.1|~3.0",
  3324. "symfony/http-kernel": "~2.1|~3.0",
  3325. "tedivm/stash": "0.13.*"
  3326. },
  3327. "require-dev": {
  3328. "doctrine/cache": "~1.0",
  3329. "fabpot/php-cs-fixer": "0.4.0",
  3330. "phpunit/phpunit": "4.1.*",
  3331. "satooshi/php-coveralls": "1.0.*"
  3332. },
  3333. "type": "symfony-bundle",
  3334. "autoload": {
  3335. "psr-4": {
  3336. "Tedivm\\StashBundle\\": ""
  3337. }
  3338. },
  3339. "notification-url": "https://packagist.org/downloads/",
  3340. "license": [
  3341. "BSD-3-Clause"
  3342. ],
  3343. "authors": [
  3344. {
  3345. "name": "Robert Hafner",
  3346. "email": "tedivm@tedivm.com"
  3347. },
  3348. {
  3349. "name": "Josh Hall-Bachner",
  3350. "email": "jhallbachner@gmail.com"
  3351. }
  3352. ],
  3353. "description": "Incorporates the Stash caching library into Symfony.",
  3354. "homepage": "http://github.com/tedious/TedivmStashBundle",
  3355. "keywords": [
  3356. "apc",
  3357. "cache",
  3358. "caching",
  3359. "memcached",
  3360. "redis",
  3361. "sessions",
  3362. "stash",
  3363. "symfony"
  3364. ],
  3365. "time": "2015-12-29 02:22:57"
  3366. },
  3367. {
  3368. "name": "twig/extensions",
  3369. "version": "v1.3.0",
  3370. "source": {
  3371. "type": "git",
  3372. "url": "https://github.com/twigphp/Twig-extensions.git",
  3373. "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
  3374. },
  3375. "dist": {
  3376. "type": "zip",
  3377. "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
  3378. "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
  3379. "shasum": ""
  3380. },
  3381. "require": {
  3382. "twig/twig": "~1.20|~2.0"
  3383. },
  3384. "require-dev": {
  3385. "symfony/translation": "~2.3"
  3386. },
  3387. "suggest": {
  3388. "symfony/translation": "Allow the time_diff output to be translated"
  3389. },
  3390. "type": "library",
  3391. "extra": {
  3392. "branch-alias": {
  3393. "dev-master": "1.3-dev"
  3394. }
  3395. },
  3396. "autoload": {
  3397. "psr-0": {
  3398. "Twig_Extensions_": "lib/"
  3399. }
  3400. },
  3401. "notification-url": "https://packagist.org/downloads/",
  3402. "license": [
  3403. "MIT"
  3404. ],
  3405. "authors": [
  3406. {
  3407. "name": "Fabien Potencier",
  3408. "email": "fabien@symfony.com"
  3409. }
  3410. ],
  3411. "description": "Common additional features for Twig that do not directly belong in core",
  3412. "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
  3413. "keywords": [
  3414. "i18n",
  3415. "text"
  3416. ],
  3417. "time": "2015-08-22 16:38:35"
  3418. },
  3419. {
  3420. "name": "twig/twig",
  3421. "version": "v1.24.0",
  3422. "source": {
  3423. "type": "git",
  3424. "url": "https://github.com/twigphp/Twig.git",
  3425. "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
  3426. },
  3427. "dist": {
  3428. "type": "zip",
  3429. "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
  3430. "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
  3431. "shasum": ""
  3432. },
  3433. "require": {
  3434. "php": ">=5.2.7"
  3435. },
  3436. "require-dev": {
  3437. "symfony/debug": "~2.7",
  3438. "symfony/phpunit-bridge": "~2.7"
  3439. },
  3440. "type": "library",
  3441. "extra": {
  3442. "branch-alias": {
  3443. "dev-master": "1.24-dev"
  3444. }
  3445. },
  3446. "autoload": {
  3447. "psr-0": {
  3448. "Twig_": "lib/"
  3449. }
  3450. },
  3451. "notification-url": "https://packagist.org/downloads/",
  3452. "license": [
  3453. "BSD-3-Clause"
  3454. ],
  3455. "authors": [
  3456. {
  3457. "name": "Fabien Potencier",
  3458. "email": "fabien@symfony.com",
  3459. "homepage": "http://fabien.potencier.org",
  3460. "role": "Lead Developer"
  3461. },
  3462. {
  3463. "name": "Armin Ronacher",
  3464. "email": "armin.ronacher@active-4.com",
  3465. "role": "Project Founder"
  3466. },
  3467. {
  3468. "name": "Twig Team",
  3469. "homepage": "http://twig.sensiolabs.org/contributors",
  3470. "role": "Contributors"
  3471. }
  3472. ],
  3473. "description": "Twig, the flexible, fast, and secure template language for PHP",
  3474. "homepage": "http://twig.sensiolabs.org",
  3475. "keywords": [
  3476. "templating"
  3477. ],
  3478. "time": "2016-01-25 21:22:18"
  3479. },
  3480. {
  3481. "name": "willdurand/jsonp-callback-validator",
  3482. "version": "v1.1.0",
  3483. "source": {
  3484. "type": "git",
  3485. "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
  3486. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
  3487. },
  3488. "dist": {
  3489. "type": "zip",
  3490. "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
  3491. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
  3492. "shasum": ""
  3493. },
  3494. "require": {
  3495. "php": ">=5.3.0"
  3496. },
  3497. "require-dev": {
  3498. "phpunit/phpunit": "~3.7"
  3499. },
  3500. "type": "library",
  3501. "autoload": {
  3502. "psr-0": {
  3503. "JsonpCallbackValidator": "src/"
  3504. }
  3505. },
  3506. "notification-url": "https://packagist.org/downloads/",
  3507. "license": [
  3508. "MIT"
  3509. ],
  3510. "authors": [
  3511. {
  3512. "name": "William Durand",
  3513. "email": "william.durand1@gmail.com",
  3514. "homepage": "http://www.willdurand.fr"
  3515. }
  3516. ],
  3517. "description": "JSONP callback validator.",
  3518. "time": "2014-01-20 22:35:06"
  3519. },
  3520. {
  3521. "name": "willdurand/negotiation",
  3522. "version": "1.5.0",
  3523. "source": {
  3524. "type": "git",
  3525. "url": "https://github.com/willdurand/Negotiation.git",
  3526. "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
  3527. },
  3528. "dist": {
  3529. "type": "zip",
  3530. "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
  3531. "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
  3532. "shasum": ""
  3533. },
  3534. "require": {
  3535. "php": ">=5.3.0"
  3536. },
  3537. "type": "library",
  3538. "extra": {
  3539. "branch-alias": {
  3540. "dev-master": "1.5-dev"
  3541. }
  3542. },
  3543. "autoload": {
  3544. "psr-4": {
  3545. "Negotiation\\": "src/Negotiation"
  3546. }
  3547. },
  3548. "notification-url": "https://packagist.org/downloads/",
  3549. "license": [
  3550. "MIT"
  3551. ],
  3552. "authors": [
  3553. {
  3554. "name": "William Durand",
  3555. "email": "william.durand1@gmail.com"
  3556. }
  3557. ],
  3558. "description": "Content Negotiation tools for PHP provided as a standalone library.",
  3559. "homepage": "http://williamdurand.fr/Negotiation/",
  3560. "keywords": [
  3561. "accept",
  3562. "content",
  3563. "format",
  3564. "header",
  3565. "negotiation"
  3566. ],
  3567. "time": "2015-10-01 07:42:40"
  3568. },
  3569. {
  3570. "name": "zendframework/zend-code",
  3571. "version": "2.6.3",
  3572. "source": {
  3573. "type": "git",
  3574. "url": "https://github.com/zendframework/zend-code.git",
  3575. "reference": "95033f061b083e16cdee60530ec260d7d628b887"
  3576. },
  3577. "dist": {
  3578. "type": "zip",
  3579. "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
  3580. "reference": "95033f061b083e16cdee60530ec260d7d628b887",
  3581. "shasum": ""
  3582. },
  3583. "require": {
  3584. "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
  3585. "zendframework/zend-eventmanager": "^2.6 || ^3.0"
  3586. },
  3587. "require-dev": {
  3588. "doctrine/annotations": "~1.0",
  3589. "fabpot/php-cs-fixer": "1.7.*",
  3590. "phpunit/phpunit": "^4.8.21",
  3591. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  3592. },
  3593. "suggest": {
  3594. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  3595. "zendframework/zend-stdlib": "Zend\\Stdlib component"
  3596. },
  3597. "type": "library",
  3598. "extra": {
  3599. "branch-alias": {
  3600. "dev-master": "2.6-dev",
  3601. "dev-develop": "2.7-dev"
  3602. }
  3603. },
  3604. "autoload": {
  3605. "psr-4": {
  3606. "Zend\\Code\\": "src/"
  3607. }
  3608. },
  3609. "notification-url": "https://packagist.org/downloads/",
  3610. "license": [
  3611. "BSD-3-Clause"
  3612. ],
  3613. "description": "provides facilities to generate arbitrary code using an object oriented interface",
  3614. "homepage": "https://github.com/zendframework/zend-code",
  3615. "keywords": [
  3616. "code",
  3617. "zf2"
  3618. ],
  3619. "time": "2016-04-20 17:26:42"
  3620. },
  3621. {
  3622. "name": "zendframework/zend-eventmanager",
  3623. "version": "3.0.1",
  3624. "source": {
  3625. "type": "git",
  3626. "url": "https://github.com/zendframework/zend-eventmanager.git",
  3627. "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
  3628. },
  3629. "dist": {
  3630. "type": "zip",
  3631. "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
  3632. "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
  3633. "shasum": ""
  3634. },
  3635. "require": {
  3636. "php": "^5.5 || ^7.0"
  3637. },
  3638. "require-dev": {
  3639. "athletic/athletic": "^0.1",
  3640. "container-interop/container-interop": "^1.1.0",
  3641. "phpunit/phpunit": "~4.0",
  3642. "squizlabs/php_codesniffer": "^2.0",
  3643. "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
  3644. },
  3645. "suggest": {
  3646. "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
  3647. "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
  3648. },
  3649. "type": "library",
  3650. "extra": {
  3651. "branch-alias": {
  3652. "dev-master": "3.0-dev",
  3653. "dev-develop": "3.1-dev"
  3654. }
  3655. },
  3656. "autoload": {
  3657. "psr-4": {
  3658. "Zend\\EventManager\\": "src/"
  3659. }
  3660. },
  3661. "notification-url": "https://packagist.org/downloads/",
  3662. "license": [
  3663. "BSD-3-Clause"
  3664. ],
  3665. "description": "Trigger and listen to events within a PHP application",
  3666. "homepage": "https://github.com/zendframework/zend-eventmanager",
  3667. "keywords": [
  3668. "event",
  3669. "eventmanager",
  3670. "events",
  3671. "zf2"
  3672. ],
  3673. "time": "2016-02-18 20:53:00"
  3674. },
  3675. {
  3676. "name": "zquintana/SyndMultiTenantBundle",
  3677. "version": "dev-dev",
  3678. "source": {
  3679. "type": "git",
  3680. "url": "https://github.com/zquintana/SyndMultiTenantBundle",
  3681. "reference": "origin/master"
  3682. },
  3683. "type": "library",
  3684. "time": "2012-09-15 08:26:14"
  3685. }
  3686. ],
  3687. "packages-dev": [
  3688. {
  3689. "name": "dnoegel/php-xdg-base-dir",
  3690. "version": "0.1",
  3691. "source": {
  3692. "type": "git",
  3693. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  3694. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  3695. },
  3696. "dist": {
  3697. "type": "zip",
  3698. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  3699. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  3700. "shasum": ""
  3701. },
  3702. "require": {
  3703. "php": ">=5.3.2"
  3704. },
  3705. "require-dev": {
  3706. "phpunit/phpunit": "@stable"
  3707. },
  3708. "type": "project",
  3709. "autoload": {
  3710. "psr-4": {
  3711. "XdgBaseDir\\": "src/"
  3712. }
  3713. },
  3714. "notification-url": "https://packagist.org/downloads/",
  3715. "license": [
  3716. "MIT"
  3717. ],
  3718. "description": "implementation of xdg base directory specification for php",
  3719. "time": "2014-10-24 07:27:01"
  3720. },
  3721. {
  3722. "name": "jakub-onderka/php-console-color",
  3723. "version": "0.1",
  3724. "source": {
  3725. "type": "git",
  3726. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  3727. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  3728. },
  3729. "dist": {
  3730. "type": "zip",
  3731. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  3732. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  3733. "shasum": ""
  3734. },
  3735. "require": {
  3736. "php": ">=5.3.2"
  3737. },
  3738. "require-dev": {
  3739. "jakub-onderka/php-code-style": "1.0",
  3740. "jakub-onderka/php-parallel-lint": "0.*",
  3741. "jakub-onderka/php-var-dump-check": "0.*",
  3742. "phpunit/phpunit": "3.7.*",
  3743. "squizlabs/php_codesniffer": "1.*"
  3744. },
  3745. "type": "library",
  3746. "autoload": {
  3747. "psr-0": {
  3748. "JakubOnderka\\PhpConsoleColor": "src/"
  3749. }
  3750. },
  3751. "notification-url": "https://packagist.org/downloads/",
  3752. "license": [
  3753. "BSD-2-Clause"
  3754. ],
  3755. "authors": [
  3756. {
  3757. "name": "Jakub Onderka",
  3758. "email": "jakub.onderka@gmail.com",
  3759. "homepage": "http://www.acci.cz"
  3760. }
  3761. ],
  3762. "time": "2014-04-08 15:00:19"
  3763. },
  3764. {
  3765. "name": "jakub-onderka/php-console-highlighter",
  3766. "version": "v0.3.2",
  3767. "source": {
  3768. "type": "git",
  3769. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  3770. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  3771. },
  3772. "dist": {
  3773. "type": "zip",
  3774. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  3775. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  3776. "shasum": ""
  3777. },
  3778. "require": {
  3779. "jakub-onderka/php-console-color": "~0.1",
  3780. "php": ">=5.3.0"
  3781. },
  3782. "require-dev": {
  3783. "jakub-onderka/php-code-style": "~1.0",
  3784. "jakub-onderka/php-parallel-lint": "~0.5",
  3785. "jakub-onderka/php-var-dump-check": "~0.1",
  3786. "phpunit/phpunit": "~4.0",
  3787. "squizlabs/php_codesniffer": "~1.5"
  3788. },
  3789. "type": "library",
  3790. "autoload": {
  3791. "psr-0": {
  3792. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  3793. }
  3794. },
  3795. "notification-url": "https://packagist.org/downloads/",
  3796. "license": [
  3797. "MIT"
  3798. ],
  3799. "authors": [
  3800. {
  3801. "name": "Jakub Onderka",
  3802. "email": "acci@acci.cz",
  3803. "homepage": "http://www.acci.cz/"
  3804. }
  3805. ],
  3806. "time": "2015-04-20 18:58:01"
  3807. },
  3808. {
  3809. "name": "nikic/php-parser",
  3810. "version": "v2.1.0",
  3811. "source": {
  3812. "type": "git",
  3813. "url": "https://github.com/nikic/PHP-Parser.git",
  3814. "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
  3815. },
  3816. "dist": {
  3817. "type": "zip",
  3818. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
  3819. "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
  3820. "shasum": ""
  3821. },
  3822. "require": {
  3823. "ext-tokenizer": "*",
  3824. "php": ">=5.4"
  3825. },
  3826. "require-dev": {
  3827. "phpunit/phpunit": "~4.0"
  3828. },
  3829. "bin": [
  3830. "bin/php-parse"
  3831. ],
  3832. "type": "library",
  3833. "extra": {
  3834. "branch-alias": {
  3835. "dev-master": "2.1-dev"
  3836. }
  3837. },
  3838. "autoload": {
  3839. "psr-4": {
  3840. "PhpParser\\": "lib/PhpParser"
  3841. }
  3842. },
  3843. "notification-url": "https://packagist.org/downloads/",
  3844. "license": [
  3845. "BSD-3-Clause"
  3846. ],
  3847. "authors": [
  3848. {
  3849. "name": "Nikita Popov"
  3850. }
  3851. ],
  3852. "description": "A PHP parser written in PHP",
  3853. "keywords": [
  3854. "parser",
  3855. "php"
  3856. ],
  3857. "time": "2016-04-19 13:41:41"
  3858. },
  3859. {
  3860. "name": "psy/psysh",
  3861. "version": "v0.7.2",
  3862. "source": {
  3863. "type": "git",
  3864. "url": "https://github.com/bobthecow/psysh.git",
  3865. "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
  3866. },
  3867. "dist": {
  3868. "type": "zip",
  3869. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
  3870. "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
  3871. "shasum": ""
  3872. },
  3873. "require": {
  3874. "dnoegel/php-xdg-base-dir": "0.1",
  3875. "jakub-onderka/php-console-highlighter": "0.3.*",
  3876. "nikic/php-parser": "^1.2.1|~2.0",
  3877. "php": ">=5.3.9",
  3878. "symfony/console": "~2.3.10|^2.4.2|~3.0",
  3879. "symfony/var-dumper": "~2.7|~3.0"
  3880. },
  3881. "require-dev": {
  3882. "fabpot/php-cs-fixer": "~1.5",
  3883. "phpunit/phpunit": "~3.7|~4.0|~5.0",
  3884. "squizlabs/php_codesniffer": "~2.0",
  3885. "symfony/finder": "~2.1|~3.0"
  3886. },
  3887. "suggest": {
  3888. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  3889. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  3890. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  3891. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
  3892. },
  3893. "bin": [
  3894. "bin/psysh"
  3895. ],
  3896. "type": "library",
  3897. "extra": {
  3898. "branch-alias": {
  3899. "dev-develop": "0.8.x-dev"
  3900. }
  3901. },
  3902. "autoload": {
  3903. "files": [
  3904. "src/Psy/functions.php"
  3905. ],
  3906. "psr-4": {
  3907. "Psy\\": "src/Psy/"
  3908. }
  3909. },
  3910. "notification-url": "https://packagist.org/downloads/",
  3911. "license": [
  3912. "MIT"
  3913. ],
  3914. "authors": [
  3915. {
  3916. "name": "Justin Hileman",
  3917. "email": "justin@justinhileman.info",
  3918. "homepage": "http://justinhileman.com"
  3919. }
  3920. ],
  3921. "description": "An interactive shell for modern PHP.",
  3922. "homepage": "http://psysh.org",
  3923. "keywords": [
  3924. "REPL",
  3925. "console",
  3926. "interactive",
  3927. "shell"
  3928. ],
  3929. "time": "2016-03-09 05:03:14"
  3930. },
  3931. {
  3932. "name": "sensio/generator-bundle",
  3933. "version": "v3.0.6",
  3934. "source": {
  3935. "type": "git",
  3936. "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
  3937. "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4"
  3938. },
  3939. "dist": {
  3940. "type": "zip",
  3941. "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ac91535054d025937d897d78ebb5fc2da5e955a4",
  3942. "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4",
  3943. "shasum": ""
  3944. },
  3945. "require": {
  3946. "symfony/console": "~2.7|~3.0",
  3947. "symfony/framework-bundle": "~2.7|~3.0",
  3948. "symfony/process": "~2.7|~3.0",
  3949. "symfony/yaml": "~2.7|~3.0"
  3950. },
  3951. "require-dev": {
  3952. "doctrine/orm": "~2.4",
  3953. "symfony/doctrine-bridge": "~2.7|~3.0",
  3954. "twig/twig": "~1.18"
  3955. },
  3956. "type": "symfony-bundle",
  3957. "extra": {
  3958. "branch-alias": {
  3959. "dev-master": "3.0.x-dev"
  3960. }
  3961. },
  3962. "autoload": {
  3963. "psr-4": {
  3964. "Sensio\\Bundle\\GeneratorBundle\\": ""
  3965. },
  3966. "exclude-from-classmap": [
  3967. "/Tests/"
  3968. ]
  3969. },
  3970. "notification-url": "https://packagist.org/downloads/",
  3971. "license": [
  3972. "MIT"
  3973. ],
  3974. "authors": [
  3975. {
  3976. "name": "Fabien Potencier",
  3977. "email": "fabien@symfony.com"
  3978. }
  3979. ],
  3980. "description": "This bundle generates code for you",
  3981. "time": "2016-02-26 04:36:01"
  3982. },
  3983. {
  3984. "name": "symfony/phpunit-bridge",
  3985. "version": "v2.8.6",
  3986. "source": {
  3987. "type": "git",
  3988. "url": "https://github.com/symfony/phpunit-bridge.git",
  3989. "reference": "9d30940765450ccc58bc39f4bda30cc412101b4b"
  3990. },
  3991. "dist": {
  3992. "type": "zip",
  3993. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/9d30940765450ccc58bc39f4bda30cc412101b4b",
  3994. "reference": "9d30940765450ccc58bc39f4bda30cc412101b4b",
  3995. "shasum": ""
  3996. },
  3997. "require": {
  3998. "php": ">=5.3.3"
  3999. },
  4000. "suggest": {
  4001. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  4002. },
  4003. "type": "symfony-bridge",
  4004. "extra": {
  4005. "branch-alias": {
  4006. "dev-master": "2.8-dev"
  4007. }
  4008. },
  4009. "autoload": {
  4010. "files": [
  4011. "bootstrap.php"
  4012. ],
  4013. "psr-4": {
  4014. "Symfony\\Bridge\\PhpUnit\\": ""
  4015. },
  4016. "exclude-from-classmap": [
  4017. "/Tests/"
  4018. ]
  4019. },
  4020. "notification-url": "https://packagist.org/downloads/",
  4021. "license": [
  4022. "MIT"
  4023. ],
  4024. "authors": [
  4025. {
  4026. "name": "Nicolas Grekas",
  4027. "email": "p@tchwork.com"
  4028. },
  4029. {
  4030. "name": "Symfony Community",
  4031. "homepage": "https://symfony.com/contributors"
  4032. }
  4033. ],
  4034. "description": "Symfony PHPUnit Bridge",
  4035. "homepage": "https://symfony.com",
  4036. "time": "2016-04-05 16:36:54"
  4037. },
  4038. {
  4039. "name": "theofidry/psysh-bundle",
  4040. "version": "v2.0.2",
  4041. "source": {
  4042. "type": "git",
  4043. "url": "https://github.com/theofidry/PsyshBundle.git",
  4044. "reference": "0ec5fa67773b30e237aedb4e505dbafb7d6a0ea1"
  4045. },
  4046. "dist": {
  4047. "type": "zip",
  4048. "url": "https://api.github.com/repos/theofidry/PsyshBundle/zipball/0ec5fa67773b30e237aedb4e505dbafb7d6a0ea1",
  4049. "reference": "0ec5fa67773b30e237aedb4e505dbafb7d6a0ea1",
  4050. "shasum": ""
  4051. },
  4052. "require": {
  4053. "psy/psysh": "~0.3",
  4054. "symfony/framework-bundle": "~2.3|~3.0"
  4055. },
  4056. "require-dev": {
  4057. "phpunit/phpunit": "~4.5",
  4058. "symfony/symfony": "~2.7|~3.0"
  4059. },
  4060. "type": "symfony-bundle",
  4061. "autoload": {
  4062. "psr-4": {
  4063. "Fidry\\PsyshBundle\\": "src"
  4064. },
  4065. "files": [
  4066. "src/Support/psysh.php"
  4067. ]
  4068. },
  4069. "notification-url": "https://packagist.org/downloads/",
  4070. "license": [
  4071. "MIT"
  4072. ],
  4073. "authors": [
  4074. {
  4075. "name": "Adrian Palmer",
  4076. "email": "navitronic@gmail.com"
  4077. },
  4078. {
  4079. "name": "Théo FIDRY",
  4080. "email": "theo.fidry@gmail.com",
  4081. "homepage": "https://github.com/theofidry"
  4082. }
  4083. ],
  4084. "description": "A port of the PHP REPL PsySH for Symfony.",
  4085. "keywords": [
  4086. "REPL",
  4087. "console",
  4088. "interactive",
  4089. "psysh",
  4090. "shell",
  4091. "symfony"
  4092. ],
  4093. "time": "2016-04-23 18:11:28"
  4094. }
  4095. ],
  4096. "aliases": [],
  4097. "minimum-stability": "stable",
  4098. "stability-flags": {
  4099. "friendsofsymfony/oauth-server-bundle": 20,
  4100. "cbsiam/admin-bundle": 20,
  4101. "zquintana/syndmultitenantbundle": 20
  4102. },
  4103. "prefer-stable": false,
  4104. "prefer-lowest": false,
  4105. "platform": {
  4106. "php": ">=5.5.9"
  4107. },
  4108. "platform-dev": [],
  4109. "platform-overrides": {
  4110. "php": "5.5.9"
  4111. }
  4112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement