Advertisement
Guest User

Untitled

a guest
Nov 29th, 2016
653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.86 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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "76bca65755e689841335916e84c79909",
  8. "packages": [
  9. {
  10. "name": "doctrine/annotations",
  11. "version": "v1.2.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/annotations.git",
  15. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  20. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "doctrine/lexer": "1.*",
  25. "php": ">=5.3.2"
  26. },
  27. "require-dev": {
  28. "doctrine/cache": "1.*",
  29. "phpunit/phpunit": "4.*"
  30. },
  31. "type": "library",
  32. "extra": {
  33. "branch-alias": {
  34. "dev-master": "1.3.x-dev"
  35. }
  36. },
  37. "autoload": {
  38. "psr-0": {
  39. "Doctrine\\Common\\Annotations\\": "lib/"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Roman Borschel",
  49. "email": "roman@code-factory.org"
  50. },
  51. {
  52. "name": "Benjamin Eberlei",
  53. "email": "kontakt@beberlei.de"
  54. },
  55. {
  56. "name": "Guilherme Blanco",
  57. "email": "guilhermeblanco@gmail.com"
  58. },
  59. {
  60. "name": "Jonathan Wage",
  61. "email": "jonwage@gmail.com"
  62. },
  63. {
  64. "name": "Johannes Schmitt",
  65. "email": "schmittjoh@gmail.com"
  66. }
  67. ],
  68. "description": "Docblock Annotations Parser",
  69. "homepage": "http://www.doctrine-project.org",
  70. "keywords": [
  71. "annotations",
  72. "docblock",
  73. "parser"
  74. ],
  75. "time": "2015-08-31 12:32:49"
  76. },
  77. {
  78. "name": "doctrine/cache",
  79. "version": "v1.6.0",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/doctrine/cache.git",
  83. "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
  88. "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
  89. "shasum": ""
  90. },
  91. "require": {
  92. "php": "~5.5|~7.0"
  93. },
  94. "conflict": {
  95. "doctrine/common": ">2.2,<2.4"
  96. },
  97. "require-dev": {
  98. "phpunit/phpunit": "~4.8|~5.0",
  99. "predis/predis": "~1.0",
  100. "satooshi/php-coveralls": "~0.6"
  101. },
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "1.6.x-dev"
  106. }
  107. },
  108. "autoload": {
  109. "psr-4": {
  110. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  111. }
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "MIT"
  116. ],
  117. "authors": [
  118. {
  119. "name": "Roman Borschel",
  120. "email": "roman@code-factory.org"
  121. },
  122. {
  123. "name": "Benjamin Eberlei",
  124. "email": "kontakt@beberlei.de"
  125. },
  126. {
  127. "name": "Guilherme Blanco",
  128. "email": "guilhermeblanco@gmail.com"
  129. },
  130. {
  131. "name": "Jonathan Wage",
  132. "email": "jonwage@gmail.com"
  133. },
  134. {
  135. "name": "Johannes Schmitt",
  136. "email": "schmittjoh@gmail.com"
  137. }
  138. ],
  139. "description": "Caching library offering an object-oriented API for many cache backends",
  140. "homepage": "http://www.doctrine-project.org",
  141. "keywords": [
  142. "cache",
  143. "caching"
  144. ],
  145. "time": "2015-12-31 16:37:02"
  146. },
  147. {
  148. "name": "doctrine/collections",
  149. "version": "v1.3.0",
  150. "source": {
  151. "type": "git",
  152. "url": "https://github.com/doctrine/collections.git",
  153. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
  154. },
  155. "dist": {
  156. "type": "zip",
  157. "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  158. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  159. "shasum": ""
  160. },
  161. "require": {
  162. "php": ">=5.3.2"
  163. },
  164. "require-dev": {
  165. "phpunit/phpunit": "~4.0"
  166. },
  167. "type": "library",
  168. "extra": {
  169. "branch-alias": {
  170. "dev-master": "1.2.x-dev"
  171. }
  172. },
  173. "autoload": {
  174. "psr-0": {
  175. "Doctrine\\Common\\Collections\\": "lib/"
  176. }
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "license": [
  180. "MIT"
  181. ],
  182. "authors": [
  183. {
  184. "name": "Roman Borschel",
  185. "email": "roman@code-factory.org"
  186. },
  187. {
  188. "name": "Benjamin Eberlei",
  189. "email": "kontakt@beberlei.de"
  190. },
  191. {
  192. "name": "Guilherme Blanco",
  193. "email": "guilhermeblanco@gmail.com"
  194. },
  195. {
  196. "name": "Jonathan Wage",
  197. "email": "jonwage@gmail.com"
  198. },
  199. {
  200. "name": "Johannes Schmitt",
  201. "email": "schmittjoh@gmail.com"
  202. }
  203. ],
  204. "description": "Collections Abstraction library",
  205. "homepage": "http://www.doctrine-project.org",
  206. "keywords": [
  207. "array",
  208. "collections",
  209. "iterator"
  210. ],
  211. "time": "2015-04-14 22:21:58"
  212. },
  213. {
  214. "name": "doctrine/common",
  215. "version": "v2.6.1",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/doctrine/common.git",
  219. "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
  224. "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "doctrine/annotations": "1.*",
  229. "doctrine/cache": "1.*",
  230. "doctrine/collections": "1.*",
  231. "doctrine/inflector": "1.*",
  232. "doctrine/lexer": "1.*",
  233. "php": "~5.5|~7.0"
  234. },
  235. "require-dev": {
  236. "phpunit/phpunit": "~4.8|~5.0"
  237. },
  238. "type": "library",
  239. "extra": {
  240. "branch-alias": {
  241. "dev-master": "2.7.x-dev"
  242. }
  243. },
  244. "autoload": {
  245. "psr-4": {
  246. "Doctrine\\Common\\": "lib/Doctrine/Common"
  247. }
  248. },
  249. "notification-url": "https://packagist.org/downloads/",
  250. "license": [
  251. "MIT"
  252. ],
  253. "authors": [
  254. {
  255. "name": "Roman Borschel",
  256. "email": "roman@code-factory.org"
  257. },
  258. {
  259. "name": "Benjamin Eberlei",
  260. "email": "kontakt@beberlei.de"
  261. },
  262. {
  263. "name": "Guilherme Blanco",
  264. "email": "guilhermeblanco@gmail.com"
  265. },
  266. {
  267. "name": "Jonathan Wage",
  268. "email": "jonwage@gmail.com"
  269. },
  270. {
  271. "name": "Johannes Schmitt",
  272. "email": "schmittjoh@gmail.com"
  273. }
  274. ],
  275. "description": "Common Library for Doctrine projects",
  276. "homepage": "http://www.doctrine-project.org",
  277. "keywords": [
  278. "annotations",
  279. "collections",
  280. "eventmanager",
  281. "persistence",
  282. "spl"
  283. ],
  284. "time": "2015-12-25 13:18:31"
  285. },
  286. {
  287. "name": "doctrine/dbal",
  288. "version": "v2.5.4",
  289. "source": {
  290. "type": "git",
  291. "url": "https://github.com/doctrine/dbal.git",
  292. "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
  293. },
  294. "dist": {
  295. "type": "zip",
  296. "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
  297. "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
  298. "shasum": ""
  299. },
  300. "require": {
  301. "doctrine/common": ">=2.4,<2.7-dev",
  302. "php": ">=5.3.2"
  303. },
  304. "require-dev": {
  305. "phpunit/phpunit": "4.*",
  306. "symfony/console": "2.*"
  307. },
  308. "suggest": {
  309. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  310. },
  311. "bin": [
  312. "bin/doctrine-dbal"
  313. ],
  314. "type": "library",
  315. "extra": {
  316. "branch-alias": {
  317. "dev-master": "2.5.x-dev"
  318. }
  319. },
  320. "autoload": {
  321. "psr-0": {
  322. "Doctrine\\DBAL\\": "lib/"
  323. }
  324. },
  325. "notification-url": "https://packagist.org/downloads/",
  326. "license": [
  327. "MIT"
  328. ],
  329. "authors": [
  330. {
  331. "name": "Roman Borschel",
  332. "email": "roman@code-factory.org"
  333. },
  334. {
  335. "name": "Benjamin Eberlei",
  336. "email": "kontakt@beberlei.de"
  337. },
  338. {
  339. "name": "Guilherme Blanco",
  340. "email": "guilhermeblanco@gmail.com"
  341. },
  342. {
  343. "name": "Jonathan Wage",
  344. "email": "jonwage@gmail.com"
  345. }
  346. ],
  347. "description": "Database Abstraction Layer",
  348. "homepage": "http://www.doctrine-project.org",
  349. "keywords": [
  350. "database",
  351. "dbal",
  352. "persistence",
  353. "queryobject"
  354. ],
  355. "time": "2016-01-05 22:11:12"
  356. },
  357. {
  358. "name": "doctrine/doctrine-bundle",
  359. "version": "1.6.3",
  360. "source": {
  361. "type": "git",
  362. "url": "https://github.com/doctrine/DoctrineBundle.git",
  363. "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1"
  364. },
  365. "dist": {
  366. "type": "zip",
  367. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1",
  368. "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1",
  369. "shasum": ""
  370. },
  371. "require": {
  372. "doctrine/dbal": "~2.3",
  373. "doctrine/doctrine-cache-bundle": "~1.0",
  374. "jdorn/sql-formatter": "~1.1",
  375. "php": ">=5.3.2",
  376. "symfony/console": "~2.3|~3.0",
  377. "symfony/doctrine-bridge": "~2.2|~3.0",
  378. "symfony/framework-bundle": "~2.3|~3.0"
  379. },
  380. "require-dev": {
  381. "doctrine/orm": "~2.3",
  382. "phpunit/phpunit": "~4",
  383. "satooshi/php-coveralls": "~0.6.1",
  384. "symfony/phpunit-bridge": "~2.7|~3.0",
  385. "symfony/property-info": "~2.8|~3.0",
  386. "symfony/validator": "~2.2|~3.0",
  387. "symfony/yaml": "~2.2|~3.0",
  388. "twig/twig": "~1.10"
  389. },
  390. "suggest": {
  391. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  392. "symfony/web-profiler-bundle": "To use the data collector."
  393. },
  394. "type": "symfony-bundle",
  395. "extra": {
  396. "branch-alias": {
  397. "dev-master": "1.6.x-dev"
  398. }
  399. },
  400. "autoload": {
  401. "psr-4": {
  402. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  403. }
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "MIT"
  408. ],
  409. "authors": [
  410. {
  411. "name": "Symfony Community",
  412. "homepage": "http://symfony.com/contributors"
  413. },
  414. {
  415. "name": "Benjamin Eberlei",
  416. "email": "kontakt@beberlei.de"
  417. },
  418. {
  419. "name": "Doctrine Project",
  420. "homepage": "http://www.doctrine-project.org/"
  421. },
  422. {
  423. "name": "Fabien Potencier",
  424. "email": "fabien@symfony.com"
  425. }
  426. ],
  427. "description": "Symfony DoctrineBundle",
  428. "homepage": "http://www.doctrine-project.org",
  429. "keywords": [
  430. "database",
  431. "dbal",
  432. "orm",
  433. "persistence"
  434. ],
  435. "time": "2016-04-21 19:55:56"
  436. },
  437. {
  438. "name": "doctrine/doctrine-cache-bundle",
  439. "version": "1.3.0",
  440. "source": {
  441. "type": "git",
  442. "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
  443. "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
  444. },
  445. "dist": {
  446. "type": "zip",
  447. "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
  448. "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
  449. "shasum": ""
  450. },
  451. "require": {
  452. "doctrine/cache": "^1.4.2",
  453. "doctrine/inflector": "~1.0",
  454. "php": ">=5.3.2",
  455. "symfony/doctrine-bridge": "~2.2|~3.0"
  456. },
  457. "require-dev": {
  458. "instaclick/coding-standard": "~1.1",
  459. "instaclick/object-calisthenics-sniffs": "dev-master",
  460. "instaclick/symfony2-coding-standard": "dev-remaster",
  461. "phpunit/phpunit": "~4",
  462. "predis/predis": "~0.8",
  463. "satooshi/php-coveralls": "~0.6.1",
  464. "squizlabs/php_codesniffer": "~1.5",
  465. "symfony/console": "~2.2|~3.0",
  466. "symfony/finder": "~2.2|~3.0",
  467. "symfony/framework-bundle": "~2.2|~3.0",
  468. "symfony/phpunit-bridge": "~2.7|~3.0",
  469. "symfony/security-acl": "~2.3|~3.0",
  470. "symfony/validator": "~2.2|~3.0",
  471. "symfony/yaml": "~2.2|~3.0"
  472. },
  473. "suggest": {
  474. "symfony/security-acl": "For using this bundle to cache ACLs"
  475. },
  476. "type": "symfony-bundle",
  477. "extra": {
  478. "branch-alias": {
  479. "dev-master": "1.2.x-dev"
  480. }
  481. },
  482. "autoload": {
  483. "psr-4": {
  484. "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
  485. }
  486. },
  487. "notification-url": "https://packagist.org/downloads/",
  488. "license": [
  489. "MIT"
  490. ],
  491. "authors": [
  492. {
  493. "name": "Symfony Community",
  494. "homepage": "http://symfony.com/contributors"
  495. },
  496. {
  497. "name": "Benjamin Eberlei",
  498. "email": "kontakt@beberlei.de"
  499. },
  500. {
  501. "name": "Fabio B. Silva",
  502. "email": "fabio.bat.silva@gmail.com"
  503. },
  504. {
  505. "name": "Guilherme Blanco",
  506. "email": "guilhermeblanco@hotmail.com"
  507. },
  508. {
  509. "name": "Doctrine Project",
  510. "homepage": "http://www.doctrine-project.org/"
  511. },
  512. {
  513. "name": "Fabien Potencier",
  514. "email": "fabien@symfony.com"
  515. }
  516. ],
  517. "description": "Symfony Bundle for Doctrine Cache",
  518. "homepage": "http://www.doctrine-project.org",
  519. "keywords": [
  520. "cache",
  521. "caching"
  522. ],
  523. "time": "2016-01-26 17:28:51"
  524. },
  525. {
  526. "name": "doctrine/inflector",
  527. "version": "v1.1.0",
  528. "source": {
  529. "type": "git",
  530. "url": "https://github.com/doctrine/inflector.git",
  531. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  532. },
  533. "dist": {
  534. "type": "zip",
  535. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  536. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  537. "shasum": ""
  538. },
  539. "require": {
  540. "php": ">=5.3.2"
  541. },
  542. "require-dev": {
  543. "phpunit/phpunit": "4.*"
  544. },
  545. "type": "library",
  546. "extra": {
  547. "branch-alias": {
  548. "dev-master": "1.1.x-dev"
  549. }
  550. },
  551. "autoload": {
  552. "psr-0": {
  553. "Doctrine\\Common\\Inflector\\": "lib/"
  554. }
  555. },
  556. "notification-url": "https://packagist.org/downloads/",
  557. "license": [
  558. "MIT"
  559. ],
  560. "authors": [
  561. {
  562. "name": "Roman Borschel",
  563. "email": "roman@code-factory.org"
  564. },
  565. {
  566. "name": "Benjamin Eberlei",
  567. "email": "kontakt@beberlei.de"
  568. },
  569. {
  570. "name": "Guilherme Blanco",
  571. "email": "guilhermeblanco@gmail.com"
  572. },
  573. {
  574. "name": "Jonathan Wage",
  575. "email": "jonwage@gmail.com"
  576. },
  577. {
  578. "name": "Johannes Schmitt",
  579. "email": "schmittjoh@gmail.com"
  580. }
  581. ],
  582. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  583. "homepage": "http://www.doctrine-project.org",
  584. "keywords": [
  585. "inflection",
  586. "pluralize",
  587. "singularize",
  588. "string"
  589. ],
  590. "time": "2015-11-06 14:35:42"
  591. },
  592. {
  593. "name": "doctrine/instantiator",
  594. "version": "1.0.5",
  595. "source": {
  596. "type": "git",
  597. "url": "https://github.com/doctrine/instantiator.git",
  598. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  599. },
  600. "dist": {
  601. "type": "zip",
  602. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  603. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  604. "shasum": ""
  605. },
  606. "require": {
  607. "php": ">=5.3,<8.0-DEV"
  608. },
  609. "require-dev": {
  610. "athletic/athletic": "~0.1.8",
  611. "ext-pdo": "*",
  612. "ext-phar": "*",
  613. "phpunit/phpunit": "~4.0",
  614. "squizlabs/php_codesniffer": "~2.0"
  615. },
  616. "type": "library",
  617. "extra": {
  618. "branch-alias": {
  619. "dev-master": "1.0.x-dev"
  620. }
  621. },
  622. "autoload": {
  623. "psr-4": {
  624. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  625. }
  626. },
  627. "notification-url": "https://packagist.org/downloads/",
  628. "license": [
  629. "MIT"
  630. ],
  631. "authors": [
  632. {
  633. "name": "Marco Pivetta",
  634. "email": "ocramius@gmail.com",
  635. "homepage": "http://ocramius.github.com/"
  636. }
  637. ],
  638. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  639. "homepage": "https://github.com/doctrine/instantiator",
  640. "keywords": [
  641. "constructor",
  642. "instantiate"
  643. ],
  644. "time": "2015-06-14 21:17:01"
  645. },
  646. {
  647. "name": "doctrine/lexer",
  648. "version": "v1.0.1",
  649. "source": {
  650. "type": "git",
  651. "url": "https://github.com/doctrine/lexer.git",
  652. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  653. },
  654. "dist": {
  655. "type": "zip",
  656. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  657. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  658. "shasum": ""
  659. },
  660. "require": {
  661. "php": ">=5.3.2"
  662. },
  663. "type": "library",
  664. "extra": {
  665. "branch-alias": {
  666. "dev-master": "1.0.x-dev"
  667. }
  668. },
  669. "autoload": {
  670. "psr-0": {
  671. "Doctrine\\Common\\Lexer\\": "lib/"
  672. }
  673. },
  674. "notification-url": "https://packagist.org/downloads/",
  675. "license": [
  676. "MIT"
  677. ],
  678. "authors": [
  679. {
  680. "name": "Roman Borschel",
  681. "email": "roman@code-factory.org"
  682. },
  683. {
  684. "name": "Guilherme Blanco",
  685. "email": "guilhermeblanco@gmail.com"
  686. },
  687. {
  688. "name": "Johannes Schmitt",
  689. "email": "schmittjoh@gmail.com"
  690. }
  691. ],
  692. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  693. "homepage": "http://www.doctrine-project.org",
  694. "keywords": [
  695. "lexer",
  696. "parser"
  697. ],
  698. "time": "2014-09-09 13:34:57"
  699. },
  700. {
  701. "name": "doctrine/orm",
  702. "version": "v2.5.4",
  703. "source": {
  704. "type": "git",
  705. "url": "https://github.com/doctrine/doctrine2.git",
  706. "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
  707. },
  708. "dist": {
  709. "type": "zip",
  710. "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
  711. "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
  712. "shasum": ""
  713. },
  714. "require": {
  715. "doctrine/cache": "~1.4",
  716. "doctrine/collections": "~1.2",
  717. "doctrine/common": ">=2.5-dev,<2.7-dev",
  718. "doctrine/dbal": ">=2.5-dev,<2.6-dev",
  719. "doctrine/instantiator": "~1.0.1",
  720. "ext-pdo": "*",
  721. "php": ">=5.4",
  722. "symfony/console": "~2.5|~3.0"
  723. },
  724. "require-dev": {
  725. "phpunit/phpunit": "~4.0",
  726. "symfony/yaml": "~2.3|~3.0"
  727. },
  728. "suggest": {
  729. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  730. },
  731. "bin": [
  732. "bin/doctrine",
  733. "bin/doctrine.php"
  734. ],
  735. "type": "library",
  736. "extra": {
  737. "branch-alias": {
  738. "dev-master": "2.6.x-dev"
  739. }
  740. },
  741. "autoload": {
  742. "psr-0": {
  743. "Doctrine\\ORM\\": "lib/"
  744. }
  745. },
  746. "notification-url": "https://packagist.org/downloads/",
  747. "license": [
  748. "MIT"
  749. ],
  750. "authors": [
  751. {
  752. "name": "Roman Borschel",
  753. "email": "roman@code-factory.org"
  754. },
  755. {
  756. "name": "Benjamin Eberlei",
  757. "email": "kontakt@beberlei.de"
  758. },
  759. {
  760. "name": "Guilherme Blanco",
  761. "email": "guilhermeblanco@gmail.com"
  762. },
  763. {
  764. "name": "Jonathan Wage",
  765. "email": "jonwage@gmail.com"
  766. }
  767. ],
  768. "description": "Object-Relational-Mapper for PHP",
  769. "homepage": "http://www.doctrine-project.org",
  770. "keywords": [
  771. "database",
  772. "orm"
  773. ],
  774. "time": "2016-01-05 21:34:58"
  775. },
  776. {
  777. "name": "friendsofsymfony/oauth-server-bundle",
  778. "version": "1.5.2",
  779. "source": {
  780. "type": "git",
  781. "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
  782. "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
  783. },
  784. "dist": {
  785. "type": "zip",
  786. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
  787. "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
  788. "shasum": ""
  789. },
  790. "require": {
  791. "friendsofsymfony/oauth2-php": "~1.1",
  792. "php": "^5.3.3|^7.0",
  793. "symfony/framework-bundle": "~2.2|~3.0",
  794. "symfony/security-bundle": "~2.1|~3.0"
  795. },
  796. "require-dev": {
  797. "doctrine/doctrine-bundle": "~1.0",
  798. "doctrine/mongodb-odm": "~1.0",
  799. "doctrine/orm": "~2.2",
  800. "phing/phing": "~2.4",
  801. "propel/propel1": "^1.6.5",
  802. "symfony/class-loader": "~2.1|~3.0",
  803. "symfony/form": "~2.3|~3.0",
  804. "symfony/yaml": "~2.1|~3.0",
  805. "willdurand/propel-typehintable-behavior": "^1.0.4"
  806. },
  807. "suggest": {
  808. "doctrine/doctrine-bundle": "*",
  809. "doctrine/mongodb-odm-bundle": "*",
  810. "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
  811. "symfony/form": "Needed to be able to use the AuthorizeFormType",
  812. "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
  813. },
  814. "type": "symfony-bundle",
  815. "extra": {
  816. "branch-alias": {
  817. "dev-master": "1.5-dev"
  818. }
  819. },
  820. "autoload": {
  821. "psr-4": {
  822. "FOS\\OAuthServerBundle\\": ""
  823. }
  824. },
  825. "notification-url": "https://packagist.org/downloads/",
  826. "license": [
  827. "MIT"
  828. ],
  829. "authors": [
  830. {
  831. "name": "Arnaud Le Blanc",
  832. "email": "arnaud.lb@gmail.com"
  833. },
  834. {
  835. "name": "FriendsOfSymfony Community",
  836. "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
  837. }
  838. ],
  839. "description": "Symfony2 OAuth Server Bundle",
  840. "homepage": "http://friendsofsymfony.github.com",
  841. "keywords": [
  842. "oauth",
  843. "oauth2",
  844. "server"
  845. ],
  846. "time": "2016-02-22 13:57:55"
  847. },
  848. {
  849. "name": "friendsofsymfony/oauth2-php",
  850. "version": "1.2.1",
  851. "source": {
  852. "type": "git",
  853. "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
  854. "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c"
  855. },
  856. "dist": {
  857. "type": "zip",
  858. "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
  859. "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
  860. "shasum": ""
  861. },
  862. "require": {
  863. "php": ">=5.3.2",
  864. "symfony/http-foundation": "~2.0|~3.0"
  865. },
  866. "require-dev": {
  867. "phpunit/phpunit": "~4.0"
  868. },
  869. "type": "library",
  870. "extra": {
  871. "branch-alias": {
  872. "dev-master": "1.2.x-dev"
  873. }
  874. },
  875. "autoload": {
  876. "psr-4": {
  877. "OAuth2\\": "lib/"
  878. }
  879. },
  880. "notification-url": "https://packagist.org/downloads/",
  881. "license": [
  882. "MIT"
  883. ],
  884. "authors": [
  885. {
  886. "name": "Arnaud Le Blanc",
  887. "email": "arnaud.lb@gmail.com"
  888. },
  889. {
  890. "name": "FriendsOfSymfony Community",
  891. "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
  892. }
  893. ],
  894. "description": "OAuth2 library",
  895. "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
  896. "keywords": [
  897. "oauth",
  898. "oauth2"
  899. ],
  900. "time": "2016-03-31 14:24:17"
  901. },
  902. {
  903. "name": "friendsofsymfony/rest-bundle",
  904. "version": "1.7.7",
  905. "target-dir": "FOS/RestBundle",
  906. "source": {
  907. "type": "git",
  908. "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
  909. "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0"
  910. },
  911. "dist": {
  912. "type": "zip",
  913. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
  914. "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
  915. "shasum": ""
  916. },
  917. "require": {
  918. "doctrine/inflector": "~1.0",
  919. "php": "^5.3.9|~7.0",
  920. "psr/log": "~1.0",
  921. "symfony/framework-bundle": "~2.3|~3.0",
  922. "symfony/http-kernel": "^2.3.24|~3.0",
  923. "willdurand/jsonp-callback-validator": "~1.0",
  924. "willdurand/negotiation": "~1.2"
  925. },
  926. "conflict": {
  927. "jms/serializer": "<0.12",
  928. "jms/serializer-bundle": "<0.11",
  929. "symfony/validator": ">=2.5.0,<2.5.5"
  930. },
  931. "require-dev": {
  932. "jms/serializer": "~0.13|~1.0",
  933. "jms/serializer-bundle": "~0.12|~1.0",
  934. "phpoption/phpoption": "~1.1.0",
  935. "sensio/framework-extra-bundle": "~2.0|~3.0",
  936. "sllh/php-cs-fixer-styleci-bridge": "^1.3",
  937. "symfony/browser-kit": "~2.3|~3.0",
  938. "symfony/dependency-injection": "~2.3|~3.0",
  939. "symfony/form": "~2.3|~3.0",
  940. "symfony/phpunit-bridge": "~2.7|~3.0",
  941. "symfony/security": "~2.3|~3.0",
  942. "symfony/serializer": "~2.3|~3.0",
  943. "symfony/validator": "~2.3|~3.0",
  944. "symfony/yaml": "~2.3|~3.0"
  945. },
  946. "suggest": {
  947. "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
  948. "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
  949. "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
  950. "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
  951. },
  952. "type": "symfony-bundle",
  953. "extra": {
  954. "branch-alias": {
  955. "dev-master": "1.7-dev"
  956. }
  957. },
  958. "autoload": {
  959. "psr-0": {
  960. "FOS\\RestBundle": ""
  961. }
  962. },
  963. "notification-url": "https://packagist.org/downloads/",
  964. "license": [
  965. "MIT"
  966. ],
  967. "authors": [
  968. {
  969. "name": "Lukas Kahwe Smith",
  970. "email": "smith@pooteeweet.org"
  971. },
  972. {
  973. "name": "FriendsOfSymfony Community",
  974. "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
  975. },
  976. {
  977. "name": "Konstantin Kudryashov",
  978. "email": "ever.zet@gmail.com"
  979. }
  980. ],
  981. "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
  982. "homepage": "http://friendsofsymfony.github.com",
  983. "keywords": [
  984. "rest"
  985. ],
  986. "time": "2015-12-29 16:02:50"
  987. },
  988. {
  989. "name": "friendsofsymfony/user-bundle",
  990. "version": "dev-master",
  991. "source": {
  992. "type": "git",
  993. "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
  994. "reference": "d1fccc6335b74beca94525551cacc06b256ed261"
  995. },
  996. "dist": {
  997. "type": "zip",
  998. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/d1fccc6335b74beca94525551cacc06b256ed261",
  999. "reference": "d1fccc6335b74beca94525551cacc06b256ed261",
  1000. "shasum": ""
  1001. },
  1002. "require": {
  1003. "php": ">=5.3.9",
  1004. "symfony/form": "~2.3|~3.0",
  1005. "symfony/framework-bundle": "~2.3|~3.0",
  1006. "symfony/security-bundle": "~2.3|~3.0",
  1007. "symfony/twig-bundle": "~2.3|~3.0"
  1008. },
  1009. "require-dev": {
  1010. "doctrine/doctrine-bundle": "~1.3",
  1011. "swiftmailer/swiftmailer": "~4.3|~5",
  1012. "symfony/console": "~2.3|~3.0",
  1013. "symfony/phpunit-bridge": "~2.7|~3.0",
  1014. "symfony/validator": "~2.3|~3.0",
  1015. "symfony/yaml": "~2.3|~3.0",
  1016. "willdurand/propel-typehintable-behavior": "~1.0"
  1017. },
  1018. "suggest": {
  1019. "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
  1020. },
  1021. "type": "symfony-bundle",
  1022. "extra": {
  1023. "branch-alias": {
  1024. "dev-master": "2.0.x-dev"
  1025. }
  1026. },
  1027. "autoload": {
  1028. "psr-4": {
  1029. "FOS\\UserBundle\\": ""
  1030. }
  1031. },
  1032. "notification-url": "https://packagist.org/downloads/",
  1033. "license": [
  1034. "MIT"
  1035. ],
  1036. "authors": [
  1037. {
  1038. "name": "Christophe Coevoet",
  1039. "email": "stof@notk.org"
  1040. },
  1041. {
  1042. "name": "FriendsOfSymfony Community",
  1043. "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
  1044. },
  1045. {
  1046. "name": "Thibault Duplessis",
  1047. "email": "thibault.duplessis@gmail.com"
  1048. }
  1049. ],
  1050. "description": "Symfony FOSUserBundle",
  1051. "homepage": "http://friendsofsymfony.github.com",
  1052. "keywords": [
  1053. "User management"
  1054. ],
  1055. "time": "2016-05-27 12:14:43"
  1056. },
  1057. {
  1058. "name": "incenteev/composer-parameter-handler",
  1059. "version": "v2.1.2",
  1060. "source": {
  1061. "type": "git",
  1062. "url": "https://github.com/Incenteev/ParameterHandler.git",
  1063. "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
  1064. },
  1065. "dist": {
  1066. "type": "zip",
  1067. "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
  1068. "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
  1069. "shasum": ""
  1070. },
  1071. "require": {
  1072. "php": ">=5.3.3",
  1073. "symfony/yaml": "~2.3|~3.0"
  1074. },
  1075. "require-dev": {
  1076. "composer/composer": "1.0.*@dev",
  1077. "phpspec/prophecy-phpunit": "~1.0",
  1078. "symfony/filesystem": "~2.2"
  1079. },
  1080. "type": "library",
  1081. "extra": {
  1082. "branch-alias": {
  1083. "dev-master": "2.1.x-dev"
  1084. }
  1085. },
  1086. "autoload": {
  1087. "psr-4": {
  1088. "Incenteev\\ParameterHandler\\": ""
  1089. }
  1090. },
  1091. "notification-url": "https://packagist.org/downloads/",
  1092. "license": [
  1093. "MIT"
  1094. ],
  1095. "authors": [
  1096. {
  1097. "name": "Christophe Coevoet",
  1098. "email": "stof@notk.org"
  1099. }
  1100. ],
  1101. "description": "Composer script handling your ignored parameter file",
  1102. "homepage": "https://github.com/Incenteev/ParameterHandler",
  1103. "keywords": [
  1104. "parameters management"
  1105. ],
  1106. "time": "2015-11-10 17:04:01"
  1107. },
  1108. {
  1109. "name": "jdorn/sql-formatter",
  1110. "version": "v1.2.17",
  1111. "source": {
  1112. "type": "git",
  1113. "url": "https://github.com/jdorn/sql-formatter.git",
  1114. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
  1115. },
  1116. "dist": {
  1117. "type": "zip",
  1118. "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
  1119. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
  1120. "shasum": ""
  1121. },
  1122. "require": {
  1123. "php": ">=5.2.4"
  1124. },
  1125. "require-dev": {
  1126. "phpunit/phpunit": "3.7.*"
  1127. },
  1128. "type": "library",
  1129. "extra": {
  1130. "branch-alias": {
  1131. "dev-master": "1.3.x-dev"
  1132. }
  1133. },
  1134. "autoload": {
  1135. "classmap": [
  1136. "lib"
  1137. ]
  1138. },
  1139. "notification-url": "https://packagist.org/downloads/",
  1140. "license": [
  1141. "MIT"
  1142. ],
  1143. "authors": [
  1144. {
  1145. "name": "Jeremy Dorn",
  1146. "email": "jeremy@jeremydorn.com",
  1147. "homepage": "http://jeremydorn.com/"
  1148. }
  1149. ],
  1150. "description": "a PHP SQL highlighting library",
  1151. "homepage": "https://github.com/jdorn/sql-formatter/",
  1152. "keywords": [
  1153. "highlight",
  1154. "sql"
  1155. ],
  1156. "time": "2014-01-12 16:20:24"
  1157. },
  1158. {
  1159. "name": "michelf/php-markdown",
  1160. "version": "1.6.0",
  1161. "source": {
  1162. "type": "git",
  1163. "url": "https://github.com/michelf/php-markdown.git",
  1164. "reference": "156e56ee036505ec637d761ee62dc425d807183c"
  1165. },
  1166. "dist": {
  1167. "type": "zip",
  1168. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
  1169. "reference": "156e56ee036505ec637d761ee62dc425d807183c",
  1170. "shasum": ""
  1171. },
  1172. "require": {
  1173. "php": ">=5.3.0"
  1174. },
  1175. "type": "library",
  1176. "extra": {
  1177. "branch-alias": {
  1178. "dev-lib": "1.4.x-dev"
  1179. }
  1180. },
  1181. "autoload": {
  1182. "psr-0": {
  1183. "Michelf": ""
  1184. }
  1185. },
  1186. "notification-url": "https://packagist.org/downloads/",
  1187. "license": [
  1188. "BSD-3-Clause"
  1189. ],
  1190. "authors": [
  1191. {
  1192. "name": "Michel Fortin",
  1193. "email": "michel.fortin@michelf.ca",
  1194. "homepage": "https://michelf.ca/",
  1195. "role": "Developer"
  1196. },
  1197. {
  1198. "name": "John Gruber",
  1199. "homepage": "https://daringfireball.net/"
  1200. }
  1201. ],
  1202. "description": "PHP Markdown",
  1203. "homepage": "https://michelf.ca/projects/php-markdown/",
  1204. "keywords": [
  1205. "markdown"
  1206. ],
  1207. "time": "2015-12-24 01:37:31"
  1208. },
  1209. {
  1210. "name": "monolog/monolog",
  1211. "version": "1.19.0",
  1212. "source": {
  1213. "type": "git",
  1214. "url": "https://github.com/Seldaek/monolog.git",
  1215. "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
  1216. },
  1217. "dist": {
  1218. "type": "zip",
  1219. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
  1220. "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
  1221. "shasum": ""
  1222. },
  1223. "require": {
  1224. "php": ">=5.3.0",
  1225. "psr/log": "~1.0"
  1226. },
  1227. "provide": {
  1228. "psr/log-implementation": "1.0.0"
  1229. },
  1230. "require-dev": {
  1231. "aws/aws-sdk-php": "^2.4.9",
  1232. "doctrine/couchdb": "~1.0@dev",
  1233. "graylog2/gelf-php": "~1.0",
  1234. "jakub-onderka/php-parallel-lint": "0.9",
  1235. "php-amqplib/php-amqplib": "~2.4",
  1236. "php-console/php-console": "^3.1.3",
  1237. "phpunit/phpunit": "~4.5",
  1238. "phpunit/phpunit-mock-objects": "2.3.0",
  1239. "raven/raven": "^0.13",
  1240. "ruflin/elastica": ">=0.90 <3.0",
  1241. "swiftmailer/swiftmailer": "~5.3"
  1242. },
  1243. "suggest": {
  1244. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1245. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1246. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1247. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1248. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1249. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1250. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1251. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1252. "raven/raven": "Allow sending log messages to a Sentry server",
  1253. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1254. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1255. },
  1256. "type": "library",
  1257. "extra": {
  1258. "branch-alias": {
  1259. "dev-master": "2.0.x-dev"
  1260. }
  1261. },
  1262. "autoload": {
  1263. "psr-4": {
  1264. "Monolog\\": "src/Monolog"
  1265. }
  1266. },
  1267. "notification-url": "https://packagist.org/downloads/",
  1268. "license": [
  1269. "MIT"
  1270. ],
  1271. "authors": [
  1272. {
  1273. "name": "Jordi Boggiano",
  1274. "email": "j.boggiano@seld.be",
  1275. "homepage": "http://seld.be"
  1276. }
  1277. ],
  1278. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1279. "homepage": "http://github.com/Seldaek/monolog",
  1280. "keywords": [
  1281. "log",
  1282. "logging",
  1283. "psr-3"
  1284. ],
  1285. "time": "2016-04-12 18:29:35"
  1286. },
  1287. {
  1288. "name": "nelmio/api-doc-bundle",
  1289. "version": "2.13.0",
  1290. "target-dir": "Nelmio/ApiDocBundle",
  1291. "source": {
  1292. "type": "git",
  1293. "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
  1294. "reference": "a3a9bb3b700f3ebaed95390292dad23f8141afa0"
  1295. },
  1296. "dist": {
  1297. "type": "zip",
  1298. "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/a3a9bb3b700f3ebaed95390292dad23f8141afa0",
  1299. "reference": "a3a9bb3b700f3ebaed95390292dad23f8141afa0",
  1300. "shasum": ""
  1301. },
  1302. "require": {
  1303. "michelf/php-markdown": "~1.4",
  1304. "php": ">=5.3",
  1305. "symfony/console": "~2.3|~3.0",
  1306. "symfony/framework-bundle": "~2.3|~3.0",
  1307. "symfony/twig-bundle": "~2.3|~3.0"
  1308. },
  1309. "conflict": {
  1310. "jms/serializer": "<0.12",
  1311. "jms/serializer-bundle": "<0.11",
  1312. "symfony/symfony": "~2.7.8",
  1313. "twig/twig": "<1.12"
  1314. },
  1315. "require-dev": {
  1316. "doctrine/doctrine-bundle": "~1.5",
  1317. "doctrine/orm": "~2.3",
  1318. "dunglas/api-bundle": "~1.0@dev",
  1319. "friendsofsymfony/rest-bundle": "~1.0|~2.0",
  1320. "jms/serializer-bundle": ">=0.11",
  1321. "sensio/framework-extra-bundle": "~3.0",
  1322. "symfony/browser-kit": "~2.3|~3.0",
  1323. "symfony/css-selector": "~2.3|~3.0",
  1324. "symfony/finder": "~2.3|~3.0",
  1325. "symfony/form": "~2.3|~3.0",
  1326. "symfony/phpunit-bridge": "~2.7|~3.0",
  1327. "symfony/serializer": "~2.7|~3.0",
  1328. "symfony/validator": "~2.3|~3.0",
  1329. "symfony/yaml": "~2.3|~3.0"
  1330. },
  1331. "suggest": {
  1332. "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
  1333. "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
  1334. "jms/serializer": "For making use of serializer information in the doc.",
  1335. "symfony/form": "For using form definitions as input.",
  1336. "symfony/validator": "For making use of validator information in the doc."
  1337. },
  1338. "type": "symfony-bundle",
  1339. "extra": {
  1340. "branch-alias": {
  1341. "dev-master": "2.13-dev"
  1342. }
  1343. },
  1344. "autoload": {
  1345. "psr-0": {
  1346. "Nelmio\\ApiDocBundle": ""
  1347. }
  1348. },
  1349. "notification-url": "https://packagist.org/downloads/",
  1350. "license": [
  1351. "MIT"
  1352. ],
  1353. "authors": [
  1354. {
  1355. "name": "Nelmio",
  1356. "homepage": "http://nelm.io"
  1357. },
  1358. {
  1359. "name": "Symfony Community",
  1360. "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
  1361. }
  1362. ],
  1363. "description": "Generates documentation for your REST API from annotations",
  1364. "keywords": [
  1365. "api",
  1366. "doc",
  1367. "documentation",
  1368. "rest"
  1369. ],
  1370. "time": "2016-06-13 09:12:09"
  1371. },
  1372. {
  1373. "name": "nelmio/cors-bundle",
  1374. "version": "1.4.1",
  1375. "source": {
  1376. "type": "git",
  1377. "url": "https://github.com/nelmio/NelmioCorsBundle.git",
  1378. "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
  1379. },
  1380. "dist": {
  1381. "type": "zip",
  1382. "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
  1383. "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
  1384. "shasum": ""
  1385. },
  1386. "require": {
  1387. "symfony/framework-bundle": "^2.2 || ^3.0"
  1388. },
  1389. "require-dev": {
  1390. "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
  1391. "mockery/mockery": "0.9.*"
  1392. },
  1393. "type": "symfony-bundle",
  1394. "extra": {
  1395. "branch-alias": {
  1396. "dev-master": "1.4.x-dev"
  1397. }
  1398. },
  1399. "autoload": {
  1400. "psr-4": {
  1401. "Nelmio\\CorsBundle\\": ""
  1402. },
  1403. "exclude-from-classmap": [
  1404. "/Tests/"
  1405. ]
  1406. },
  1407. "notification-url": "https://packagist.org/downloads/",
  1408. "license": [
  1409. "MIT"
  1410. ],
  1411. "authors": [
  1412. {
  1413. "name": "Nelmio",
  1414. "homepage": "http://nelm.io"
  1415. },
  1416. {
  1417. "name": "Symfony Community",
  1418. "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
  1419. }
  1420. ],
  1421. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
  1422. "keywords": [
  1423. "api",
  1424. "cors",
  1425. "crossdomain"
  1426. ],
  1427. "time": "2015-12-09 17:26:34"
  1428. },
  1429. {
  1430. "name": "paragonie/random_compat",
  1431. "version": "v2.0.2",
  1432. "source": {
  1433. "type": "git",
  1434. "url": "https://github.com/paragonie/random_compat.git",
  1435. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
  1436. },
  1437. "dist": {
  1438. "type": "zip",
  1439. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
  1440. "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
  1441. "shasum": ""
  1442. },
  1443. "require": {
  1444. "php": ">=5.2.0"
  1445. },
  1446. "require-dev": {
  1447. "phpunit/phpunit": "4.*|5.*"
  1448. },
  1449. "suggest": {
  1450. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1451. },
  1452. "type": "library",
  1453. "autoload": {
  1454. "files": [
  1455. "lib/random.php"
  1456. ]
  1457. },
  1458. "notification-url": "https://packagist.org/downloads/",
  1459. "license": [
  1460. "MIT"
  1461. ],
  1462. "authors": [
  1463. {
  1464. "name": "Paragon Initiative Enterprises",
  1465. "email": "security@paragonie.com",
  1466. "homepage": "https://paragonie.com"
  1467. }
  1468. ],
  1469. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1470. "keywords": [
  1471. "csprng",
  1472. "pseudorandom",
  1473. "random"
  1474. ],
  1475. "time": "2016-04-03 06:00:07"
  1476. },
  1477. {
  1478. "name": "psr/cache",
  1479. "version": "1.0.0",
  1480. "source": {
  1481. "type": "git",
  1482. "url": "https://github.com/php-fig/cache.git",
  1483. "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3"
  1484. },
  1485. "dist": {
  1486. "type": "zip",
  1487. "url": "https://api.github.com/repos/php-fig/cache/zipball/9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
  1488. "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
  1489. "shasum": ""
  1490. },
  1491. "require": {
  1492. "php": ">=5.3.0"
  1493. },
  1494. "type": "library",
  1495. "extra": {
  1496. "branch-alias": {
  1497. "dev-master": "1.0.x-dev"
  1498. }
  1499. },
  1500. "autoload": {
  1501. "psr-4": {
  1502. "Psr\\Cache\\": "src/"
  1503. }
  1504. },
  1505. "notification-url": "https://packagist.org/downloads/",
  1506. "license": [
  1507. "MIT"
  1508. ],
  1509. "authors": [
  1510. {
  1511. "name": "PHP-FIG",
  1512. "homepage": "http://www.php-fig.org/"
  1513. }
  1514. ],
  1515. "description": "Common interface for caching libraries",
  1516. "keywords": [
  1517. "cache",
  1518. "psr",
  1519. "psr-6"
  1520. ],
  1521. "time": "2015-12-11 02:52:07"
  1522. },
  1523. {
  1524. "name": "psr/log",
  1525. "version": "1.0.0",
  1526. "source": {
  1527. "type": "git",
  1528. "url": "https://github.com/php-fig/log.git",
  1529. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  1530. },
  1531. "dist": {
  1532. "type": "zip",
  1533. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  1534. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  1535. "shasum": ""
  1536. },
  1537. "type": "library",
  1538. "autoload": {
  1539. "psr-0": {
  1540. "Psr\\Log\\": ""
  1541. }
  1542. },
  1543. "notification-url": "https://packagist.org/downloads/",
  1544. "license": [
  1545. "MIT"
  1546. ],
  1547. "authors": [
  1548. {
  1549. "name": "PHP-FIG",
  1550. "homepage": "http://www.php-fig.org/"
  1551. }
  1552. ],
  1553. "description": "Common interface for logging libraries",
  1554. "keywords": [
  1555. "log",
  1556. "psr",
  1557. "psr-3"
  1558. ],
  1559. "time": "2012-12-21 11:40:51"
  1560. },
  1561. {
  1562. "name": "sensio/distribution-bundle",
  1563. "version": "v5.0.6",
  1564. "source": {
  1565. "type": "git",
  1566. "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
  1567. "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0"
  1568. },
  1569. "dist": {
  1570. "type": "zip",
  1571. "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ffe306d09c1f2bad721237f63b2169d1b78253d0",
  1572. "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0",
  1573. "shasum": ""
  1574. },
  1575. "require": {
  1576. "php": ">=5.3.9",
  1577. "sensiolabs/security-checker": "~3.0",
  1578. "symfony/class-loader": "~2.3|~3.0",
  1579. "symfony/config": "~2.3|~3.0",
  1580. "symfony/dependency-injection": "~2.3|~3.0",
  1581. "symfony/filesystem": "~2.3|~3.0",
  1582. "symfony/http-kernel": "~2.3|~3.0",
  1583. "symfony/process": "~2.3|~3.0"
  1584. },
  1585. "type": "symfony-bundle",
  1586. "extra": {
  1587. "branch-alias": {
  1588. "dev-master": "5.0.x-dev"
  1589. }
  1590. },
  1591. "autoload": {
  1592. "psr-4": {
  1593. "Sensio\\Bundle\\DistributionBundle\\": ""
  1594. }
  1595. },
  1596. "notification-url": "https://packagist.org/downloads/",
  1597. "license": [
  1598. "MIT"
  1599. ],
  1600. "authors": [
  1601. {
  1602. "name": "Fabien Potencier",
  1603. "email": "fabien@symfony.com"
  1604. }
  1605. ],
  1606. "description": "Base bundle for Symfony Distributions",
  1607. "keywords": [
  1608. "configuration",
  1609. "distribution"
  1610. ],
  1611. "time": "2016-04-25 20:50:31"
  1612. },
  1613. {
  1614. "name": "sensio/framework-extra-bundle",
  1615. "version": "v3.0.16",
  1616. "source": {
  1617. "type": "git",
  1618. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  1619. "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
  1620. },
  1621. "dist": {
  1622. "type": "zip",
  1623. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
  1624. "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
  1625. "shasum": ""
  1626. },
  1627. "require": {
  1628. "doctrine/common": "~2.2",
  1629. "symfony/dependency-injection": "~2.3|~3.0",
  1630. "symfony/framework-bundle": "~2.3|~3.0"
  1631. },
  1632. "require-dev": {
  1633. "symfony/browser-kit": "~2.3|~3.0",
  1634. "symfony/dom-crawler": "~2.3|~3.0",
  1635. "symfony/expression-language": "~2.4|~3.0",
  1636. "symfony/finder": "~2.3|~3.0",
  1637. "symfony/phpunit-bridge": "~2.7|~3.0",
  1638. "symfony/security-bundle": "~2.4|~3.0",
  1639. "symfony/twig-bundle": "~2.3|~3.0",
  1640. "twig/twig": "~1.11|~2.0"
  1641. },
  1642. "suggest": {
  1643. "symfony/expression-language": "",
  1644. "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
  1645. "symfony/security-bundle": ""
  1646. },
  1647. "type": "symfony-bundle",
  1648. "extra": {
  1649. "branch-alias": {
  1650. "dev-master": "3.0.x-dev"
  1651. }
  1652. },
  1653. "autoload": {
  1654. "psr-4": {
  1655. "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
  1656. }
  1657. },
  1658. "notification-url": "https://packagist.org/downloads/",
  1659. "license": [
  1660. "MIT"
  1661. ],
  1662. "authors": [
  1663. {
  1664. "name": "Fabien Potencier",
  1665. "email": "fabien@symfony.com"
  1666. }
  1667. ],
  1668. "description": "This bundle provides a way to configure your controllers with annotations",
  1669. "keywords": [
  1670. "annotations",
  1671. "controllers"
  1672. ],
  1673. "time": "2016-03-25 17:08:27"
  1674. },
  1675. {
  1676. "name": "sensiolabs/security-checker",
  1677. "version": "v3.0.2",
  1678. "source": {
  1679. "type": "git",
  1680. "url": "https://github.com/sensiolabs/security-checker.git",
  1681. "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
  1682. },
  1683. "dist": {
  1684. "type": "zip",
  1685. "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
  1686. "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
  1687. "shasum": ""
  1688. },
  1689. "require": {
  1690. "symfony/console": "~2.0|~3.0"
  1691. },
  1692. "bin": [
  1693. "security-checker"
  1694. ],
  1695. "type": "library",
  1696. "extra": {
  1697. "branch-alias": {
  1698. "dev-master": "3.0-dev"
  1699. }
  1700. },
  1701. "autoload": {
  1702. "psr-0": {
  1703. "SensioLabs\\Security": ""
  1704. }
  1705. },
  1706. "notification-url": "https://packagist.org/downloads/",
  1707. "license": [
  1708. "MIT"
  1709. ],
  1710. "authors": [
  1711. {
  1712. "name": "Fabien Potencier",
  1713. "email": "fabien.potencier@gmail.com"
  1714. }
  1715. ],
  1716. "description": "A security checker for your composer.lock",
  1717. "time": "2015-11-07 08:07:40"
  1718. },
  1719. {
  1720. "name": "swiftmailer/swiftmailer",
  1721. "version": "v5.4.2",
  1722. "source": {
  1723. "type": "git",
  1724. "url": "https://github.com/swiftmailer/swiftmailer.git",
  1725. "reference": "d8db871a54619458a805229a057ea2af33c753e8"
  1726. },
  1727. "dist": {
  1728. "type": "zip",
  1729. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
  1730. "reference": "d8db871a54619458a805229a057ea2af33c753e8",
  1731. "shasum": ""
  1732. },
  1733. "require": {
  1734. "php": ">=5.3.3"
  1735. },
  1736. "require-dev": {
  1737. "mockery/mockery": "~0.9.1,<0.9.4"
  1738. },
  1739. "type": "library",
  1740. "extra": {
  1741. "branch-alias": {
  1742. "dev-master": "5.4-dev"
  1743. }
  1744. },
  1745. "autoload": {
  1746. "files": [
  1747. "lib/swift_required.php"
  1748. ]
  1749. },
  1750. "notification-url": "https://packagist.org/downloads/",
  1751. "license": [
  1752. "MIT"
  1753. ],
  1754. "authors": [
  1755. {
  1756. "name": "Chris Corbyn"
  1757. },
  1758. {
  1759. "name": "Fabien Potencier",
  1760. "email": "fabien@symfony.com"
  1761. }
  1762. ],
  1763. "description": "Swiftmailer, free feature-rich PHP mailer",
  1764. "homepage": "http://swiftmailer.org",
  1765. "keywords": [
  1766. "email",
  1767. "mail",
  1768. "mailer"
  1769. ],
  1770. "time": "2016-05-01 08:45:47"
  1771. },
  1772. {
  1773. "name": "symfony/monolog-bundle",
  1774. "version": "2.11.1",
  1775. "source": {
  1776. "type": "git",
  1777. "url": "https://github.com/symfony/monolog-bundle.git",
  1778. "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
  1779. },
  1780. "dist": {
  1781. "type": "zip",
  1782. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
  1783. "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
  1784. "shasum": ""
  1785. },
  1786. "require": {
  1787. "monolog/monolog": "~1.18",
  1788. "php": ">=5.3.2",
  1789. "symfony/config": "~2.3|~3.0",
  1790. "symfony/dependency-injection": "~2.3|~3.0",
  1791. "symfony/http-kernel": "~2.3|~3.0",
  1792. "symfony/monolog-bridge": "~2.3|~3.0"
  1793. },
  1794. "require-dev": {
  1795. "phpunit/phpunit": "^4.8",
  1796. "symfony/console": "~2.3|~3.0",
  1797. "symfony/yaml": "~2.3|~3.0"
  1798. },
  1799. "type": "symfony-bundle",
  1800. "extra": {
  1801. "branch-alias": {
  1802. "dev-master": "2.x-dev"
  1803. }
  1804. },
  1805. "autoload": {
  1806. "psr-4": {
  1807. "Symfony\\Bundle\\MonologBundle\\": ""
  1808. }
  1809. },
  1810. "notification-url": "https://packagist.org/downloads/",
  1811. "license": [
  1812. "MIT"
  1813. ],
  1814. "authors": [
  1815. {
  1816. "name": "Symfony Community",
  1817. "homepage": "http://symfony.com/contributors"
  1818. },
  1819. {
  1820. "name": "Fabien Potencier",
  1821. "email": "fabien@symfony.com"
  1822. }
  1823. ],
  1824. "description": "Symfony MonologBundle",
  1825. "homepage": "http://symfony.com",
  1826. "keywords": [
  1827. "log",
  1828. "logging"
  1829. ],
  1830. "time": "2016-04-13 16:21:01"
  1831. },
  1832. {
  1833. "name": "symfony/polyfill-apcu",
  1834. "version": "v1.2.0",
  1835. "source": {
  1836. "type": "git",
  1837. "url": "https://github.com/symfony/polyfill-apcu.git",
  1838. "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
  1839. },
  1840. "dist": {
  1841. "type": "zip",
  1842. "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
  1843. "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
  1844. "shasum": ""
  1845. },
  1846. "require": {
  1847. "php": ">=5.3.3"
  1848. },
  1849. "type": "library",
  1850. "extra": {
  1851. "branch-alias": {
  1852. "dev-master": "1.2-dev"
  1853. }
  1854. },
  1855. "autoload": {
  1856. "files": [
  1857. "bootstrap.php"
  1858. ]
  1859. },
  1860. "notification-url": "https://packagist.org/downloads/",
  1861. "license": [
  1862. "MIT"
  1863. ],
  1864. "authors": [
  1865. {
  1866. "name": "Nicolas Grekas",
  1867. "email": "p@tchwork.com"
  1868. },
  1869. {
  1870. "name": "Symfony Community",
  1871. "homepage": "https://symfony.com/contributors"
  1872. }
  1873. ],
  1874. "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
  1875. "homepage": "https://symfony.com",
  1876. "keywords": [
  1877. "apcu",
  1878. "compatibility",
  1879. "polyfill",
  1880. "portable",
  1881. "shim"
  1882. ],
  1883. "time": "2016-05-18 14:26:46"
  1884. },
  1885. {
  1886. "name": "symfony/polyfill-intl-icu",
  1887. "version": "v1.2.0",
  1888. "source": {
  1889. "type": "git",
  1890. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  1891. "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f"
  1892. },
  1893. "dist": {
  1894. "type": "zip",
  1895. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f",
  1896. "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f",
  1897. "shasum": ""
  1898. },
  1899. "require": {
  1900. "php": ">=5.3.3",
  1901. "symfony/intl": "~2.3|~3.0"
  1902. },
  1903. "suggest": {
  1904. "ext-intl": "For best performance"
  1905. },
  1906. "type": "library",
  1907. "extra": {
  1908. "branch-alias": {
  1909. "dev-master": "1.2-dev"
  1910. }
  1911. },
  1912. "autoload": {
  1913. "files": [
  1914. "bootstrap.php"
  1915. ]
  1916. },
  1917. "notification-url": "https://packagist.org/downloads/",
  1918. "license": [
  1919. "MIT"
  1920. ],
  1921. "authors": [
  1922. {
  1923. "name": "Nicolas Grekas",
  1924. "email": "p@tchwork.com"
  1925. },
  1926. {
  1927. "name": "Symfony Community",
  1928. "homepage": "https://symfony.com/contributors"
  1929. }
  1930. ],
  1931. "description": "Symfony polyfill for intl's ICU-related data and classes",
  1932. "homepage": "https://symfony.com",
  1933. "keywords": [
  1934. "compatibility",
  1935. "icu",
  1936. "intl",
  1937. "polyfill",
  1938. "portable",
  1939. "shim"
  1940. ],
  1941. "time": "2016-05-18 14:26:46"
  1942. },
  1943. {
  1944. "name": "symfony/polyfill-mbstring",
  1945. "version": "v1.2.0",
  1946. "source": {
  1947. "type": "git",
  1948. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1949. "reference": "dff51f72b0706335131b00a7f49606168c582594"
  1950. },
  1951. "dist": {
  1952. "type": "zip",
  1953. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
  1954. "reference": "dff51f72b0706335131b00a7f49606168c582594",
  1955. "shasum": ""
  1956. },
  1957. "require": {
  1958. "php": ">=5.3.3"
  1959. },
  1960. "suggest": {
  1961. "ext-mbstring": "For best performance"
  1962. },
  1963. "type": "library",
  1964. "extra": {
  1965. "branch-alias": {
  1966. "dev-master": "1.2-dev"
  1967. }
  1968. },
  1969. "autoload": {
  1970. "psr-4": {
  1971. "Symfony\\Polyfill\\Mbstring\\": ""
  1972. },
  1973. "files": [
  1974. "bootstrap.php"
  1975. ]
  1976. },
  1977. "notification-url": "https://packagist.org/downloads/",
  1978. "license": [
  1979. "MIT"
  1980. ],
  1981. "authors": [
  1982. {
  1983. "name": "Nicolas Grekas",
  1984. "email": "p@tchwork.com"
  1985. },
  1986. {
  1987. "name": "Symfony Community",
  1988. "homepage": "https://symfony.com/contributors"
  1989. }
  1990. ],
  1991. "description": "Symfony polyfill for the Mbstring extension",
  1992. "homepage": "https://symfony.com",
  1993. "keywords": [
  1994. "compatibility",
  1995. "mbstring",
  1996. "polyfill",
  1997. "portable",
  1998. "shim"
  1999. ],
  2000. "time": "2016-05-18 14:26:46"
  2001. },
  2002. {
  2003. "name": "symfony/polyfill-php56",
  2004. "version": "v1.2.0",
  2005. "source": {
  2006. "type": "git",
  2007. "url": "https://github.com/symfony/polyfill-php56.git",
  2008. "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
  2009. },
  2010. "dist": {
  2011. "type": "zip",
  2012. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
  2013. "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
  2014. "shasum": ""
  2015. },
  2016. "require": {
  2017. "php": ">=5.3.3",
  2018. "symfony/polyfill-util": "~1.0"
  2019. },
  2020. "type": "library",
  2021. "extra": {
  2022. "branch-alias": {
  2023. "dev-master": "1.2-dev"
  2024. }
  2025. },
  2026. "autoload": {
  2027. "psr-4": {
  2028. "Symfony\\Polyfill\\Php56\\": ""
  2029. },
  2030. "files": [
  2031. "bootstrap.php"
  2032. ]
  2033. },
  2034. "notification-url": "https://packagist.org/downloads/",
  2035. "license": [
  2036. "MIT"
  2037. ],
  2038. "authors": [
  2039. {
  2040. "name": "Nicolas Grekas",
  2041. "email": "p@tchwork.com"
  2042. },
  2043. {
  2044. "name": "Symfony Community",
  2045. "homepage": "https://symfony.com/contributors"
  2046. }
  2047. ],
  2048. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  2049. "homepage": "https://symfony.com",
  2050. "keywords": [
  2051. "compatibility",
  2052. "polyfill",
  2053. "portable",
  2054. "shim"
  2055. ],
  2056. "time": "2016-05-18 14:26:46"
  2057. },
  2058. {
  2059. "name": "symfony/polyfill-php70",
  2060. "version": "v1.2.0",
  2061. "source": {
  2062. "type": "git",
  2063. "url": "https://github.com/symfony/polyfill-php70.git",
  2064. "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85"
  2065. },
  2066. "dist": {
  2067. "type": "zip",
  2068. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
  2069. "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
  2070. "shasum": ""
  2071. },
  2072. "require": {
  2073. "paragonie/random_compat": "~1.0|~2.0",
  2074. "php": ">=5.3.3"
  2075. },
  2076. "type": "library",
  2077. "extra": {
  2078. "branch-alias": {
  2079. "dev-master": "1.2-dev"
  2080. }
  2081. },
  2082. "autoload": {
  2083. "psr-4": {
  2084. "Symfony\\Polyfill\\Php70\\": ""
  2085. },
  2086. "files": [
  2087. "bootstrap.php"
  2088. ],
  2089. "classmap": [
  2090. "Resources/stubs"
  2091. ]
  2092. },
  2093. "notification-url": "https://packagist.org/downloads/",
  2094. "license": [
  2095. "MIT"
  2096. ],
  2097. "authors": [
  2098. {
  2099. "name": "Nicolas Grekas",
  2100. "email": "p@tchwork.com"
  2101. },
  2102. {
  2103. "name": "Symfony Community",
  2104. "homepage": "https://symfony.com/contributors"
  2105. }
  2106. ],
  2107. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  2108. "homepage": "https://symfony.com",
  2109. "keywords": [
  2110. "compatibility",
  2111. "polyfill",
  2112. "portable",
  2113. "shim"
  2114. ],
  2115. "time": "2016-05-18 14:26:46"
  2116. },
  2117. {
  2118. "name": "symfony/polyfill-util",
  2119. "version": "v1.2.0",
  2120. "source": {
  2121. "type": "git",
  2122. "url": "https://github.com/symfony/polyfill-util.git",
  2123. "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
  2124. },
  2125. "dist": {
  2126. "type": "zip",
  2127. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
  2128. "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
  2129. "shasum": ""
  2130. },
  2131. "require": {
  2132. "php": ">=5.3.3"
  2133. },
  2134. "type": "library",
  2135. "extra": {
  2136. "branch-alias": {
  2137. "dev-master": "1.2-dev"
  2138. }
  2139. },
  2140. "autoload": {
  2141. "psr-4": {
  2142. "Symfony\\Polyfill\\Util\\": ""
  2143. }
  2144. },
  2145. "notification-url": "https://packagist.org/downloads/",
  2146. "license": [
  2147. "MIT"
  2148. ],
  2149. "authors": [
  2150. {
  2151. "name": "Nicolas Grekas",
  2152. "email": "p@tchwork.com"
  2153. },
  2154. {
  2155. "name": "Symfony Community",
  2156. "homepage": "https://symfony.com/contributors"
  2157. }
  2158. ],
  2159. "description": "Symfony utilities for portability of PHP codes",
  2160. "homepage": "https://symfony.com",
  2161. "keywords": [
  2162. "compat",
  2163. "compatibility",
  2164. "polyfill",
  2165. "shim"
  2166. ],
  2167. "time": "2016-05-18 14:26:46"
  2168. },
  2169. {
  2170. "name": "symfony/swiftmailer-bundle",
  2171. "version": "v2.3.11",
  2172. "source": {
  2173. "type": "git",
  2174. "url": "https://github.com/symfony/swiftmailer-bundle.git",
  2175. "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
  2176. },
  2177. "dist": {
  2178. "type": "zip",
  2179. "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
  2180. "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
  2181. "shasum": ""
  2182. },
  2183. "require": {
  2184. "php": ">=5.3.2",
  2185. "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
  2186. "symfony/config": "~2.3|~3.0",
  2187. "symfony/dependency-injection": "~2.3|~3.0",
  2188. "symfony/http-kernel": "~2.3|~3.0",
  2189. "symfony/yaml": "~2.3|~3.0"
  2190. },
  2191. "require-dev": {
  2192. "symfony/phpunit-bridge": "~2.7|~3.0"
  2193. },
  2194. "suggest": {
  2195. "psr/log": "Allows logging"
  2196. },
  2197. "type": "symfony-bundle",
  2198. "extra": {
  2199. "branch-alias": {
  2200. "dev-master": "2.3-dev"
  2201. }
  2202. },
  2203. "autoload": {
  2204. "psr-4": {
  2205. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  2206. }
  2207. },
  2208. "notification-url": "https://packagist.org/downloads/",
  2209. "license": [
  2210. "MIT"
  2211. ],
  2212. "authors": [
  2213. {
  2214. "name": "Symfony Community",
  2215. "homepage": "http://symfony.com/contributors"
  2216. },
  2217. {
  2218. "name": "Fabien Potencier",
  2219. "email": "fabien@symfony.com"
  2220. }
  2221. ],
  2222. "description": "Symfony SwiftmailerBundle",
  2223. "homepage": "http://symfony.com",
  2224. "time": "2016-01-15 16:41:20"
  2225. },
  2226. {
  2227. "name": "symfony/symfony",
  2228. "version": "v3.1.1",
  2229. "source": {
  2230. "type": "git",
  2231. "url": "https://github.com/symfony/symfony.git",
  2232. "reference": "6e1b1497276f8477e9d89b1b6398cf7c7dcebd7d"
  2233. },
  2234. "dist": {
  2235. "type": "zip",
  2236. "url": "https://api.github.com/repos/symfony/symfony/zipball/6e1b1497276f8477e9d89b1b6398cf7c7dcebd7d",
  2237. "reference": "6e1b1497276f8477e9d89b1b6398cf7c7dcebd7d",
  2238. "shasum": ""
  2239. },
  2240. "require": {
  2241. "doctrine/common": "~2.4",
  2242. "php": ">=5.5.9",
  2243. "psr/cache": "~1.0",
  2244. "psr/log": "~1.0",
  2245. "symfony/polyfill-intl-icu": "~1.0",
  2246. "symfony/polyfill-mbstring": "~1.0",
  2247. "symfony/polyfill-php56": "~1.0",
  2248. "symfony/polyfill-php70": "~1.0",
  2249. "symfony/polyfill-util": "~1.0",
  2250. "twig/twig": "~1.23|~2.0"
  2251. },
  2252. "conflict": {
  2253. "phpdocumentor/reflection-docblock": "<3.0"
  2254. },
  2255. "replace": {
  2256. "symfony/asset": "self.version",
  2257. "symfony/browser-kit": "self.version",
  2258. "symfony/cache": "self.version",
  2259. "symfony/class-loader": "self.version",
  2260. "symfony/config": "self.version",
  2261. "symfony/console": "self.version",
  2262. "symfony/css-selector": "self.version",
  2263. "symfony/debug": "self.version",
  2264. "symfony/debug-bundle": "self.version",
  2265. "symfony/dependency-injection": "self.version",
  2266. "symfony/doctrine-bridge": "self.version",
  2267. "symfony/dom-crawler": "self.version",
  2268. "symfony/event-dispatcher": "self.version",
  2269. "symfony/expression-language": "self.version",
  2270. "symfony/filesystem": "self.version",
  2271. "symfony/finder": "self.version",
  2272. "symfony/form": "self.version",
  2273. "symfony/framework-bundle": "self.version",
  2274. "symfony/http-foundation": "self.version",
  2275. "symfony/http-kernel": "self.version",
  2276. "symfony/intl": "self.version",
  2277. "symfony/ldap": "self.version",
  2278. "symfony/monolog-bridge": "self.version",
  2279. "symfony/options-resolver": "self.version",
  2280. "symfony/process": "self.version",
  2281. "symfony/property-access": "self.version",
  2282. "symfony/property-info": "self.version",
  2283. "symfony/proxy-manager-bridge": "self.version",
  2284. "symfony/routing": "self.version",
  2285. "symfony/security": "self.version",
  2286. "symfony/security-bundle": "self.version",
  2287. "symfony/security-core": "self.version",
  2288. "symfony/security-csrf": "self.version",
  2289. "symfony/security-guard": "self.version",
  2290. "symfony/security-http": "self.version",
  2291. "symfony/serializer": "self.version",
  2292. "symfony/stopwatch": "self.version",
  2293. "symfony/templating": "self.version",
  2294. "symfony/translation": "self.version",
  2295. "symfony/twig-bridge": "self.version",
  2296. "symfony/twig-bundle": "self.version",
  2297. "symfony/validator": "self.version",
  2298. "symfony/var-dumper": "self.version",
  2299. "symfony/web-profiler-bundle": "self.version",
  2300. "symfony/yaml": "self.version"
  2301. },
  2302. "require-dev": {
  2303. "cache/integration-tests": "dev-master",
  2304. "doctrine/cache": "~1.6",
  2305. "doctrine/data-fixtures": "1.0.*",
  2306. "doctrine/dbal": "~2.4",
  2307. "doctrine/doctrine-bundle": "~1.4",
  2308. "doctrine/orm": "~2.4,>=2.4.5",
  2309. "egulias/email-validator": "~1.2",
  2310. "monolog/monolog": "~1.11",
  2311. "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
  2312. "phpdocumentor/reflection-docblock": "^3.0",
  2313. "predis/predis": "~1.0",
  2314. "symfony/polyfill-apcu": "~1.1",
  2315. "symfony/security-acl": "~2.8|~3.0"
  2316. },
  2317. "type": "library",
  2318. "extra": {
  2319. "branch-alias": {
  2320. "dev-master": "3.1-dev"
  2321. }
  2322. },
  2323. "autoload": {
  2324. "psr-4": {
  2325. "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
  2326. "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
  2327. "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
  2328. "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
  2329. "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
  2330. "Symfony\\Bundle\\": "src/Symfony/Bundle/",
  2331. "Symfony\\Component\\": "src/Symfony/Component/"
  2332. },
  2333. "classmap": [
  2334. "src/Symfony/Component/Intl/Resources/stubs"
  2335. ],
  2336. "exclude-from-classmap": [
  2337. "**/Tests/"
  2338. ]
  2339. },
  2340. "notification-url": "https://packagist.org/downloads/",
  2341. "license": [
  2342. "MIT"
  2343. ],
  2344. "authors": [
  2345. {
  2346. "name": "Fabien Potencier",
  2347. "email": "fabien@symfony.com"
  2348. },
  2349. {
  2350. "name": "Symfony Community",
  2351. "homepage": "https://symfony.com/contributors"
  2352. }
  2353. ],
  2354. "description": "The Symfony PHP framework",
  2355. "homepage": "https://symfony.com",
  2356. "keywords": [
  2357. "framework"
  2358. ],
  2359. "time": "2016-06-15 05:59:11"
  2360. },
  2361. {
  2362. "name": "twig/twig",
  2363. "version": "v1.24.1",
  2364. "source": {
  2365. "type": "git",
  2366. "url": "https://github.com/twigphp/Twig.git",
  2367. "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
  2368. },
  2369. "dist": {
  2370. "type": "zip",
  2371. "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
  2372. "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
  2373. "shasum": ""
  2374. },
  2375. "require": {
  2376. "php": ">=5.2.7"
  2377. },
  2378. "require-dev": {
  2379. "symfony/debug": "~2.7",
  2380. "symfony/phpunit-bridge": "~2.7"
  2381. },
  2382. "type": "library",
  2383. "extra": {
  2384. "branch-alias": {
  2385. "dev-master": "1.24-dev"
  2386. }
  2387. },
  2388. "autoload": {
  2389. "psr-0": {
  2390. "Twig_": "lib/"
  2391. }
  2392. },
  2393. "notification-url": "https://packagist.org/downloads/",
  2394. "license": [
  2395. "BSD-3-Clause"
  2396. ],
  2397. "authors": [
  2398. {
  2399. "name": "Fabien Potencier",
  2400. "email": "fabien@symfony.com",
  2401. "homepage": "http://fabien.potencier.org",
  2402. "role": "Lead Developer"
  2403. },
  2404. {
  2405. "name": "Armin Ronacher",
  2406. "email": "armin.ronacher@active-4.com",
  2407. "role": "Project Founder"
  2408. },
  2409. {
  2410. "name": "Twig Team",
  2411. "homepage": "http://twig.sensiolabs.org/contributors",
  2412. "role": "Contributors"
  2413. }
  2414. ],
  2415. "description": "Twig, the flexible, fast, and secure template language for PHP",
  2416. "homepage": "http://twig.sensiolabs.org",
  2417. "keywords": [
  2418. "templating"
  2419. ],
  2420. "time": "2016-05-30 09:11:59"
  2421. },
  2422. {
  2423. "name": "willdurand/jsonp-callback-validator",
  2424. "version": "v1.1.0",
  2425. "source": {
  2426. "type": "git",
  2427. "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
  2428. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
  2429. },
  2430. "dist": {
  2431. "type": "zip",
  2432. "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
  2433. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
  2434. "shasum": ""
  2435. },
  2436. "require": {
  2437. "php": ">=5.3.0"
  2438. },
  2439. "require-dev": {
  2440. "phpunit/phpunit": "~3.7"
  2441. },
  2442. "type": "library",
  2443. "autoload": {
  2444. "psr-0": {
  2445. "JsonpCallbackValidator": "src/"
  2446. }
  2447. },
  2448. "notification-url": "https://packagist.org/downloads/",
  2449. "license": [
  2450. "MIT"
  2451. ],
  2452. "authors": [
  2453. {
  2454. "name": "William Durand",
  2455. "email": "william.durand1@gmail.com",
  2456. "homepage": "http://www.willdurand.fr"
  2457. }
  2458. ],
  2459. "description": "JSONP callback validator.",
  2460. "time": "2014-01-20 22:35:06"
  2461. },
  2462. {
  2463. "name": "willdurand/negotiation",
  2464. "version": "1.5.0",
  2465. "source": {
  2466. "type": "git",
  2467. "url": "https://github.com/willdurand/Negotiation.git",
  2468. "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
  2469. },
  2470. "dist": {
  2471. "type": "zip",
  2472. "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
  2473. "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
  2474. "shasum": ""
  2475. },
  2476. "require": {
  2477. "php": ">=5.3.0"
  2478. },
  2479. "type": "library",
  2480. "extra": {
  2481. "branch-alias": {
  2482. "dev-master": "1.5-dev"
  2483. }
  2484. },
  2485. "autoload": {
  2486. "psr-4": {
  2487. "Negotiation\\": "src/Negotiation"
  2488. }
  2489. },
  2490. "notification-url": "https://packagist.org/downloads/",
  2491. "license": [
  2492. "MIT"
  2493. ],
  2494. "authors": [
  2495. {
  2496. "name": "William Durand",
  2497. "email": "william.durand1@gmail.com"
  2498. }
  2499. ],
  2500. "description": "Content Negotiation tools for PHP provided as a standalone library.",
  2501. "homepage": "http://williamdurand.fr/Negotiation/",
  2502. "keywords": [
  2503. "accept",
  2504. "content",
  2505. "format",
  2506. "header",
  2507. "negotiation"
  2508. ],
  2509. "time": "2015-10-01 07:42:40"
  2510. }
  2511. ],
  2512. "packages-dev": [
  2513. {
  2514. "name": "sensio/generator-bundle",
  2515. "version": "v3.0.6",
  2516. "source": {
  2517. "type": "git",
  2518. "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
  2519. "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4"
  2520. },
  2521. "dist": {
  2522. "type": "zip",
  2523. "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ac91535054d025937d897d78ebb5fc2da5e955a4",
  2524. "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4",
  2525. "shasum": ""
  2526. },
  2527. "require": {
  2528. "symfony/console": "~2.7|~3.0",
  2529. "symfony/framework-bundle": "~2.7|~3.0",
  2530. "symfony/process": "~2.7|~3.0",
  2531. "symfony/yaml": "~2.7|~3.0"
  2532. },
  2533. "require-dev": {
  2534. "doctrine/orm": "~2.4",
  2535. "symfony/doctrine-bridge": "~2.7|~3.0",
  2536. "twig/twig": "~1.18"
  2537. },
  2538. "type": "symfony-bundle",
  2539. "extra": {
  2540. "branch-alias": {
  2541. "dev-master": "3.0.x-dev"
  2542. }
  2543. },
  2544. "autoload": {
  2545. "psr-4": {
  2546. "Sensio\\Bundle\\GeneratorBundle\\": ""
  2547. },
  2548. "exclude-from-classmap": [
  2549. "/Tests/"
  2550. ]
  2551. },
  2552. "notification-url": "https://packagist.org/downloads/",
  2553. "license": [
  2554. "MIT"
  2555. ],
  2556. "authors": [
  2557. {
  2558. "name": "Fabien Potencier",
  2559. "email": "fabien@symfony.com"
  2560. }
  2561. ],
  2562. "description": "This bundle generates code for you",
  2563. "time": "2016-02-26 04:36:01"
  2564. },
  2565. {
  2566. "name": "symfony/phpunit-bridge",
  2567. "version": "v3.1.1",
  2568. "source": {
  2569. "type": "git",
  2570. "url": "https://github.com/symfony/phpunit-bridge.git",
  2571. "reference": "f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074"
  2572. },
  2573. "dist": {
  2574. "type": "zip",
  2575. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074",
  2576. "reference": "f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074",
  2577. "shasum": ""
  2578. },
  2579. "require": {
  2580. "php": ">=5.3.3"
  2581. },
  2582. "suggest": {
  2583. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  2584. },
  2585. "type": "symfony-bridge",
  2586. "extra": {
  2587. "branch-alias": {
  2588. "dev-master": "3.1-dev"
  2589. }
  2590. },
  2591. "autoload": {
  2592. "files": [
  2593. "bootstrap.php"
  2594. ],
  2595. "psr-4": {
  2596. "Symfony\\Bridge\\PhpUnit\\": ""
  2597. },
  2598. "exclude-from-classmap": [
  2599. "/Tests/"
  2600. ]
  2601. },
  2602. "notification-url": "https://packagist.org/downloads/",
  2603. "license": [
  2604. "MIT"
  2605. ],
  2606. "authors": [
  2607. {
  2608. "name": "Nicolas Grekas",
  2609. "email": "p@tchwork.com"
  2610. },
  2611. {
  2612. "name": "Symfony Community",
  2613. "homepage": "https://symfony.com/contributors"
  2614. }
  2615. ],
  2616. "description": "Symfony PHPUnit Bridge",
  2617. "homepage": "https://symfony.com",
  2618. "time": "2016-04-12 18:27:47"
  2619. }
  2620. ],
  2621. "aliases": [],
  2622. "minimum-stability": "stable",
  2623. "stability-flags": {
  2624. "friendsofsymfony/user-bundle": 20
  2625. },
  2626. "prefer-stable": false,
  2627. "prefer-lowest": false,
  2628. "platform": {
  2629. "php": ">=5.5.9"
  2630. },
  2631. "platform-dev": []
  2632. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement