composer.lock 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710
  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": "eeb4afc3be46412ec15842ce4af01f0b",
  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.3.0",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/Seldaek/jsonlint.git",
  83. "reference": "a7bc2ec9520ad15382292591b617c43bdb1fec35"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/a7bc2ec9520ad15382292591b617c43bdb1fec35",
  88. "reference": "a7bc2ec9520ad15382292591b617c43bdb1fec35",
  89. "shasum": ""
  90. },
  91. "require": {
  92. "php": ">=5.3.0"
  93. },
  94. "bin": [
  95. "bin/jsonlint"
  96. ],
  97. "type": "library",
  98. "autoload": {
  99. "psr-4": {
  100. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  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. }
  113. ],
  114. "description": "JSON Linter",
  115. "keywords": [
  116. "json",
  117. "linter",
  118. "parser",
  119. "validator"
  120. ],
  121. "time": "2014-09-05 15:36:20"
  122. },
  123. {
  124. "name": "symfony/console",
  125. "version": "v2.5.2",
  126. "target-dir": "Symfony/Component/Console",
  127. "source": {
  128. "type": "git",
  129. "url": "https://github.com/symfony/Console.git",
  130. "reference": "386fa63407805959bd2c5fe540294721ad4224c8"
  131. },
  132. "dist": {
  133. "type": "zip",
  134. "url": "https://api.github.com/repos/symfony/Console/zipball/386fa63407805959bd2c5fe540294721ad4224c8",
  135. "reference": "386fa63407805959bd2c5fe540294721ad4224c8",
  136. "shasum": ""
  137. },
  138. "require": {
  139. "php": ">=5.3.3"
  140. },
  141. "require-dev": {
  142. "psr/log": "~1.0",
  143. "symfony/event-dispatcher": "~2.1"
  144. },
  145. "suggest": {
  146. "psr/log": "For using the console logger",
  147. "symfony/event-dispatcher": ""
  148. },
  149. "type": "library",
  150. "extra": {
  151. "branch-alias": {
  152. "dev-master": "2.5-dev"
  153. }
  154. },
  155. "autoload": {
  156. "psr-0": {
  157. "Symfony\\Component\\Console\\": ""
  158. }
  159. },
  160. "notification-url": "https://packagist.org/downloads/",
  161. "license": [
  162. "MIT"
  163. ],
  164. "authors": [
  165. {
  166. "name": "Fabien Potencier",
  167. "email": "fabien@symfony.com",
  168. "homepage": "http://fabien.potencier.org",
  169. "role": "Lead Developer"
  170. },
  171. {
  172. "name": "Symfony Community",
  173. "homepage": "http://symfony.com/contributors"
  174. }
  175. ],
  176. "description": "Symfony Console Component",
  177. "homepage": "http://symfony.com",
  178. "time": "2014-07-15 14:15:12"
  179. },
  180. {
  181. "name": "symfony/finder",
  182. "version": "v2.5.2",
  183. "target-dir": "Symfony/Component/Finder",
  184. "source": {
  185. "type": "git",
  186. "url": "https://github.com/symfony/Finder.git",
  187. "reference": "576d8f69feec477067e91b6bd0367c113e76a1a0"
  188. },
  189. "dist": {
  190. "type": "zip",
  191. "url": "https://api.github.com/repos/symfony/Finder/zipball/576d8f69feec477067e91b6bd0367c113e76a1a0",
  192. "reference": "576d8f69feec477067e91b6bd0367c113e76a1a0",
  193. "shasum": ""
  194. },
  195. "require": {
  196. "php": ">=5.3.3"
  197. },
  198. "type": "library",
  199. "extra": {
  200. "branch-alias": {
  201. "dev-master": "2.5-dev"
  202. }
  203. },
  204. "autoload": {
  205. "psr-0": {
  206. "Symfony\\Component\\Finder\\": ""
  207. }
  208. },
  209. "notification-url": "https://packagist.org/downloads/",
  210. "license": [
  211. "MIT"
  212. ],
  213. "authors": [
  214. {
  215. "name": "Fabien Potencier",
  216. "email": "fabien@symfony.com",
  217. "homepage": "http://fabien.potencier.org",
  218. "role": "Lead Developer"
  219. },
  220. {
  221. "name": "Symfony Community",
  222. "homepage": "http://symfony.com/contributors"
  223. }
  224. ],
  225. "description": "Symfony Finder Component",
  226. "homepage": "http://symfony.com",
  227. "time": "2014-07-15 14:15:12"
  228. },
  229. {
  230. "name": "symfony/process",
  231. "version": "v2.5.2",
  232. "target-dir": "Symfony/Component/Process",
  233. "source": {
  234. "type": "git",
  235. "url": "https://github.com/symfony/Process.git",
  236. "reference": "5e53efbf61a7fbf73c79e3e08feea50f64c20bfa"
  237. },
  238. "dist": {
  239. "type": "zip",
  240. "url": "https://api.github.com/repos/symfony/Process/zipball/5e53efbf61a7fbf73c79e3e08feea50f64c20bfa",
  241. "reference": "5e53efbf61a7fbf73c79e3e08feea50f64c20bfa",
  242. "shasum": ""
  243. },
  244. "require": {
  245. "php": ">=5.3.3"
  246. },
  247. "type": "library",
  248. "extra": {
  249. "branch-alias": {
  250. "dev-master": "2.5-dev"
  251. }
  252. },
  253. "autoload": {
  254. "psr-0": {
  255. "Symfony\\Component\\Process\\": ""
  256. }
  257. },
  258. "notification-url": "https://packagist.org/downloads/",
  259. "license": [
  260. "MIT"
  261. ],
  262. "authors": [
  263. {
  264. "name": "Fabien Potencier",
  265. "email": "fabien@symfony.com",
  266. "homepage": "http://fabien.potencier.org",
  267. "role": "Lead Developer"
  268. },
  269. {
  270. "name": "Symfony Community",
  271. "homepage": "http://symfony.com/contributors"
  272. }
  273. ],
  274. "description": "Symfony Process Component",
  275. "homepage": "http://symfony.com",
  276. "time": "2014-07-09 09:05:48"
  277. }
  278. ],
  279. "packages-dev": [
  280. {
  281. "name": "phpunit/php-code-coverage",
  282. "version": "1.2.17",
  283. "source": {
  284. "type": "git",
  285. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  286. "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34"
  287. },
  288. "dist": {
  289. "type": "zip",
  290. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
  291. "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
  292. "shasum": ""
  293. },
  294. "require": {
  295. "php": ">=5.3.3",
  296. "phpunit/php-file-iterator": ">=1.3.0@stable",
  297. "phpunit/php-text-template": ">=1.2.0@stable",
  298. "phpunit/php-token-stream": ">=1.1.3@stable"
  299. },
  300. "require-dev": {
  301. "phpunit/phpunit": "3.7.*@dev"
  302. },
  303. "suggest": {
  304. "ext-dom": "*",
  305. "ext-xdebug": ">=2.0.5"
  306. },
  307. "type": "library",
  308. "extra": {
  309. "branch-alias": {
  310. "dev-master": "1.2.x-dev"
  311. }
  312. },
  313. "autoload": {
  314. "classmap": [
  315. "PHP/"
  316. ]
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "include-path": [
  320. ""
  321. ],
  322. "license": [
  323. "BSD-3-Clause"
  324. ],
  325. "authors": [
  326. {
  327. "name": "Sebastian Bergmann",
  328. "email": "sb@sebastian-bergmann.de",
  329. "role": "lead"
  330. }
  331. ],
  332. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  333. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  334. "keywords": [
  335. "coverage",
  336. "testing",
  337. "xunit"
  338. ],
  339. "time": "2014-03-28 10:53:45"
  340. },
  341. {
  342. "name": "phpunit/php-file-iterator",
  343. "version": "1.3.4",
  344. "source": {
  345. "type": "git",
  346. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  347. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  348. },
  349. "dist": {
  350. "type": "zip",
  351. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  352. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  353. "shasum": ""
  354. },
  355. "require": {
  356. "php": ">=5.3.3"
  357. },
  358. "type": "library",
  359. "autoload": {
  360. "classmap": [
  361. "File/"
  362. ]
  363. },
  364. "notification-url": "https://packagist.org/downloads/",
  365. "include-path": [
  366. ""
  367. ],
  368. "license": [
  369. "BSD-3-Clause"
  370. ],
  371. "authors": [
  372. {
  373. "name": "Sebastian Bergmann",
  374. "email": "sb@sebastian-bergmann.de",
  375. "role": "lead"
  376. }
  377. ],
  378. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  379. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  380. "keywords": [
  381. "filesystem",
  382. "iterator"
  383. ],
  384. "time": "2013-10-10 15:34:57"
  385. },
  386. {
  387. "name": "phpunit/php-text-template",
  388. "version": "1.2.0",
  389. "source": {
  390. "type": "git",
  391. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  392. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  393. },
  394. "dist": {
  395. "type": "zip",
  396. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  397. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  398. "shasum": ""
  399. },
  400. "require": {
  401. "php": ">=5.3.3"
  402. },
  403. "type": "library",
  404. "autoload": {
  405. "classmap": [
  406. "Text/"
  407. ]
  408. },
  409. "notification-url": "https://packagist.org/downloads/",
  410. "include-path": [
  411. ""
  412. ],
  413. "license": [
  414. "BSD-3-Clause"
  415. ],
  416. "authors": [
  417. {
  418. "name": "Sebastian Bergmann",
  419. "email": "sb@sebastian-bergmann.de",
  420. "role": "lead"
  421. }
  422. ],
  423. "description": "Simple template engine.",
  424. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  425. "keywords": [
  426. "template"
  427. ],
  428. "time": "2014-01-30 17:20:04"
  429. },
  430. {
  431. "name": "phpunit/php-timer",
  432. "version": "1.0.5",
  433. "source": {
  434. "type": "git",
  435. "url": "https://github.com/sebastianbergmann/php-timer.git",
  436. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  437. },
  438. "dist": {
  439. "type": "zip",
  440. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  441. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  442. "shasum": ""
  443. },
  444. "require": {
  445. "php": ">=5.3.3"
  446. },
  447. "type": "library",
  448. "autoload": {
  449. "classmap": [
  450. "PHP/"
  451. ]
  452. },
  453. "notification-url": "https://packagist.org/downloads/",
  454. "include-path": [
  455. ""
  456. ],
  457. "license": [
  458. "BSD-3-Clause"
  459. ],
  460. "authors": [
  461. {
  462. "name": "Sebastian Bergmann",
  463. "email": "sb@sebastian-bergmann.de",
  464. "role": "lead"
  465. }
  466. ],
  467. "description": "Utility class for timing",
  468. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  469. "keywords": [
  470. "timer"
  471. ],
  472. "time": "2013-08-02 07:42:54"
  473. },
  474. {
  475. "name": "phpunit/php-token-stream",
  476. "version": "1.2.2",
  477. "source": {
  478. "type": "git",
  479. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  480. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
  481. },
  482. "dist": {
  483. "type": "zip",
  484. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
  485. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
  486. "shasum": ""
  487. },
  488. "require": {
  489. "ext-tokenizer": "*",
  490. "php": ">=5.3.3"
  491. },
  492. "type": "library",
  493. "extra": {
  494. "branch-alias": {
  495. "dev-master": "1.2-dev"
  496. }
  497. },
  498. "autoload": {
  499. "classmap": [
  500. "PHP/"
  501. ]
  502. },
  503. "notification-url": "https://packagist.org/downloads/",
  504. "include-path": [
  505. ""
  506. ],
  507. "license": [
  508. "BSD-3-Clause"
  509. ],
  510. "authors": [
  511. {
  512. "name": "Sebastian Bergmann",
  513. "email": "sb@sebastian-bergmann.de",
  514. "role": "lead"
  515. }
  516. ],
  517. "description": "Wrapper around PHP's tokenizer extension.",
  518. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  519. "keywords": [
  520. "tokenizer"
  521. ],
  522. "time": "2014-03-03 05:10:30"
  523. },
  524. {
  525. "name": "phpunit/phpunit",
  526. "version": "3.7.37",
  527. "source": {
  528. "type": "git",
  529. "url": "https://github.com/sebastianbergmann/phpunit.git",
  530. "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc"
  531. },
  532. "dist": {
  533. "type": "zip",
  534. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
  535. "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
  536. "shasum": ""
  537. },
  538. "require": {
  539. "ext-ctype": "*",
  540. "ext-dom": "*",
  541. "ext-json": "*",
  542. "ext-pcre": "*",
  543. "ext-reflection": "*",
  544. "ext-spl": "*",
  545. "php": ">=5.3.3",
  546. "phpunit/php-code-coverage": "~1.2",
  547. "phpunit/php-file-iterator": "~1.3",
  548. "phpunit/php-text-template": "~1.1",
  549. "phpunit/php-timer": "~1.0",
  550. "phpunit/phpunit-mock-objects": "~1.2",
  551. "symfony/yaml": "~2.0"
  552. },
  553. "require-dev": {
  554. "pear-pear.php.net/pear": "1.9.4"
  555. },
  556. "suggest": {
  557. "phpunit/php-invoker": "~1.1"
  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-04-30 12:24:19"
  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.5.2",
  649. "target-dir": "Symfony/Component/Yaml",
  650. "source": {
  651. "type": "git",
  652. "url": "https://github.com/symfony/Yaml.git",
  653. "reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1"
  654. },
  655. "dist": {
  656. "type": "zip",
  657. "url": "https://api.github.com/repos/symfony/Yaml/zipball/f868ecdbcc0276b6158dfbf08b9e98ce07f014e1",
  658. "reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1",
  659. "shasum": ""
  660. },
  661. "require": {
  662. "php": ">=5.3.3"
  663. },
  664. "type": "library",
  665. "extra": {
  666. "branch-alias": {
  667. "dev-master": "2.5-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-07-09 09:05:48"
  694. }
  695. ],
  696. "aliases": [
  697. ],
  698. "minimum-stability": "stable",
  699. "stability-flags": [
  700. ],
  701. "prefer-stable": false,
  702. "platform": {
  703. "php": ">=5.3.2"
  704. },
  705. "platform-dev": [
  706. ]
  707. }