You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

619 line
21KB

  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. "hash": "8bcb728bd6099de658b5632a2c37aeb0",
  8. "content-hash": "b9b483947a5ed4b50ae354abc2e53062",
  9. "packages": [],
  10. "packages-dev": [
  11. {
  12. "name": "composer/composer",
  13. "version": "dev-master",
  14. "source": {
  15. "type": "git",
  16. "url": "https://github.com/composer/composer.git",
  17. "reference": "dbcf8cae1384dfc5acab5ec1d07d43580d326a48"
  18. },
  19. "dist": {
  20. "type": "zip",
  21. "url": "https://api.github.com/repos/composer/composer/zipball/dbcf8cae1384dfc5acab5ec1d07d43580d326a48",
  22. "reference": "dbcf8cae1384dfc5acab5ec1d07d43580d326a48",
  23. "shasum": ""
  24. },
  25. "require": {
  26. "composer/semver": "^1.0",
  27. "composer/spdx-licenses": "^1.0",
  28. "justinrainbow/json-schema": "^1.4.4",
  29. "php": "^5.3.2 || ^7.0",
  30. "seld/cli-prompt": "^1.0",
  31. "seld/jsonlint": "^1.0",
  32. "seld/phar-utils": "^1.0",
  33. "symfony/console": "^2.5 || ^3.0",
  34. "symfony/filesystem": "^2.5 || ^3.0",
  35. "symfony/finder": "^2.2 || ^3.0",
  36. "symfony/process": "^2.1 || ^3.0"
  37. },
  38. "require-dev": {
  39. "phpunit/phpunit": "^4.5 || ^5.0.5",
  40. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  41. },
  42. "suggest": {
  43. "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
  44. "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic"
  45. },
  46. "bin": [
  47. "bin/composer"
  48. ],
  49. "type": "library",
  50. "extra": {
  51. "branch-alias": {
  52. "dev-master": "1.0-dev"
  53. }
  54. },
  55. "autoload": {
  56. "psr-4": {
  57. "Composer\\": "src/Composer"
  58. }
  59. },
  60. "notification-url": "https://packagist.org/downloads/",
  61. "license": [
  62. "MIT"
  63. ],
  64. "authors": [
  65. {
  66. "name": "Nils Adermann",
  67. "email": "naderman@naderman.de",
  68. "homepage": "http://www.naderman.de"
  69. },
  70. {
  71. "name": "Jordi Boggiano",
  72. "email": "j.boggiano@seld.be",
  73. "homepage": "http://seld.be"
  74. }
  75. ],
  76. "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
  77. "homepage": "https://getcomposer.org/",
  78. "keywords": [
  79. "autoload",
  80. "dependency",
  81. "package"
  82. ],
  83. "time": "2015-11-19 17:42:08"
  84. },
  85. {
  86. "name": "composer/semver",
  87. "version": "1.2.0",
  88. "source": {
  89. "type": "git",
  90. "url": "https://github.com/composer/semver.git",
  91. "reference": "0faeb6e433f6b352f0dc55ec1faf5c6b605a35d3"
  92. },
  93. "dist": {
  94. "type": "zip",
  95. "url": "https://api.github.com/repos/composer/semver/zipball/0faeb6e433f6b352f0dc55ec1faf5c6b605a35d3",
  96. "reference": "0faeb6e433f6b352f0dc55ec1faf5c6b605a35d3",
  97. "shasum": ""
  98. },
  99. "require": {
  100. "php": "^5.3.2 || ^7.0"
  101. },
  102. "require-dev": {
  103. "phpunit/phpunit": "^4.5 || ^5.0.5",
  104. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  105. },
  106. "type": "library",
  107. "extra": {
  108. "branch-alias": {
  109. "dev-master": "1.x-dev"
  110. }
  111. },
  112. "autoload": {
  113. "psr-4": {
  114. "Composer\\Semver\\": "src"
  115. }
  116. },
  117. "notification-url": "https://packagist.org/downloads/",
  118. "license": [
  119. "MIT"
  120. ],
  121. "authors": [
  122. {
  123. "name": "Nils Adermann",
  124. "email": "naderman@naderman.de",
  125. "homepage": "http://www.naderman.de"
  126. },
  127. {
  128. "name": "Jordi Boggiano",
  129. "email": "j.boggiano@seld.be",
  130. "homepage": "http://seld.be"
  131. },
  132. {
  133. "name": "Rob Bast",
  134. "email": "rob.bast@gmail.com",
  135. "homepage": "http://robbast.nl"
  136. }
  137. ],
  138. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  139. "keywords": [
  140. "semantic",
  141. "semver",
  142. "validation",
  143. "versioning"
  144. ],
  145. "time": "2015-11-10 11:17:42"
  146. },
  147. {
  148. "name": "composer/spdx-licenses",
  149. "version": "1.1.2",
  150. "source": {
  151. "type": "git",
  152. "url": "https://github.com/composer/spdx-licenses.git",
  153. "reference": "9e1c3926bb0842812967213d7c92827bc5883671"
  154. },
  155. "dist": {
  156. "type": "zip",
  157. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/9e1c3926bb0842812967213d7c92827bc5883671",
  158. "reference": "9e1c3926bb0842812967213d7c92827bc5883671",
  159. "shasum": ""
  160. },
  161. "require": {
  162. "php": ">=5.3.2"
  163. },
  164. "require-dev": {
  165. "phpunit/phpunit": "~4.5",
  166. "phpunit/phpunit-mock-objects": "~2.3"
  167. },
  168. "type": "library",
  169. "extra": {
  170. "branch-alias": {
  171. "dev-master": "1.x-dev"
  172. }
  173. },
  174. "autoload": {
  175. "psr-4": {
  176. "Composer\\Spdx\\": "src"
  177. }
  178. },
  179. "notification-url": "https://packagist.org/downloads/",
  180. "license": [
  181. "MIT"
  182. ],
  183. "authors": [
  184. {
  185. "name": "Nils Adermann",
  186. "email": "naderman@naderman.de",
  187. "homepage": "http://www.naderman.de"
  188. },
  189. {
  190. "name": "Jordi Boggiano",
  191. "email": "j.boggiano@seld.be",
  192. "homepage": "http://seld.be"
  193. },
  194. {
  195. "name": "Rob Bast",
  196. "email": "rob.bast@gmail.com",
  197. "homepage": "http://robbast.nl"
  198. }
  199. ],
  200. "description": "SPDX licenses list and validation library.",
  201. "keywords": [
  202. "license",
  203. "spdx",
  204. "validator"
  205. ],
  206. "time": "2015-10-05 11:27:42"
  207. },
  208. {
  209. "name": "justinrainbow/json-schema",
  210. "version": "1.5.0",
  211. "source": {
  212. "type": "git",
  213. "url": "https://github.com/justinrainbow/json-schema.git",
  214. "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe"
  215. },
  216. "dist": {
  217. "type": "zip",
  218. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
  219. "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
  220. "shasum": ""
  221. },
  222. "require": {
  223. "php": ">=5.3.2"
  224. },
  225. "require-dev": {
  226. "json-schema/json-schema-test-suite": "1.1.0",
  227. "phpdocumentor/phpdocumentor": "~2",
  228. "phpunit/phpunit": "~3.7"
  229. },
  230. "bin": [
  231. "bin/validate-json"
  232. ],
  233. "type": "library",
  234. "extra": {
  235. "branch-alias": {
  236. "dev-master": "1.4.x-dev"
  237. }
  238. },
  239. "autoload": {
  240. "psr-4": {
  241. "JsonSchema\\": "src/JsonSchema/"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "BSD-3-Clause"
  247. ],
  248. "authors": [
  249. {
  250. "name": "Bruno Prieto Reis",
  251. "email": "bruno.p.reis@gmail.com"
  252. },
  253. {
  254. "name": "Justin Rainbow",
  255. "email": "justin.rainbow@gmail.com"
  256. },
  257. {
  258. "name": "Igor Wiedler",
  259. "email": "igor@wiedler.ch"
  260. },
  261. {
  262. "name": "Robert Schönthal",
  263. "email": "seroscho@googlemail.com"
  264. }
  265. ],
  266. "description": "A library to validate a json schema.",
  267. "homepage": "https://github.com/justinrainbow/json-schema",
  268. "keywords": [
  269. "json",
  270. "schema"
  271. ],
  272. "time": "2015-09-08 22:28:04"
  273. },
  274. {
  275. "name": "seld/cli-prompt",
  276. "version": "1.0.0",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/Seldaek/cli-prompt.git",
  280. "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/fe114c7a6ac5cb0ce76932ae4017024d9842a49c",
  285. "reference": "fe114c7a6ac5cb0ce76932ae4017024d9842a49c",
  286. "shasum": ""
  287. },
  288. "require": {
  289. "php": ">=5.3"
  290. },
  291. "type": "library",
  292. "extra": {
  293. "branch-alias": {
  294. "dev-master": "1.x-dev"
  295. }
  296. },
  297. "autoload": {
  298. "psr-4": {
  299. "Seld\\CliPrompt\\": "src/"
  300. }
  301. },
  302. "notification-url": "https://packagist.org/downloads/",
  303. "license": [
  304. "MIT"
  305. ],
  306. "authors": [
  307. {
  308. "name": "Jordi Boggiano",
  309. "email": "j.boggiano@seld.be"
  310. }
  311. ],
  312. "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
  313. "keywords": [
  314. "cli",
  315. "console",
  316. "hidden",
  317. "input",
  318. "prompt"
  319. ],
  320. "time": "2015-04-30 20:24:49"
  321. },
  322. {
  323. "name": "seld/jsonlint",
  324. "version": "1.3.1",
  325. "source": {
  326. "type": "git",
  327. "url": "https://github.com/Seldaek/jsonlint.git",
  328. "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4"
  329. },
  330. "dist": {
  331. "type": "zip",
  332. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
  333. "reference": "863ae85c6d3ef60ca49cb12bd051c4a0648c40c4",
  334. "shasum": ""
  335. },
  336. "require": {
  337. "php": ">=5.3.0"
  338. },
  339. "bin": [
  340. "bin/jsonlint"
  341. ],
  342. "type": "library",
  343. "autoload": {
  344. "psr-4": {
  345. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  346. }
  347. },
  348. "notification-url": "https://packagist.org/downloads/",
  349. "license": [
  350. "MIT"
  351. ],
  352. "authors": [
  353. {
  354. "name": "Jordi Boggiano",
  355. "email": "j.boggiano@seld.be",
  356. "homepage": "http://seld.be"
  357. }
  358. ],
  359. "description": "JSON Linter",
  360. "keywords": [
  361. "json",
  362. "linter",
  363. "parser",
  364. "validator"
  365. ],
  366. "time": "2015-01-04 21:18:15"
  367. },
  368. {
  369. "name": "seld/phar-utils",
  370. "version": "1.0.1",
  371. "source": {
  372. "type": "git",
  373. "url": "https://github.com/Seldaek/phar-utils.git",
  374. "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
  375. },
  376. "dist": {
  377. "type": "zip",
  378. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
  379. "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
  380. "shasum": ""
  381. },
  382. "require": {
  383. "php": ">=5.3"
  384. },
  385. "type": "library",
  386. "extra": {
  387. "branch-alias": {
  388. "dev-master": "1.x-dev"
  389. }
  390. },
  391. "autoload": {
  392. "psr-4": {
  393. "Seld\\PharUtils\\": "src/"
  394. }
  395. },
  396. "notification-url": "https://packagist.org/downloads/",
  397. "license": [
  398. "MIT"
  399. ],
  400. "authors": [
  401. {
  402. "name": "Jordi Boggiano",
  403. "email": "j.boggiano@seld.be"
  404. }
  405. ],
  406. "description": "PHAR file format utilities, for when PHP phars you up",
  407. "keywords": [
  408. "phra"
  409. ],
  410. "time": "2015-10-13 18:44:15"
  411. },
  412. {
  413. "name": "symfony/console",
  414. "version": "v2.7.6",
  415. "source": {
  416. "type": "git",
  417. "url": "https://github.com/symfony/console.git",
  418. "reference": "5efd632294c8320ea52492db22292ff853a43766"
  419. },
  420. "dist": {
  421. "type": "zip",
  422. "url": "https://api.github.com/repos/symfony/console/zipball/5efd632294c8320ea52492db22292ff853a43766",
  423. "reference": "5efd632294c8320ea52492db22292ff853a43766",
  424. "shasum": ""
  425. },
  426. "require": {
  427. "php": ">=5.3.9"
  428. },
  429. "require-dev": {
  430. "psr/log": "~1.0",
  431. "symfony/event-dispatcher": "~2.1",
  432. "symfony/process": "~2.1"
  433. },
  434. "suggest": {
  435. "psr/log": "For using the console logger",
  436. "symfony/event-dispatcher": "",
  437. "symfony/process": ""
  438. },
  439. "type": "library",
  440. "extra": {
  441. "branch-alias": {
  442. "dev-master": "2.7-dev"
  443. }
  444. },
  445. "autoload": {
  446. "psr-4": {
  447. "Symfony\\Component\\Console\\": ""
  448. }
  449. },
  450. "notification-url": "https://packagist.org/downloads/",
  451. "license": [
  452. "MIT"
  453. ],
  454. "authors": [
  455. {
  456. "name": "Fabien Potencier",
  457. "email": "fabien@symfony.com"
  458. },
  459. {
  460. "name": "Symfony Community",
  461. "homepage": "https://symfony.com/contributors"
  462. }
  463. ],
  464. "description": "Symfony Console Component",
  465. "homepage": "https://symfony.com",
  466. "time": "2015-10-20 14:38:46"
  467. },
  468. {
  469. "name": "symfony/filesystem",
  470. "version": "v2.7.6",
  471. "source": {
  472. "type": "git",
  473. "url": "https://github.com/symfony/filesystem.git",
  474. "reference": "56fd6df73be859323ff97418d97edc1d756df6df"
  475. },
  476. "dist": {
  477. "type": "zip",
  478. "url": "https://api.github.com/repos/symfony/filesystem/zipball/56fd6df73be859323ff97418d97edc1d756df6df",
  479. "reference": "56fd6df73be859323ff97418d97edc1d756df6df",
  480. "shasum": ""
  481. },
  482. "require": {
  483. "php": ">=5.3.9"
  484. },
  485. "type": "library",
  486. "extra": {
  487. "branch-alias": {
  488. "dev-master": "2.7-dev"
  489. }
  490. },
  491. "autoload": {
  492. "psr-4": {
  493. "Symfony\\Component\\Filesystem\\": ""
  494. }
  495. },
  496. "notification-url": "https://packagist.org/downloads/",
  497. "license": [
  498. "MIT"
  499. ],
  500. "authors": [
  501. {
  502. "name": "Fabien Potencier",
  503. "email": "fabien@symfony.com"
  504. },
  505. {
  506. "name": "Symfony Community",
  507. "homepage": "https://symfony.com/contributors"
  508. }
  509. ],
  510. "description": "Symfony Filesystem Component",
  511. "homepage": "https://symfony.com",
  512. "time": "2015-10-18 20:23:18"
  513. },
  514. {
  515. "name": "symfony/finder",
  516. "version": "v2.7.6",
  517. "source": {
  518. "type": "git",
  519. "url": "https://github.com/symfony/finder.git",
  520. "reference": "2ffb4e9598db3c48eb6d0ae73b04bbf09280c59d"
  521. },
  522. "dist": {
  523. "type": "zip",
  524. "url": "https://api.github.com/repos/symfony/finder/zipball/2ffb4e9598db3c48eb6d0ae73b04bbf09280c59d",
  525. "reference": "2ffb4e9598db3c48eb6d0ae73b04bbf09280c59d",
  526. "shasum": ""
  527. },
  528. "require": {
  529. "php": ">=5.3.9"
  530. },
  531. "type": "library",
  532. "extra": {
  533. "branch-alias": {
  534. "dev-master": "2.7-dev"
  535. }
  536. },
  537. "autoload": {
  538. "psr-4": {
  539. "Symfony\\Component\\Finder\\": ""
  540. }
  541. },
  542. "notification-url": "https://packagist.org/downloads/",
  543. "license": [
  544. "MIT"
  545. ],
  546. "authors": [
  547. {
  548. "name": "Fabien Potencier",
  549. "email": "fabien@symfony.com"
  550. },
  551. {
  552. "name": "Symfony Community",
  553. "homepage": "https://symfony.com/contributors"
  554. }
  555. ],
  556. "description": "Symfony Finder Component",
  557. "homepage": "https://symfony.com",
  558. "time": "2015-10-11 09:39:48"
  559. },
  560. {
  561. "name": "symfony/process",
  562. "version": "v2.7.6",
  563. "source": {
  564. "type": "git",
  565. "url": "https://github.com/symfony/process.git",
  566. "reference": "4a959dd4e19c2c5d7512689413921e0a74386ec7"
  567. },
  568. "dist": {
  569. "type": "zip",
  570. "url": "https://api.github.com/repos/symfony/process/zipball/4a959dd4e19c2c5d7512689413921e0a74386ec7",
  571. "reference": "4a959dd4e19c2c5d7512689413921e0a74386ec7",
  572. "shasum": ""
  573. },
  574. "require": {
  575. "php": ">=5.3.9"
  576. },
  577. "type": "library",
  578. "extra": {
  579. "branch-alias": {
  580. "dev-master": "2.7-dev"
  581. }
  582. },
  583. "autoload": {
  584. "psr-4": {
  585. "Symfony\\Component\\Process\\": ""
  586. }
  587. },
  588. "notification-url": "https://packagist.org/downloads/",
  589. "license": [
  590. "MIT"
  591. ],
  592. "authors": [
  593. {
  594. "name": "Fabien Potencier",
  595. "email": "fabien@symfony.com"
  596. },
  597. {
  598. "name": "Symfony Community",
  599. "homepage": "https://symfony.com/contributors"
  600. }
  601. ],
  602. "description": "Symfony Process Component",
  603. "homepage": "https://symfony.com",
  604. "time": "2015-10-23 14:47:27"
  605. }
  606. ],
  607. "aliases": [],
  608. "minimum-stability": "stable",
  609. "stability-flags": {
  610. "composer/composer": 20
  611. },
  612. "prefer-stable": false,
  613. "prefer-lowest": false,
  614. "platform": {
  615. "php": ">=5.3.3"
  616. },
  617. "platform-dev": []
  618. }