composer.lock 24 KB

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