composer.lock 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "e68bf60f228ca192b8b492cb95a80fa7",
  8. "packages": [
  9. {
  10. "name": "justinrainbow/json-schema",
  11. "version": "1.3.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/justinrainbow/json-schema.git",
  15. "reference": "d97cf3ce890fe80f247fc08594a1c8a1029fc7ed"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/d97cf3ce890fe80f247fc08594a1c8a1029fc7ed",
  20. "reference": "d97cf3ce890fe80f247fc08594a1c8a1029fc7ed",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "json-schema/json-schema-test-suite": "1.1.0",
  28. "phpdocumentor/phpdocumentor": "~2",
  29. "phpunit/phpunit": "~3.7"
  30. },
  31. "bin": [
  32. "bin/validate-json"
  33. ],
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.4.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-0": {
  42. "JsonSchema": "src/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "BSD-3-Clause"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Igor Wiedler",
  52. "email": "igor@wiedler.ch",
  53. "homepage": "http://wiedler.ch/igor/"
  54. },
  55. {
  56. "name": "Bruno Prieto Reis",
  57. "email": "bruno.p.reis@gmail.com"
  58. },
  59. {
  60. "name": "Justin Rainbow",
  61. "email": "justin.rainbow@gmail.com"
  62. },
  63. {
  64. "name": "Robert Schönthal",
  65. "email": "seroscho@googlemail.com",
  66. "homepage": "http://digitalkaoz.net"
  67. }
  68. ],
  69. "description": "A library to validate a json schema.",
  70. "homepage": "https://github.com/justinrainbow/json-schema",
  71. "keywords": [
  72. "json",
  73. "schema"
  74. ],
  75. "time": "2014-03-05 15:03:52"
  76. },
  77. {
  78. "name": "seld/jsonlint",
  79. "version": "1.1.2",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/Seldaek/jsonlint.git",
  83. "reference": "7cd4c4965e17e6e4c07f26d566619a4c76f8c672"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/7cd4c4965e17e6e4c07f26d566619a4c76f8c672",
  88. "reference": "7cd4c4965e17e6e4c07f26d566619a4c76f8c672",
  89. "shasum": ""
  90. },
  91. "require": {
  92. "php": ">=5.3.0"
  93. },
  94. "bin": [
  95. "bin/jsonlint"
  96. ],
  97. "type": "library",
  98. "autoload": {
  99. "psr-0": {
  100. "Seld\\JsonLint": "src/"
  101. }
  102. },
  103. "notification-url": "https://packagist.org/downloads/",
  104. "license": [
  105. "MIT"
  106. ],
  107. "authors": [
  108. {
  109. "name": "Jordi Boggiano",
  110. "email": "j.boggiano@seld.be",
  111. "homepage": "http://seld.be",
  112. "role": "Developer"
  113. }
  114. ],
  115. "description": "JSON Linter",
  116. "keywords": [
  117. "json",
  118. "linter",
  119. "parser",
  120. "validator"
  121. ],
  122. "time": "2013-11-04 15:41:11"
  123. },
  124. {
  125. "name": "symfony/console",
  126. "version": "v2.4.2",
  127. "target-dir": "Symfony/Component/Console",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/symfony/Console.git",
  131. "reference": "940f217cbc3c8a33e5403e7c595495c4884400fe"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/symfony/Console/zipball/940f217cbc3c8a33e5403e7c595495c4884400fe",
  136. "reference": "940f217cbc3c8a33e5403e7c595495c4884400fe",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": ">=5.3.3"
  141. },
  142. "require-dev": {
  143. "symfony/event-dispatcher": "~2.1"
  144. },
  145. "suggest": {
  146. "symfony/event-dispatcher": ""
  147. },
  148. "type": "library",
  149. "extra": {
  150. "branch-alias": {
  151. "dev-master": "2.4-dev"
  152. }
  153. },
  154. "autoload": {
  155. "psr-0": {
  156. "Symfony\\Component\\Console\\": ""
  157. }
  158. },
  159. "notification-url": "https://packagist.org/downloads/",
  160. "license": [
  161. "MIT"
  162. ],
  163. "authors": [
  164. {
  165. "name": "Fabien Potencier",
  166. "email": "fabien@symfony.com",
  167. "homepage": "http://fabien.potencier.org",
  168. "role": "Lead Developer"
  169. },
  170. {
  171. "name": "Symfony Community",
  172. "homepage": "http://symfony.com/contributors"
  173. }
  174. ],
  175. "description": "Symfony Console Component",
  176. "homepage": "http://symfony.com",
  177. "time": "2014-02-11 13:52:09"
  178. },
  179. {
  180. "name": "symfony/finder",
  181. "version": "v2.4.2",
  182. "target-dir": "Symfony/Component/Finder",
  183. "source": {
  184. "type": "git",
  185. "url": "https://github.com/symfony/Finder.git",
  186. "reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011"
  187. },
  188. "dist": {
  189. "type": "zip",
  190. "url": "https://api.github.com/repos/symfony/Finder/zipball/b6735d1fc16da13c4c7dddfe78366a4a098cf011",
  191. "reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011",
  192. "shasum": ""
  193. },
  194. "require": {
  195. "php": ">=5.3.3"
  196. },
  197. "type": "library",
  198. "extra": {
  199. "branch-alias": {
  200. "dev-master": "2.4-dev"
  201. }
  202. },
  203. "autoload": {
  204. "psr-0": {
  205. "Symfony\\Component\\Finder\\": ""
  206. }
  207. },
  208. "notification-url": "https://packagist.org/downloads/",
  209. "license": [
  210. "MIT"
  211. ],
  212. "authors": [
  213. {
  214. "name": "Fabien Potencier",
  215. "email": "fabien@symfony.com",
  216. "homepage": "http://fabien.potencier.org",
  217. "role": "Lead Developer"
  218. },
  219. {
  220. "name": "Symfony Community",
  221. "homepage": "http://symfony.com/contributors"
  222. }
  223. ],
  224. "description": "Symfony Finder Component",
  225. "homepage": "http://symfony.com",
  226. "time": "2014-01-07 13:28:54"
  227. },
  228. {
  229. "name": "symfony/process",
  230. "version": "v2.4.2",
  231. "target-dir": "Symfony/Component/Process",
  232. "source": {
  233. "type": "git",
  234. "url": "https://github.com/symfony/Process.git",
  235. "reference": "c175448bac997556f8ab972908a4e14c7291fb03"
  236. },
  237. "dist": {
  238. "type": "zip",
  239. "url": "https://api.github.com/repos/symfony/Process/zipball/c175448bac997556f8ab972908a4e14c7291fb03",
  240. "reference": "c175448bac997556f8ab972908a4e14c7291fb03",
  241. "shasum": ""
  242. },
  243. "require": {
  244. "php": ">=5.3.3"
  245. },
  246. "type": "library",
  247. "extra": {
  248. "branch-alias": {
  249. "dev-master": "2.4-dev"
  250. }
  251. },
  252. "autoload": {
  253. "psr-0": {
  254. "Symfony\\Component\\Process\\": ""
  255. }
  256. },
  257. "notification-url": "https://packagist.org/downloads/",
  258. "license": [
  259. "MIT"
  260. ],
  261. "authors": [
  262. {
  263. "name": "Fabien Potencier",
  264. "email": "fabien@symfony.com",
  265. "homepage": "http://fabien.potencier.org",
  266. "role": "Lead Developer"
  267. },
  268. {
  269. "name": "Symfony Community",
  270. "homepage": "http://symfony.com/contributors"
  271. }
  272. ],
  273. "description": "Symfony Process Component",
  274. "homepage": "http://symfony.com",
  275. "time": "2014-02-11 13:52:09"
  276. }
  277. ],
  278. "packages-dev": [
  279. {
  280. "name": "phpunit/php-code-coverage",
  281. "version": "1.2.16",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  285. "reference": "69e55e68481cf708a6db43aff0b504e31402fe27"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/69e55e68481cf708a6db43aff0b504e31402fe27",
  290. "reference": "69e55e68481cf708a6db43aff0b504e31402fe27",
  291. "shasum": ""
  292. },
  293. "require": {
  294. "php": ">=5.3.3",
  295. "phpunit/php-file-iterator": ">=1.3.0@stable",
  296. "phpunit/php-text-template": ">=1.2.0@stable",
  297. "phpunit/php-token-stream": ">=1.1.3@stable"
  298. },
  299. "require-dev": {
  300. "phpunit/phpunit": "3.7.*@dev"
  301. },
  302. "suggest": {
  303. "ext-dom": "*",
  304. "ext-xdebug": ">=2.0.5"
  305. },
  306. "type": "library",
  307. "extra": {
  308. "branch-alias": {
  309. "dev-master": "1.2.x-dev"
  310. }
  311. },
  312. "autoload": {
  313. "classmap": [
  314. "PHP/"
  315. ]
  316. },
  317. "notification-url": "https://packagist.org/downloads/",
  318. "include-path": [
  319. ""
  320. ],
  321. "license": [
  322. "BSD-3-Clause"
  323. ],
  324. "authors": [
  325. {
  326. "name": "Sebastian Bergmann",
  327. "email": "sb@sebastian-bergmann.de",
  328. "role": "lead"
  329. }
  330. ],
  331. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  332. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  333. "keywords": [
  334. "coverage",
  335. "testing",
  336. "xunit"
  337. ],
  338. "time": "2014-02-25 03:34:05"
  339. },
  340. {
  341. "name": "phpunit/php-file-iterator",
  342. "version": "1.3.4",
  343. "source": {
  344. "type": "git",
  345. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  346. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  347. },
  348. "dist": {
  349. "type": "zip",
  350. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  351. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  352. "shasum": ""
  353. },
  354. "require": {
  355. "php": ">=5.3.3"
  356. },
  357. "type": "library",
  358. "autoload": {
  359. "classmap": [
  360. "File/"
  361. ]
  362. },
  363. "notification-url": "https://packagist.org/downloads/",
  364. "include-path": [
  365. ""
  366. ],
  367. "license": [
  368. "BSD-3-Clause"
  369. ],
  370. "authors": [
  371. {
  372. "name": "Sebastian Bergmann",
  373. "email": "sb@sebastian-bergmann.de",
  374. "role": "lead"
  375. }
  376. ],
  377. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  378. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  379. "keywords": [
  380. "filesystem",
  381. "iterator"
  382. ],
  383. "time": "2013-10-10 15:34:57"
  384. },
  385. {
  386. "name": "phpunit/php-text-template",
  387. "version": "1.2.0",
  388. "source": {
  389. "type": "git",
  390. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  391. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  392. },
  393. "dist": {
  394. "type": "zip",
  395. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  396. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  397. "shasum": ""
  398. },
  399. "require": {
  400. "php": ">=5.3.3"
  401. },
  402. "type": "library",
  403. "autoload": {
  404. "classmap": [
  405. "Text/"
  406. ]
  407. },
  408. "notification-url": "https://packagist.org/downloads/",
  409. "include-path": [
  410. ""
  411. ],
  412. "license": [
  413. "BSD-3-Clause"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Sebastian Bergmann",
  418. "email": "sb@sebastian-bergmann.de",
  419. "role": "lead"
  420. }
  421. ],
  422. "description": "Simple template engine.",
  423. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  424. "keywords": [
  425. "template"
  426. ],
  427. "time": "2014-01-30 17:20:04"
  428. },
  429. {
  430. "name": "phpunit/php-timer",
  431. "version": "1.0.5",
  432. "source": {
  433. "type": "git",
  434. "url": "https://github.com/sebastianbergmann/php-timer.git",
  435. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  436. },
  437. "dist": {
  438. "type": "zip",
  439. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  440. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  441. "shasum": ""
  442. },
  443. "require": {
  444. "php": ">=5.3.3"
  445. },
  446. "type": "library",
  447. "autoload": {
  448. "classmap": [
  449. "PHP/"
  450. ]
  451. },
  452. "notification-url": "https://packagist.org/downloads/",
  453. "include-path": [
  454. ""
  455. ],
  456. "license": [
  457. "BSD-3-Clause"
  458. ],
  459. "authors": [
  460. {
  461. "name": "Sebastian Bergmann",
  462. "email": "sb@sebastian-bergmann.de",
  463. "role": "lead"
  464. }
  465. ],
  466. "description": "Utility class for timing",
  467. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  468. "keywords": [
  469. "timer"
  470. ],
  471. "time": "2013-08-02 07:42:54"
  472. },
  473. {
  474. "name": "phpunit/php-token-stream",
  475. "version": "1.2.1",
  476. "source": {
  477. "type": "git",
  478. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  479. "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e"
  480. },
  481. "dist": {
  482. "type": "zip",
  483. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
  484. "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
  485. "shasum": ""
  486. },
  487. "require": {
  488. "ext-tokenizer": "*",
  489. "php": ">=5.3.3"
  490. },
  491. "type": "library",
  492. "extra": {
  493. "branch-alias": {
  494. "dev-master": "1.2-dev"
  495. }
  496. },
  497. "autoload": {
  498. "classmap": [
  499. "PHP/"
  500. ]
  501. },
  502. "notification-url": "https://packagist.org/downloads/",
  503. "include-path": [
  504. ""
  505. ],
  506. "license": [
  507. "BSD-3-Clause"
  508. ],
  509. "authors": [
  510. {
  511. "name": "Sebastian Bergmann",
  512. "email": "sb@sebastian-bergmann.de",
  513. "role": "lead"
  514. }
  515. ],
  516. "description": "Wrapper around PHP's tokenizer extension.",
  517. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  518. "keywords": [
  519. "tokenizer"
  520. ],
  521. "time": "2013-09-13 04:58:23"
  522. },
  523. {
  524. "name": "phpunit/phpunit",
  525. "version": "3.7.32",
  526. "source": {
  527. "type": "git",
  528. "url": "https://github.com/sebastianbergmann/phpunit.git",
  529. "reference": "2752cbb9ea5bd84c2811b34b6953f76965ec7a2f"
  530. },
  531. "dist": {
  532. "type": "zip",
  533. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2752cbb9ea5bd84c2811b34b6953f76965ec7a2f",
  534. "reference": "2752cbb9ea5bd84c2811b34b6953f76965ec7a2f",
  535. "shasum": ""
  536. },
  537. "require": {
  538. "ext-dom": "*",
  539. "ext-pcre": "*",
  540. "ext-reflection": "*",
  541. "ext-spl": "*",
  542. "php": ">=5.3.3",
  543. "phpunit/php-code-coverage": "~1.2.1",
  544. "phpunit/php-file-iterator": ">=1.3.1",
  545. "phpunit/php-text-template": ">=1.1.1",
  546. "phpunit/php-timer": ">=1.0.4",
  547. "phpunit/phpunit-mock-objects": "~1.2.0",
  548. "symfony/yaml": "~2.0"
  549. },
  550. "require-dev": {
  551. "pear-pear.php.net/pear": "1.9.4"
  552. },
  553. "suggest": {
  554. "ext-json": "*",
  555. "ext-simplexml": "*",
  556. "ext-tokenizer": "*",
  557. "phpunit/php-invoker": ">=1.1.0,<1.2.0"
  558. },
  559. "bin": [
  560. "composer/bin/phpunit"
  561. ],
  562. "type": "library",
  563. "extra": {
  564. "branch-alias": {
  565. "dev-master": "3.7.x-dev"
  566. }
  567. },
  568. "autoload": {
  569. "classmap": [
  570. "PHPUnit/"
  571. ]
  572. },
  573. "notification-url": "https://packagist.org/downloads/",
  574. "include-path": [
  575. "",
  576. "../../symfony/yaml/"
  577. ],
  578. "license": [
  579. "BSD-3-Clause"
  580. ],
  581. "authors": [
  582. {
  583. "name": "Sebastian Bergmann",
  584. "email": "sebastian@phpunit.de",
  585. "role": "lead"
  586. }
  587. ],
  588. "description": "The PHP Unit Testing framework.",
  589. "homepage": "http://www.phpunit.de/",
  590. "keywords": [
  591. "phpunit",
  592. "testing",
  593. "xunit"
  594. ],
  595. "time": "2014-02-25 03:47:29"
  596. },
  597. {
  598. "name": "phpunit/phpunit-mock-objects",
  599. "version": "1.2.3",
  600. "source": {
  601. "type": "git",
  602. "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
  603. "reference": "1.2.3"
  604. },
  605. "dist": {
  606. "type": "zip",
  607. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
  608. "reference": "1.2.3",
  609. "shasum": ""
  610. },
  611. "require": {
  612. "php": ">=5.3.3",
  613. "phpunit/php-text-template": ">=1.1.1@stable"
  614. },
  615. "suggest": {
  616. "ext-soap": "*"
  617. },
  618. "type": "library",
  619. "autoload": {
  620. "classmap": [
  621. "PHPUnit/"
  622. ]
  623. },
  624. "notification-url": "https://packagist.org/downloads/",
  625. "include-path": [
  626. ""
  627. ],
  628. "license": [
  629. "BSD-3-Clause"
  630. ],
  631. "authors": [
  632. {
  633. "name": "Sebastian Bergmann",
  634. "email": "sb@sebastian-bergmann.de",
  635. "role": "lead"
  636. }
  637. ],
  638. "description": "Mock Object library for PHPUnit",
  639. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  640. "keywords": [
  641. "mock",
  642. "xunit"
  643. ],
  644. "time": "2013-01-13 10:24:48"
  645. },
  646. {
  647. "name": "symfony/yaml",
  648. "version": "v2.4.2",
  649. "target-dir": "Symfony/Component/Yaml",
  650. "source": {
  651. "type": "git",
  652. "url": "https://github.com/symfony/Yaml.git",
  653. "reference": "bb6ddaf8956139d1b8c360b4b713ed0138e876b3"
  654. },
  655. "dist": {
  656. "type": "zip",
  657. "url": "https://api.github.com/repos/symfony/Yaml/zipball/bb6ddaf8956139d1b8c360b4b713ed0138e876b3",
  658. "reference": "bb6ddaf8956139d1b8c360b4b713ed0138e876b3",
  659. "shasum": ""
  660. },
  661. "require": {
  662. "php": ">=5.3.3"
  663. },
  664. "type": "library",
  665. "extra": {
  666. "branch-alias": {
  667. "dev-master": "2.4-dev"
  668. }
  669. },
  670. "autoload": {
  671. "psr-0": {
  672. "Symfony\\Component\\Yaml\\": ""
  673. }
  674. },
  675. "notification-url": "https://packagist.org/downloads/",
  676. "license": [
  677. "MIT"
  678. ],
  679. "authors": [
  680. {
  681. "name": "Fabien Potencier",
  682. "email": "fabien@symfony.com",
  683. "homepage": "http://fabien.potencier.org",
  684. "role": "Lead Developer"
  685. },
  686. {
  687. "name": "Symfony Community",
  688. "homepage": "http://symfony.com/contributors"
  689. }
  690. ],
  691. "description": "Symfony Yaml Component",
  692. "homepage": "http://symfony.com",
  693. "time": "2014-01-07 13:28:54"
  694. }
  695. ],
  696. "aliases": [
  697. ],
  698. "minimum-stability": "stable",
  699. "stability-flags": [
  700. ],
  701. "platform": {
  702. "php": ">=5.3.2"
  703. },
  704. "platform-dev": [
  705. ]
  706. }