Advertisement
Guest User

Untitled

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