Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 312.14 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. "hash": "866f13aefec80b723654475f398ed61e",
  8. "content-hash": "030b5ba1ec197fdd355050e251ca0057",
  9. "packages": [
  10. {
  11. "name": "asm89/stack-cors",
  12. "version": "1.1.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/asm89/stack-cors.git",
  16. "reference": "65ccbd455370f043c2e3b93482a3813603d68731"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/asm89/stack-cors/zipball/65ccbd455370f043c2e3b93482a3813603d68731",
  21. "reference": "65ccbd455370f043c2e3b93482a3813603d68731",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.5.9",
  26. "symfony/http-foundation": "~2.7|~3.0",
  27. "symfony/http-kernel": "~2.7|~3.0"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "^5.0 || ^4.8.10",
  31. "squizlabs/php_codesniffer": "^2.3"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "1.1-dev"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "Asm89\\Stack\\": "src/Asm89/Stack/"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Alexander",
  51. "email": "iam.asm89@gmail.com"
  52. }
  53. ],
  54. "description": "Cross-origin resource sharing library and stack middleware",
  55. "homepage": "https://github.com/asm89/stack-cors",
  56. "keywords": [
  57. "cors",
  58. "stack"
  59. ],
  60. "time": "2017-04-11 20:03:41"
  61. },
  62. {
  63. "name": "caxy/php-htmldiff",
  64. "version": "v0.1.3",
  65. "source": {
  66. "type": "git",
  67. "url": "https://github.com/caxy/php-htmldiff.git",
  68. "reference": "fe3af15ac85138d31ec7dd674a9840139327d7c0"
  69. },
  70. "dist": {
  71. "type": "zip",
  72. "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/fe3af15ac85138d31ec7dd674a9840139327d7c0",
  73. "reference": "fe3af15ac85138d31ec7dd674a9840139327d7c0",
  74. "shasum": ""
  75. },
  76. "require": {
  77. "ezyang/htmlpurifier": "^4.7",
  78. "php": ">=5.3.3",
  79. "sunra/php-simple-html-dom-parser": "^1.5"
  80. },
  81. "require-dev": {
  82. "doctrine/cache": "~1.0",
  83. "phpunit/phpunit": "~4.8"
  84. },
  85. "suggest": {
  86. "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
  87. },
  88. "type": "library",
  89. "extra": {
  90. "branch-alias": {
  91. "dev-master": "0.1.x-dev"
  92. }
  93. },
  94. "autoload": {
  95. "psr-0": {
  96. "Caxy\\HtmlDiff": "lib/"
  97. }
  98. },
  99. "notification-url": "https://packagist.org/downloads/",
  100. "license": [
  101. "GPL-2.0"
  102. ],
  103. "authors": [
  104. {
  105. "name": "Josh Schroeder",
  106. "email": "jschroeder@caxy.com",
  107. "homepage": "http://www.caxy.com"
  108. }
  109. ],
  110. "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
  111. "homepage": "https://github.com/caxy/php-htmldiff",
  112. "keywords": [
  113. "diff",
  114. "html"
  115. ],
  116. "time": "2016-07-21 15:37:40"
  117. },
  118. {
  119. "name": "clue/graph",
  120. "version": "v0.9.0",
  121. "source": {
  122. "type": "git",
  123. "url": "https://github.com/clue/graph.git",
  124. "reference": "0336a4d5229fa61a20ccceaeab25e52ac9542700"
  125. },
  126. "dist": {
  127. "type": "zip",
  128. "url": "https://api.github.com/repos/clue/graph/zipball/0336a4d5229fa61a20ccceaeab25e52ac9542700",
  129. "reference": "0336a4d5229fa61a20ccceaeab25e52ac9542700",
  130. "shasum": ""
  131. },
  132. "require": {
  133. "php": ">=5.3.0"
  134. },
  135. "require-dev": {
  136. "phpunit/phpunit": "~4.0"
  137. },
  138. "suggest": {
  139. "graphp/algorithms": "Common graph algorithms, such as Dijkstra and Moore-Bellman-Ford (shortest path), minimum spanning tree (MST), Kruskal, Prim and many more..",
  140. "graphp/graphviz": "GraphViz graph drawing / DOT output"
  141. },
  142. "type": "library",
  143. "autoload": {
  144. "psr-4": {
  145. "Fhaculty\\Graph\\": "src/"
  146. }
  147. },
  148. "notification-url": "https://packagist.org/downloads/",
  149. "license": [
  150. "MIT"
  151. ],
  152. "description": "A mathematical graph/network library written in PHP",
  153. "homepage": "https://github.com/clue/graph",
  154. "keywords": [
  155. "edge",
  156. "graph",
  157. "mathematical",
  158. "network",
  159. "vertex"
  160. ],
  161. "time": "2015-03-07 18:11:31"
  162. },
  163. {
  164. "name": "codegyre/robo",
  165. "version": "0.7.2",
  166. "source": {
  167. "type": "git",
  168. "url": "https://github.com/consolidation-org/Robo.git",
  169. "reference": "9982edecb19f59420031dd9855b0d31e861b8b68"
  170. },
  171. "dist": {
  172. "type": "zip",
  173. "url": "https://api.github.com/repos/consolidation-org/Robo/zipball/9982edecb19f59420031dd9855b0d31e861b8b68",
  174. "reference": "9982edecb19f59420031dd9855b0d31e861b8b68",
  175. "shasum": ""
  176. },
  177. "require": {
  178. "henrikbjorn/lurker": "~1.0",
  179. "php": ">=5.4.0",
  180. "symfony/console": "~2.5|~3.0",
  181. "symfony/filesystem": "~2.5|~3.0",
  182. "symfony/finder": "~2.5|~3.0",
  183. "symfony/process": "~2.5|~3.0"
  184. },
  185. "require-dev": {
  186. "codeception/aspect-mock": "0.5.4",
  187. "codeception/base": "~2.1.5",
  188. "codeception/verify": "0.2.*",
  189. "natxet/cssmin": "~3.0",
  190. "patchwork/jsqueeze": "~1.0",
  191. "pear/archive_tar": "~1.0"
  192. },
  193. "suggest": {
  194. "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
  195. },
  196. "bin": [
  197. "robo"
  198. ],
  199. "type": "library",
  200. "autoload": {
  201. "psr-4": {
  202. "Robo\\": "src"
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Davert",
  212. "email": "davert.php@resend.cc"
  213. }
  214. ],
  215. "description": "Modern task runner",
  216. "abandoned": "consolidation/robo",
  217. "time": "2016-04-13 20:14:17"
  218. },
  219. {
  220. "name": "composer/installers",
  221. "version": "v1.0.25",
  222. "source": {
  223. "type": "git",
  224. "url": "https://github.com/composer/installers.git",
  225. "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e"
  226. },
  227. "dist": {
  228. "type": "zip",
  229. "url": "https://api.github.com/repos/composer/installers/zipball/36e5b5843203d7f1cf6ffb0305a97e014387bd8e",
  230. "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e",
  231. "shasum": ""
  232. },
  233. "require": {
  234. "composer-plugin-api": "^1.0"
  235. },
  236. "replace": {
  237. "roundcube/plugin-installer": "*",
  238. "shama/baton": "*"
  239. },
  240. "require-dev": {
  241. "composer/composer": "1.0.*@dev",
  242. "phpunit/phpunit": "4.1.*"
  243. },
  244. "type": "composer-plugin",
  245. "extra": {
  246. "class": "Composer\\Installers\\Plugin",
  247. "branch-alias": {
  248. "dev-master": "1.0-dev"
  249. }
  250. },
  251. "autoload": {
  252. "psr-4": {
  253. "Composer\\Installers\\": "src/Composer/Installers"
  254. }
  255. },
  256. "notification-url": "https://packagist.org/downloads/",
  257. "license": [
  258. "MIT"
  259. ],
  260. "authors": [
  261. {
  262. "name": "Kyle Robinson Young",
  263. "email": "kyle@dontkry.com",
  264. "homepage": "https://github.com/shama"
  265. }
  266. ],
  267. "description": "A multi-framework Composer library installer",
  268. "homepage": "https://composer.github.io/installers/",
  269. "keywords": [
  270. "Craft",
  271. "Dolibarr",
  272. "Hurad",
  273. "ImageCMS",
  274. "MODX Evo",
  275. "Mautic",
  276. "OXID",
  277. "SMF",
  278. "Thelia",
  279. "WolfCMS",
  280. "agl",
  281. "aimeos",
  282. "annotatecms",
  283. "bitrix",
  284. "cakephp",
  285. "chef",
  286. "codeigniter",
  287. "concrete5",
  288. "croogo",
  289. "dokuwiki",
  290. "drupal",
  291. "elgg",
  292. "fuelphp",
  293. "grav",
  294. "installer",
  295. "joomla",
  296. "kohana",
  297. "laravel",
  298. "lithium",
  299. "magento",
  300. "mako",
  301. "mediawiki",
  302. "modulework",
  303. "moodle",
  304. "phpbb",
  305. "piwik",
  306. "ppi",
  307. "puppet",
  308. "roundcube",
  309. "shopware",
  310. "silverstripe",
  311. "symfony",
  312. "typo3",
  313. "wordpress",
  314. "zend",
  315. "zikula"
  316. ],
  317. "time": "2016-04-13 19:46:30"
  318. },
  319. {
  320. "name": "composer/semver",
  321. "version": "1.4.2",
  322. "source": {
  323. "type": "git",
  324. "url": "https://github.com/composer/semver.git",
  325. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
  326. },
  327. "dist": {
  328. "type": "zip",
  329. "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
  330. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
  331. "shasum": ""
  332. },
  333. "require": {
  334. "php": "^5.3.2 || ^7.0"
  335. },
  336. "require-dev": {
  337. "phpunit/phpunit": "^4.5 || ^5.0.5",
  338. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  339. },
  340. "type": "library",
  341. "extra": {
  342. "branch-alias": {
  343. "dev-master": "1.x-dev"
  344. }
  345. },
  346. "autoload": {
  347. "psr-4": {
  348. "Composer\\Semver\\": "src"
  349. }
  350. },
  351. "notification-url": "https://packagist.org/downloads/",
  352. "license": [
  353. "MIT"
  354. ],
  355. "authors": [
  356. {
  357. "name": "Nils Adermann",
  358. "email": "naderman@naderman.de",
  359. "homepage": "http://www.naderman.de"
  360. },
  361. {
  362. "name": "Jordi Boggiano",
  363. "email": "j.boggiano@seld.be",
  364. "homepage": "http://seld.be"
  365. },
  366. {
  367. "name": "Rob Bast",
  368. "email": "rob.bast@gmail.com",
  369. "homepage": "http://robbast.nl"
  370. }
  371. ],
  372. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  373. "keywords": [
  374. "semantic",
  375. "semver",
  376. "validation",
  377. "versioning"
  378. ],
  379. "time": "2016-08-30 16:08:34"
  380. },
  381. {
  382. "name": "cweagans/composer-patches",
  383. "version": "1.5.0",
  384. "source": {
  385. "type": "git",
  386. "url": "https://github.com/cweagans/composer-patches.git",
  387. "reference": "8de7c73b2eae217f4e7028d7262ff2330aa4b4e8"
  388. },
  389. "dist": {
  390. "type": "zip",
  391. "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/8de7c73b2eae217f4e7028d7262ff2330aa4b4e8",
  392. "reference": "8de7c73b2eae217f4e7028d7262ff2330aa4b4e8",
  393. "shasum": ""
  394. },
  395. "require": {
  396. "composer-plugin-api": "^1.0",
  397. "php": ">=5.3.0"
  398. },
  399. "require-dev": {
  400. "composer/composer": "~1.0",
  401. "phpunit/phpunit": "~4.6"
  402. },
  403. "type": "composer-plugin",
  404. "extra": {
  405. "class": "cweagans\\Composer\\Patches"
  406. },
  407. "autoload": {
  408. "psr-4": {
  409. "cweagans\\Composer\\": "src"
  410. }
  411. },
  412. "notification-url": "https://packagist.org/downloads/",
  413. "license": [
  414. "BSD"
  415. ],
  416. "authors": [
  417. {
  418. "name": "Cameron Eagans",
  419. "email": "me@cweagans.net"
  420. }
  421. ],
  422. "description": "Provides a way to patch Composer packages.",
  423. "time": "2016-03-28 18:54:21"
  424. },
  425. {
  426. "name": "doctrine/annotations",
  427. "version": "v1.2.7",
  428. "source": {
  429. "type": "git",
  430. "url": "https://github.com/doctrine/annotations.git",
  431. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
  432. },
  433. "dist": {
  434. "type": "zip",
  435. "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  436. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  437. "shasum": ""
  438. },
  439. "require": {
  440. "doctrine/lexer": "1.*",
  441. "php": ">=5.3.2"
  442. },
  443. "require-dev": {
  444. "doctrine/cache": "1.*",
  445. "phpunit/phpunit": "4.*"
  446. },
  447. "type": "library",
  448. "extra": {
  449. "branch-alias": {
  450. "dev-master": "1.3.x-dev"
  451. }
  452. },
  453. "autoload": {
  454. "psr-0": {
  455. "Doctrine\\Common\\Annotations\\": "lib/"
  456. }
  457. },
  458. "notification-url": "https://packagist.org/downloads/",
  459. "license": [
  460. "MIT"
  461. ],
  462. "authors": [
  463. {
  464. "name": "Roman Borschel",
  465. "email": "roman@code-factory.org"
  466. },
  467. {
  468. "name": "Benjamin Eberlei",
  469. "email": "kontakt@beberlei.de"
  470. },
  471. {
  472. "name": "Guilherme Blanco",
  473. "email": "guilhermeblanco@gmail.com"
  474. },
  475. {
  476. "name": "Jonathan Wage",
  477. "email": "jonwage@gmail.com"
  478. },
  479. {
  480. "name": "Johannes Schmitt",
  481. "email": "schmittjoh@gmail.com"
  482. }
  483. ],
  484. "description": "Docblock Annotations Parser",
  485. "homepage": "http://www.doctrine-project.org",
  486. "keywords": [
  487. "annotations",
  488. "docblock",
  489. "parser"
  490. ],
  491. "time": "2015-08-31 12:32:49"
  492. },
  493. {
  494. "name": "doctrine/cache",
  495. "version": "v1.6.1",
  496. "source": {
  497. "type": "git",
  498. "url": "https://github.com/doctrine/cache.git",
  499. "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
  500. },
  501. "dist": {
  502. "type": "zip",
  503. "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  504. "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  505. "shasum": ""
  506. },
  507. "require": {
  508. "php": "~5.5|~7.0"
  509. },
  510. "conflict": {
  511. "doctrine/common": ">2.2,<2.4"
  512. },
  513. "require-dev": {
  514. "phpunit/phpunit": "~4.8|~5.0",
  515. "predis/predis": "~1.0",
  516. "satooshi/php-coveralls": "~0.6"
  517. },
  518. "type": "library",
  519. "extra": {
  520. "branch-alias": {
  521. "dev-master": "1.6.x-dev"
  522. }
  523. },
  524. "autoload": {
  525. "psr-4": {
  526. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  527. }
  528. },
  529. "notification-url": "https://packagist.org/downloads/",
  530. "license": [
  531. "MIT"
  532. ],
  533. "authors": [
  534. {
  535. "name": "Roman Borschel",
  536. "email": "roman@code-factory.org"
  537. },
  538. {
  539. "name": "Benjamin Eberlei",
  540. "email": "kontakt@beberlei.de"
  541. },
  542. {
  543. "name": "Guilherme Blanco",
  544. "email": "guilhermeblanco@gmail.com"
  545. },
  546. {
  547. "name": "Jonathan Wage",
  548. "email": "jonwage@gmail.com"
  549. },
  550. {
  551. "name": "Johannes Schmitt",
  552. "email": "schmittjoh@gmail.com"
  553. }
  554. ],
  555. "description": "Caching library offering an object-oriented API for many cache backends",
  556. "homepage": "http://www.doctrine-project.org",
  557. "keywords": [
  558. "cache",
  559. "caching"
  560. ],
  561. "time": "2016-10-29 11:16:17"
  562. },
  563. {
  564. "name": "doctrine/collections",
  565. "version": "v1.4.0",
  566. "source": {
  567. "type": "git",
  568. "url": "https://github.com/doctrine/collections.git",
  569. "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
  570. },
  571. "dist": {
  572. "type": "zip",
  573. "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
  574. "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
  575. "shasum": ""
  576. },
  577. "require": {
  578. "php": "^5.6 || ^7.0"
  579. },
  580. "require-dev": {
  581. "doctrine/coding-standard": "~0.1@dev",
  582. "phpunit/phpunit": "^5.7"
  583. },
  584. "type": "library",
  585. "extra": {
  586. "branch-alias": {
  587. "dev-master": "1.3.x-dev"
  588. }
  589. },
  590. "autoload": {
  591. "psr-0": {
  592. "Doctrine\\Common\\Collections\\": "lib/"
  593. }
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "MIT"
  598. ],
  599. "authors": [
  600. {
  601. "name": "Roman Borschel",
  602. "email": "roman@code-factory.org"
  603. },
  604. {
  605. "name": "Benjamin Eberlei",
  606. "email": "kontakt@beberlei.de"
  607. },
  608. {
  609. "name": "Guilherme Blanco",
  610. "email": "guilhermeblanco@gmail.com"
  611. },
  612. {
  613. "name": "Jonathan Wage",
  614. "email": "jonwage@gmail.com"
  615. },
  616. {
  617. "name": "Johannes Schmitt",
  618. "email": "schmittjoh@gmail.com"
  619. }
  620. ],
  621. "description": "Collections Abstraction library",
  622. "homepage": "http://www.doctrine-project.org",
  623. "keywords": [
  624. "array",
  625. "collections",
  626. "iterator"
  627. ],
  628. "time": "2017-01-03 10:49:41"
  629. },
  630. {
  631. "name": "doctrine/common",
  632. "version": "v2.5.3",
  633. "source": {
  634. "type": "git",
  635. "url": "https://github.com/doctrine/common.git",
  636. "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
  637. },
  638. "dist": {
  639. "type": "zip",
  640. "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
  641. "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
  642. "shasum": ""
  643. },
  644. "require": {
  645. "doctrine/annotations": "1.*",
  646. "doctrine/cache": "1.*",
  647. "doctrine/collections": "1.*",
  648. "doctrine/inflector": "1.*",
  649. "doctrine/lexer": "1.*",
  650. "php": ">=5.3.2"
  651. },
  652. "require-dev": {
  653. "phpunit/phpunit": "~3.7"
  654. },
  655. "type": "library",
  656. "extra": {
  657. "branch-alias": {
  658. "dev-master": "2.5.x-dev"
  659. }
  660. },
  661. "autoload": {
  662. "psr-0": {
  663. "Doctrine\\Common\\": "lib/"
  664. }
  665. },
  666. "notification-url": "https://packagist.org/downloads/",
  667. "license": [
  668. "MIT"
  669. ],
  670. "authors": [
  671. {
  672. "name": "Roman Borschel",
  673. "email": "roman@code-factory.org"
  674. },
  675. {
  676. "name": "Benjamin Eberlei",
  677. "email": "kontakt@beberlei.de"
  678. },
  679. {
  680. "name": "Guilherme Blanco",
  681. "email": "guilhermeblanco@gmail.com"
  682. },
  683. {
  684. "name": "Jonathan Wage",
  685. "email": "jonwage@gmail.com"
  686. },
  687. {
  688. "name": "Johannes Schmitt",
  689. "email": "schmittjoh@gmail.com"
  690. }
  691. ],
  692. "description": "Common Library for Doctrine projects",
  693. "homepage": "http://www.doctrine-project.org",
  694. "keywords": [
  695. "annotations",
  696. "collections",
  697. "eventmanager",
  698. "persistence",
  699. "spl"
  700. ],
  701. "time": "2015-12-25 13:10:16"
  702. },
  703. {
  704. "name": "doctrine/inflector",
  705. "version": "v1.1.0",
  706. "source": {
  707. "type": "git",
  708. "url": "https://github.com/doctrine/inflector.git",
  709. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  710. },
  711. "dist": {
  712. "type": "zip",
  713. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  714. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  715. "shasum": ""
  716. },
  717. "require": {
  718. "php": ">=5.3.2"
  719. },
  720. "require-dev": {
  721. "phpunit/phpunit": "4.*"
  722. },
  723. "type": "library",
  724. "extra": {
  725. "branch-alias": {
  726. "dev-master": "1.1.x-dev"
  727. }
  728. },
  729. "autoload": {
  730. "psr-0": {
  731. "Doctrine\\Common\\Inflector\\": "lib/"
  732. }
  733. },
  734. "notification-url": "https://packagist.org/downloads/",
  735. "license": [
  736. "MIT"
  737. ],
  738. "authors": [
  739. {
  740. "name": "Roman Borschel",
  741. "email": "roman@code-factory.org"
  742. },
  743. {
  744. "name": "Benjamin Eberlei",
  745. "email": "kontakt@beberlei.de"
  746. },
  747. {
  748. "name": "Guilherme Blanco",
  749. "email": "guilhermeblanco@gmail.com"
  750. },
  751. {
  752. "name": "Jonathan Wage",
  753. "email": "jonwage@gmail.com"
  754. },
  755. {
  756. "name": "Johannes Schmitt",
  757. "email": "schmittjoh@gmail.com"
  758. }
  759. ],
  760. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  761. "homepage": "http://www.doctrine-project.org",
  762. "keywords": [
  763. "inflection",
  764. "pluralize",
  765. "singularize",
  766. "string"
  767. ],
  768. "time": "2015-11-06 14:35:42"
  769. },
  770. {
  771. "name": "doctrine/lexer",
  772. "version": "v1.0.1",
  773. "source": {
  774. "type": "git",
  775. "url": "https://github.com/doctrine/lexer.git",
  776. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  777. },
  778. "dist": {
  779. "type": "zip",
  780. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  781. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  782. "shasum": ""
  783. },
  784. "require": {
  785. "php": ">=5.3.2"
  786. },
  787. "type": "library",
  788. "extra": {
  789. "branch-alias": {
  790. "dev-master": "1.0.x-dev"
  791. }
  792. },
  793. "autoload": {
  794. "psr-0": {
  795. "Doctrine\\Common\\Lexer\\": "lib/"
  796. }
  797. },
  798. "notification-url": "https://packagist.org/downloads/",
  799. "license": [
  800. "MIT"
  801. ],
  802. "authors": [
  803. {
  804. "name": "Roman Borschel",
  805. "email": "roman@code-factory.org"
  806. },
  807. {
  808. "name": "Guilherme Blanco",
  809. "email": "guilhermeblanco@gmail.com"
  810. },
  811. {
  812. "name": "Johannes Schmitt",
  813. "email": "schmittjoh@gmail.com"
  814. }
  815. ],
  816. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  817. "homepage": "http://www.doctrine-project.org",
  818. "keywords": [
  819. "lexer",
  820. "parser"
  821. ],
  822. "time": "2014-09-09 13:34:57"
  823. },
  824. {
  825. "name": "drupal-composer/drupal-scaffold",
  826. "version": "1.3.2",
  827. "source": {
  828. "type": "git",
  829. "url": "https://github.com/drupal-composer/drupal-scaffold.git",
  830. "reference": "594e0cba2ad3c494da39a8cca0408ac9e3300f52"
  831. },
  832. "dist": {
  833. "type": "zip",
  834. "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/594e0cba2ad3c494da39a8cca0408ac9e3300f52",
  835. "reference": "594e0cba2ad3c494da39a8cca0408ac9e3300f52",
  836. "shasum": ""
  837. },
  838. "require": {
  839. "codegyre/robo": "^0.7.1",
  840. "composer-plugin-api": "^1.0.0",
  841. "ext-curl": "*",
  842. "ext-zlib": "*",
  843. "guzzlehttp/guzzle": "~6.1",
  844. "pear/archive_tar": "~1.0",
  845. "php": ">=5.4.5"
  846. },
  847. "require-dev": {
  848. "composer/composer": "dev-master",
  849. "phpunit/phpunit": "^4.4.0"
  850. },
  851. "type": "composer-plugin",
  852. "extra": {
  853. "class": "DrupalComposer\\DrupalScaffold\\Plugin",
  854. "branch-alias": {
  855. "dev-master": "1.0.x-dev"
  856. }
  857. },
  858. "autoload": {
  859. "psr-4": {
  860. "DrupalComposer\\DrupalScaffold\\": "src/"
  861. }
  862. },
  863. "notification-url": "https://packagist.org/downloads/",
  864. "license": [
  865. "GPL-2.0+"
  866. ],
  867. "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
  868. "time": "2016-04-13 15:46:44"
  869. },
  870. {
  871. "name": "drupal/admin_toolbar",
  872. "version": "1.18.0",
  873. "source": {
  874. "type": "git",
  875. "url": "https://git.drupal.org/project/admin_toolbar",
  876. "reference": "8.x-1.18"
  877. },
  878. "dist": {
  879. "type": "zip",
  880. "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.18.zip",
  881. "reference": "8.x-1.18",
  882. "shasum": "ea5b6b5eb20757fda12e7220819a750e2575359b"
  883. },
  884. "require": {
  885. "drupal/core": "*"
  886. },
  887. "type": "drupal-module",
  888. "extra": {
  889. "branch-alias": {
  890. "dev-1.x": "1.x-dev"
  891. },
  892. "drupal": {
  893. "version": "8.x-1.18",
  894. "datestamp": "1480614184"
  895. }
  896. },
  897. "notification-url": "https://packages.drupal.org/8/downloads",
  898. "license": [
  899. "GPL-2.0+"
  900. ],
  901. "authors": [
  902. {
  903. "name": "Mohamed Anis Taktak",
  904. "homepage": "https://www.drupal.org/u/matio89"
  905. },
  906. {
  907. "name": "eme",
  908. "homepage": "https://www.drupal.org/user/542492"
  909. },
  910. {
  911. "name": "fethi.krout",
  912. "homepage": "https://www.drupal.org/user/3206765"
  913. },
  914. {
  915. "name": "matio89",
  916. "homepage": "https://www.drupal.org/user/2320090"
  917. },
  918. {
  919. "name": "romainj",
  920. "homepage": "https://www.drupal.org/user/370706"
  921. }
  922. ],
  923. "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
  924. "homepage": "http://drupal.org/project/admin_toolbar",
  925. "support": {
  926. "source": "http://cgit.drupalcode.org/admin_toolbar",
  927. "issues": "https://www.drupal.org/project/issues/admin_toolbar"
  928. }
  929. },
  930. {
  931. "name": "drupal/config_update",
  932. "version": "1.3.0",
  933. "source": {
  934. "type": "git",
  935. "url": "https://git.drupal.org/project/config_update",
  936. "reference": "8.x-1.3"
  937. },
  938. "dist": {
  939. "type": "zip",
  940. "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.3.zip",
  941. "reference": "8.x-1.3",
  942. "shasum": "4fc57add91c090ea3c9ed4848579b450253b1eed"
  943. },
  944. "require": {
  945. "drupal/core": "*"
  946. },
  947. "type": "drupal-module",
  948. "extra": {
  949. "branch-alias": {
  950. "dev-1.x": "1.x-dev"
  951. },
  952. "drupal": {
  953. "version": "8.x-1.3",
  954. "datestamp": "1484770683"
  955. }
  956. },
  957. "notification-url": "https://packages.drupal.org/8/downloads",
  958. "license": [
  959. "GPL-2.0+"
  960. ],
  961. "authors": [
  962. {
  963. "name": "jhodgdon",
  964. "homepage": "https://www.drupal.org/user/155601"
  965. },
  966. {
  967. "name": "nedjo",
  968. "homepage": "https://www.drupal.org/user/4481"
  969. }
  970. ],
  971. "description": "Provides basic revert and update functionality for other modules",
  972. "homepage": "https://www.drupal.org/project/config_update",
  973. "support": {
  974. "source": "http://cgit.drupalcode.org/config_update"
  975. }
  976. },
  977. {
  978. "name": "drupal/conflict",
  979. "version": "1.0.0-alpha1",
  980. "source": {
  981. "type": "git",
  982. "url": "https://git.drupal.org/project/conflict",
  983. "reference": "8.x-1.0-alpha1"
  984. },
  985. "dist": {
  986. "type": "zip",
  987. "url": "https://ftp.drupal.org/files/projects/conflict-8.x-1.0-alpha1.zip",
  988. "reference": "8.x-1.0-alpha1",
  989. "shasum": "714affbb21d8d0179a211847db2cd2443a55ba2b"
  990. },
  991. "require": {
  992. "drupal/core": "~8.0",
  993. "graphp/algorithms": "~0.8.1"
  994. },
  995. "type": "drupal-module",
  996. "extra": {
  997. "branch-alias": {
  998. "dev-1.x": "1.x-dev"
  999. },
  1000. "drupal": {
  1001. "version": "8.x-1.0-alpha1",
  1002. "datestamp": "1476873539"
  1003. }
  1004. },
  1005. "notification-url": "https://packages.drupal.org/8/downloads",
  1006. "license": [
  1007. "GPL-2.0+"
  1008. ],
  1009. "authors": [
  1010. {
  1011. "name": "bdragon",
  1012. "homepage": "https://www.drupal.org/user/53081"
  1013. },
  1014. {
  1015. "name": "dixon_",
  1016. "homepage": "https://www.drupal.org/user/239911"
  1017. },
  1018. {
  1019. "name": "drumm",
  1020. "homepage": "https://www.drupal.org/user/3064"
  1021. },
  1022. {
  1023. "name": "dww",
  1024. "homepage": "https://www.drupal.org/user/46549"
  1025. },
  1026. {
  1027. "name": "jeqq",
  1028. "homepage": "https://www.drupal.org/user/1427908"
  1029. }
  1030. ],
  1031. "description": "Find merge conflicts in revisionable entities.",
  1032. "homepage": "https://www.drupal.org/project/conflict",
  1033. "support": {
  1034. "source": "http://cgit.drupalcode.org/conflict"
  1035. }
  1036. },
  1037. {
  1038. "name": "drupal/core",
  1039. "version": "8.2.6",
  1040. "source": {
  1041. "type": "git",
  1042. "url": "https://github.com/drupal-composer/drupal-core.git",
  1043. "reference": "6cd5d296125a4584d470d75d8e5218ff17c39c22"
  1044. },
  1045. "dist": {
  1046. "type": "zip",
  1047. "url": "https://api.github.com/repos/drupal-composer/drupal-core/zipball/6cd5d296125a4584d470d75d8e5218ff17c39c22",
  1048. "reference": "6cd5d296125a4584d470d75d8e5218ff17c39c22",
  1049. "shasum": ""
  1050. },
  1051. "require": {
  1052. "asm89/stack-cors": "~1.0",
  1053. "composer/semver": "~1.0",
  1054. "doctrine/annotations": "1.2.*",
  1055. "doctrine/common": "2.5.*",
  1056. "easyrdf/easyrdf": "0.9.*",
  1057. "egulias/email-validator": "1.2.*",
  1058. "guzzlehttp/guzzle": "^6.2.1",
  1059. "masterminds/html5": "~2.1",
  1060. "paragonie/random_compat": "^1|^2",
  1061. "php": ">=5.5.9",
  1062. "stack/builder": "1.0.*",
  1063. "symfony-cmf/routing": "~1.4",
  1064. "symfony/class-loader": "~2.8",
  1065. "symfony/console": "~2.8",
  1066. "symfony/dependency-injection": "~2.8",
  1067. "symfony/event-dispatcher": "~2.8",
  1068. "symfony/http-foundation": "~2.8",
  1069. "symfony/http-kernel": "~2.8",
  1070. "symfony/polyfill-iconv": "~1.0",
  1071. "symfony/process": "~2.8",
  1072. "symfony/psr-http-message-bridge": "v0.2",
  1073. "symfony/routing": "~2.8",
  1074. "symfony/serializer": "~2.8",
  1075. "symfony/translation": "~2.8",
  1076. "symfony/validator": "~2.8",
  1077. "symfony/yaml": "~2.8",
  1078. "twig/twig": "^1.23.1",
  1079. "zendframework/zend-diactoros": "~1.1",
  1080. "zendframework/zend-feed": "~2.4"
  1081. },
  1082. "replace": {
  1083. "drupal/action": "self.version",
  1084. "drupal/aggregator": "self.version",
  1085. "drupal/automated_cron": "self.version",
  1086. "drupal/ban": "self.version",
  1087. "drupal/bartik": "self.version",
  1088. "drupal/basic_auth": "self.version",
  1089. "drupal/big_pipe": "self.version",
  1090. "drupal/block": "self.version",
  1091. "drupal/block_content": "self.version",
  1092. "drupal/block_place": "self.version",
  1093. "drupal/book": "self.version",
  1094. "drupal/breakpoint": "self.version",
  1095. "drupal/ckeditor": "self.version",
  1096. "drupal/classy": "self.version",
  1097. "drupal/color": "self.version",
  1098. "drupal/comment": "self.version",
  1099. "drupal/config": "self.version",
  1100. "drupal/config_translation": "self.version",
  1101. "drupal/contact": "self.version",
  1102. "drupal/content_moderation": "self.version",
  1103. "drupal/content_translation": "self.version",
  1104. "drupal/contextual": "self.version",
  1105. "drupal/core-annotation": "self.version",
  1106. "drupal/core-assertion": "self.version",
  1107. "drupal/core-bridge": "self.version",
  1108. "drupal/core-datetime": "self.version",
  1109. "drupal/core-dependency-injection": "self.version",
  1110. "drupal/core-diff": "self.version",
  1111. "drupal/core-discovery": "self.version",
  1112. "drupal/core-event-dispatcher": "self.version",
  1113. "drupal/core-file-cache": "self.version",
  1114. "drupal/core-filesystem": "self.version",
  1115. "drupal/core-gettext": "self.version",
  1116. "drupal/core-graph": "self.version",
  1117. "drupal/core-http-foundation": "self.version",
  1118. "drupal/core-php-storage": "self.version",
  1119. "drupal/core-plugin": "self.version",
  1120. "drupal/core-proxy-builder": "self.version",
  1121. "drupal/core-render": "self.version",
  1122. "drupal/core-serialization": "self.version",
  1123. "drupal/core-transliteration": "self.version",
  1124. "drupal/core-utility": "self.version",
  1125. "drupal/core-uuid": "self.version",
  1126. "drupal/datetime": "self.version",
  1127. "drupal/datetime_range": "self.version",
  1128. "drupal/dblog": "self.version",
  1129. "drupal/dynamic_page_cache": "self.version",
  1130. "drupal/editor": "self.version",
  1131. "drupal/entity_reference": "self.version",
  1132. "drupal/field": "self.version",
  1133. "drupal/field_ui": "self.version",
  1134. "drupal/file": "self.version",
  1135. "drupal/filter": "self.version",
  1136. "drupal/forum": "self.version",
  1137. "drupal/hal": "self.version",
  1138. "drupal/help": "self.version",
  1139. "drupal/history": "self.version",
  1140. "drupal/image": "self.version",
  1141. "drupal/inline_form_errors": "self.version",
  1142. "drupal/language": "self.version",
  1143. "drupal/link": "self.version",
  1144. "drupal/locale": "self.version",
  1145. "drupal/menu_link_content": "self.version",
  1146. "drupal/menu_ui": "self.version",
  1147. "drupal/migrate": "self.version",
  1148. "drupal/migrate_drupal": "self.version",
  1149. "drupal/migrate_drupal_ui": "self.version",
  1150. "drupal/minimal": "self.version",
  1151. "drupal/node": "self.version",
  1152. "drupal/options": "self.version",
  1153. "drupal/outside_in": "self.version",
  1154. "drupal/page_cache": "self.version",
  1155. "drupal/path": "self.version",
  1156. "drupal/quickedit": "self.version",
  1157. "drupal/rdf": "self.version",
  1158. "drupal/responsive_image": "self.version",
  1159. "drupal/rest": "self.version",
  1160. "drupal/search": "self.version",
  1161. "drupal/serialization": "self.version",
  1162. "drupal/seven": "self.version",
  1163. "drupal/shortcut": "self.version",
  1164. "drupal/simpletest": "self.version",
  1165. "drupal/standard": "self.version",
  1166. "drupal/stark": "self.version",
  1167. "drupal/statistics": "self.version",
  1168. "drupal/syslog": "self.version",
  1169. "drupal/system": "self.version",
  1170. "drupal/taxonomy": "self.version",
  1171. "drupal/telephone": "self.version",
  1172. "drupal/text": "self.version",
  1173. "drupal/toolbar": "self.version",
  1174. "drupal/tour": "self.version",
  1175. "drupal/tracker": "self.version",
  1176. "drupal/update": "self.version",
  1177. "drupal/user": "self.version",
  1178. "drupal/views": "self.version",
  1179. "drupal/views_ui": "self.version"
  1180. },
  1181. "require-dev": {
  1182. "behat/mink": "~1.7",
  1183. "behat/mink-goutte-driver": "~1.2",
  1184. "jcalderonzumba/gastonjs": "~1.0.2",
  1185. "jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
  1186. "mikey179/vfsstream": "~1.2",
  1187. "phpunit/phpunit": "~4.8",
  1188. "symfony/css-selector": "~2.8"
  1189. },
  1190. "type": "drupal-core",
  1191. "extra": {
  1192. "patches_applied": {
  1193. "2663638 - Avoid to check the render context to detect early rendering for Non-GET requests.": "https://www.drupal.org/files/issues/2663638-2_0.patch",
  1194. "2652138 - ImageFormatter does not support SVGs": "https://www.drupal.org/files/issues/2652138-28.patch",
  1195. "2765525 - Add AJAX command to add style sheets to CKEditor instances": "https://www.drupal.org/files/issues/2765525-30-8.2.x.patch"
  1196. }
  1197. },
  1198. "autoload": {
  1199. "psr-4": {
  1200. "Drupal\\Core\\": "lib/Drupal/Core",
  1201. "Drupal\\Component\\": "lib/Drupal/Component",
  1202. "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
  1203. },
  1204. "classmap": [
  1205. "lib/Drupal.php",
  1206. "lib/Drupal/Component/Utility/Timer.php",
  1207. "lib/Drupal/Component/Utility/Unicode.php",
  1208. "lib/Drupal/Core/Database/Database.php",
  1209. "lib/Drupal/Core/DrupalKernel.php",
  1210. "lib/Drupal/Core/DrupalKernelInterface.php",
  1211. "lib/Drupal/Core/Site/Settings.php"
  1212. ]
  1213. },
  1214. "notification-url": "https://packagist.org/downloads/",
  1215. "license": [
  1216. "GPL-2.0+"
  1217. ],
  1218. "description": "Drupal is an open source content management platform powering millions of websites and applications.",
  1219. "time": "2017-02-01 17:03:36"
  1220. },
  1221. {
  1222. "name": "drupal/ctools",
  1223. "version": "3.0.0-alpha27",
  1224. "source": {
  1225. "type": "git",
  1226. "url": "https://git.drupal.org/project/ctools",
  1227. "reference": "8.x-3.0-alpha27"
  1228. },
  1229. "dist": {
  1230. "type": "zip",
  1231. "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha27.zip",
  1232. "reference": "8.x-3.0-alpha27",
  1233. "shasum": "3e069c46902dd05c2a4e0caf7b185942e9b53238"
  1234. },
  1235. "require": {
  1236. "drupal/core": "~8.0"
  1237. },
  1238. "type": "drupal-module",
  1239. "extra": {
  1240. "branch-alias": {
  1241. "dev-3.x": "3.x-dev"
  1242. },
  1243. "drupal": {
  1244. "version": "8.x-3.0-alpha27",
  1245. "datestamp": "1471723439"
  1246. }
  1247. },
  1248. "notification-url": "https://packages.drupal.org/8/downloads",
  1249. "license": [
  1250. "GPL-2.0+"
  1251. ],
  1252. "authors": [
  1253. {
  1254. "name": "EclipseGc",
  1255. "homepage": "https://www.drupal.org/user/61203"
  1256. },
  1257. {
  1258. "name": "damiankloip",
  1259. "homepage": "https://www.drupal.org/user/1037976"
  1260. },
  1261. {
  1262. "name": "dawehner",
  1263. "homepage": "https://www.drupal.org/user/99340"
  1264. },
  1265. {
  1266. "name": "esmerel",
  1267. "homepage": "https://www.drupal.org/user/164022"
  1268. },
  1269. {
  1270. "name": "japerry",
  1271. "homepage": "https://www.drupal.org/user/45640"
  1272. },
  1273. {
  1274. "name": "merlinofchaos",
  1275. "homepage": "https://www.drupal.org/user/26979"
  1276. },
  1277. {
  1278. "name": "neclimdul",
  1279. "homepage": "https://www.drupal.org/user/48673"
  1280. },
  1281. {
  1282. "name": "sdboyer",
  1283. "homepage": "https://www.drupal.org/user/146719"
  1284. },
  1285. {
  1286. "name": "sun",
  1287. "homepage": "https://www.drupal.org/user/54136"
  1288. },
  1289. {
  1290. "name": "tim.plunkett",
  1291. "homepage": "https://www.drupal.org/user/241634"
  1292. }
  1293. ],
  1294. "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
  1295. "homepage": "https://www.drupal.org/project/ctools",
  1296. "support": {
  1297. "source": "http://cgit.drupalcode.org/ctools"
  1298. }
  1299. },
  1300. {
  1301. "name": "drupal/diff",
  1302. "version": "1.0.0-rc1",
  1303. "source": {
  1304. "type": "git",
  1305. "url": "https://git.drupal.org/project/diff",
  1306. "reference": "8.x-1.0-rc1"
  1307. },
  1308. "dist": {
  1309. "type": "zip",
  1310. "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip",
  1311. "reference": "8.x-1.0-rc1",
  1312. "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a"
  1313. },
  1314. "require": {
  1315. "drupal/core": "~8.0",
  1316. "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
  1317. },
  1318. "type": "drupal-module",
  1319. "extra": {
  1320. "branch-alias": {
  1321. "dev-1.x": "1.x-dev"
  1322. },
  1323. "drupal": {
  1324. "version": "8.x-1.0-rc1",
  1325. "datestamp": "1484566683"
  1326. }
  1327. },
  1328. "notification-url": "https://packages.drupal.org/8/downloads",
  1329. "license": [
  1330. "GPL-2.0+"
  1331. ],
  1332. "authors": [
  1333. {
  1334. "name": "Miro Dietiker (miro_dietiker)",
  1335. "homepage": "https://www.drupal.org/u/miro_dietiker",
  1336. "role": "Maintainer"
  1337. },
  1338. {
  1339. "name": "Juampy NR (juampynr)",
  1340. "homepage": "https://www.drupal.org/u/juampynr",
  1341. "role": "Maintainer"
  1342. },
  1343. {
  1344. "name": "Lucian Hangea (lhangea)",
  1345. "homepage": "https://www.drupal.org/u/lhangea",
  1346. "role": "Maintainer"
  1347. },
  1348. {
  1349. "name": "Alan D.",
  1350. "homepage": "https://www.drupal.org/u/alan-d.",
  1351. "role": "Maintainer"
  1352. },
  1353. {
  1354. "name": "Brian Gilbert (realityloop).",
  1355. "homepage": "https://www.drupal.org/u/realityloop",
  1356. "role": "Maintainer"
  1357. },
  1358. {
  1359. "name": "miro_dietiker",
  1360. "homepage": "https://www.drupal.org/user/227761"
  1361. },
  1362. {
  1363. "name": "realityloop",
  1364. "homepage": "https://www.drupal.org/user/139189"
  1365. },
  1366. {
  1367. "name": "rötzi",
  1368. "homepage": "https://www.drupal.org/user/73064"
  1369. },
  1370. {
  1371. "name": "yhahn",
  1372. "homepage": "https://www.drupal.org/user/264833"
  1373. }
  1374. ],
  1375. "description": "Compares two entity revisions",
  1376. "homepage": "https://www.drupal.org/project/diff",
  1377. "support": {
  1378. "source": "http://cgit.drupalcode.org/diff",
  1379. "issues": "https://www.drupal.org/project/issues/diff"
  1380. }
  1381. },
  1382. {
  1383. "name": "drupal/editor_advanced_link",
  1384. "version": "1.3.0",
  1385. "source": {
  1386. "type": "git",
  1387. "url": "https://git.drupal.org/project/editor_advanced_link",
  1388. "reference": "8.x-1.3"
  1389. },
  1390. "dist": {
  1391. "type": "zip",
  1392. "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-8.x-1.3.zip",
  1393. "reference": "8.x-1.3",
  1394. "shasum": "48d65a60e1cc924e41a806f4beff1b7721e71d5f"
  1395. },
  1396. "require": {
  1397. "drupal/core": "*"
  1398. },
  1399. "type": "drupal-module",
  1400. "extra": {
  1401. "branch-alias": {
  1402. "dev-1.x": "1.x-dev"
  1403. },
  1404. "drupal": {
  1405. "version": "8.x-1.3",
  1406. "datestamp": "1474294739"
  1407. }
  1408. },
  1409. "notification-url": "https://packages.drupal.org/8/downloads",
  1410. "license": [
  1411. "GPL-2.0+"
  1412. ],
  1413. "authors": [
  1414. {
  1415. "name": "DuaelFr",
  1416. "homepage": "https://www.drupal.org/user/931394"
  1417. }
  1418. ],
  1419. "description": "Add title, target etc. attributes to Text Editor's link dialog if the text format allows them.",
  1420. "homepage": "https://www.drupal.org/project/editor_advanced_link",
  1421. "support": {
  1422. "source": "http://cgit.drupalcode.org/editor_advanced_link"
  1423. }
  1424. },
  1425. {
  1426. "name": "drupal/embed",
  1427. "version": "1.0.0-rc3",
  1428. "source": {
  1429. "type": "git",
  1430. "url": "https://git.drupal.org/project/embed",
  1431. "reference": "8.x-1.0-rc3"
  1432. },
  1433. "dist": {
  1434. "type": "zip",
  1435. "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0-rc3.zip",
  1436. "reference": "8.x-1.0-rc3",
  1437. "shasum": "9138d016313a47a52c6c9805fb7d034ff5105f3a"
  1438. },
  1439. "require": {
  1440. "drupal/core": "~8.0"
  1441. },
  1442. "type": "drupal-module",
  1443. "extra": {
  1444. "branch-alias": {
  1445. "dev-1.x": "1.x-dev"
  1446. },
  1447. "drupal": {
  1448. "version": "8.x-1.0-rc3",
  1449. "datestamp": "1468176563"
  1450. }
  1451. },
  1452. "notification-url": "https://packages.drupal.org/8/downloads",
  1453. "license": [
  1454. "GPL-2.0+"
  1455. ],
  1456. "authors": [
  1457. {
  1458. "name": "Dave Reid",
  1459. "homepage": "https://www.drupal.org/user/53892"
  1460. },
  1461. {
  1462. "name": "Devin Carlson",
  1463. "homepage": "https://www.drupal.org/user/290182"
  1464. },
  1465. {
  1466. "name": "Drupal Media Team",
  1467. "homepage": "https://www.drupal.org/user/3260690"
  1468. },
  1469. {
  1470. "name": "cs_shadow",
  1471. "homepage": "https://www.drupal.org/user/2828287"
  1472. },
  1473. {
  1474. "name": "slashrsm",
  1475. "homepage": "https://www.drupal.org/user/744628"
  1476. }
  1477. ],
  1478. "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
  1479. "homepage": "https://www.drupal.org/project/embed",
  1480. "support": {
  1481. "source": "http://cgit.drupalcode.org/embed",
  1482. "issues": "https://www.drupal.org/project/issues/embed",
  1483. "irc": "irc://irc.freenode.org/drupal-media"
  1484. }
  1485. },
  1486. {
  1487. "name": "drupal/entity",
  1488. "version": "dev-1.x",
  1489. "source": {
  1490. "type": "git",
  1491. "url": "https://git.drupal.org/project/entity",
  1492. "reference": "6bf9d5039a2fa4a9cd596d0a3d6b41b5d70f04cb"
  1493. },
  1494. "require": {
  1495. "drupal/core": "~8.1"
  1496. },
  1497. "type": "drupal-module",
  1498. "extra": {
  1499. "branch-alias": {
  1500. "dev-1.x": "1.x-dev"
  1501. },
  1502. "drupal": {
  1503. "version": "8.x-1.0-alpha4+2-dev",
  1504. "datestamp": "1489007283"
  1505. }
  1506. },
  1507. "notification-url": "https://packages.drupal.org/8/downloads",
  1508. "license": [
  1509. "GPL-2.0+"
  1510. ],
  1511. "authors": [
  1512. {
  1513. "name": "Berdir",
  1514. "homepage": "https://www.drupal.org/user/214652"
  1515. },
  1516. {
  1517. "name": "bojanz",
  1518. "homepage": "https://www.drupal.org/user/86106"
  1519. },
  1520. {
  1521. "name": "dawehner",
  1522. "homepage": "https://www.drupal.org/user/99340"
  1523. },
  1524. {
  1525. "name": "dixon_",
  1526. "homepage": "https://www.drupal.org/user/239911"
  1527. },
  1528. {
  1529. "name": "fago",
  1530. "homepage": "https://www.drupal.org/user/16747"
  1531. }
  1532. ],
  1533. "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
  1534. "homepage": "http://drupal.org/project/entity",
  1535. "support": {
  1536. "source": "http://cgit.drupalcode.org/entity"
  1537. },
  1538. "time": "2017-03-08 21:07:49"
  1539. },
  1540. {
  1541. "name": "drupal/entity_browser",
  1542. "version": "1.0.0-rc1",
  1543. "source": {
  1544. "type": "git",
  1545. "url": "https://git.drupal.org/project/entity_browser",
  1546. "reference": "8.x-1.0-rc1"
  1547. },
  1548. "dist": {
  1549. "type": "zip",
  1550. "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0-rc1.zip",
  1551. "reference": "8.x-1.0-rc1",
  1552. "shasum": "290b9db0f2b0f30bc59a4c18d869e58ce85de63d"
  1553. },
  1554. "require": {
  1555. "drupal/core": "~8.0"
  1556. },
  1557. "require-dev": {
  1558. "drupal/ctools": "*",
  1559. "drupal/inline_entity_form": "*",
  1560. "drupal/media_entity": "*",
  1561. "drupal/paragraphs": "*",
  1562. "drupal/token": "*"
  1563. },
  1564. "type": "drupal-module",
  1565. "extra": {
  1566. "branch-alias": {
  1567. "dev-1.x": "1.x-dev",
  1568. "dev-8.x-1.x": "8.1.x-dev"
  1569. },
  1570. "drupal": {
  1571. "version": "8.x-1.0-rc1",
  1572. "datestamp": "1487581984"
  1573. }
  1574. },
  1575. "notification-url": "https://packages.drupal.org/8/downloads",
  1576. "license": [
  1577. "GPL-2.0+"
  1578. ],
  1579. "authors": [
  1580. {
  1581. "name": "Janez Urevc",
  1582. "homepage": "https://github.com/slashrsm",
  1583. "role": "Maintainer"
  1584. },
  1585. {
  1586. "name": "Primoz Hmeljak",
  1587. "homepage": "https://github.com/primsi",
  1588. "role": "Maintainer"
  1589. },
  1590. {
  1591. "name": "See other contributors",
  1592. "homepage": "https://www.drupal.org/node/1943336/committers",
  1593. "role": "contributor"
  1594. },
  1595. {
  1596. "name": "Primsi",
  1597. "homepage": "https://www.drupal.org/user/282629"
  1598. },
  1599. {
  1600. "name": "marcingy",
  1601. "homepage": "https://www.drupal.org/user/77320"
  1602. },
  1603. {
  1604. "name": "samuel.mortenson",
  1605. "homepage": "https://www.drupal.org/user/2582268"
  1606. },
  1607. {
  1608. "name": "slashrsm",
  1609. "homepage": "https://www.drupal.org/user/744628"
  1610. }
  1611. ],
  1612. "description": "Entity browsing and selecting component.",
  1613. "homepage": "http://drupal.org/project/entity_browser",
  1614. "support": {
  1615. "source": "http://cgit.drupalcode.org/entity_browser",
  1616. "issues": "http://drupal.org/project/issues/entity_browser",
  1617. "irc": "irc://irc.freenode.org/drupal-contribute"
  1618. }
  1619. },
  1620. {
  1621. "name": "drupal/entity_embed",
  1622. "version": "dev-1.x",
  1623. "source": {
  1624. "type": "git",
  1625. "url": "https://git.drupal.org/project/entity_embed",
  1626. "reference": "bdb4e9d83718c552ec52b2e82f62e19bd2250edc"
  1627. },
  1628. "require": {
  1629. "drupal/core": "*",
  1630. "drupal/embed": "*"
  1631. },
  1632. "require-dev": {
  1633. "drupal/entity_browser": "*"
  1634. },
  1635. "type": "drupal-module",
  1636. "extra": {
  1637. "branch-alias": {
  1638. "dev-1.x": "1.x-dev"
  1639. },
  1640. "drupal": {
  1641. "version": "8.x-1.0-beta2+1-dev",
  1642. "datestamp": "1478164740"
  1643. },
  1644. "patches_applied": {
  1645. "2832504 - Send the CKEditor instance ID to the embed.preview route": "https://www.drupal.org/files/issues/2832504-2.patch"
  1646. }
  1647. },
  1648. "notification-url": "https://packages.drupal.org/8/downloads",
  1649. "license": [
  1650. "GPL-2.0+"
  1651. ],
  1652. "authors": [
  1653. {
  1654. "name": "Dave Reid",
  1655. "homepage": "https://www.drupal.org/user/53892"
  1656. },
  1657. {
  1658. "name": "Devin Carlson",
  1659. "homepage": "https://www.drupal.org/user/290182"
  1660. },
  1661. {
  1662. "name": "Drupal Media Team",
  1663. "homepage": "https://www.drupal.org/user/3260690"
  1664. },
  1665. {
  1666. "name": "cs_shadow",
  1667. "homepage": "https://www.drupal.org/user/2828287"
  1668. },
  1669. {
  1670. "name": "slashrsm",
  1671. "homepage": "https://www.drupal.org/user/744628"
  1672. }
  1673. ],
  1674. "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
  1675. "homepage": "https://www.drupal.org/project/entity_embed",
  1676. "support": {
  1677. "source": "http://cgit.drupalcode.org/entity_embed",
  1678. "issues": "https://www.drupal.org/project/issues/entity_embed",
  1679. "irc": "irc://irc.freenode.org/drupal-media"
  1680. },
  1681. "time": "2017-03-29 03:07:13"
  1682. },
  1683. {
  1684. "name": "drupal/entity_reference_revisions",
  1685. "version": "dev-1.x",
  1686. "source": {
  1687. "type": "git",
  1688. "url": "https://git.drupal.org/project/entity_reference_revisions",
  1689. "reference": "5e30fd029415d3435894caa94c5f05213806ae25"
  1690. },
  1691. "require": {
  1692. "drupal/core": "~8.0"
  1693. },
  1694. "require-dev": {
  1695. "drupal/diff": "*"
  1696. },
  1697. "type": "drupal-module",
  1698. "extra": {
  1699. "branch-alias": {
  1700. "dev-1.x": "1.x-dev"
  1701. },
  1702. "drupal": {
  1703. "version": "8.x-1.2+1-dev",
  1704. "datestamp": "1486475283"
  1705. }
  1706. },
  1707. "notification-url": "https://packages.drupal.org/8/downloads",
  1708. "license": [
  1709. "GPL-2.0+"
  1710. ],
  1711. "authors": [
  1712. {
  1713. "name": "Frans",
  1714. "homepage": "https://www.drupal.org/user/514222"
  1715. },
  1716. {
  1717. "name": "jeroen.b",
  1718. "homepage": "https://www.drupal.org/user/1853532"
  1719. },
  1720. {
  1721. "name": "miro_dietiker",
  1722. "homepage": "https://www.drupal.org/user/227761"
  1723. }
  1724. ],
  1725. "description": "Adds a Entity Reference field type with revision support.",
  1726. "homepage": "https://www.drupal.org/project/entity_reference_revisions",
  1727. "support": {
  1728. "source": "http://cgit.drupalcode.org/entity_reference_revisions"
  1729. },
  1730. "time": "2017-02-09 10:42:38"
  1731. },
  1732. {
  1733. "name": "drupal/entity_storage_migrate",
  1734. "version": "dev-1.x",
  1735. "source": {
  1736. "type": "git",
  1737. "url": "https://git.drupal.org/project/entity_storage_migrate",
  1738. "reference": "792dd730f32c737acef1d7292e91e2502900ff03"
  1739. },
  1740. "require": {
  1741. "drupal/core": "~8.0"
  1742. },
  1743. "type": "drupal-module",
  1744. "extra": {
  1745. "branch-alias": {
  1746. "dev-1.x": "1.x-dev"
  1747. },
  1748. "drupal": {
  1749. "version": "8.x-1.x-dev",
  1750. "datestamp": "1470905039"
  1751. }
  1752. },
  1753. "notification-url": "https://packages.drupal.org/8/downloads",
  1754. "license": [
  1755. "GPL-2.0+"
  1756. ],
  1757. "authors": [
  1758. {
  1759. "name": "dixon_",
  1760. "homepage": "https://www.drupal.org/user/239911"
  1761. },
  1762. {
  1763. "name": "jeqq",
  1764. "homepage": "https://www.drupal.org/user/1427908"
  1765. },
  1766. {
  1767. "name": "timmillwood",
  1768. "homepage": "https://www.drupal.org/user/227849"
  1769. }
  1770. ],
  1771. "description": "This module makes it possible to install modules that provide new entity storage handlers on sites that already have entity data on the site.",
  1772. "homepage": "http://drupal.org/project/entity_storage_migrate",
  1773. "keywords": [
  1774. "Drupal"
  1775. ],
  1776. "support": {
  1777. "source": "http://cgit.drupalcode.org/entity_storage_migrate",
  1778. "issues": "http://drupal.org/project/issues/entity_storage_migrate"
  1779. },
  1780. "time": "2016-08-11 08:38:41"
  1781. },
  1782. {
  1783. "name": "drupal/field_collection",
  1784. "version": "dev-3.x",
  1785. "source": {
  1786. "type": "git",
  1787. "url": "https://git.drupal.org/project/field_collection",
  1788. "reference": "e0981647028d069df405b812f87bfc2a52185c90"
  1789. },
  1790. "require": {
  1791. "drupal/core": "*"
  1792. },
  1793. "type": "drupal-module",
  1794. "extra": {
  1795. "branch-alias": {
  1796. "dev-3.x": "3.x-dev"
  1797. },
  1798. "drupal": {
  1799. "version": "8.x-3.x-dev",
  1800. "datestamp": "1480945083"
  1801. }
  1802. },
  1803. "notification-url": "https://packages.drupal.org/8/downloads",
  1804. "license": [
  1805. "GPL-2.0+"
  1806. ],
  1807. "authors": [
  1808. {
  1809. "name": "Wolfgang Ziegler (fago)",
  1810. "homepage": "https://www.drupal.org/u/fago",
  1811. "role": "Maintainer"
  1812. },
  1813. {
  1814. "name": "Joel Muzzerall (jmuzz)",
  1815. "homepage": "https://www.drupal.org/u/jmuzz",
  1816. "role": "Co-maintainer"
  1817. },
  1818. {
  1819. "name": "larowlan",
  1820. "homepage": "https://www.drupal.org/user/395439"
  1821. }
  1822. ],
  1823. "description": "Provides a field collection field, to which any number of fields can be attached.",
  1824. "homepage": "https://drupal.org/project/field_collection",
  1825. "support": {
  1826. "source": "http://cgit.drupalcode.org/field_collection",
  1827. "issues": "https://drupal.org/project/issues/field_collection"
  1828. },
  1829. "time": "2016-12-05 13:39:07"
  1830. },
  1831. {
  1832. "name": "drupal/field_group",
  1833. "version": "dev-1.x",
  1834. "source": {
  1835. "type": "git",
  1836. "url": "https://git.drupal.org/project/field_group",
  1837. "reference": "8a123a5451c9ef28e96e8e0113a2f4a6c615fa39"
  1838. },
  1839. "require": {
  1840. "drupal/core": "*"
  1841. },
  1842. "type": "drupal-module",
  1843. "extra": {
  1844. "branch-alias": {
  1845. "dev-1.x": "1.x-dev"
  1846. },
  1847. "drupal": {
  1848. "version": "8.x-1.0-rc6+5-dev",
  1849. "datestamp": "1484436184"
  1850. }
  1851. },
  1852. "notification-url": "https://packages.drupal.org/8/downloads",
  1853. "license": [
  1854. "GPL-2.0+"
  1855. ],
  1856. "authors": [
  1857. {
  1858. "name": "Hydra",
  1859. "homepage": "https://www.drupal.org/user/647364"
  1860. },
  1861. {
  1862. "name": "Stalski",
  1863. "homepage": "https://www.drupal.org/user/322618"
  1864. },
  1865. {
  1866. "name": "jyve",
  1867. "homepage": "https://www.drupal.org/user/591438"
  1868. },
  1869. {
  1870. "name": "swentel",
  1871. "homepage": "https://www.drupal.org/user/107403"
  1872. },
  1873. {
  1874. "name": "zuuperman",
  1875. "homepage": "https://www.drupal.org/user/361625"
  1876. }
  1877. ],
  1878. "description": "Provides the field_group module.",
  1879. "homepage": "https://www.drupal.org/project/field_group",
  1880. "support": {
  1881. "source": "http://cgit.drupalcode.org/field_group"
  1882. },
  1883. "time": "2017-01-14 23:20:19"
  1884. },
  1885. {
  1886. "name": "drupal/interval",
  1887. "version": "1.0.0-rc2",
  1888. "source": {
  1889. "type": "git",
  1890. "url": "https://git.drupal.org/project/interval",
  1891. "reference": "8.x-1.0-rc2"
  1892. },
  1893. "dist": {
  1894. "type": "zip",
  1895. "url": "https://ftp.drupal.org/files/projects/interval-8.x-1.0-rc2.zip",
  1896. "reference": "8.x-1.0-rc2",
  1897. "shasum": "60bd39928a8f4c87ef87976b9978e852ca971762"
  1898. },
  1899. "require": {
  1900. "drupal/core": "*"
  1901. },
  1902. "type": "drupal-module",
  1903. "extra": {
  1904. "branch-alias": {
  1905. "dev-1.x": "1.x-dev"
  1906. },
  1907. "drupal": {
  1908. "version": "8.x-1.0-rc2",
  1909. "datestamp": "1447632539"
  1910. }
  1911. },
  1912. "notification-url": "https://packages.drupal.org/8/downloads",
  1913. "license": [
  1914. "GPL-2.0+"
  1915. ],
  1916. "authors": [
  1917. {
  1918. "name": "Deciphered",
  1919. "homepage": "https://www.drupal.org/user/103796"
  1920. },
  1921. {
  1922. "name": "jonhattan",
  1923. "homepage": "https://www.drupal.org/user/49817"
  1924. },
  1925. {
  1926. "name": "larowlan",
  1927. "homepage": "https://www.drupal.org/user/395439"
  1928. },
  1929. {
  1930. "name": "nick_schuch",
  1931. "homepage": "https://www.drupal.org/user/1412036"
  1932. },
  1933. {
  1934. "name": "pcambra",
  1935. "homepage": "https://www.drupal.org/user/122101"
  1936. }
  1937. ],
  1938. "description": "A field and widget to allow entry of a date/time interval",
  1939. "homepage": "https://www.drupal.org/project/interval",
  1940. "support": {
  1941. "source": "http://cgit.drupalcode.org/interval"
  1942. }
  1943. },
  1944. {
  1945. "name": "drupal/key_value",
  1946. "version": "dev-1.x",
  1947. "source": {
  1948. "type": "git",
  1949. "url": "https://git.drupal.org/project/key_value",
  1950. "reference": "3b7ea0e7bd7543dd44b931c434025d572dcf4bd5"
  1951. },
  1952. "require": {
  1953. "drupal/core": "*"
  1954. },
  1955. "type": "drupal-module",
  1956. "extra": {
  1957. "branch-alias": {
  1958. "dev-1.x": "1.x-dev"
  1959. },
  1960. "drupal": {
  1961. "version": "8.x-1.x-dev",
  1962. "datestamp": "1477469605"
  1963. }
  1964. },
  1965. "notification-url": "https://packages.drupal.org/8/downloads",
  1966. "license": [
  1967. "GPL-2.0+"
  1968. ],
  1969. "authors": [
  1970. {
  1971. "name": "dixon_",
  1972. "homepage": "https://www.drupal.org/user/239911"
  1973. },
  1974. {
  1975. "name": "jeqq",
  1976. "homepage": "https://www.drupal.org/user/1427908"
  1977. },
  1978. {
  1979. "name": "timmillwood",
  1980. "homepage": "https://www.drupal.org/user/227849"
  1981. }
  1982. ],
  1983. "description": "Extends the core key-value API with a backend for lists and sorted sets that you can do range queries on.",
  1984. "homepage": "https://www.drupal.org/project/key_value",
  1985. "support": {
  1986. "source": "http://cgit.drupalcode.org/key_value"
  1987. },
  1988. "time": "2017-04-06 07:34:12"
  1989. },
  1990. {
  1991. "name": "drupal/linkit",
  1992. "version": "5.0.0-beta4",
  1993. "source": {
  1994. "type": "git",
  1995. "url": "https://git.drupal.org/project/linkit",
  1996. "reference": "8.x-5.0-beta4"
  1997. },
  1998. "dist": {
  1999. "type": "zip",
  2000. "url": "https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta4.zip",
  2001. "reference": "8.x-5.0-beta4",
  2002. "shasum": "464f59dfd93f2cd02c4096aeacaf097800182d35"
  2003. },
  2004. "require": {
  2005. "drupal/core": "~8.0"
  2006. },
  2007. "require-dev": {
  2008. "drupal/imce": "*"
  2009. },
  2010. "type": "drupal-module",
  2011. "extra": {
  2012. "branch-alias": {
  2013. "dev-5.x": "5.x-dev"
  2014. },
  2015. "drupal": {
  2016. "version": "8.x-5.0-beta4",
  2017. "datestamp": "1483883642"
  2018. }
  2019. },
  2020. "notification-url": "https://packages.drupal.org/8/downloads",
  2021. "license": [
  2022. "GPL-2.0+"
  2023. ],
  2024. "authors": [
  2025. {
  2026. "name": "Emil Stjerneman",
  2027. "homepage": "https://stjerneman.com",
  2028. "email": "emil@stjerneman.com",
  2029. "role": "Maintainer"
  2030. }
  2031. ],
  2032. "description": "Linkit - Enriched linking experience",
  2033. "homepage": "http://drupal.org/project/linkit",
  2034. "support": {
  2035. "source": "http://cgit.drupalcode.org/linkit",
  2036. "issues": "http://drupal.org/project/linkit"
  2037. }
  2038. },
  2039. {
  2040. "name": "drupal/media_entity",
  2041. "version": "dev-1.x",
  2042. "source": {
  2043. "type": "git",
  2044. "url": "https://git.drupal.org/project/media_entity",
  2045. "reference": "dedbf05be1dce43cb556bf1dfd458bf6fb57c39d"
  2046. },
  2047. "require": {
  2048. "drupal/core": "*",
  2049. "drupal/entity": "*"
  2050. },
  2051. "require-dev": {
  2052. "drupal/entity": "*",
  2053. "drupal/inline_entity_form": "*"
  2054. },
  2055. "type": "drupal-module",
  2056. "extra": {
  2057. "branch-alias": {
  2058. "dev-1.x": "1.x-dev"
  2059. },
  2060. "drupal": {
  2061. "version": "8.x-1.6+9-dev",
  2062. "datestamp": "1490758686"
  2063. }
  2064. },
  2065. "notification-url": "https://packages.drupal.org/8/downloads",
  2066. "license": [
  2067. "GPL-2.0+"
  2068. ],
  2069. "authors": [
  2070. {
  2071. "name": "Berdir",
  2072. "homepage": "https://www.drupal.org/user/214652"
  2073. },
  2074. {
  2075. "name": "Dave Reid",
  2076. "homepage": "https://www.drupal.org/user/53892"
  2077. },
  2078. {
  2079. "name": "Drupal Media Team",
  2080. "homepage": "https://www.drupal.org/user/3260690"
  2081. },
  2082. {
  2083. "name": "Drupal media CI",
  2084. "homepage": "https://www.drupal.org/user/3057985"
  2085. },
  2086. {
  2087. "name": "Primsi",
  2088. "homepage": "https://www.drupal.org/user/282629"
  2089. },
  2090. {
  2091. "name": "boztek",
  2092. "homepage": "https://www.drupal.org/user/134410"
  2093. },
  2094. {
  2095. "name": "chr.fritsch",
  2096. "homepage": "https://www.drupal.org/user/2103716"
  2097. },
  2098. {
  2099. "name": "jcisio",
  2100. "homepage": "https://www.drupal.org/user/210762"
  2101. },
  2102. {
  2103. "name": "katzilla",
  2104. "homepage": "https://www.drupal.org/user/260398"
  2105. },
  2106. {
  2107. "name": "phenaproxima",
  2108. "homepage": "https://www.drupal.org/user/205645"
  2109. },
  2110. {
  2111. "name": "seanB",
  2112. "homepage": "https://www.drupal.org/user/545912"
  2113. },
  2114. {
  2115. "name": "slashrsm",
  2116. "homepage": "https://www.drupal.org/user/744628"
  2117. }
  2118. ],
  2119. "description": "Media entity API.",
  2120. "homepage": "https://www.drupal.org/project/media_entity",
  2121. "support": {
  2122. "source": "http://cgit.drupalcode.org/media_entity"
  2123. },
  2124. "time": "2017-03-29 14:21:25"
  2125. },
  2126. {
  2127. "name": "drupal/media_entity_image",
  2128. "version": "dev-1.x",
  2129. "source": {
  2130. "type": "git",
  2131. "url": "https://git.drupal.org/project/media_entity_image",
  2132. "reference": "98a548e79d86f6f0728f14531045ea551023c768"
  2133. },
  2134. "require": {
  2135. "drupal/core": "~8.1",
  2136. "drupal/media_entity": "~1.0 || ~8.1.0"
  2137. },
  2138. "require-dev": {
  2139. "drupal/entity_browser": "*"
  2140. },
  2141. "type": "drupal-module",
  2142. "extra": {
  2143. "branch-alias": {
  2144. "dev-1.x": "1.x-dev"
  2145. },
  2146. "drupal": {
  2147. "version": "8.x-1.2+6-dev",
  2148. "datestamp": "1487497384"
  2149. }
  2150. },
  2151. "notification-url": "https://packages.drupal.org/8/downloads",
  2152. "license": [
  2153. "GPL-2.0+"
  2154. ],
  2155. "authors": [
  2156. {
  2157. "name": "Drupal Media Team",
  2158. "homepage": "https://www.drupal.org/user/3260690"
  2159. },
  2160. {
  2161. "name": "Primsi",
  2162. "homepage": "https://www.drupal.org/user/282629"
  2163. },
  2164. {
  2165. "name": "slashrsm",
  2166. "homepage": "https://www.drupal.org/user/744628"
  2167. }
  2168. ],
  2169. "description": "Local images integration for Drupal Media entity.",
  2170. "homepage": "https://www.drupal.org/project/media_entity_image",
  2171. "keywords": [
  2172. "Drupal",
  2173. "image",
  2174. "media"
  2175. ],
  2176. "support": {
  2177. "source": "https://www.drupal.org/project/media_entity_image",
  2178. "issues": "https://www.drupal.org/project/issues/media_entity_image"
  2179. },
  2180. "time": "2017-02-19 09:44:14"
  2181. },
  2182. {
  2183. "name": "drupal/metatag",
  2184. "version": "dev-1.x",
  2185. "source": {
  2186. "type": "git",
  2187. "url": "https://git.drupal.org/project/metatag",
  2188. "reference": "7af81064ad62d18c3cee979e6b748ac054d5ee87"
  2189. },
  2190. "require": {
  2191. "drupal/core": "*",
  2192. "drupal/token": "*"
  2193. },
  2194. "require-dev": {
  2195. "drupal/metatag_dc": "*",
  2196. "drupal/metatag_open_graph": "*"
  2197. },
  2198. "type": "drupal-module",
  2199. "extra": {
  2200. "branch-alias": {
  2201. "dev-1.x": "1.x-dev"
  2202. },
  2203. "drupal": {
  2204. "version": "8.x-1.0+9-dev",
  2205. "datestamp": "1489371784"
  2206. }
  2207. },
  2208. "notification-url": "https://packages.drupal.org/8/downloads",
  2209. "license": [
  2210. "GPL-2.0+"
  2211. ],
  2212. "authors": [
  2213. {
  2214. "name": "See contributors",
  2215. "homepage": "https://www.drupal.org/node/640498/committers",
  2216. "role": "Developer"
  2217. },
  2218. {
  2219. "name": "Dave Reid",
  2220. "homepage": "https://www.drupal.org/user/53892"
  2221. }
  2222. ],
  2223. "description": "Manage meta tags for all entities.",
  2224. "homepage": "https://www.drupal.org/project/metatag",
  2225. "keywords": [
  2226. "php",
  2227. "seo"
  2228. ],
  2229. "support": {
  2230. "source": "http://cgit.drupalcode.org/metatag",
  2231. "issues": "http://drupal.org/project/issues/metatag"
  2232. },
  2233. "time": "2017-03-20 20:24:08"
  2234. },
  2235. {
  2236. "name": "drupal/multiversion",
  2237. "version": "1.0.0-alpha12",
  2238. "source": {
  2239. "type": "git",
  2240. "url": "https://git.drupal.org/project/multiversion",
  2241. "reference": "8.x-1.0-alpha12"
  2242. },
  2243. "dist": {
  2244. "type": "zip",
  2245. "url": "https://ftp.drupal.org/files/projects/multiversion-8.x-1.0-alpha12.zip",
  2246. "reference": "8.x-1.0-alpha12",
  2247. "shasum": "521decbaf2af5bcbb225ab7699da6263ba5767d0"
  2248. },
  2249. "require": {
  2250. "drupal/conflict": "*",
  2251. "drupal/core": "^8.1.0",
  2252. "drupal/key_value": "*",
  2253. "relaxedws/lca": "dev-master"
  2254. },
  2255. "type": "drupal-module",
  2256. "extra": {
  2257. "branch-alias": {
  2258. "dev-1.x": "1.x-dev"
  2259. },
  2260. "drupal": {
  2261. "version": "8.x-1.0-alpha12",
  2262. "datestamp": "1477470543"
  2263. },
  2264. "patches_applied": {
  2265. "2822915 - Migration source plugin makes bad assumptions that can lead to data loss": "https://www.drupal.org/files/issues/2822915-2.patch",
  2266. "2825477 - ContentEntityStorageTrait uses current entity as original, which breaks things": "https://www.drupal.org/files/issues/2825477-2.patch",
  2267. "2841646 - forward revisions are borked": "https://raw.githubusercontent.com/balsama/lightning/faa9bec252fee59c246d5cec3c267f8edc629614/2841646-forward-revisions.patch"
  2268. }
  2269. },
  2270. "notification-url": "https://packages.drupal.org/8/downloads",
  2271. "license": [
  2272. "GPL-2.0+"
  2273. ],
  2274. "authors": [
  2275. {
  2276. "name": "dixon_",
  2277. "homepage": "https://www.drupal.org/user/239911"
  2278. },
  2279. {
  2280. "name": "jeqq",
  2281. "homepage": "https://www.drupal.org/user/1427908"
  2282. },
  2283. {
  2284. "name": "timmillwood",
  2285. "homepage": "https://www.drupal.org/user/227849"
  2286. }
  2287. ],
  2288. "description": "Extends the revision support for content entities.",
  2289. "homepage": "https://www.drupal.org/project/multiversion",
  2290. "support": {
  2291. "source": "http://cgit.drupalcode.org/multiversion"
  2292. }
  2293. },
  2294. {
  2295. "name": "drupal/paragraphs",
  2296. "version": "dev-1.x",
  2297. "source": {
  2298. "type": "git",
  2299. "url": "https://git.drupal.org/project/paragraphs",
  2300. "reference": "9102e30c258137a44c1ab371cfd6d6584b8c54d5"
  2301. },
  2302. "require": {
  2303. "drupal/core": "*",
  2304. "drupal/entity_reference_revisions": "*"
  2305. },
  2306. "require-dev": {
  2307. "drupal/diff": "*",
  2308. "drupal/field_group": "*",
  2309. "drupal/inline_entity_form": "*",
  2310. "drupal/replicate": "*",
  2311. "drupal/search_api": "*",
  2312. "drupal/search_api_db": "*"
  2313. },
  2314. "type": "drupal-module",
  2315. "extra": {
  2316. "branch-alias": {
  2317. "dev-1.x": "1.x-dev"
  2318. },
  2319. "drupal": {
  2320. "version": "8.x-1.1+12-dev",
  2321. "datestamp": "1491298683"
  2322. }
  2323. },
  2324. "notification-url": "https://packages.drupal.org/8/downloads",
  2325. "license": [
  2326. "GPL-2.0+"
  2327. ],
  2328. "authors": [
  2329. {
  2330. "name": "Berdir",
  2331. "homepage": "https://www.drupal.org/user/214652"
  2332. },
  2333. {
  2334. "name": "Frans",
  2335. "homepage": "https://www.drupal.org/user/514222"
  2336. },
  2337. {
  2338. "name": "Primsi",
  2339. "homepage": "https://www.drupal.org/user/282629"
  2340. },
  2341. {
  2342. "name": "jeroen.b",
  2343. "homepage": "https://www.drupal.org/user/1853532"
  2344. },
  2345. {
  2346. "name": "miro_dietiker",
  2347. "homepage": "https://www.drupal.org/user/227761"
  2348. }
  2349. ],
  2350. "description": "Enables the creation of paragraphs entities.",
  2351. "homepage": "https://www.drupal.org/project/paragraphs",
  2352. "support": {
  2353. "source": "http://cgit.drupalcode.org/paragraphs"
  2354. },
  2355. "time": "2017-04-10 09:32:59"
  2356. },
  2357. {
  2358. "name": "drupal/pathauto",
  2359. "version": "dev-1.x",
  2360. "source": {
  2361. "type": "git",
  2362. "url": "https://git.drupal.org/project/pathauto",
  2363. "reference": "afac06bd68337785b538f71dd364843c8748ccc1"
  2364. },
  2365. "require": {
  2366. "drupal/core": "*",
  2367. "drupal/ctools": "*",
  2368. "drupal/token": "*"
  2369. },
  2370. "type": "drupal-module",
  2371. "extra": {
  2372. "branch-alias": {
  2373. "dev-1.x": "1.x-dev"
  2374. },
  2375. "drupal": {
  2376. "version": "8.x-1.0-rc1+0-dev",
  2377. "datestamp": "1485702183"
  2378. }
  2379. },
  2380. "notification-url": "https://packages.drupal.org/8/downloads",
  2381. "license": [
  2382. "GPL-2.0+"
  2383. ],
  2384. "authors": [
  2385. {
  2386. "name": "Berdir",
  2387. "homepage": "https://www.drupal.org/user/214652"
  2388. },
  2389. {
  2390. "name": "Dave Reid",
  2391. "homepage": "https://www.drupal.org/user/53892"
  2392. },
  2393. {
  2394. "name": "Freso",
  2395. "homepage": "https://www.drupal.org/user/27504"
  2396. },
  2397. {
  2398. "name": "greggles",
  2399. "homepage": "https://www.drupal.org/user/36762"
  2400. }
  2401. ],
  2402. "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
  2403. "homepage": "https://www.drupal.org/project/pathauto",
  2404. "support": {
  2405. "source": "http://cgit.drupalcode.org/pathauto"
  2406. },
  2407. "time": "2017-01-29 14:59:51"
  2408. },
  2409. {
  2410. "name": "drupal/simple_sitemap",
  2411. "version": "2.9.0",
  2412. "source": {
  2413. "type": "git",
  2414. "url": "https://git.drupal.org/project/simple_sitemap",
  2415. "reference": "8.x-2.9"
  2416. },
  2417. "dist": {
  2418. "type": "zip",
  2419. "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.9.zip",
  2420. "reference": null,
  2421. "shasum": "73bc5b375a7563ee217688f752318fe044b1e9de"
  2422. },
  2423. "require": {
  2424. "drupal/core": "~8.0"
  2425. },
  2426. "type": "drupal-module",
  2427. "extra": {
  2428. "branch-alias": {
  2429. "dev-2.x": "2.x-dev"
  2430. },
  2431. "drupal": {
  2432. "version": "8.x-2.9",
  2433. "datestamp": "1490775483"
  2434. }
  2435. },
  2436. "notification-url": "https://packages.drupal.org/8/downloads",
  2437. "license": [
  2438. "GPL-2.0+"
  2439. ],
  2440. "authors": [
  2441. {
  2442. "name": "Pawel Ginalski (gbyte.co)",
  2443. "homepage": "https://www.drupal.org/u/gbyte.co",
  2444. "email": "contact@gbyte.co",
  2445. "role": "Maintainer"
  2446. },
  2447. {
  2448. "name": "Sam Becker (Sam152)",
  2449. "homepage": "https://www.drupal.org/u/sam152",
  2450. "role": "Co-maintainer"
  2451. }
  2452. ],
  2453. "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
  2454. "homepage": "https://drupal.org/project/simple_sitemap",
  2455. "support": {
  2456. "source": "https://cgit.drupalcode.org/simple_sitemap",
  2457. "issues": "https://drupal.org/project/issues/simple_sitemap",
  2458. "irc": "irc://irc.freenode.org/drupal-contribute"
  2459. }
  2460. },
  2461. {
  2462. "name": "drupal/smtp",
  2463. "version": "1.0.0-alpha2",
  2464. "source": {
  2465. "type": "git",
  2466. "url": "https://git.drupal.org/project/smtp",
  2467. "reference": "8.x-1.0-alpha2"
  2468. },
  2469. "dist": {
  2470. "type": "zip",
  2471. "url": "https://ftp.drupal.org/files/projects/smtp-8.x-1.0-alpha2.zip",
  2472. "reference": "8.x-1.0-alpha2",
  2473. "shasum": "b68b7323209232b810dee55078f54567da5bcc3e"
  2474. },
  2475. "require": {
  2476. "drupal/core": "~8.0"
  2477. },
  2478. "type": "drupal-module",
  2479. "extra": {
  2480. "branch-alias": {
  2481. "dev-1.x": "1.x-dev"
  2482. },
  2483. "drupal": {
  2484. "version": "8.x-1.0-alpha2",
  2485. "datestamp": "1476701339"
  2486. }
  2487. },
  2488. "notification-url": "https://packages.drupal.org/8/downloads",
  2489. "license": [
  2490. "GPL-2.0+"
  2491. ],
  2492. "authors": [
  2493. {
  2494. "name": "José San Martin",
  2495. "homepage": "https://www.drupal.org/user/72012"
  2496. },
  2497. {
  2498. "name": "LukeLast",
  2499. "homepage": "https://www.drupal.org/user/30151"
  2500. },
  2501. {
  2502. "name": "oadaeh",
  2503. "homepage": "https://www.drupal.org/user/4649"
  2504. },
  2505. {
  2506. "name": "wundo",
  2507. "homepage": "https://www.drupal.org/user/25523"
  2508. },
  2509. {
  2510. "name": "yettyn",
  2511. "homepage": "https://www.drupal.org/user/93281"
  2512. }
  2513. ],
  2514. "description": "Allow for site emails to be sent through an SMTP server of your choice.",
  2515. "homepage": "https://www.drupal.org/project/smtp",
  2516. "support": {
  2517. "source": "http://cgit.drupalcode.org/smtp"
  2518. }
  2519. },
  2520. {
  2521. "name": "drupal/subpathauto",
  2522. "version": "1.0.0-beta1",
  2523. "source": {
  2524. "type": "git",
  2525. "url": "https://git.drupal.org/project/subpathauto",
  2526. "reference": "8.x-1.0-beta1"
  2527. },
  2528. "dist": {
  2529. "type": "zip",
  2530. "url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.0-beta1.zip",
  2531. "reference": "8.x-1.0-beta1",
  2532. "shasum": "9dc67937f6a4e8a07aa311fa380adf0740993def"
  2533. },
  2534. "require": {
  2535. "drupal/core": "~8.0"
  2536. },
  2537. "type": "drupal-module",
  2538. "extra": {
  2539. "branch-alias": {
  2540. "dev-1.x": "1.x-dev"
  2541. },
  2542. "drupal": {
  2543. "version": "8.x-1.0-beta1",
  2544. "datestamp": "1479450840"
  2545. }
  2546. },
  2547. "notification-url": "https://packages.drupal.org/8/downloads",
  2548. "license": [
  2549. "GPL-2.0+"
  2550. ],
  2551. "authors": [
  2552. {
  2553. "name": "Dave Reid",
  2554. "homepage": "https://www.drupal.org/user/53892"
  2555. },
  2556. {
  2557. "name": "lauriii",
  2558. "homepage": "https://www.drupal.org/user/1078742"
  2559. }
  2560. ],
  2561. "description": "Provides support for extending sub-paths of URL aliases.",
  2562. "homepage": "https://www.drupal.org/project/subpathauto",
  2563. "support": {
  2564. "source": "http://cgit.drupalcode.org/subpathauto"
  2565. }
  2566. },
  2567. {
  2568. "name": "drupal/token",
  2569. "version": "1.0.0-beta2",
  2570. "source": {
  2571. "type": "git",
  2572. "url": "https://git.drupal.org/project/token",
  2573. "reference": "8.x-1.0-beta2"
  2574. },
  2575. "dist": {
  2576. "type": "zip",
  2577. "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0-beta2.zip",
  2578. "reference": "8.x-1.0-beta2",
  2579. "shasum": "b838318eddf46e4f382489de5516ab916257c393"
  2580. },
  2581. "require": {
  2582. "drupal/core": "~8.0"
  2583. },
  2584. "type": "drupal-module",
  2585. "extra": {
  2586. "branch-alias": {
  2587. "dev-1.x": "1.x-dev"
  2588. },
  2589. "drupal": {
  2590. "version": "8.x-1.0-beta2",
  2591. "datestamp": "1483290542"
  2592. }
  2593. },
  2594. "notification-url": "https://packages.drupal.org/8/downloads",
  2595. "license": [
  2596. "GPL-2.0+"
  2597. ],
  2598. "authors": [
  2599. {
  2600. "name": "Berdir",
  2601. "homepage": "https://www.drupal.org/user/214652"
  2602. },
  2603. {
  2604. "name": "Dave Reid",
  2605. "homepage": "https://www.drupal.org/user/53892"
  2606. },
  2607. {
  2608. "name": "eaton",
  2609. "homepage": "https://www.drupal.org/user/16496"
  2610. },
  2611. {
  2612. "name": "fago",
  2613. "homepage": "https://www.drupal.org/user/16747"
  2614. },
  2615. {
  2616. "name": "greggles",
  2617. "homepage": "https://www.drupal.org/user/36762"
  2618. },
  2619. {
  2620. "name": "mikeryan",
  2621. "homepage": "https://www.drupal.org/user/4420"
  2622. }
  2623. ],
  2624. "description": "Provides a user interface for the Token API and some missing core tokens.",
  2625. "homepage": "https://www.drupal.org/project/token",
  2626. "support": {
  2627. "source": "http://cgit.drupalcode.org/token",
  2628. "issues": "https://www.drupal.org/project/issues/token"
  2629. }
  2630. },
  2631. {
  2632. "name": "drupal/token_filter",
  2633. "version": "1.0.0-beta1",
  2634. "source": {
  2635. "type": "git",
  2636. "url": "https://git.drupal.org/project/token_filter",
  2637. "reference": "8.x-1.0-beta1"
  2638. },
  2639. "dist": {
  2640. "type": "zip",
  2641. "url": "https://ftp.drupal.org/files/projects/token_filter-8.x-1.0-beta1.zip",
  2642. "reference": "8.x-1.0-beta1",
  2643. "shasum": "a5fa4eef46cf410353315dbb348bc99669b54b9a"
  2644. },
  2645. "require": {
  2646. "drupal/core": "*",
  2647. "drupal/token": "*"
  2648. },
  2649. "type": "drupal-module",
  2650. "extra": {
  2651. "branch-alias": {
  2652. "dev-1.x": "1.x-dev"
  2653. },
  2654. "drupal": {
  2655. "version": "8.x-1.0-beta1",
  2656. "datestamp": "1459376639"
  2657. }
  2658. },
  2659. "notification-url": "https://packages.drupal.org/8/downloads",
  2660. "license": [
  2661. "GPL-2.0+"
  2662. ],
  2663. "authors": [
  2664. {
  2665. "name": "Dave Reid",
  2666. "homepage": "https://www.drupal.org/user/53892"
  2667. },
  2668. {
  2669. "name": "Deciphered",
  2670. "homepage": "https://www.drupal.org/user/103796"
  2671. },
  2672. {
  2673. "name": "ademarco",
  2674. "homepage": "https://www.drupal.org/user/186696"
  2675. },
  2676. {
  2677. "name": "asciikewl",
  2678. "homepage": "https://www.drupal.org/user/147292"
  2679. },
  2680. {
  2681. "name": "pescetti",
  2682. "homepage": "https://www.drupal.org/user/436244"
  2683. },
  2684. {
  2685. "name": "pvhee",
  2686. "homepage": "https://www.drupal.org/user/108811"
  2687. }
  2688. ],
  2689. "description": "This is a very simple module to make global token values available as an input filter.",
  2690. "homepage": "https://www.drupal.org/project/token_filter",
  2691. "support": {
  2692. "source": "http://cgit.drupalcode.org/token_filter"
  2693. }
  2694. },
  2695. {
  2696. "name": "drupal/video_embed_field",
  2697. "version": "dev-1.x",
  2698. "source": {
  2699. "type": "git",
  2700. "url": "https://git.drupal.org/project/video_embed_field",
  2701. "reference": "c27ed9989598dacd270191cf69a7cb90085296c8"
  2702. },
  2703. "require": {
  2704. "drupal/core": "*"
  2705. },
  2706. "require-dev": {
  2707. "drupal/colorbox": "*",
  2708. "drupal/media_entity": "*",
  2709. "drupal/media_entity_embeddable_video": "*"
  2710. },
  2711. "type": "drupal-module",
  2712. "extra": {
  2713. "branch-alias": {
  2714. "dev-1.x": "1.x-dev"
  2715. },
  2716. "drupal": {
  2717. "version": "8.x-1.x",
  2718. "datestamp": "1487595183",
  2719. "package": "Field types"
  2720. },
  2721. "patches_applied": {
  2722. "2846738 - Implement methods: createSourceFieldStorage and createSourceField": "https://www.drupal.org/files/issues/2846738_unimplemented_methods_2.patch",
  2723. "2849478 - Support for Youtube and Youtube playlist provider default media name": "https://www.drupal.org/files/issues/support_for_youtube-2849478-6.patch"
  2724. }
  2725. },
  2726. "notification-url": "https://packages.drupal.org/8/downloads",
  2727. "license": [
  2728. "GPL-2.0+"
  2729. ],
  2730. "authors": [
  2731. {
  2732. "name": "Sam152",
  2733. "homepage": "https://www.drupal.org/user/1485048"
  2734. },
  2735. {
  2736. "name": "jec006",
  2737. "homepage": "https://www.drupal.org/user/855980"
  2738. },
  2739. {
  2740. "name": "plopesc",
  2741. "homepage": "https://www.drupal.org/user/282415"
  2742. }
  2743. ],
  2744. "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
  2745. "homepage": "https://www.drupal.org/project/video_embed_field",
  2746. "support": {
  2747. "source": "http://cgit.drupalcode.org/video_embed_field"
  2748. },
  2749. "time": "2017-03-01 07:40:50"
  2750. },
  2751. {
  2752. "name": "drupal/workbench",
  2753. "version": "dev-1.x",
  2754. "source": {
  2755. "type": "git",
  2756. "url": "https://git.drupal.org/project/workbench",
  2757. "reference": "4db353da56ca53a7d15cfc6190cd197b6614a36f"
  2758. },
  2759. "require": {
  2760. "drupal/core": "*"
  2761. },
  2762. "type": "drupal-module",
  2763. "extra": {
  2764. "branch-alias": {
  2765. "dev-1.x": "1.x-dev"
  2766. },
  2767. "drupal": {
  2768. "version": "8.x-1.0-alpha3+1-dev",
  2769. "datestamp": "1489345083"
  2770. }
  2771. },
  2772. "notification-url": "https://packages.drupal.org/8/downloads",
  2773. "license": [
  2774. "GPL-2.0+"
  2775. ],
  2776. "authors": [
  2777. {
  2778. "name": "Dave Reid",
  2779. "homepage": "https://www.drupal.org/user/53892"
  2780. },
  2781. {
  2782. "name": "agentrickard",
  2783. "homepage": "https://www.drupal.org/user/20975"
  2784. },
  2785. {
  2786. "name": "bbinkovitz",
  2787. "homepage": "https://www.drupal.org/user/161263"
  2788. },
  2789. {
  2790. "name": "becw",
  2791. "homepage": "https://www.drupal.org/user/81067"
  2792. },
  2793. {
  2794. "name": "caroltron",
  2795. "homepage": "https://www.drupal.org/user/171342"
  2796. },
  2797. {
  2798. "name": "robeano",
  2799. "homepage": "https://www.drupal.org/user/67660"
  2800. },
  2801. {
  2802. "name": "stevector",
  2803. "homepage": "https://www.drupal.org/user/179805"
  2804. }
  2805. ],
  2806. "description": "Provides convenient dashboards and shortcuts for editors.",
  2807. "homepage": "https://www.drupal.org/project/workbench",
  2808. "support": {
  2809. "source": "http://cgit.drupalcode.org/workbench"
  2810. },
  2811. "time": "2017-03-12 18:56:16"
  2812. },
  2813. {
  2814. "name": "drupal/workbench_email",
  2815. "version": "1.0.0-alpha3",
  2816. "source": {
  2817. "type": "git",
  2818. "url": "https://git.drupal.org/project/workbench_email",
  2819. "reference": "8.x-1.0-alpha3"
  2820. },
  2821. "dist": {
  2822. "type": "zip",
  2823. "url": "https://ftp.drupal.org/files/projects/workbench_email-8.x-1.0-alpha3.zip",
  2824. "reference": "8.x-1.0-alpha3",
  2825. "shasum": "2ffa413112a0a04894b7541b271c4f1ea5bc9cce"
  2826. },
  2827. "require": {
  2828. "drupal/core": "*",
  2829. "drupal/workbench_moderation": "*"
  2830. },
  2831. "type": "drupal-module",
  2832. "extra": {
  2833. "branch-alias": {
  2834. "dev-1.x": "1.x-dev"
  2835. },
  2836. "drupal": {
  2837. "version": "8.x-1.0-alpha3",
  2838. "datestamp": "1487197684"
  2839. }
  2840. },
  2841. "notification-url": "https://packages.drupal.org/8/downloads",
  2842. "license": [
  2843. "GPL-2.0+"
  2844. ],
  2845. "authors": [
  2846. {
  2847. "name": "frosev",
  2848. "homepage": "https://www.drupal.org/user/195325"
  2849. },
  2850. {
  2851. "name": "larowlan",
  2852. "homepage": "https://www.drupal.org/user/395439"
  2853. },
  2854. {
  2855. "name": "teknic",
  2856. "homepage": "https://www.drupal.org/user/367359"
  2857. },
  2858. {
  2859. "name": "unobot",
  2860. "homepage": "https://www.drupal.org/user/731188"
  2861. }
  2862. ],
  2863. "description": "Send emails to users when workbench transitions occur",
  2864. "homepage": "https://www.drupal.org/project/workbench_email",
  2865. "support": {
  2866. "source": "http://cgit.drupalcode.org/workbench_email"
  2867. }
  2868. },
  2869. {
  2870. "name": "drupal/workbench_moderation",
  2871. "version": "1.2.0",
  2872. "source": {
  2873. "type": "git",
  2874. "url": "https://git.drupal.org/project/workbench_moderation",
  2875. "reference": "8.x-1.2"
  2876. },
  2877. "dist": {
  2878. "type": "zip",
  2879. "url": "https://ftp.drupal.org/files/projects/workbench_moderation-8.x-1.2.zip",
  2880. "reference": "8.x-1.2",
  2881. "shasum": "3d37b29ed1e7fbf398160fe2494abc4361e4341c"
  2882. },
  2883. "require": {
  2884. "drupal/core": "*"
  2885. },
  2886. "type": "drupal-module",
  2887. "extra": {
  2888. "branch-alias": {
  2889. "dev-1.x": "1.x-dev"
  2890. },
  2891. "drupal": {
  2892. "version": "8.x-1.2",
  2893. "datestamp": "1483529942"
  2894. },
  2895. "patches_applied": {
  2896. "2668006 - Provide logical access control for when IPE should be applied to moderated nodes": "https://www.drupal.org/files/issues/2668006-2.patch"
  2897. }
  2898. },
  2899. "notification-url": "https://packages.drupal.org/8/downloads",
  2900. "license": [
  2901. "GPL-2.0+"
  2902. ],
  2903. "authors": [
  2904. {
  2905. "name": "Crell",
  2906. "homepage": "https://www.drupal.org/user/26398"
  2907. },
  2908. {
  2909. "name": "Dave Reid",
  2910. "homepage": "https://www.drupal.org/user/53892"
  2911. },
  2912. {
  2913. "name": "agentrickard",
  2914. "homepage": "https://www.drupal.org/user/20975"
  2915. },
  2916. {
  2917. "name": "becw",
  2918. "homepage": "https://www.drupal.org/user/81067"
  2919. },
  2920. {
  2921. "name": "caroltron",
  2922. "homepage": "https://www.drupal.org/user/171342"
  2923. },
  2924. {
  2925. "name": "colan",
  2926. "homepage": "https://www.drupal.org/user/58704"
  2927. },
  2928. {
  2929. "name": "das-peter",
  2930. "homepage": "https://www.drupal.org/user/762870"
  2931. },
  2932. {
  2933. "name": "josephdpurcell",
  2934. "homepage": "https://www.drupal.org/user/2944035"
  2935. },
  2936. {
  2937. "name": "larowlan",
  2938. "homepage": "https://www.drupal.org/user/395439"
  2939. },
  2940. {
  2941. "name": "robeano",
  2942. "homepage": "https://www.drupal.org/user/67660"
  2943. },
  2944. {
  2945. "name": "srjosh",
  2946. "homepage": "https://www.drupal.org/user/165878"
  2947. },
  2948. {
  2949. "name": "stevector",
  2950. "homepage": "https://www.drupal.org/user/179805"
  2951. },
  2952. {
  2953. "name": "tedbow",
  2954. "homepage": "https://www.drupal.org/user/240860"
  2955. },
  2956. {
  2957. "name": "timmillwood",
  2958. "homepage": "https://www.drupal.org/user/227849"
  2959. }
  2960. ],
  2961. "description": "Provides moderation states for content",
  2962. "homepage": "http://drupal.org/project/workbench_moderation",
  2963. "keywords": [
  2964. "Drupal"
  2965. ],
  2966. "support": {
  2967. "source": "http://cgit.drupalcode.org/workbench_moderation",
  2968. "issues": "http://drupal.org/project/issues/workbench_moderation"
  2969. }
  2970. },
  2971. {
  2972. "name": "easyrdf/easyrdf",
  2973. "version": "0.9.1",
  2974. "source": {
  2975. "type": "git",
  2976. "url": "https://github.com/njh/easyrdf.git",
  2977. "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
  2978. },
  2979. "dist": {
  2980. "type": "zip",
  2981. "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
  2982. "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
  2983. "shasum": ""
  2984. },
  2985. "require": {
  2986. "ext-mbstring": "*",
  2987. "ext-pcre": "*",
  2988. "php": ">=5.2.8"
  2989. },
  2990. "require-dev": {
  2991. "phpunit/phpunit": "~3.5",
  2992. "sami/sami": "~1.4",
  2993. "squizlabs/php_codesniffer": "~1.4.3"
  2994. },
  2995. "suggest": {
  2996. "ml/json-ld": "~1.0"
  2997. },
  2998. "type": "library",
  2999. "autoload": {
  3000. "psr-0": {
  3001. "EasyRdf_": "lib/"
  3002. }
  3003. },
  3004. "notification-url": "https://packagist.org/downloads/",
  3005. "license": [
  3006. "BSD-3-Clause"
  3007. ],
  3008. "authors": [
  3009. {
  3010. "name": "Nicholas Humfrey",
  3011. "email": "njh@aelius.com",
  3012. "homepage": "http://www.aelius.com/njh/",
  3013. "role": "Developer"
  3014. },
  3015. {
  3016. "name": "Alexey Zakhlestin",
  3017. "email": "indeyets@gmail.com",
  3018. "role": "Developer"
  3019. }
  3020. ],
  3021. "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
  3022. "homepage": "http://www.easyrdf.org/",
  3023. "keywords": [
  3024. "Linked Data",
  3025. "RDF",
  3026. "Semantic Web",
  3027. "Turtle",
  3028. "rdfa",
  3029. "sparql"
  3030. ],
  3031. "time": "2015-02-27 09:45:49"
  3032. },
  3033. {
  3034. "name": "egulias/email-validator",
  3035. "version": "1.2.14",
  3036. "source": {
  3037. "type": "git",
  3038. "url": "https://github.com/egulias/EmailValidator.git",
  3039. "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
  3040. },
  3041. "dist": {
  3042. "type": "zip",
  3043. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
  3044. "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
  3045. "shasum": ""
  3046. },
  3047. "require": {
  3048. "doctrine/lexer": "^1.0.1",
  3049. "php": ">= 5.3.3"
  3050. },
  3051. "require-dev": {
  3052. "phpunit/phpunit": "^4.8.24"
  3053. },
  3054. "type": "library",
  3055. "extra": {
  3056. "branch-alias": {
  3057. "dev-master": "2.0.x-dev"
  3058. }
  3059. },
  3060. "autoload": {
  3061. "psr-0": {
  3062. "Egulias\\": "src/"
  3063. }
  3064. },
  3065. "notification-url": "https://packagist.org/downloads/",
  3066. "license": [
  3067. "MIT"
  3068. ],
  3069. "authors": [
  3070. {
  3071. "name": "Eduardo Gulias Davis"
  3072. }
  3073. ],
  3074. "description": "A library for validating emails",
  3075. "homepage": "https://github.com/egulias/EmailValidator",
  3076. "keywords": [
  3077. "email",
  3078. "emailvalidation",
  3079. "emailvalidator",
  3080. "validation",
  3081. "validator"
  3082. ],
  3083. "time": "2017-02-03 22:48:59"
  3084. },
  3085. {
  3086. "name": "ezyang/htmlpurifier",
  3087. "version": "v4.9.2",
  3088. "source": {
  3089. "type": "git",
  3090. "url": "https://github.com/ezyang/htmlpurifier.git",
  3091. "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4"
  3092. },
  3093. "dist": {
  3094. "type": "zip",
  3095. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
  3096. "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
  3097. "shasum": ""
  3098. },
  3099. "require": {
  3100. "php": ">=5.2"
  3101. },
  3102. "require-dev": {
  3103. "simpletest/simpletest": "^1.1"
  3104. },
  3105. "type": "library",
  3106. "autoload": {
  3107. "psr-0": {
  3108. "HTMLPurifier": "library/"
  3109. },
  3110. "files": [
  3111. "library/HTMLPurifier.composer.php"
  3112. ]
  3113. },
  3114. "notification-url": "https://packagist.org/downloads/",
  3115. "license": [
  3116. "LGPL"
  3117. ],
  3118. "authors": [
  3119. {
  3120. "name": "Edward Z. Yang",
  3121. "email": "admin@htmlpurifier.org",
  3122. "homepage": "http://ezyang.com"
  3123. }
  3124. ],
  3125. "description": "Standards compliant HTML filter written in PHP",
  3126. "homepage": "http://htmlpurifier.org/",
  3127. "keywords": [
  3128. "html"
  3129. ],
  3130. "time": "2017-03-13 06:30:53"
  3131. },
  3132. {
  3133. "name": "graphp/algorithms",
  3134. "version": "v0.8.1",
  3135. "source": {
  3136. "type": "git",
  3137. "url": "https://github.com/graphp/algorithms.git",
  3138. "reference": "81db4049c35730767ec8f97fb5c4844234b86cef"
  3139. },
  3140. "dist": {
  3141. "type": "zip",
  3142. "url": "https://api.github.com/repos/graphp/algorithms/zipball/81db4049c35730767ec8f97fb5c4844234b86cef",
  3143. "reference": "81db4049c35730767ec8f97fb5c4844234b86cef",
  3144. "shasum": ""
  3145. },
  3146. "require": {
  3147. "clue/graph": "~0.9.0|~0.8.0",
  3148. "php": ">=5.3"
  3149. },
  3150. "require-dev": {
  3151. "phpunit/phpunit": "~4.0"
  3152. },
  3153. "type": "library",
  3154. "autoload": {
  3155. "psr-4": {
  3156. "Graphp\\Algorithms\\": "src/"
  3157. }
  3158. },
  3159. "notification-url": "https://packagist.org/downloads/",
  3160. "license": [
  3161. "MIT"
  3162. ],
  3163. "authors": [
  3164. {
  3165. "name": "Christian Lück",
  3166. "email": "christian@lueck.tv"
  3167. }
  3168. ],
  3169. "description": "Common mathematical graph algorithms",
  3170. "homepage": "https://github.com/graphp/algorithms",
  3171. "keywords": [
  3172. "Graph algorithms",
  3173. "dijkstra",
  3174. "kruskal",
  3175. "minimum spanning tree",
  3176. "moore-bellman-ford",
  3177. "prim",
  3178. "shortest path"
  3179. ],
  3180. "time": "2015-03-08 10:12:01"
  3181. },
  3182. {
  3183. "name": "guzzlehttp/guzzle",
  3184. "version": "6.2.3",
  3185. "source": {
  3186. "type": "git",
  3187. "url": "https://github.com/guzzle/guzzle.git",
  3188. "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
  3189. },
  3190. "dist": {
  3191. "type": "zip",
  3192. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
  3193. "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
  3194. "shasum": ""
  3195. },
  3196. "require": {
  3197. "guzzlehttp/promises": "^1.0",
  3198. "guzzlehttp/psr7": "^1.4",
  3199. "php": ">=5.5"
  3200. },
  3201. "require-dev": {
  3202. "ext-curl": "*",
  3203. "phpunit/phpunit": "^4.0",
  3204. "psr/log": "^1.0"
  3205. },
  3206. "type": "library",
  3207. "extra": {
  3208. "branch-alias": {
  3209. "dev-master": "6.2-dev"
  3210. }
  3211. },
  3212. "autoload": {
  3213. "files": [
  3214. "src/functions_include.php"
  3215. ],
  3216. "psr-4": {
  3217. "GuzzleHttp\\": "src/"
  3218. }
  3219. },
  3220. "notification-url": "https://packagist.org/downloads/",
  3221. "license": [
  3222. "MIT"
  3223. ],
  3224. "authors": [
  3225. {
  3226. "name": "Michael Dowling",
  3227. "email": "mtdowling@gmail.com",
  3228. "homepage": "https://github.com/mtdowling"
  3229. }
  3230. ],
  3231. "description": "Guzzle is a PHP HTTP client library",
  3232. "homepage": "http://guzzlephp.org/",
  3233. "keywords": [
  3234. "client",
  3235. "curl",
  3236. "framework",
  3237. "http",
  3238. "http client",
  3239. "rest",
  3240. "web service"
  3241. ],
  3242. "time": "2017-02-28 22:50:30"
  3243. },
  3244. {
  3245. "name": "guzzlehttp/promises",
  3246. "version": "v1.3.1",
  3247. "source": {
  3248. "type": "git",
  3249. "url": "https://github.com/guzzle/promises.git",
  3250. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  3251. },
  3252. "dist": {
  3253. "type": "zip",
  3254. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  3255. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  3256. "shasum": ""
  3257. },
  3258. "require": {
  3259. "php": ">=5.5.0"
  3260. },
  3261. "require-dev": {
  3262. "phpunit/phpunit": "^4.0"
  3263. },
  3264. "type": "library",
  3265. "extra": {
  3266. "branch-alias": {
  3267. "dev-master": "1.4-dev"
  3268. }
  3269. },
  3270. "autoload": {
  3271. "psr-4": {
  3272. "GuzzleHttp\\Promise\\": "src/"
  3273. },
  3274. "files": [
  3275. "src/functions_include.php"
  3276. ]
  3277. },
  3278. "notification-url": "https://packagist.org/downloads/",
  3279. "license": [
  3280. "MIT"
  3281. ],
  3282. "authors": [
  3283. {
  3284. "name": "Michael Dowling",
  3285. "email": "mtdowling@gmail.com",
  3286. "homepage": "https://github.com/mtdowling"
  3287. }
  3288. ],
  3289. "description": "Guzzle promises library",
  3290. "keywords": [
  3291. "promise"
  3292. ],
  3293. "time": "2016-12-20 10:07:11"
  3294. },
  3295. {
  3296. "name": "guzzlehttp/psr7",
  3297. "version": "1.4.2",
  3298. "source": {
  3299. "type": "git",
  3300. "url": "https://github.com/guzzle/psr7.git",
  3301. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  3302. },
  3303. "dist": {
  3304. "type": "zip",
  3305. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  3306. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  3307. "shasum": ""
  3308. },
  3309. "require": {
  3310. "php": ">=5.4.0",
  3311. "psr/http-message": "~1.0"
  3312. },
  3313. "provide": {
  3314. "psr/http-message-implementation": "1.0"
  3315. },
  3316. "require-dev": {
  3317. "phpunit/phpunit": "~4.0"
  3318. },
  3319. "type": "library",
  3320. "extra": {
  3321. "branch-alias": {
  3322. "dev-master": "1.4-dev"
  3323. }
  3324. },
  3325. "autoload": {
  3326. "psr-4": {
  3327. "GuzzleHttp\\Psr7\\": "src/"
  3328. },
  3329. "files": [
  3330. "src/functions_include.php"
  3331. ]
  3332. },
  3333. "notification-url": "https://packagist.org/downloads/",
  3334. "license": [
  3335. "MIT"
  3336. ],
  3337. "authors": [
  3338. {
  3339. "name": "Michael Dowling",
  3340. "email": "mtdowling@gmail.com",
  3341. "homepage": "https://github.com/mtdowling"
  3342. },
  3343. {
  3344. "name": "Tobias Schultze",
  3345. "homepage": "https://github.com/Tobion"
  3346. }
  3347. ],
  3348. "description": "PSR-7 message implementation that also provides common utility methods",
  3349. "keywords": [
  3350. "http",
  3351. "message",
  3352. "request",
  3353. "response",
  3354. "stream",
  3355. "uri",
  3356. "url"
  3357. ],
  3358. "time": "2017-03-20 17:10:46"
  3359. },
  3360. {
  3361. "name": "henrikbjorn/lurker",
  3362. "version": "1.2.0",
  3363. "source": {
  3364. "type": "git",
  3365. "url": "https://github.com/flint/Lurker.git",
  3366. "reference": "712d3ef19bef161daa2ba0e0237c6b875587a089"
  3367. },
  3368. "dist": {
  3369. "type": "zip",
  3370. "url": "https://api.github.com/repos/flint/Lurker/zipball/712d3ef19bef161daa2ba0e0237c6b875587a089",
  3371. "reference": "712d3ef19bef161daa2ba0e0237c6b875587a089",
  3372. "shasum": ""
  3373. },
  3374. "require": {
  3375. "php": ">=5.3.3",
  3376. "symfony/config": "^2.2|^3.0",
  3377. "symfony/event-dispatcher": "^2.2|^3.0"
  3378. },
  3379. "suggest": {
  3380. "ext-inotify": ">=0.1.6"
  3381. },
  3382. "type": "library",
  3383. "extra": {
  3384. "branch-alias": {
  3385. "dev-master": "1.0.x-dev"
  3386. }
  3387. },
  3388. "autoload": {
  3389. "psr-0": {
  3390. "Lurker": "src"
  3391. }
  3392. },
  3393. "notification-url": "https://packagist.org/downloads/",
  3394. "license": [
  3395. "MIT"
  3396. ],
  3397. "authors": [
  3398. {
  3399. "name": "Yaroslav Kiliba",
  3400. "email": "om.dattaya@gmail.com"
  3401. },
  3402. {
  3403. "name": "Konstantin Kudryashov",
  3404. "email": "ever.zet@gmail.com"
  3405. },
  3406. {
  3407. "name": "Henrik Bjrnskov",
  3408. "email": "henrik@bjrnskov.dk"
  3409. }
  3410. ],
  3411. "description": "Resource Watcher.",
  3412. "keywords": [
  3413. "filesystem",
  3414. "resource",
  3415. "watching"
  3416. ],
  3417. "time": "2016-03-16 15:22:20"
  3418. },
  3419. {
  3420. "name": "ircmaxell/password-compat",
  3421. "version": "v1.0.4",
  3422. "source": {
  3423. "type": "git",
  3424. "url": "https://github.com/ircmaxell/password_compat.git",
  3425. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  3426. },
  3427. "dist": {
  3428. "type": "zip",
  3429. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  3430. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  3431. "shasum": ""
  3432. },
  3433. "require-dev": {
  3434. "phpunit/phpunit": "4.*"
  3435. },
  3436. "type": "library",
  3437. "autoload": {
  3438. "files": [
  3439. "lib/password.php"
  3440. ]
  3441. },
  3442. "notification-url": "https://packagist.org/downloads/",
  3443. "license": [
  3444. "MIT"
  3445. ],
  3446. "authors": [
  3447. {
  3448. "name": "Anthony Ferrara",
  3449. "email": "ircmaxell@php.net",
  3450. "homepage": "http://blog.ircmaxell.com"
  3451. }
  3452. ],
  3453. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  3454. "homepage": "https://github.com/ircmaxell/password_compat",
  3455. "keywords": [
  3456. "hashing",
  3457. "password"
  3458. ],
  3459. "time": "2014-11-20 16:49:30"
  3460. },
  3461. {
  3462. "name": "madcoda/php-youtube-api",
  3463. "version": "v1.2.3",
  3464. "source": {
  3465. "type": "git",
  3466. "url": "https://github.com/madcoda/php-youtube-api.git",
  3467. "reference": "69ff0269cd8f0bd28b500e1e93461d585e6250c3"
  3468. },
  3469. "dist": {
  3470. "type": "zip",
  3471. "url": "https://api.github.com/repos/madcoda/php-youtube-api/zipball/69ff0269cd8f0bd28b500e1e93461d585e6250c3",
  3472. "reference": "69ff0269cd8f0bd28b500e1e93461d585e6250c3",
  3473. "shasum": ""
  3474. },
  3475. "require": {
  3476. "ext-curl": "*",
  3477. "php": ">=5.3"
  3478. },
  3479. "require-dev": {
  3480. "phpunit/phpunit": "^4.5 || ^5.0.5"
  3481. },
  3482. "type": "library",
  3483. "autoload": {
  3484. "psr-4": {
  3485. "Madcoda\\Youtube\\": "src"
  3486. },
  3487. "classmap": [
  3488. "src/compat.php"
  3489. ]
  3490. },
  3491. "notification-url": "https://packagist.org/downloads/",
  3492. "license": [
  3493. "MIT"
  3494. ],
  3495. "authors": [
  3496. {
  3497. "name": "Madcoda",
  3498. "email": "jason@madcoda.com"
  3499. }
  3500. ],
  3501. "description": "PHP wrapper for the Youtube Data API v3",
  3502. "keywords": [
  3503. "api",
  3504. "madcoda",
  3505. "video",
  3506. "youtube"
  3507. ],
  3508. "time": "2017-04-12 08:45:23"
  3509. },
  3510. {
  3511. "name": "masterminds/html5",
  3512. "version": "2.2.2",
  3513. "source": {
  3514. "type": "git",
  3515. "url": "https://github.com/Masterminds/html5-php.git",
  3516. "reference": "7866e93dcf0245de22378414e0c2c7350abc45af"
  3517. },
  3518. "dist": {
  3519. "type": "zip",
  3520. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/7866e93dcf0245de22378414e0c2c7350abc45af",
  3521. "reference": "7866e93dcf0245de22378414e0c2c7350abc45af",
  3522. "shasum": ""
  3523. },
  3524. "require": {
  3525. "ext-libxml": "*",
  3526. "php": ">=5.3.0"
  3527. },
  3528. "require-dev": {
  3529. "phpunit/phpunit": "4.*",
  3530. "sami/sami": "~2.0",
  3531. "satooshi/php-coveralls": "1.0.*"
  3532. },
  3533. "type": "library",
  3534. "extra": {
  3535. "branch-alias": {
  3536. "dev-master": "2.2-dev"
  3537. }
  3538. },
  3539. "autoload": {
  3540. "psr-4": {
  3541. "Masterminds\\": "src"
  3542. }
  3543. },
  3544. "notification-url": "https://packagist.org/downloads/",
  3545. "license": [
  3546. "MIT"
  3547. ],
  3548. "authors": [
  3549. {
  3550. "name": "Matt Butcher",
  3551. "email": "technosophos@gmail.com"
  3552. },
  3553. {
  3554. "name": "Asmir Mustafic",
  3555. "email": "goetas@gmail.com"
  3556. },
  3557. {
  3558. "name": "Matt Farina",
  3559. "email": "matt@mattfarina.com"
  3560. }
  3561. ],
  3562. "description": "An HTML5 parser and serializer.",
  3563. "homepage": "http://masterminds.github.io/html5-php",
  3564. "keywords": [
  3565. "HTML5",
  3566. "dom",
  3567. "html",
  3568. "parser",
  3569. "querypath",
  3570. "serializer",
  3571. "xml"
  3572. ],
  3573. "time": "2016-09-22 11:01:11"
  3574. },
  3575. {
  3576. "name": "mkalkbrenner/php-htmldiff-advanced",
  3577. "version": "0.0.8",
  3578. "source": {
  3579. "type": "git",
  3580. "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
  3581. "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
  3582. },
  3583. "dist": {
  3584. "type": "zip",
  3585. "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
  3586. "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
  3587. "shasum": ""
  3588. },
  3589. "require": {
  3590. "caxy/php-htmldiff": ">=0.0.6",
  3591. "php": ">=5.5.0"
  3592. },
  3593. "type": "library",
  3594. "autoload": {
  3595. "files": [
  3596. "src/HtmlDiffAdvancedInterface.php",
  3597. "src/HtmlDiffAdvanced.php"
  3598. ]
  3599. },
  3600. "notification-url": "https://packagist.org/downloads/",
  3601. "license": [
  3602. "GNU General Public License V2"
  3603. ],
  3604. "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
  3605. "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
  3606. "keywords": [
  3607. "diff",
  3608. "html"
  3609. ],
  3610. "time": "2016-07-25 17:07:32"
  3611. },
  3612. {
  3613. "name": "paragonie/random_compat",
  3614. "version": "v2.0.10",
  3615. "source": {
  3616. "type": "git",
  3617. "url": "https://github.com/paragonie/random_compat.git",
  3618. "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
  3619. },
  3620. "dist": {
  3621. "type": "zip",
  3622. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
  3623. "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
  3624. "shasum": ""
  3625. },
  3626. "require": {
  3627. "php": ">=5.2.0"
  3628. },
  3629. "require-dev": {
  3630. "phpunit/phpunit": "4.*|5.*"
  3631. },
  3632. "suggest": {
  3633. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  3634. },
  3635. "type": "library",
  3636. "autoload": {
  3637. "files": [
  3638. "lib/random.php"
  3639. ]
  3640. },
  3641. "notification-url": "https://packagist.org/downloads/",
  3642. "license": [
  3643. "MIT"
  3644. ],
  3645. "authors": [
  3646. {
  3647. "name": "Paragon Initiative Enterprises",
  3648. "email": "security@paragonie.com",
  3649. "homepage": "https://paragonie.com"
  3650. }
  3651. ],
  3652. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  3653. "keywords": [
  3654. "csprng",
  3655. "pseudorandom",
  3656. "random"
  3657. ],
  3658. "time": "2017-03-13 16:27:32"
  3659. },
  3660. {
  3661. "name": "pear/archive_tar",
  3662. "version": "1.4.2",
  3663. "source": {
  3664. "type": "git",
  3665. "url": "https://github.com/pear/Archive_Tar.git",
  3666. "reference": "bdd47347df76dbaa89227c5e1afd6f6809985b4c"
  3667. },
  3668. "dist": {
  3669. "type": "zip",
  3670. "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/bdd47347df76dbaa89227c5e1afd6f6809985b4c",
  3671. "reference": "bdd47347df76dbaa89227c5e1afd6f6809985b4c",
  3672. "shasum": ""
  3673. },
  3674. "require": {
  3675. "pear/pear-core-minimal": "^1.10.0alpha2",
  3676. "php": ">=5.2.0"
  3677. },
  3678. "require-dev": {
  3679. "phpunit/phpunit": "*"
  3680. },
  3681. "suggest": {
  3682. "ext-bz2": "bz2 compression support.",
  3683. "ext-xz": "lzma2 compression support.",
  3684. "ext-zlib": "Gzip compression support."
  3685. },
  3686. "type": "library",
  3687. "extra": {
  3688. "branch-alias": {
  3689. "dev-master": "1.4.x-dev"
  3690. }
  3691. },
  3692. "autoload": {
  3693. "psr-0": {
  3694. "Archive_Tar": ""
  3695. }
  3696. },
  3697. "notification-url": "https://packagist.org/downloads/",
  3698. "include-path": [
  3699. "./"
  3700. ],
  3701. "license": [
  3702. "BSD-3-Clause"
  3703. ],
  3704. "authors": [
  3705. {
  3706. "name": "Vincent Blavet",
  3707. "email": "vincent@phpconcept.net"
  3708. },
  3709. {
  3710. "name": "Greg Beaver",
  3711. "email": "greg@chiaraquartet.net"
  3712. },
  3713. {
  3714. "name": "Michiel Rook",
  3715. "email": "mrook@php.net"
  3716. }
  3717. ],
  3718. "description": "Tar file management class",
  3719. "homepage": "https://github.com/pear/Archive_Tar",
  3720. "keywords": [
  3721. "archive",
  3722. "tar"
  3723. ],
  3724. "time": "2016-02-25 10:30:39"
  3725. },
  3726. {
  3727. "name": "pear/console_getopt",
  3728. "version": "v1.4.1",
  3729. "source": {
  3730. "type": "git",
  3731. "url": "https://github.com/pear/Console_Getopt.git",
  3732. "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
  3733. },
  3734. "dist": {
  3735. "type": "zip",
  3736. "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
  3737. "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
  3738. "shasum": ""
  3739. },
  3740. "type": "library",
  3741. "autoload": {
  3742. "psr-0": {
  3743. "Console": "./"
  3744. }
  3745. },
  3746. "notification-url": "https://packagist.org/downloads/",
  3747. "include-path": [
  3748. "./"
  3749. ],
  3750. "license": [
  3751. "BSD-2-Clause"
  3752. ],
  3753. "authors": [
  3754. {
  3755. "name": "Greg Beaver",
  3756. "email": "cellog@php.net",
  3757. "role": "Helper"
  3758. },
  3759. {
  3760. "name": "Andrei Zmievski",
  3761. "email": "andrei@php.net",
  3762. "role": "Lead"
  3763. },
  3764. {
  3765. "name": "Stig Bakken",
  3766. "email": "stig@php.net",
  3767. "role": "Developer"
  3768. }
  3769. ],
  3770. "description": "More info available on: http://pear.php.net/package/Console_Getopt",
  3771. "time": "2015-07-20 20:28:12"
  3772. },
  3773. {
  3774. "name": "pear/pear-core-minimal",
  3775. "version": "v1.10.3",
  3776. "source": {
  3777. "type": "git",
  3778. "url": "https://github.com/pear/pear-core-minimal.git",
  3779. "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
  3780. },
  3781. "dist": {
  3782. "type": "zip",
  3783. "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
  3784. "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
  3785. "shasum": ""
  3786. },
  3787. "require": {
  3788. "pear/console_getopt": "~1.4",
  3789. "pear/pear_exception": "~1.0"
  3790. },
  3791. "replace": {
  3792. "rsky/pear-core-min": "self.version"
  3793. },
  3794. "type": "library",
  3795. "autoload": {
  3796. "psr-0": {
  3797. "": "src/"
  3798. }
  3799. },
  3800. "notification-url": "https://packagist.org/downloads/",
  3801. "include-path": [
  3802. "src/"
  3803. ],
  3804. "license": [
  3805. "BSD-3-Clause"
  3806. ],
  3807. "authors": [
  3808. {
  3809. "name": "Christian Weiske",
  3810. "email": "cweiske@php.net",
  3811. "role": "Lead"
  3812. }
  3813. ],
  3814. "description": "Minimal set of PEAR core files to be used as composer dependency",
  3815. "time": "2017-02-28 16:46:11"
  3816. },
  3817. {
  3818. "name": "pear/pear_exception",
  3819. "version": "v1.0.0",
  3820. "source": {
  3821. "type": "git",
  3822. "url": "https://github.com/pear/PEAR_Exception.git",
  3823. "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
  3824. },
  3825. "dist": {
  3826. "type": "zip",
  3827. "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
  3828. "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
  3829. "shasum": ""
  3830. },
  3831. "require": {
  3832. "php": ">=4.4.0"
  3833. },
  3834. "require-dev": {
  3835. "phpunit/phpunit": "*"
  3836. },
  3837. "type": "class",
  3838. "extra": {
  3839. "branch-alias": {
  3840. "dev-master": "1.0.x-dev"
  3841. }
  3842. },
  3843. "autoload": {
  3844. "psr-0": {
  3845. "PEAR": ""
  3846. }
  3847. },
  3848. "notification-url": "https://packagist.org/downloads/",
  3849. "include-path": [
  3850. "."
  3851. ],
  3852. "license": [
  3853. "BSD-2-Clause"
  3854. ],
  3855. "authors": [
  3856. {
  3857. "name": "Helgi Thormar",
  3858. "email": "dufuz@php.net"
  3859. },
  3860. {
  3861. "name": "Greg Beaver",
  3862. "email": "cellog@php.net"
  3863. }
  3864. ],
  3865. "description": "The PEAR Exception base class.",
  3866. "homepage": "https://github.com/pear/PEAR_Exception",
  3867. "keywords": [
  3868. "exception"
  3869. ],
  3870. "time": "2015-02-10 20:07:52"
  3871. },
  3872. {
  3873. "name": "psr/http-message",
  3874. "version": "1.0.1",
  3875. "source": {
  3876. "type": "git",
  3877. "url": "https://github.com/php-fig/http-message.git",
  3878. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  3879. },
  3880. "dist": {
  3881. "type": "zip",
  3882. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  3883. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  3884. "shasum": ""
  3885. },
  3886. "require": {
  3887. "php": ">=5.3.0"
  3888. },
  3889. "type": "library",
  3890. "extra": {
  3891. "branch-alias": {
  3892. "dev-master": "1.0.x-dev"
  3893. }
  3894. },
  3895. "autoload": {
  3896. "psr-4": {
  3897. "Psr\\Http\\Message\\": "src/"
  3898. }
  3899. },
  3900. "notification-url": "https://packagist.org/downloads/",
  3901. "license": [
  3902. "MIT"
  3903. ],
  3904. "authors": [
  3905. {
  3906. "name": "PHP-FIG",
  3907. "homepage": "http://www.php-fig.org/"
  3908. }
  3909. ],
  3910. "description": "Common interface for HTTP messages",
  3911. "homepage": "https://github.com/php-fig/http-message",
  3912. "keywords": [
  3913. "http",
  3914. "http-message",
  3915. "psr",
  3916. "psr-7",
  3917. "request",
  3918. "response"
  3919. ],
  3920. "time": "2016-08-06 14:39:51"
  3921. },
  3922. {
  3923. "name": "psr/log",
  3924. "version": "1.0.2",
  3925. "source": {
  3926. "type": "git",
  3927. "url": "https://github.com/php-fig/log.git",
  3928. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  3929. },
  3930. "dist": {
  3931. "type": "zip",
  3932. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  3933. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  3934. "shasum": ""
  3935. },
  3936. "require": {
  3937. "php": ">=5.3.0"
  3938. },
  3939. "type": "library",
  3940. "extra": {
  3941. "branch-alias": {
  3942. "dev-master": "1.0.x-dev"
  3943. }
  3944. },
  3945. "autoload": {
  3946. "psr-4": {
  3947. "Psr\\Log\\": "Psr/Log/"
  3948. }
  3949. },
  3950. "notification-url": "https://packagist.org/downloads/",
  3951. "license": [
  3952. "MIT"
  3953. ],
  3954. "authors": [
  3955. {
  3956. "name": "PHP-FIG",
  3957. "homepage": "http://www.php-fig.org/"
  3958. }
  3959. ],
  3960. "description": "Common interface for logging libraries",
  3961. "homepage": "https://github.com/php-fig/log",
  3962. "keywords": [
  3963. "log",
  3964. "psr",
  3965. "psr-3"
  3966. ],
  3967. "time": "2016-10-10 12:19:37"
  3968. },
  3969. {
  3970. "name": "relaxedws/lca",
  3971. "version": "dev-master",
  3972. "source": {
  3973. "type": "git",
  3974. "url": "https://github.com/relaxedws/lca.git",
  3975. "reference": "d68f9c7e4bad1ddd081cf314f438299f1421c2bd"
  3976. },
  3977. "dist": {
  3978. "type": "zip",
  3979. "url": "https://api.github.com/repos/relaxedws/lca/zipball/d68f9c7e4bad1ddd081cf314f438299f1421c2bd",
  3980. "reference": "d68f9c7e4bad1ddd081cf314f438299f1421c2bd",
  3981. "shasum": ""
  3982. },
  3983. "require": {
  3984. "graphp/algorithms": "~0.8.1"
  3985. },
  3986. "require-dev": {
  3987. "phpunit/phpunit": "~4.0"
  3988. },
  3989. "type": "library",
  3990. "autoload": {
  3991. "psr-4": {
  3992. "Relaxed\\LCA\\": "src"
  3993. }
  3994. },
  3995. "notification-url": "https://packagist.org/downloads/",
  3996. "description": "Library used to find lowest common ancestor in graphs.",
  3997. "time": "2016-08-03 08:34:39"
  3998. },
  3999. {
  4000. "name": "stack/builder",
  4001. "version": "v1.0.4",
  4002. "source": {
  4003. "type": "git",
  4004. "url": "https://github.com/stackphp/builder.git",
  4005. "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425"
  4006. },
  4007. "dist": {
  4008. "type": "zip",
  4009. "url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
  4010. "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
  4011. "shasum": ""
  4012. },
  4013. "require": {
  4014. "php": ">=5.3.0",
  4015. "symfony/http-foundation": "~2.1|~3.0",
  4016. "symfony/http-kernel": "~2.1|~3.0"
  4017. },
  4018. "require-dev": {
  4019. "silex/silex": "~1.0"
  4020. },
  4021. "type": "library",
  4022. "extra": {
  4023. "branch-alias": {
  4024. "dev-master": "1.0-dev"
  4025. }
  4026. },
  4027. "autoload": {
  4028. "psr-0": {
  4029. "Stack": "src"
  4030. }
  4031. },
  4032. "notification-url": "https://packagist.org/downloads/",
  4033. "license": [
  4034. "MIT"
  4035. ],
  4036. "authors": [
  4037. {
  4038. "name": "Igor Wiedler",
  4039. "email": "igor@wiedler.ch"
  4040. }
  4041. ],
  4042. "description": "Builder for stack middlewares based on HttpKernelInterface.",
  4043. "keywords": [
  4044. "stack"
  4045. ],
  4046. "time": "2016-06-02 06:58:42"
  4047. },
  4048. {
  4049. "name": "sunra/php-simple-html-dom-parser",
  4050. "version": "v1.5.2",
  4051. "source": {
  4052. "type": "git",
  4053. "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
  4054. "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
  4055. },
  4056. "dist": {
  4057. "type": "zip",
  4058. "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
  4059. "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
  4060. "shasum": ""
  4061. },
  4062. "require": {
  4063. "ext-mbstring": "*",
  4064. "php": ">=5.3.2"
  4065. },
  4066. "type": "library",
  4067. "autoload": {
  4068. "psr-0": {
  4069. "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
  4070. }
  4071. },
  4072. "notification-url": "https://packagist.org/downloads/",
  4073. "license": [
  4074. "MIT"
  4075. ],
  4076. "authors": [
  4077. {
  4078. "name": "Sunra",
  4079. "email": "sunra@yandex.ru",
  4080. "homepage": "https://github.com/sunra"
  4081. },
  4082. {
  4083. "name": "S.C. Chen",
  4084. "homepage": "http://sourceforge.net/projects/simplehtmldom/"
  4085. }
  4086. ],
  4087. "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
  4088. "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
  4089. "keywords": [
  4090. "dom",
  4091. "html",
  4092. "parser"
  4093. ],
  4094. "time": "2016-11-22 22:57:47"
  4095. },
  4096. {
  4097. "name": "symfony-cmf/routing",
  4098. "version": "1.4.0",
  4099. "source": {
  4100. "type": "git",
  4101. "url": "https://github.com/symfony-cmf/Routing.git",
  4102. "reference": "b93704ca098334f56e9b317932f21a4362e620db"
  4103. },
  4104. "dist": {
  4105. "type": "zip",
  4106. "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db",
  4107. "reference": "b93704ca098334f56e9b317932f21a4362e620db",
  4108. "shasum": ""
  4109. },
  4110. "require": {
  4111. "php": "^5.3.9|^7.0",
  4112. "psr/log": "1.*",
  4113. "symfony/http-kernel": "^2.2|3.*",
  4114. "symfony/routing": "^2.2|3.*"
  4115. },
  4116. "require-dev": {
  4117. "friendsofsymfony/jsrouting-bundle": "^1.1",
  4118. "symfony-cmf/testing": "^1.3",
  4119. "symfony/config": "^2.2|3.*",
  4120. "symfony/dependency-injection": "^2.0.5|3.*",
  4121. "symfony/event-dispatcher": "^2.1|3.*"
  4122. },
  4123. "suggest": {
  4124. "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
  4125. },
  4126. "type": "library",
  4127. "extra": {
  4128. "branch-alias": {
  4129. "dev-master": "1.4-dev"
  4130. }
  4131. },
  4132. "autoload": {
  4133. "psr-4": {
  4134. "Symfony\\Cmf\\Component\\Routing\\": ""
  4135. }
  4136. },
  4137. "notification-url": "https://packagist.org/downloads/",
  4138. "license": [
  4139. "MIT"
  4140. ],
  4141. "authors": [
  4142. {
  4143. "name": "Symfony CMF Community",
  4144. "homepage": "https://github.com/symfony-cmf/Routing/contributors"
  4145. }
  4146. ],
  4147. "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
  4148. "homepage": "http://cmf.symfony.com",
  4149. "keywords": [
  4150. "database",
  4151. "routing"
  4152. ],
  4153. "time": "2016-03-31 09:11:39"
  4154. },
  4155. {
  4156. "name": "symfony/class-loader",
  4157. "version": "v2.8.19",
  4158. "source": {
  4159. "type": "git",
  4160. "url": "https://github.com/symfony/class-loader.git",
  4161. "reference": "2c8de07a8a4cc4da9c018ab7a81888b80e762f93"
  4162. },
  4163. "dist": {
  4164. "type": "zip",
  4165. "url": "https://api.github.com/repos/symfony/class-loader/zipball/2c8de07a8a4cc4da9c018ab7a81888b80e762f93",
  4166. "reference": "2c8de07a8a4cc4da9c018ab7a81888b80e762f93",
  4167. "shasum": ""
  4168. },
  4169. "require": {
  4170. "php": ">=5.3.9",
  4171. "symfony/polyfill-apcu": "~1.1"
  4172. },
  4173. "require-dev": {
  4174. "symfony/finder": "^2.0.5|~3.0.0"
  4175. },
  4176. "type": "library",
  4177. "extra": {
  4178. "branch-alias": {
  4179. "dev-master": "2.8-dev"
  4180. }
  4181. },
  4182. "autoload": {
  4183. "psr-4": {
  4184. "Symfony\\Component\\ClassLoader\\": ""
  4185. },
  4186. "exclude-from-classmap": [
  4187. "/Tests/"
  4188. ]
  4189. },
  4190. "notification-url": "https://packagist.org/downloads/",
  4191. "license": [
  4192. "MIT"
  4193. ],
  4194. "authors": [
  4195. {
  4196. "name": "Fabien Potencier",
  4197. "email": "fabien@symfony.com"
  4198. },
  4199. {
  4200. "name": "Symfony Community",
  4201. "homepage": "https://symfony.com/contributors"
  4202. }
  4203. ],
  4204. "description": "Symfony ClassLoader Component",
  4205. "homepage": "https://symfony.com",
  4206. "time": "2017-02-18 19:13:35"
  4207. },
  4208. {
  4209. "name": "symfony/config",
  4210. "version": "v2.8.19",
  4211. "source": {
  4212. "type": "git",
  4213. "url": "https://github.com/symfony/config.git",
  4214. "reference": "35b7dfa089d7605eb1fdd46281b3070fb9f38750"
  4215. },
  4216. "dist": {
  4217. "type": "zip",
  4218. "url": "https://api.github.com/repos/symfony/config/zipball/35b7dfa089d7605eb1fdd46281b3070fb9f38750",
  4219. "reference": "35b7dfa089d7605eb1fdd46281b3070fb9f38750",
  4220. "shasum": ""
  4221. },
  4222. "require": {
  4223. "php": ">=5.3.9",
  4224. "symfony/filesystem": "~2.3|~3.0.0"
  4225. },
  4226. "require-dev": {
  4227. "symfony/yaml": "~2.7|~3.0.0"
  4228. },
  4229. "suggest": {
  4230. "symfony/yaml": "To use the yaml reference dumper"
  4231. },
  4232. "type": "library",
  4233. "extra": {
  4234. "branch-alias": {
  4235. "dev-master": "2.8-dev"
  4236. }
  4237. },
  4238. "autoload": {
  4239. "psr-4": {
  4240. "Symfony\\Component\\Config\\": ""
  4241. },
  4242. "exclude-from-classmap": [
  4243. "/Tests/"
  4244. ]
  4245. },
  4246. "notification-url": "https://packagist.org/downloads/",
  4247. "license": [
  4248. "MIT"
  4249. ],
  4250. "authors": [
  4251. {
  4252. "name": "Fabien Potencier",
  4253. "email": "fabien@symfony.com"
  4254. },
  4255. {
  4256. "name": "Symfony Community",
  4257. "homepage": "https://symfony.com/contributors"
  4258. }
  4259. ],
  4260. "description": "Symfony Config Component",
  4261. "homepage": "https://symfony.com",
  4262. "time": "2017-04-04 15:24:26"
  4263. },
  4264. {
  4265. "name": "symfony/console",
  4266. "version": "v2.8.19",
  4267. "source": {
  4268. "type": "git",
  4269. "url": "https://github.com/symfony/console.git",
  4270. "reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e"
  4271. },
  4272. "dist": {
  4273. "type": "zip",
  4274. "url": "https://api.github.com/repos/symfony/console/zipball/86407ff20855a5eaa2a7219bd815e9c40a88633e",
  4275. "reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e",
  4276. "shasum": ""
  4277. },
  4278. "require": {
  4279. "php": ">=5.3.9",
  4280. "symfony/debug": "^2.7.2|~3.0.0",
  4281. "symfony/polyfill-mbstring": "~1.0"
  4282. },
  4283. "require-dev": {
  4284. "psr/log": "~1.0",
  4285. "symfony/event-dispatcher": "~2.1|~3.0.0",
  4286. "symfony/process": "~2.1|~3.0.0"
  4287. },
  4288. "suggest": {
  4289. "psr/log": "For using the console logger",
  4290. "symfony/event-dispatcher": "",
  4291. "symfony/process": ""
  4292. },
  4293. "type": "library",
  4294. "extra": {
  4295. "branch-alias": {
  4296. "dev-master": "2.8-dev"
  4297. }
  4298. },
  4299. "autoload": {
  4300. "psr-4": {
  4301. "Symfony\\Component\\Console\\": ""
  4302. },
  4303. "exclude-from-classmap": [
  4304. "/Tests/"
  4305. ]
  4306. },
  4307. "notification-url": "https://packagist.org/downloads/",
  4308. "license": [
  4309. "MIT"
  4310. ],
  4311. "authors": [
  4312. {
  4313. "name": "Fabien Potencier",
  4314. "email": "fabien@symfony.com"
  4315. },
  4316. {
  4317. "name": "Symfony Community",
  4318. "homepage": "https://symfony.com/contributors"
  4319. }
  4320. ],
  4321. "description": "Symfony Console Component",
  4322. "homepage": "https://symfony.com",
  4323. "time": "2017-04-03 20:37:06"
  4324. },
  4325. {
  4326. "name": "symfony/debug",
  4327. "version": "v2.8.19",
  4328. "source": {
  4329. "type": "git",
  4330. "url": "https://github.com/symfony/debug.git",
  4331. "reference": "e90099a2958d4833a02d05b504cc06e1c234abcc"
  4332. },
  4333. "dist": {
  4334. "type": "zip",
  4335. "url": "https://api.github.com/repos/symfony/debug/zipball/e90099a2958d4833a02d05b504cc06e1c234abcc",
  4336. "reference": "e90099a2958d4833a02d05b504cc06e1c234abcc",
  4337. "shasum": ""
  4338. },
  4339. "require": {
  4340. "php": ">=5.3.9",
  4341. "psr/log": "~1.0"
  4342. },
  4343. "conflict": {
  4344. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  4345. },
  4346. "require-dev": {
  4347. "symfony/class-loader": "~2.2|~3.0.0",
  4348. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
  4349. },
  4350. "type": "library",
  4351. "extra": {
  4352. "branch-alias": {
  4353. "dev-master": "2.8-dev"
  4354. }
  4355. },
  4356. "autoload": {
  4357. "psr-4": {
  4358. "Symfony\\Component\\Debug\\": ""
  4359. },
  4360. "exclude-from-classmap": [
  4361. "/Tests/"
  4362. ]
  4363. },
  4364. "notification-url": "https://packagist.org/downloads/",
  4365. "license": [
  4366. "MIT"
  4367. ],
  4368. "authors": [
  4369. {
  4370. "name": "Fabien Potencier",
  4371. "email": "fabien@symfony.com"
  4372. },
  4373. {
  4374. "name": "Symfony Community",
  4375. "homepage": "https://symfony.com/contributors"
  4376. }
  4377. ],
  4378. "description": "Symfony Debug Component",
  4379. "homepage": "https://symfony.com",
  4380. "time": "2017-02-18 19:13:35"
  4381. },
  4382. {
  4383. "name": "symfony/dependency-injection",
  4384. "version": "v2.8.19",
  4385. "source": {
  4386. "type": "git",
  4387. "url": "https://github.com/symfony/dependency-injection.git",
  4388. "reference": "14b9d8ae69ac4c74e8f05fee7e0a57039b99c81e"
  4389. },
  4390. "dist": {
  4391. "type": "zip",
  4392. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/14b9d8ae69ac4c74e8f05fee7e0a57039b99c81e",
  4393. "reference": "14b9d8ae69ac4c74e8f05fee7e0a57039b99c81e",
  4394. "shasum": ""
  4395. },
  4396. "require": {
  4397. "php": ">=5.3.9"
  4398. },
  4399. "conflict": {
  4400. "symfony/expression-language": "<2.6"
  4401. },
  4402. "require-dev": {
  4403. "symfony/config": "~2.2|~3.0.0",
  4404. "symfony/expression-language": "~2.6|~3.0.0",
  4405. "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
  4406. },
  4407. "suggest": {
  4408. "symfony/config": "",
  4409. "symfony/expression-language": "For using expressions in service container configuration",
  4410. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  4411. "symfony/yaml": ""
  4412. },
  4413. "type": "library",
  4414. "extra": {
  4415. "branch-alias": {
  4416. "dev-master": "2.8-dev"
  4417. }
  4418. },
  4419. "autoload": {
  4420. "psr-4": {
  4421. "Symfony\\Component\\DependencyInjection\\": ""
  4422. },
  4423. "exclude-from-classmap": [
  4424. "/Tests/"
  4425. ]
  4426. },
  4427. "notification-url": "https://packagist.org/downloads/",
  4428. "license": [
  4429. "MIT"
  4430. ],
  4431. "authors": [
  4432. {
  4433. "name": "Fabien Potencier",
  4434. "email": "fabien@symfony.com"
  4435. },
  4436. {
  4437. "name": "Symfony Community",
  4438. "homepage": "https://symfony.com/contributors"
  4439. }
  4440. ],
  4441. "description": "Symfony DependencyInjection Component",
  4442. "homepage": "https://symfony.com",
  4443. "time": "2017-04-03 22:14:48"
  4444. },
  4445. {
  4446. "name": "symfony/event-dispatcher",
  4447. "version": "v2.8.19",
  4448. "source": {
  4449. "type": "git",
  4450. "url": "https://github.com/symfony/event-dispatcher.git",
  4451. "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2"
  4452. },
  4453. "dist": {
  4454. "type": "zip",
  4455. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/88b65f0ac25355090e524aba4ceb066025df8bd2",
  4456. "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2",
  4457. "shasum": ""
  4458. },
  4459. "require": {
  4460. "php": ">=5.3.9"
  4461. },
  4462. "require-dev": {
  4463. "psr/log": "~1.0",
  4464. "symfony/config": "^2.0.5|~3.0.0",
  4465. "symfony/dependency-injection": "~2.6|~3.0.0",
  4466. "symfony/expression-language": "~2.6|~3.0.0",
  4467. "symfony/stopwatch": "~2.3|~3.0.0"
  4468. },
  4469. "suggest": {
  4470. "symfony/dependency-injection": "",
  4471. "symfony/http-kernel": ""
  4472. },
  4473. "type": "library",
  4474. "extra": {
  4475. "branch-alias": {
  4476. "dev-master": "2.8-dev"
  4477. }
  4478. },
  4479. "autoload": {
  4480. "psr-4": {
  4481. "Symfony\\Component\\EventDispatcher\\": ""
  4482. },
  4483. "exclude-from-classmap": [
  4484. "/Tests/"
  4485. ]
  4486. },
  4487. "notification-url": "https://packagist.org/downloads/",
  4488. "license": [
  4489. "MIT"
  4490. ],
  4491. "authors": [
  4492. {
  4493. "name": "Fabien Potencier",
  4494. "email": "fabien@symfony.com"
  4495. },
  4496. {
  4497. "name": "Symfony Community",
  4498. "homepage": "https://symfony.com/contributors"
  4499. }
  4500. ],
  4501. "description": "Symfony EventDispatcher Component",
  4502. "homepage": "https://symfony.com",
  4503. "time": "2017-04-03 20:37:06"
  4504. },
  4505. {
  4506. "name": "symfony/filesystem",
  4507. "version": "v2.8.19",
  4508. "source": {
  4509. "type": "git",
  4510. "url": "https://github.com/symfony/filesystem.git",
  4511. "reference": "31ab6827a696244094e6e20d77e7d404f8eb4252"
  4512. },
  4513. "dist": {
  4514. "type": "zip",
  4515. "url": "https://api.github.com/repos/symfony/filesystem/zipball/31ab6827a696244094e6e20d77e7d404f8eb4252",
  4516. "reference": "31ab6827a696244094e6e20d77e7d404f8eb4252",
  4517. "shasum": ""
  4518. },
  4519. "require": {
  4520. "php": ">=5.3.9"
  4521. },
  4522. "type": "library",
  4523. "extra": {
  4524. "branch-alias": {
  4525. "dev-master": "2.8-dev"
  4526. }
  4527. },
  4528. "autoload": {
  4529. "psr-4": {
  4530. "Symfony\\Component\\Filesystem\\": ""
  4531. },
  4532. "exclude-from-classmap": [
  4533. "/Tests/"
  4534. ]
  4535. },
  4536. "notification-url": "https://packagist.org/downloads/",
  4537. "license": [
  4538. "MIT"
  4539. ],
  4540. "authors": [
  4541. {
  4542. "name": "Fabien Potencier",
  4543. "email": "fabien@symfony.com"
  4544. },
  4545. {
  4546. "name": "Symfony Community",
  4547. "homepage": "https://symfony.com/contributors"
  4548. }
  4549. ],
  4550. "description": "Symfony Filesystem Component",
  4551. "homepage": "https://symfony.com",
  4552. "time": "2017-03-26 15:40:40"
  4553. },
  4554. {
  4555. "name": "symfony/finder",
  4556. "version": "v2.8.19",
  4557. "source": {
  4558. "type": "git",
  4559. "url": "https://github.com/symfony/finder.git",
  4560. "reference": "7131327eb95d86d72039fd1216226c28f36fd02a"
  4561. },
  4562. "dist": {
  4563. "type": "zip",
  4564. "url": "https://api.github.com/repos/symfony/finder/zipball/7131327eb95d86d72039fd1216226c28f36fd02a",
  4565. "reference": "7131327eb95d86d72039fd1216226c28f36fd02a",
  4566. "shasum": ""
  4567. },
  4568. "require": {
  4569. "php": ">=5.3.9"
  4570. },
  4571. "type": "library",
  4572. "extra": {
  4573. "branch-alias": {
  4574. "dev-master": "2.8-dev"
  4575. }
  4576. },
  4577. "autoload": {
  4578. "psr-4": {
  4579. "Symfony\\Component\\Finder\\": ""
  4580. },
  4581. "exclude-from-classmap": [
  4582. "/Tests/"
  4583. ]
  4584. },
  4585. "notification-url": "https://packagist.org/downloads/",
  4586. "license": [
  4587. "MIT"
  4588. ],
  4589. "authors": [
  4590. {
  4591. "name": "Fabien Potencier",
  4592. "email": "fabien@symfony.com"
  4593. },
  4594. {
  4595. "name": "Symfony Community",
  4596. "homepage": "https://symfony.com/contributors"
  4597. }
  4598. ],
  4599. "description": "Symfony Finder Component",
  4600. "homepage": "https://symfony.com",
  4601. "time": "2017-03-20 08:46:40"
  4602. },
  4603. {
  4604. "name": "symfony/http-foundation",
  4605. "version": "v2.8.19",
  4606. "source": {
  4607. "type": "git",
  4608. "url": "https://github.com/symfony/http-foundation.git",
  4609. "reference": "0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2"
  4610. },
  4611. "dist": {
  4612. "type": "zip",
  4613. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2",
  4614. "reference": "0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2",
  4615. "shasum": ""
  4616. },
  4617. "require": {
  4618. "php": ">=5.3.9",
  4619. "symfony/polyfill-mbstring": "~1.1",
  4620. "symfony/polyfill-php54": "~1.0",
  4621. "symfony/polyfill-php55": "~1.0"
  4622. },
  4623. "require-dev": {
  4624. "symfony/expression-language": "~2.4|~3.0.0"
  4625. },
  4626. "type": "library",
  4627. "extra": {
  4628. "branch-alias": {
  4629. "dev-master": "2.8-dev"
  4630. }
  4631. },
  4632. "autoload": {
  4633. "psr-4": {
  4634. "Symfony\\Component\\HttpFoundation\\": ""
  4635. },
  4636. "exclude-from-classmap": [
  4637. "/Tests/"
  4638. ]
  4639. },
  4640. "notification-url": "https://packagist.org/downloads/",
  4641. "license": [
  4642. "MIT"
  4643. ],
  4644. "authors": [
  4645. {
  4646. "name": "Fabien Potencier",
  4647. "email": "fabien@symfony.com"
  4648. },
  4649. {
  4650. "name": "Symfony Community",
  4651. "homepage": "https://symfony.com/contributors"
  4652. }
  4653. ],
  4654. "description": "Symfony HttpFoundation Component",
  4655. "homepage": "https://symfony.com",
  4656. "time": "2017-04-04 15:24:26"
  4657. },
  4658. {
  4659. "name": "symfony/http-kernel",
  4660. "version": "v2.8.19",
  4661. "source": {
  4662. "type": "git",
  4663. "url": "https://github.com/symfony/http-kernel.git",
  4664. "reference": "3256e9e554f02ba2dd49cff253f15df69c36cf40"
  4665. },
  4666. "dist": {
  4667. "type": "zip",
  4668. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3256e9e554f02ba2dd49cff253f15df69c36cf40",
  4669. "reference": "3256e9e554f02ba2dd49cff253f15df69c36cf40",
  4670. "shasum": ""
  4671. },
  4672. "require": {
  4673. "php": ">=5.3.9",
  4674. "psr/log": "~1.0",
  4675. "symfony/debug": "^2.6.2",
  4676. "symfony/event-dispatcher": "^2.6.7|~3.0.0",
  4677. "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
  4678. },
  4679. "conflict": {
  4680. "symfony/config": "<2.7"
  4681. },
  4682. "require-dev": {
  4683. "symfony/browser-kit": "~2.3|~3.0.0",
  4684. "symfony/class-loader": "~2.1|~3.0.0",
  4685. "symfony/config": "~2.8",
  4686. "symfony/console": "~2.3|~3.0.0",
  4687. "symfony/css-selector": "^2.0.5|~3.0.0",
  4688. "symfony/dependency-injection": "~2.8|~3.0.0",
  4689. "symfony/dom-crawler": "^2.0.5|~3.0.0",
  4690. "symfony/expression-language": "~2.4|~3.0.0",
  4691. "symfony/finder": "^2.0.5|~3.0.0",
  4692. "symfony/process": "^2.0.5|~3.0.0",
  4693. "symfony/routing": "~2.8|~3.0.0",
  4694. "symfony/stopwatch": "~2.3|~3.0.0",
  4695. "symfony/templating": "~2.2|~3.0.0",
  4696. "symfony/translation": "^2.0.5|~3.0.0",
  4697. "symfony/var-dumper": "~2.6|~3.0.0"
  4698. },
  4699. "suggest": {
  4700. "symfony/browser-kit": "",
  4701. "symfony/class-loader": "",
  4702. "symfony/config": "",
  4703. "symfony/console": "",
  4704. "symfony/dependency-injection": "",
  4705. "symfony/finder": "",
  4706. "symfony/var-dumper": ""
  4707. },
  4708. "type": "library",
  4709. "extra": {
  4710. "branch-alias": {
  4711. "dev-master": "2.8-dev"
  4712. }
  4713. },
  4714. "autoload": {
  4715. "psr-4": {
  4716. "Symfony\\Component\\HttpKernel\\": ""
  4717. },
  4718. "exclude-from-classmap": [
  4719. "/Tests/"
  4720. ]
  4721. },
  4722. "notification-url": "https://packagist.org/downloads/",
  4723. "license": [
  4724. "MIT"
  4725. ],
  4726. "authors": [
  4727. {
  4728. "name": "Fabien Potencier",
  4729. "email": "fabien@symfony.com"
  4730. },
  4731. {
  4732. "name": "Symfony Community",
  4733. "homepage": "https://symfony.com/contributors"
  4734. }
  4735. ],
  4736. "description": "Symfony HttpKernel Component",
  4737. "homepage": "https://symfony.com",
  4738. "time": "2017-04-05 04:04:34"
  4739. },
  4740. {
  4741. "name": "symfony/polyfill-apcu",
  4742. "version": "v1.3.0",
  4743. "source": {
  4744. "type": "git",
  4745. "url": "https://github.com/symfony/polyfill-apcu.git",
  4746. "reference": "5d4474f447403c3348e37b70acc2b95475b7befa"
  4747. },
  4748. "dist": {
  4749. "type": "zip",
  4750. "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa",
  4751. "reference": "5d4474f447403c3348e37b70acc2b95475b7befa",
  4752. "shasum": ""
  4753. },
  4754. "require": {
  4755. "php": ">=5.3.3"
  4756. },
  4757. "type": "library",
  4758. "extra": {
  4759. "branch-alias": {
  4760. "dev-master": "1.3-dev"
  4761. }
  4762. },
  4763. "autoload": {
  4764. "files": [
  4765. "bootstrap.php"
  4766. ]
  4767. },
  4768. "notification-url": "https://packagist.org/downloads/",
  4769. "license": [
  4770. "MIT"
  4771. ],
  4772. "authors": [
  4773. {
  4774. "name": "Nicolas Grekas",
  4775. "email": "p@tchwork.com"
  4776. },
  4777. {
  4778. "name": "Symfony Community",
  4779. "homepage": "https://symfony.com/contributors"
  4780. }
  4781. ],
  4782. "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
  4783. "homepage": "https://symfony.com",
  4784. "keywords": [
  4785. "apcu",
  4786. "compatibility",
  4787. "polyfill",
  4788. "portable",
  4789. "shim"
  4790. ],
  4791. "time": "2016-11-14 01:06:16"
  4792. },
  4793. {
  4794. "name": "symfony/polyfill-iconv",
  4795. "version": "v1.3.0",
  4796. "source": {
  4797. "type": "git",
  4798. "url": "https://github.com/symfony/polyfill-iconv.git",
  4799. "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97"
  4800. },
  4801. "dist": {
  4802. "type": "zip",
  4803. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cba36f3616d9866b3e52662e88da5c090fac1e97",
  4804. "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97",
  4805. "shasum": ""
  4806. },
  4807. "require": {
  4808. "php": ">=5.3.3"
  4809. },
  4810. "suggest": {
  4811. "ext-iconv": "For best performance"
  4812. },
  4813. "type": "library",
  4814. "extra": {
  4815. "branch-alias": {
  4816. "dev-master": "1.3-dev"
  4817. }
  4818. },
  4819. "autoload": {
  4820. "psr-4": {
  4821. "Symfony\\Polyfill\\Iconv\\": ""
  4822. },
  4823. "files": [
  4824. "bootstrap.php"
  4825. ]
  4826. },
  4827. "notification-url": "https://packagist.org/downloads/",
  4828. "license": [
  4829. "MIT"
  4830. ],
  4831. "authors": [
  4832. {
  4833. "name": "Nicolas Grekas",
  4834. "email": "p@tchwork.com"
  4835. },
  4836. {
  4837. "name": "Symfony Community",
  4838. "homepage": "https://symfony.com/contributors"
  4839. }
  4840. ],
  4841. "description": "Symfony polyfill for the Iconv extension",
  4842. "homepage": "https://symfony.com",
  4843. "keywords": [
  4844. "compatibility",
  4845. "iconv",
  4846. "polyfill",
  4847. "portable",
  4848. "shim"
  4849. ],
  4850. "time": "2016-11-14 01:06:16"
  4851. },
  4852. {
  4853. "name": "symfony/polyfill-mbstring",
  4854. "version": "v1.3.0",
  4855. "source": {
  4856. "type": "git",
  4857. "url": "https://github.com/symfony/polyfill-mbstring.git",
  4858. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
  4859. },
  4860. "dist": {
  4861. "type": "zip",
  4862. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
  4863. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
  4864. "shasum": ""
  4865. },
  4866. "require": {
  4867. "php": ">=5.3.3"
  4868. },
  4869. "suggest": {
  4870. "ext-mbstring": "For best performance"
  4871. },
  4872. "type": "library",
  4873. "extra": {
  4874. "branch-alias": {
  4875. "dev-master": "1.3-dev"
  4876. }
  4877. },
  4878. "autoload": {
  4879. "psr-4": {
  4880. "Symfony\\Polyfill\\Mbstring\\": ""
  4881. },
  4882. "files": [
  4883. "bootstrap.php"
  4884. ]
  4885. },
  4886. "notification-url": "https://packagist.org/downloads/",
  4887. "license": [
  4888. "MIT"
  4889. ],
  4890. "authors": [
  4891. {
  4892. "name": "Nicolas Grekas",
  4893. "email": "p@tchwork.com"
  4894. },
  4895. {
  4896. "name": "Symfony Community",
  4897. "homepage": "https://symfony.com/contributors"
  4898. }
  4899. ],
  4900. "description": "Symfony polyfill for the Mbstring extension",
  4901. "homepage": "https://symfony.com",
  4902. "keywords": [
  4903. "compatibility",
  4904. "mbstring",
  4905. "polyfill",
  4906. "portable",
  4907. "shim"
  4908. ],
  4909. "time": "2016-11-14 01:06:16"
  4910. },
  4911. {
  4912. "name": "symfony/polyfill-php54",
  4913. "version": "v1.3.0",
  4914. "source": {
  4915. "type": "git",
  4916. "url": "https://github.com/symfony/polyfill-php54.git",
  4917. "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
  4918. },
  4919. "dist": {
  4920. "type": "zip",
  4921. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
  4922. "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
  4923. "shasum": ""
  4924. },
  4925. "require": {
  4926. "php": ">=5.3.3"
  4927. },
  4928. "type": "library",
  4929. "extra": {
  4930. "branch-alias": {
  4931. "dev-master": "1.3-dev"
  4932. }
  4933. },
  4934. "autoload": {
  4935. "psr-4": {
  4936. "Symfony\\Polyfill\\Php54\\": ""
  4937. },
  4938. "files": [
  4939. "bootstrap.php"
  4940. ],
  4941. "classmap": [
  4942. "Resources/stubs"
  4943. ]
  4944. },
  4945. "notification-url": "https://packagist.org/downloads/",
  4946. "license": [
  4947. "MIT"
  4948. ],
  4949. "authors": [
  4950. {
  4951. "name": "Nicolas Grekas",
  4952. "email": "p@tchwork.com"
  4953. },
  4954. {
  4955. "name": "Symfony Community",
  4956. "homepage": "https://symfony.com/contributors"
  4957. }
  4958. ],
  4959. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  4960. "homepage": "https://symfony.com",
  4961. "keywords": [
  4962. "compatibility",
  4963. "polyfill",
  4964. "portable",
  4965. "shim"
  4966. ],
  4967. "time": "2016-11-14 01:06:16"
  4968. },
  4969. {
  4970. "name": "symfony/polyfill-php55",
  4971. "version": "v1.3.0",
  4972. "source": {
  4973. "type": "git",
  4974. "url": "https://github.com/symfony/polyfill-php55.git",
  4975. "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
  4976. },
  4977. "dist": {
  4978. "type": "zip",
  4979. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
  4980. "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
  4981. "shasum": ""
  4982. },
  4983. "require": {
  4984. "ircmaxell/password-compat": "~1.0",
  4985. "php": ">=5.3.3"
  4986. },
  4987. "type": "library",
  4988. "extra": {
  4989. "branch-alias": {
  4990. "dev-master": "1.3-dev"
  4991. }
  4992. },
  4993. "autoload": {
  4994. "psr-4": {
  4995. "Symfony\\Polyfill\\Php55\\": ""
  4996. },
  4997. "files": [
  4998. "bootstrap.php"
  4999. ]
  5000. },
  5001. "notification-url": "https://packagist.org/downloads/",
  5002. "license": [
  5003. "MIT"
  5004. ],
  5005. "authors": [
  5006. {
  5007. "name": "Nicolas Grekas",
  5008. "email": "p@tchwork.com"
  5009. },
  5010. {
  5011. "name": "Symfony Community",
  5012. "homepage": "https://symfony.com/contributors"
  5013. }
  5014. ],
  5015. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  5016. "homepage": "https://symfony.com",
  5017. "keywords": [
  5018. "compatibility",
  5019. "polyfill",
  5020. "portable",
  5021. "shim"
  5022. ],
  5023. "time": "2016-11-14 01:06:16"
  5024. },
  5025. {
  5026. "name": "symfony/process",
  5027. "version": "v2.8.19",
  5028. "source": {
  5029. "type": "git",
  5030. "url": "https://github.com/symfony/process.git",
  5031. "reference": "41336b20b52f5fd5b42a227e394e673c8071118f"
  5032. },
  5033. "dist": {
  5034. "type": "zip",
  5035. "url": "https://api.github.com/repos/symfony/process/zipball/41336b20b52f5fd5b42a227e394e673c8071118f",
  5036. "reference": "41336b20b52f5fd5b42a227e394e673c8071118f",
  5037. "shasum": ""
  5038. },
  5039. "require": {
  5040. "php": ">=5.3.9"
  5041. },
  5042. "type": "library",
  5043. "extra": {
  5044. "branch-alias": {
  5045. "dev-master": "2.8-dev"
  5046. }
  5047. },
  5048. "autoload": {
  5049. "psr-4": {
  5050. "Symfony\\Component\\Process\\": ""
  5051. },
  5052. "exclude-from-classmap": [
  5053. "/Tests/"
  5054. ]
  5055. },
  5056. "notification-url": "https://packagist.org/downloads/",
  5057. "license": [
  5058. "MIT"
  5059. ],
  5060. "authors": [
  5061. {
  5062. "name": "Fabien Potencier",
  5063. "email": "fabien@symfony.com"
  5064. },
  5065. {
  5066. "name": "Symfony Community",
  5067. "homepage": "https://symfony.com/contributors"
  5068. }
  5069. ],
  5070. "description": "Symfony Process Component",
  5071. "homepage": "https://symfony.com",
  5072. "time": "2017-03-04 12:20:59"
  5073. },
  5074. {
  5075. "name": "symfony/psr-http-message-bridge",
  5076. "version": "v0.2",
  5077. "source": {
  5078. "type": "git",
  5079. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  5080. "reference": "dc7e308e1dc2898a46776e2221a643cb08315453"
  5081. },
  5082. "dist": {
  5083. "type": "zip",
  5084. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/dc7e308e1dc2898a46776e2221a643cb08315453",
  5085. "reference": "dc7e308e1dc2898a46776e2221a643cb08315453",
  5086. "shasum": ""
  5087. },
  5088. "require": {
  5089. "php": ">=5.3.3",
  5090. "psr/http-message": "~1.0",
  5091. "symfony/http-foundation": "~2.3|~3.0"
  5092. },
  5093. "require-dev": {
  5094. "symfony/phpunit-bridge": "~2.7|~3.0"
  5095. },
  5096. "suggest": {
  5097. "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
  5098. },
  5099. "type": "symfony-bridge",
  5100. "autoload": {
  5101. "psr-4": {
  5102. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  5103. }
  5104. },
  5105. "notification-url": "https://packagist.org/downloads/",
  5106. "license": [
  5107. "MIT"
  5108. ],
  5109. "authors": [
  5110. {
  5111. "name": "Symfony Community",
  5112. "homepage": "http://symfony.com/contributors"
  5113. },
  5114. {
  5115. "name": "Fabien Potencier",
  5116. "email": "fabien@symfony.com"
  5117. }
  5118. ],
  5119. "description": "PSR HTTP message bridge",
  5120. "homepage": "http://symfony.com",
  5121. "keywords": [
  5122. "http",
  5123. "http-message",
  5124. "psr-7"
  5125. ],
  5126. "time": "2015-05-29 17:57:12"
  5127. },
  5128. {
  5129. "name": "symfony/routing",
  5130. "version": "v2.8.19",
  5131. "source": {
  5132. "type": "git",
  5133. "url": "https://github.com/symfony/routing.git",
  5134. "reference": "d145cd396f702c497cb24b21785ddac90a23fe71"
  5135. },
  5136. "dist": {
  5137. "type": "zip",
  5138. "url": "https://api.github.com/repos/symfony/routing/zipball/d145cd396f702c497cb24b21785ddac90a23fe71",
  5139. "reference": "d145cd396f702c497cb24b21785ddac90a23fe71",
  5140. "shasum": ""
  5141. },
  5142. "require": {
  5143. "php": ">=5.3.9"
  5144. },
  5145. "conflict": {
  5146. "symfony/config": "<2.7"
  5147. },
  5148. "require-dev": {
  5149. "doctrine/annotations": "~1.0",
  5150. "doctrine/common": "~2.2",
  5151. "psr/log": "~1.0",
  5152. "symfony/config": "~2.7|~3.0.0",
  5153. "symfony/expression-language": "~2.4|~3.0.0",
  5154. "symfony/http-foundation": "~2.3|~3.0.0",
  5155. "symfony/yaml": "^2.0.5|~3.0.0"
  5156. },
  5157. "suggest": {
  5158. "doctrine/annotations": "For using the annotation loader",
  5159. "symfony/config": "For using the all-in-one router or any loader",
  5160. "symfony/dependency-injection": "For loading routes from a service",
  5161. "symfony/expression-language": "For using expression matching",
  5162. "symfony/http-foundation": "For using a Symfony Request object",
  5163. "symfony/yaml": "For using the YAML loader"
  5164. },
  5165. "type": "library",
  5166. "extra": {
  5167. "branch-alias": {
  5168. "dev-master": "2.8-dev"
  5169. }
  5170. },
  5171. "autoload": {
  5172. "psr-4": {
  5173. "Symfony\\Component\\Routing\\": ""
  5174. },
  5175. "exclude-from-classmap": [
  5176. "/Tests/"
  5177. ]
  5178. },
  5179. "notification-url": "https://packagist.org/downloads/",
  5180. "license": [
  5181. "MIT"
  5182. ],
  5183. "authors": [
  5184. {
  5185. "name": "Fabien Potencier",
  5186. "email": "fabien@symfony.com"
  5187. },
  5188. {
  5189. "name": "Symfony Community",
  5190. "homepage": "https://symfony.com/contributors"
  5191. }
  5192. ],
  5193. "description": "Symfony Routing Component",
  5194. "homepage": "https://symfony.com",
  5195. "keywords": [
  5196. "router",
  5197. "routing",
  5198. "uri",
  5199. "url"
  5200. ],
  5201. "time": "2017-03-02 15:56:34"
  5202. },
  5203. {
  5204. "name": "symfony/serializer",
  5205. "version": "v2.8.19",
  5206. "source": {
  5207. "type": "git",
  5208. "url": "https://github.com/symfony/serializer.git",
  5209. "reference": "d1c3d68daee29bbf0b4600745899a7000c215642"
  5210. },
  5211. "dist": {
  5212. "type": "zip",
  5213. "url": "https://api.github.com/repos/symfony/serializer/zipball/d1c3d68daee29bbf0b4600745899a7000c215642",
  5214. "reference": "d1c3d68daee29bbf0b4600745899a7000c215642",
  5215. "shasum": ""
  5216. },
  5217. "require": {
  5218. "php": ">=5.3.9",
  5219. "symfony/polyfill-php55": "~1.0"
  5220. },
  5221. "require-dev": {
  5222. "doctrine/annotations": "~1.0",
  5223. "doctrine/cache": "~1.0",
  5224. "symfony/config": "~2.2|~3.0.0",
  5225. "symfony/property-access": "~2.3|~3.0.0",
  5226. "symfony/yaml": "^2.0.5|~3.0.0"
  5227. },
  5228. "suggest": {
  5229. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  5230. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  5231. "symfony/config": "For using the XML mapping loader.",
  5232. "symfony/property-access": "For using the ObjectNormalizer.",
  5233. "symfony/yaml": "For using the default YAML mapping loader."
  5234. },
  5235. "type": "library",
  5236. "extra": {
  5237. "branch-alias": {
  5238. "dev-master": "2.8-dev"
  5239. }
  5240. },
  5241. "autoload": {
  5242. "psr-4": {
  5243. "Symfony\\Component\\Serializer\\": ""
  5244. },
  5245. "exclude-from-classmap": [
  5246. "/Tests/"
  5247. ]
  5248. },
  5249. "notification-url": "https://packagist.org/downloads/",
  5250. "license": [
  5251. "MIT"
  5252. ],
  5253. "authors": [
  5254. {
  5255. "name": "Fabien Potencier",
  5256. "email": "fabien@symfony.com"
  5257. },
  5258. {
  5259. "name": "Symfony Community",
  5260. "homepage": "https://symfony.com/contributors"
  5261. }
  5262. ],
  5263. "description": "Symfony Serializer Component",
  5264. "homepage": "https://symfony.com",
  5265. "time": "2017-03-21 22:47:17"
  5266. },
  5267. {
  5268. "name": "symfony/translation",
  5269. "version": "v2.8.19",
  5270. "source": {
  5271. "type": "git",
  5272. "url": "https://github.com/symfony/translation.git",
  5273. "reference": "047e97a64d609778cadfc76e3a09793696bb19f1"
  5274. },
  5275. "dist": {
  5276. "type": "zip",
  5277. "url": "https://api.github.com/repos/symfony/translation/zipball/047e97a64d609778cadfc76e3a09793696bb19f1",
  5278. "reference": "047e97a64d609778cadfc76e3a09793696bb19f1",
  5279. "shasum": ""
  5280. },
  5281. "require": {
  5282. "php": ">=5.3.9",
  5283. "symfony/polyfill-mbstring": "~1.0"
  5284. },
  5285. "conflict": {
  5286. "symfony/config": "<2.7"
  5287. },
  5288. "require-dev": {
  5289. "psr/log": "~1.0",
  5290. "symfony/config": "~2.8",
  5291. "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
  5292. "symfony/yaml": "~2.2|~3.0.0"
  5293. },
  5294. "suggest": {
  5295. "psr/log": "To use logging capability in translator",
  5296. "symfony/config": "",
  5297. "symfony/yaml": ""
  5298. },
  5299. "type": "library",
  5300. "extra": {
  5301. "branch-alias": {
  5302. "dev-master": "2.8-dev"
  5303. }
  5304. },
  5305. "autoload": {
  5306. "psr-4": {
  5307. "Symfony\\Component\\Translation\\": ""
  5308. },
  5309. "exclude-from-classmap": [
  5310. "/Tests/"
  5311. ]
  5312. },
  5313. "notification-url": "https://packagist.org/downloads/",
  5314. "license": [
  5315. "MIT"
  5316. ],
  5317. "authors": [
  5318. {
  5319. "name": "Fabien Potencier",
  5320. "email": "fabien@symfony.com"
  5321. },
  5322. {
  5323. "name": "Symfony Community",
  5324. "homepage": "https://symfony.com/contributors"
  5325. }
  5326. ],
  5327. "description": "Symfony Translation Component",
  5328. "homepage": "https://symfony.com",
  5329. "time": "2017-03-21 21:39:01"
  5330. },
  5331. {
  5332. "name": "symfony/validator",
  5333. "version": "v2.8.19",
  5334. "source": {
  5335. "type": "git",
  5336. "url": "https://github.com/symfony/validator.git",
  5337. "reference": "43f617ee200af4f4dedbb0782c6c689e06994286"
  5338. },
  5339. "dist": {
  5340. "type": "zip",
  5341. "url": "https://api.github.com/repos/symfony/validator/zipball/43f617ee200af4f4dedbb0782c6c689e06994286",
  5342. "reference": "43f617ee200af4f4dedbb0782c6c689e06994286",
  5343. "shasum": ""
  5344. },
  5345. "require": {
  5346. "php": ">=5.3.9",
  5347. "symfony/polyfill-mbstring": "~1.0",
  5348. "symfony/translation": "~2.4|~3.0.0"
  5349. },
  5350. "require-dev": {
  5351. "doctrine/annotations": "~1.0",
  5352. "doctrine/cache": "~1.0",
  5353. "egulias/email-validator": "^1.2.1",
  5354. "symfony/config": "~2.2|~3.0.0",
  5355. "symfony/expression-language": "~2.4|~3.0.0",
  5356. "symfony/http-foundation": "~2.3|~3.0.0",
  5357. "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
  5358. "symfony/property-access": "~2.3|~3.0.0",
  5359. "symfony/yaml": "^2.0.5|~3.0.0"
  5360. },
  5361. "suggest": {
  5362. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  5363. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  5364. "egulias/email-validator": "Strict (RFC compliant) email validation",
  5365. "symfony/config": "",
  5366. "symfony/expression-language": "For using the 2.4 Expression validator",
  5367. "symfony/http-foundation": "",
  5368. "symfony/intl": "",
  5369. "symfony/property-access": "For using the 2.4 Validator API",
  5370. "symfony/yaml": ""
  5371. },
  5372. "type": "library",
  5373. "extra": {
  5374. "branch-alias": {
  5375. "dev-master": "2.8-dev"
  5376. }
  5377. },
  5378. "autoload": {
  5379. "psr-4": {
  5380. "Symfony\\Component\\Validator\\": ""
  5381. },
  5382. "exclude-from-classmap": [
  5383. "/Tests/"
  5384. ]
  5385. },
  5386. "notification-url": "https://packagist.org/downloads/",
  5387. "license": [
  5388. "MIT"
  5389. ],
  5390. "authors": [
  5391. {
  5392. "name": "Fabien Potencier",
  5393. "email": "fabien@symfony.com"
  5394. },
  5395. {
  5396. "name": "Symfony Community",
  5397. "homepage": "https://symfony.com/contributors"
  5398. }
  5399. ],
  5400. "description": "Symfony Validator Component",
  5401. "homepage": "https://symfony.com",
  5402. "time": "2017-03-23 16:08:03"
  5403. },
  5404. {
  5405. "name": "symfony/yaml",
  5406. "version": "v2.8.19",
  5407. "source": {
  5408. "type": "git",
  5409. "url": "https://github.com/symfony/yaml.git",
  5410. "reference": "286d84891690b0e2515874717e49360d1c98a703"
  5411. },
  5412. "dist": {
  5413. "type": "zip",
  5414. "url": "https://api.github.com/repos/symfony/yaml/zipball/286d84891690b0e2515874717e49360d1c98a703",
  5415. "reference": "286d84891690b0e2515874717e49360d1c98a703",
  5416. "shasum": ""
  5417. },
  5418. "require": {
  5419. "php": ">=5.3.9"
  5420. },
  5421. "type": "library",
  5422. "extra": {
  5423. "branch-alias": {
  5424. "dev-master": "2.8-dev"
  5425. }
  5426. },
  5427. "autoload": {
  5428. "psr-4": {
  5429. "Symfony\\Component\\Yaml\\": ""
  5430. },
  5431. "exclude-from-classmap": [
  5432. "/Tests/"
  5433. ]
  5434. },
  5435. "notification-url": "https://packagist.org/downloads/",
  5436. "license": [
  5437. "MIT"
  5438. ],
  5439. "authors": [
  5440. {
  5441. "name": "Fabien Potencier",
  5442. "email": "fabien@symfony.com"
  5443. },
  5444. {
  5445. "name": "Symfony Community",
  5446. "homepage": "https://symfony.com/contributors"
  5447. }
  5448. ],
  5449. "description": "Symfony Yaml Component",
  5450. "homepage": "https://symfony.com",
  5451. "time": "2017-03-20 09:41:44"
  5452. },
  5453. {
  5454. "name": "twig/twig",
  5455. "version": "v1.33.0",
  5456. "source": {
  5457. "type": "git",
  5458. "url": "https://github.com/twigphp/Twig.git",
  5459. "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a"
  5460. },
  5461. "dist": {
  5462. "type": "zip",
  5463. "url": "https://api.github.com/repos/twigphp/Twig/zipball/05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
  5464. "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
  5465. "shasum": ""
  5466. },
  5467. "require": {
  5468. "php": ">=5.2.7"
  5469. },
  5470. "require-dev": {
  5471. "psr/container": "^1.0",
  5472. "symfony/debug": "~2.7",
  5473. "symfony/phpunit-bridge": "~3.3@dev"
  5474. },
  5475. "type": "library",
  5476. "extra": {
  5477. "branch-alias": {
  5478. "dev-master": "1.33-dev"
  5479. }
  5480. },
  5481. "autoload": {
  5482. "psr-0": {
  5483. "Twig_": "lib/"
  5484. }
  5485. },
  5486. "notification-url": "https://packagist.org/downloads/",
  5487. "license": [
  5488. "BSD-3-Clause"
  5489. ],
  5490. "authors": [
  5491. {
  5492. "name": "Fabien Potencier",
  5493. "email": "fabien@symfony.com",
  5494. "homepage": "http://fabien.potencier.org",
  5495. "role": "Lead Developer"
  5496. },
  5497. {
  5498. "name": "Armin Ronacher",
  5499. "email": "armin.ronacher@active-4.com",
  5500. "role": "Project Founder"
  5501. },
  5502. {
  5503. "name": "Twig Team",
  5504. "homepage": "http://twig.sensiolabs.org/contributors",
  5505. "role": "Contributors"
  5506. }
  5507. ],
  5508. "description": "Twig, the flexible, fast, and secure template language for PHP",
  5509. "homepage": "http://twig.sensiolabs.org",
  5510. "keywords": [
  5511. "templating"
  5512. ],
  5513. "time": "2017-03-22 15:40:09"
  5514. },
  5515. {
  5516. "name": "zendframework/zend-diactoros",
  5517. "version": "1.4.0",
  5518. "source": {
  5519. "type": "git",
  5520. "url": "https://github.com/zendframework/zend-diactoros.git",
  5521. "reference": "b03f285a333f51e58c95cce54109a4a9ed691436"
  5522. },
  5523. "dist": {
  5524. "type": "zip",
  5525. "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436",
  5526. "reference": "b03f285a333f51e58c95cce54109a4a9ed691436",
  5527. "shasum": ""
  5528. },
  5529. "require": {
  5530. "php": "^5.4 || ^7.0",
  5531. "psr/http-message": "~1.0"
  5532. },
  5533. "provide": {
  5534. "psr/http-message-implementation": "1.0"
  5535. },
  5536. "require-dev": {
  5537. "ext-dom": "*",
  5538. "ext-libxml": "*",
  5539. "phpunit/phpunit": "^4.6 || ^5.5",
  5540. "zendframework/zend-coding-standard": "~1.0.0"
  5541. },
  5542. "type": "library",
  5543. "extra": {
  5544. "branch-alias": {
  5545. "dev-master": "1.4-dev",
  5546. "dev-develop": "1.5-dev"
  5547. }
  5548. },
  5549. "autoload": {
  5550. "psr-4": {
  5551. "Zend\\Diactoros\\": "src/"
  5552. }
  5553. },
  5554. "notification-url": "https://packagist.org/downloads/",
  5555. "license": [
  5556. "BSD-2-Clause"
  5557. ],
  5558. "description": "PSR HTTP Message implementations",
  5559. "homepage": "https://github.com/zendframework/zend-diactoros",
  5560. "keywords": [
  5561. "http",
  5562. "psr",
  5563. "psr-7"
  5564. ],
  5565. "time": "2017-04-06 16:18:34"
  5566. },
  5567. {
  5568. "name": "zendframework/zend-escaper",
  5569. "version": "2.5.2",
  5570. "source": {
  5571. "type": "git",
  5572. "url": "https://github.com/zendframework/zend-escaper.git",
  5573. "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
  5574. },
  5575. "dist": {
  5576. "type": "zip",
  5577. "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
  5578. "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
  5579. "shasum": ""
  5580. },
  5581. "require": {
  5582. "php": ">=5.5"
  5583. },
  5584. "require-dev": {
  5585. "fabpot/php-cs-fixer": "1.7.*",
  5586. "phpunit/phpunit": "~4.0"
  5587. },
  5588. "type": "library",
  5589. "extra": {
  5590. "branch-alias": {
  5591. "dev-master": "2.5-dev",
  5592. "dev-develop": "2.6-dev"
  5593. }
  5594. },
  5595. "autoload": {
  5596. "psr-4": {
  5597. "Zend\\Escaper\\": "src/"
  5598. }
  5599. },
  5600. "notification-url": "https://packagist.org/downloads/",
  5601. "license": [
  5602. "BSD-3-Clause"
  5603. ],
  5604. "homepage": "https://github.com/zendframework/zend-escaper",
  5605. "keywords": [
  5606. "escaper",
  5607. "zf2"
  5608. ],
  5609. "time": "2016-06-30 19:48:38"
  5610. },
  5611. {
  5612. "name": "zendframework/zend-feed",
  5613. "version": "2.8.0",
  5614. "source": {
  5615. "type": "git",
  5616. "url": "https://github.com/zendframework/zend-feed.git",
  5617. "reference": "94579e805dd108683209fe14b3b5d4276de3de6e"
  5618. },
  5619. "dist": {
  5620. "type": "zip",
  5621. "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/94579e805dd108683209fe14b3b5d4276de3de6e",
  5622. "reference": "94579e805dd108683209fe14b3b5d4276de3de6e",
  5623. "shasum": ""
  5624. },
  5625. "require": {
  5626. "php": "^5.6 || ^7.0",
  5627. "zendframework/zend-escaper": "^2.5",
  5628. "zendframework/zend-stdlib": "^2.7 || ^3.1"
  5629. },
  5630. "require-dev": {
  5631. "phpunit/phpunit": "^6.0.8 || ^5.7.15",
  5632. "psr/http-message": "^1.0",
  5633. "zendframework/zend-cache": "^2.6",
  5634. "zendframework/zend-coding-standard": "~1.0.0",
  5635. "zendframework/zend-db": "^2.7",
  5636. "zendframework/zend-http": "^2.5.4",
  5637. "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
  5638. "zendframework/zend-validator": "^2.6"
  5639. },
  5640. "suggest": {
  5641. "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
  5642. "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
  5643. "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
  5644. "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
  5645. "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
  5646. "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent"
  5647. },
  5648. "type": "library",
  5649. "extra": {
  5650. "branch-alias": {
  5651. "dev-master": "2.8-dev",
  5652. "dev-develop": "2.9-dev"
  5653. }
  5654. },
  5655. "autoload": {
  5656. "psr-4": {
  5657. "Zend\\Feed\\": "src/"
  5658. }
  5659. },
  5660. "notification-url": "https://packagist.org/downloads/",
  5661. "license": [
  5662. "BSD-3-Clause"
  5663. ],
  5664. "description": "provides functionality for consuming RSS and Atom feeds",
  5665. "homepage": "https://github.com/zendframework/zend-feed",
  5666. "keywords": [
  5667. "feed",
  5668. "zf2"
  5669. ],
  5670. "time": "2017-04-01 15:03:14"
  5671. },
  5672. {
  5673. "name": "zendframework/zend-stdlib",
  5674. "version": "3.1.0",
  5675. "source": {
  5676. "type": "git",
  5677. "url": "https://github.com/zendframework/zend-stdlib.git",
  5678. "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
  5679. },
  5680. "dist": {
  5681. "type": "zip",
  5682. "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
  5683. "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
  5684. "shasum": ""
  5685. },
  5686. "require": {
  5687. "php": "^5.6 || ^7.0"
  5688. },
  5689. "require-dev": {
  5690. "athletic/athletic": "~0.1",
  5691. "phpunit/phpunit": "~4.0",
  5692. "squizlabs/php_codesniffer": "^2.6.2"
  5693. },
  5694. "type": "library",
  5695. "extra": {
  5696. "branch-alias": {
  5697. "dev-master": "3.1-dev",
  5698. "dev-develop": "3.2-dev"
  5699. }
  5700. },
  5701. "autoload": {
  5702. "psr-4": {
  5703. "Zend\\Stdlib\\": "src/"
  5704. }
  5705. },
  5706. "notification-url": "https://packagist.org/downloads/",
  5707. "license": [
  5708. "BSD-3-Clause"
  5709. ],
  5710. "homepage": "https://github.com/zendframework/zend-stdlib",
  5711. "keywords": [
  5712. "stdlib",
  5713. "zf2"
  5714. ],
  5715. "time": "2016-09-13 14:38:50"
  5716. }
  5717. ],
  5718. "packages-dev": [
  5719. {
  5720. "name": "alchemy/zippy",
  5721. "version": "0.3.5",
  5722. "source": {
  5723. "type": "git",
  5724. "url": "https://github.com/alchemy-fr/Zippy.git",
  5725. "reference": "92c773f7bbe47fdb30c61dbaea3dcbf4dd13a40a"
  5726. },
  5727. "dist": {
  5728. "type": "zip",
  5729. "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/92c773f7bbe47fdb30c61dbaea3dcbf4dd13a40a",
  5730. "reference": "92c773f7bbe47fdb30c61dbaea3dcbf4dd13a40a",
  5731. "shasum": ""
  5732. },
  5733. "require": {
  5734. "doctrine/collections": "~1.0",
  5735. "ext-mbstring": "*",
  5736. "php": ">=5.3.3",
  5737. "symfony/filesystem": "^2.0.5|^3.0",
  5738. "symfony/process": "^2.1|^3.0"
  5739. },
  5740. "require-dev": {
  5741. "ext-zip": "*",
  5742. "guzzle/guzzle": "~3.0",
  5743. "phpunit/phpunit": "^4.0|^5.0",
  5744. "symfony/finder": "^2.0.5|^3.0"
  5745. },
  5746. "suggest": {
  5747. "ext-zip": "To use the ZipExtensionAdapter",
  5748. "guzzle/guzzle": "To use the GuzzleTeleporter"
  5749. },
  5750. "type": "library",
  5751. "extra": {
  5752. "branch-alias": {
  5753. "dev-master": "0.2.x-dev"
  5754. }
  5755. },
  5756. "autoload": {
  5757. "psr-4": {
  5758. "Alchemy\\Zippy\\": "src/"
  5759. }
  5760. },
  5761. "notification-url": "https://packagist.org/downloads/",
  5762. "license": [
  5763. "MIT"
  5764. ],
  5765. "authors": [
  5766. {
  5767. "name": "Alchemy",
  5768. "email": "dev.team@alchemy.fr",
  5769. "homepage": "http://www.alchemy.fr/"
  5770. }
  5771. ],
  5772. "description": "Zippy, the archive manager companion",
  5773. "keywords": [
  5774. "bzip",
  5775. "compression",
  5776. "tar",
  5777. "zip"
  5778. ],
  5779. "time": "2016-02-15 22:46:40"
  5780. },
  5781. {
  5782. "name": "behat/mink",
  5783. "version": "v1.7.1",
  5784. "source": {
  5785. "type": "git",
  5786. "url": "https://github.com/minkphp/Mink.git",
  5787. "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
  5788. },
  5789. "dist": {
  5790. "type": "zip",
  5791. "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
  5792. "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
  5793. "shasum": ""
  5794. },
  5795. "require": {
  5796. "php": ">=5.3.1",
  5797. "symfony/css-selector": "~2.1|~3.0"
  5798. },
  5799. "require-dev": {
  5800. "symfony/phpunit-bridge": "~2.7|~3.0"
  5801. },
  5802. "suggest": {
  5803. "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
  5804. "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
  5805. "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
  5806. "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
  5807. },
  5808. "type": "library",
  5809. "extra": {
  5810. "branch-alias": {
  5811. "dev-master": "1.7.x-dev"
  5812. }
  5813. },
  5814. "autoload": {
  5815. "psr-4": {
  5816. "Behat\\Mink\\": "src/"
  5817. }
  5818. },
  5819. "notification-url": "https://packagist.org/downloads/",
  5820. "license": [
  5821. "MIT"
  5822. ],
  5823. "authors": [
  5824. {
  5825. "name": "Konstantin Kudryashov",
  5826. "email": "ever.zet@gmail.com",
  5827. "homepage": "http://everzet.com"
  5828. }
  5829. ],
  5830. "description": "Browser controller/emulator abstraction for PHP",
  5831. "homepage": "http://mink.behat.org/",
  5832. "keywords": [
  5833. "browser",
  5834. "testing",
  5835. "web"
  5836. ],
  5837. "time": "2016-03-05 08:26:18"
  5838. },
  5839. {
  5840. "name": "behat/mink-browserkit-driver",
  5841. "version": "v1.3.2",
  5842. "source": {
  5843. "type": "git",
  5844. "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
  5845. "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
  5846. },
  5847. "dist": {
  5848. "type": "zip",
  5849. "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
  5850. "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
  5851. "shasum": ""
  5852. },
  5853. "require": {
  5854. "behat/mink": "^1.7.1@dev",
  5855. "php": ">=5.3.6",
  5856. "symfony/browser-kit": "~2.3|~3.0",
  5857. "symfony/dom-crawler": "~2.3|~3.0"
  5858. },
  5859. "require-dev": {
  5860. "silex/silex": "~1.2",
  5861. "symfony/phpunit-bridge": "~2.7|~3.0"
  5862. },
  5863. "type": "mink-driver",
  5864. "extra": {
  5865. "branch-alias": {
  5866. "dev-master": "1.3.x-dev"
  5867. }
  5868. },
  5869. "autoload": {
  5870. "psr-4": {
  5871. "Behat\\Mink\\Driver\\": "src/"
  5872. }
  5873. },
  5874. "notification-url": "https://packagist.org/downloads/",
  5875. "license": [
  5876. "MIT"
  5877. ],
  5878. "authors": [
  5879. {
  5880. "name": "Konstantin Kudryashov",
  5881. "email": "ever.zet@gmail.com",
  5882. "homepage": "http://everzet.com"
  5883. }
  5884. ],
  5885. "description": "Symfony2 BrowserKit driver for Mink framework",
  5886. "homepage": "http://mink.behat.org/",
  5887. "keywords": [
  5888. "Mink",
  5889. "Symfony2",
  5890. "browser",
  5891. "testing"
  5892. ],
  5893. "time": "2016-03-05 08:59:47"
  5894. },
  5895. {
  5896. "name": "behat/mink-goutte-driver",
  5897. "version": "v1.2.1",
  5898. "source": {
  5899. "type": "git",
  5900. "url": "https://github.com/minkphp/MinkGoutteDriver.git",
  5901. "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
  5902. },
  5903. "dist": {
  5904. "type": "zip",
  5905. "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
  5906. "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
  5907. "shasum": ""
  5908. },
  5909. "require": {
  5910. "behat/mink": "~1.6@dev",
  5911. "behat/mink-browserkit-driver": "~1.2@dev",
  5912. "fabpot/goutte": "~1.0.4|~2.0|~3.1",
  5913. "php": ">=5.3.1"
  5914. },
  5915. "require-dev": {
  5916. "symfony/phpunit-bridge": "~2.7|~3.0"
  5917. },
  5918. "type": "mink-driver",
  5919. "extra": {
  5920. "branch-alias": {
  5921. "dev-master": "1.2.x-dev"
  5922. }
  5923. },
  5924. "autoload": {
  5925. "psr-4": {
  5926. "Behat\\Mink\\Driver\\": "src/"
  5927. }
  5928. },
  5929. "notification-url": "https://packagist.org/downloads/",
  5930. "license": [
  5931. "MIT"
  5932. ],
  5933. "authors": [
  5934. {
  5935. "name": "Konstantin Kudryashov",
  5936. "email": "ever.zet@gmail.com",
  5937. "homepage": "http://everzet.com"
  5938. }
  5939. ],
  5940. "description": "Goutte driver for Mink framework",
  5941. "homepage": "http://mink.behat.org/",
  5942. "keywords": [
  5943. "browser",
  5944. "goutte",
  5945. "headless",
  5946. "testing"
  5947. ],
  5948. "time": "2016-03-05 09:04:22"
  5949. },
  5950. {
  5951. "name": "consolidation/annotated-command",
  5952. "version": "2.0.3",
  5953. "source": {
  5954. "type": "git",
  5955. "url": "https://github.com/consolidation/annotated-command.git",
  5956. "reference": "0bcb15e86b8bfbb1972fc6bc31b7d9c3fa40285d"
  5957. },
  5958. "dist": {
  5959. "type": "zip",
  5960. "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/0bcb15e86b8bfbb1972fc6bc31b7d9c3fa40285d",
  5961. "reference": "0bcb15e86b8bfbb1972fc6bc31b7d9c3fa40285d",
  5962. "shasum": ""
  5963. },
  5964. "require": {
  5965. "consolidation/output-formatters": "~2|~3",
  5966. "php": ">=5.4.0",
  5967. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  5968. "psr/log": "~1",
  5969. "symfony/console": "^2.8|~3",
  5970. "symfony/event-dispatcher": "^2.5|~3",
  5971. "symfony/finder": "^2.5|~3"
  5972. },
  5973. "require-dev": {
  5974. "phpunit/phpunit": "4.*",
  5975. "satooshi/php-coveralls": "^1.0",
  5976. "squizlabs/php_codesniffer": "^2.7"
  5977. },
  5978. "type": "library",
  5979. "extra": {
  5980. "branch-alias": {
  5981. "dev-master": "2.x-dev"
  5982. }
  5983. },
  5984. "autoload": {
  5985. "psr-4": {
  5986. "Consolidation\\AnnotatedCommand\\": "src"
  5987. }
  5988. },
  5989. "notification-url": "https://packagist.org/downloads/",
  5990. "license": [
  5991. "MIT"
  5992. ],
  5993. "authors": [
  5994. {
  5995. "name": "Greg Anderson",
  5996. "email": "greg.1.anderson@greenknowe.org"
  5997. }
  5998. ],
  5999. "description": "Initialize Symfony Console commands from annotated command class methods.",
  6000. "time": "2016-11-14 23:51:12"
  6001. },
  6002. {
  6003. "name": "consolidation/output-formatters",
  6004. "version": "2.1.3",
  6005. "source": {
  6006. "type": "git",
  6007. "url": "https://github.com/consolidation/output-formatters.git",
  6008. "reference": "664722e42208d41c556b40e5ecbf2925b7f26e89"
  6009. },
  6010. "dist": {
  6011. "type": "zip",
  6012. "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/664722e42208d41c556b40e5ecbf2925b7f26e89",
  6013. "reference": "664722e42208d41c556b40e5ecbf2925b7f26e89",
  6014. "shasum": ""
  6015. },
  6016. "require": {
  6017. "php": ">=5.4.0",
  6018. "symfony/console": "~2.5|~3.0",
  6019. "symfony/finder": "~2.5|~3.0",
  6020. "victorjonsson/markdowndocs": "^1.3"
  6021. },
  6022. "require-dev": {
  6023. "phpunit/phpunit": "4.*",
  6024. "satooshi/php-coveralls": "^1.0",
  6025. "squizlabs/php_codesniffer": "2.*"
  6026. },
  6027. "type": "library",
  6028. "extra": {
  6029. "branch-alias": {
  6030. "dev-master": "2.x-dev"
  6031. }
  6032. },
  6033. "autoload": {
  6034. "psr-4": {
  6035. "Consolidation\\OutputFormatters\\": "src"
  6036. }
  6037. },
  6038. "notification-url": "https://packagist.org/downloads/",
  6039. "license": [
  6040. "MIT"
  6041. ],
  6042. "authors": [
  6043. {
  6044. "name": "Greg Anderson",
  6045. "email": "greg.1.anderson@greenknowe.org"
  6046. }
  6047. ],
  6048. "description": "Format text by applying transformations provided by plug-in formatters.",
  6049. "time": "2016-11-10 23:25:21"
  6050. },
  6051. {
  6052. "name": "dflydev/dot-access-configuration",
  6053. "version": "v1.0.2",
  6054. "source": {
  6055. "type": "git",
  6056. "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
  6057. "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d"
  6058. },
  6059. "dist": {
  6060. "type": "zip",
  6061. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d",
  6062. "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d",
  6063. "shasum": ""
  6064. },
  6065. "require": {
  6066. "dflydev/dot-access-data": "1.*",
  6067. "dflydev/placeholder-resolver": "1.*",
  6068. "php": ">=5.3.2"
  6069. },
  6070. "require-dev": {
  6071. "symfony/yaml": "~2.1"
  6072. },
  6073. "suggest": {
  6074. "symfony/yaml": "Required for using the YAML Configuration Builders"
  6075. },
  6076. "type": "library",
  6077. "extra": {
  6078. "branch-alias": {
  6079. "dev-master": "1.0-dev"
  6080. }
  6081. },
  6082. "autoload": {
  6083. "psr-0": {
  6084. "Dflydev\\DotAccessConfiguration": "src"
  6085. }
  6086. },
  6087. "notification-url": "https://packagist.org/downloads/",
  6088. "license": [
  6089. "MIT"
  6090. ],
  6091. "authors": [
  6092. {
  6093. "name": "Dragonfly Development Inc.",
  6094. "email": "info@dflydev.com",
  6095. "homepage": "http://dflydev.com"
  6096. },
  6097. {
  6098. "name": "Beau Simensen",
  6099. "email": "beau@dflydev.com",
  6100. "homepage": "http://beausimensen.com"
  6101. }
  6102. ],
  6103. "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
  6104. "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
  6105. "keywords": [
  6106. "config",
  6107. "configuration"
  6108. ],
  6109. "time": "2016-12-12 17:43:40"
  6110. },
  6111. {
  6112. "name": "dflydev/dot-access-data",
  6113. "version": "v1.1.0",
  6114. "source": {
  6115. "type": "git",
  6116. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  6117. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
  6118. },
  6119. "dist": {
  6120. "type": "zip",
  6121. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
  6122. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
  6123. "shasum": ""
  6124. },
  6125. "require": {
  6126. "php": ">=5.3.2"
  6127. },
  6128. "type": "library",
  6129. "extra": {
  6130. "branch-alias": {
  6131. "dev-master": "1.0-dev"
  6132. }
  6133. },
  6134. "autoload": {
  6135. "psr-0": {
  6136. "Dflydev\\DotAccessData": "src"
  6137. }
  6138. },
  6139. "notification-url": "https://packagist.org/downloads/",
  6140. "license": [
  6141. "MIT"
  6142. ],
  6143. "authors": [
  6144. {
  6145. "name": "Dragonfly Development Inc.",
  6146. "email": "info@dflydev.com",
  6147. "homepage": "http://dflydev.com"
  6148. },
  6149. {
  6150. "name": "Beau Simensen",
  6151. "email": "beau@dflydev.com",
  6152. "homepage": "http://beausimensen.com"
  6153. },
  6154. {
  6155. "name": "Carlos Frutos",
  6156. "email": "carlos@kiwing.it",
  6157. "homepage": "https://github.com/cfrutos"
  6158. }
  6159. ],
  6160. "description": "Given a deep data structure, access data by dot notation.",
  6161. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  6162. "keywords": [
  6163. "access",
  6164. "data",
  6165. "dot",
  6166. "notation"
  6167. ],
  6168. "time": "2017-01-20 21:14:22"
  6169. },
  6170. {
  6171. "name": "dflydev/placeholder-resolver",
  6172. "version": "v1.0.2",
  6173. "source": {
  6174. "type": "git",
  6175. "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
  6176. "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
  6177. },
  6178. "dist": {
  6179. "type": "zip",
  6180. "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
  6181. "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
  6182. "shasum": ""
  6183. },
  6184. "require": {
  6185. "php": ">=5.3.2"
  6186. },
  6187. "type": "library",
  6188. "extra": {
  6189. "branch-alias": {
  6190. "dev-master": "1.0-dev"
  6191. }
  6192. },
  6193. "autoload": {
  6194. "psr-0": {
  6195. "Dflydev\\PlaceholderResolver": "src"
  6196. }
  6197. },
  6198. "notification-url": "https://packagist.org/downloads/",
  6199. "license": [
  6200. "MIT"
  6201. ],
  6202. "authors": [
  6203. {
  6204. "name": "Dragonfly Development Inc.",
  6205. "email": "info@dflydev.com",
  6206. "homepage": "http://dflydev.com"
  6207. },
  6208. {
  6209. "name": "Beau Simensen",
  6210. "email": "beau@dflydev.com",
  6211. "homepage": "http://beausimensen.com"
  6212. }
  6213. ],
  6214. "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
  6215. "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
  6216. "keywords": [
  6217. "placeholder",
  6218. "resolver"
  6219. ],
  6220. "time": "2012-10-28 21:08:28"
  6221. },
  6222. {
  6223. "name": "dnoegel/php-xdg-base-dir",
  6224. "version": "0.1",
  6225. "source": {
  6226. "type": "git",
  6227. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  6228. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  6229. },
  6230. "dist": {
  6231. "type": "zip",
  6232. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  6233. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  6234. "shasum": ""
  6235. },
  6236. "require": {
  6237. "php": ">=5.3.2"
  6238. },
  6239. "require-dev": {
  6240. "phpunit/phpunit": "@stable"
  6241. },
  6242. "type": "project",
  6243. "autoload": {
  6244. "psr-4": {
  6245. "XdgBaseDir\\": "src/"
  6246. }
  6247. },
  6248. "notification-url": "https://packagist.org/downloads/",
  6249. "license": [
  6250. "MIT"
  6251. ],
  6252. "description": "implementation of xdg base directory specification for php",
  6253. "time": "2014-10-24 07:27:01"
  6254. },
  6255. {
  6256. "name": "doctrine/instantiator",
  6257. "version": "1.0.5",
  6258. "source": {
  6259. "type": "git",
  6260. "url": "https://github.com/doctrine/instantiator.git",
  6261. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  6262. },
  6263. "dist": {
  6264. "type": "zip",
  6265. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  6266. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  6267. "shasum": ""
  6268. },
  6269. "require": {
  6270. "php": ">=5.3,<8.0-DEV"
  6271. },
  6272. "require-dev": {
  6273. "athletic/athletic": "~0.1.8",
  6274. "ext-pdo": "*",
  6275. "ext-phar": "*",
  6276. "phpunit/phpunit": "~4.0",
  6277. "squizlabs/php_codesniffer": "~2.0"
  6278. },
  6279. "type": "library",
  6280. "extra": {
  6281. "branch-alias": {
  6282. "dev-master": "1.0.x-dev"
  6283. }
  6284. },
  6285. "autoload": {
  6286. "psr-4": {
  6287. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  6288. }
  6289. },
  6290. "notification-url": "https://packagist.org/downloads/",
  6291. "license": [
  6292. "MIT"
  6293. ],
  6294. "authors": [
  6295. {
  6296. "name": "Marco Pivetta",
  6297. "email": "ocramius@gmail.com",
  6298. "homepage": "http://ocramius.github.com/"
  6299. }
  6300. ],
  6301. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  6302. "homepage": "https://github.com/doctrine/instantiator",
  6303. "keywords": [
  6304. "constructor",
  6305. "instantiate"
  6306. ],
  6307. "time": "2015-06-14 21:17:01"
  6308. },
  6309. {
  6310. "name": "drupal/console",
  6311. "version": "1.0.0-rc10",
  6312. "source": {
  6313. "type": "git",
  6314. "url": "https://github.com/hechoendrupal/drupal-console.git",
  6315. "reference": "9ec28866068f902220a2ee0aeb36526488a3b0e1"
  6316. },
  6317. "dist": {
  6318. "type": "zip",
  6319. "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/9ec28866068f902220a2ee0aeb36526488a3b0e1",
  6320. "reference": "9ec28866068f902220a2ee0aeb36526488a3b0e1",
  6321. "shasum": ""
  6322. },
  6323. "require": {
  6324. "alchemy/zippy": "0.3.5",
  6325. "composer/installers": "~1.0",
  6326. "dflydev/placeholder-resolver": "~1.0",
  6327. "doctrine/annotations": "1.2.*",
  6328. "drupal/console-core": "~1.0",
  6329. "gabordemooij/redbean": "~4.3",
  6330. "guzzlehttp/guzzle": "~6.1",
  6331. "php": "^5.5.9 || ^7.0",
  6332. "symfony/css-selector": "~2.7|~2.8",
  6333. "symfony/debug": "~2.6|~2.8",
  6334. "symfony/dom-crawler": "~2.7|~2.8",
  6335. "symfony/expression-language": "^2.8",
  6336. "symfony/http-foundation": "~2.8"
  6337. },
  6338. "bin": [
  6339. "bin/drupal"
  6340. ],
  6341. "type": "project",
  6342. "autoload": {
  6343. "psr-4": {
  6344. "Drupal\\Console\\": "src"
  6345. }
  6346. },
  6347. "notification-url": "https://packagist.org/downloads/",
  6348. "license": [
  6349. "GPL-2.0+"
  6350. ],
  6351. "authors": [
  6352. {
  6353. "name": "David Flores",
  6354. "email": "dmousex@gmail.com",
  6355. "homepage": "http://dmouse.net"
  6356. },
  6357. {
  6358. "name": "Jesus Manuel Olivas",
  6359. "email": "jesus.olivas@gmail.com",
  6360. "homepage": "http://jmolivas.com"
  6361. },
  6362. {
  6363. "name": "Drupal Console Contributors",
  6364. "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
  6365. },
  6366. {
  6367. "name": "Eduardo Garcia",
  6368. "email": "enzo@enzolutions.com",
  6369. "homepage": "http://enzolutions.com/"
  6370. },
  6371. {
  6372. "name": "Omar Aguirre",
  6373. "email": "omersguchigu@gmail.com"
  6374. }
  6375. ],
  6376. "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
  6377. "homepage": "http://drupalconsole.com/",
  6378. "keywords": [
  6379. "console",
  6380. "development",
  6381. "drupal",
  6382. "symfony"
  6383. ],
  6384. "time": "2016-11-24 07:23:06"
  6385. },
  6386. {
  6387. "name": "drupal/console-core",
  6388. "version": "1.0.0-rc10",
  6389. "source": {
  6390. "type": "git",
  6391. "url": "https://github.com/hechoendrupal/drupal-console-core.git",
  6392. "reference": "45cb9ef7777540de23fd727e9c76d21b8e82cc2b"
  6393. },
  6394. "dist": {
  6395. "type": "zip",
  6396. "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/45cb9ef7777540de23fd727e9c76d21b8e82cc2b",
  6397. "reference": "45cb9ef7777540de23fd727e9c76d21b8e82cc2b",
  6398. "shasum": ""
  6399. },
  6400. "require": {
  6401. "dflydev/dot-access-configuration": "1.*",
  6402. "drupal/console-en": "~1.0",
  6403. "php": "^5.5.9 || ^7.0",
  6404. "phpseclib/phpseclib": "2.*",
  6405. "stecman/symfony-console-completion": "~0.7",
  6406. "symfony/config": "~2.8",
  6407. "symfony/console": "~2.8",
  6408. "symfony/dependency-injection": "~2.8",
  6409. "symfony/event-dispatcher": "~2.8",
  6410. "symfony/filesystem": "~2.8",
  6411. "symfony/finder": "~2.8",
  6412. "symfony/process": "~2.8",
  6413. "symfony/translation": "~2.8",
  6414. "symfony/yaml": "~2.8",
  6415. "twig/twig": "^1.23.1",
  6416. "webflo/drupal-finder": "0.*"
  6417. },
  6418. "type": "project",
  6419. "autoload": {
  6420. "files": [
  6421. "src/constants.php",
  6422. "src/functions.php"
  6423. ],
  6424. "psr-4": {
  6425. "Drupal\\Console\\": "src"
  6426. }
  6427. },
  6428. "notification-url": "https://packagist.org/downloads/",
  6429. "license": [
  6430. "GPL-2.0+"
  6431. ],
  6432. "authors": [
  6433. {
  6434. "name": "David Flores",
  6435. "email": "dmousex@gmail.com",
  6436. "homepage": "http://dmouse.net"
  6437. },
  6438. {
  6439. "name": "Jesus Manuel Olivas",
  6440. "email": "jesus.olivas@gmail.com",
  6441. "homepage": "http://jmolivas.com"
  6442. },
  6443. {
  6444. "name": "Drupal Console Contributors",
  6445. "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
  6446. },
  6447. {
  6448. "name": "Eduardo Garcia",
  6449. "email": "enzo@enzolutions.com",
  6450. "homepage": "http://enzolutions.com/"
  6451. },
  6452. {
  6453. "name": "Omar Aguirre",
  6454. "email": "omersguchigu@gmail.com"
  6455. }
  6456. ],
  6457. "description": "Drupal Console Core",
  6458. "homepage": "http://drupalconsole.com/",
  6459. "keywords": [
  6460. "console",
  6461. "development",
  6462. "drupal",
  6463. "symfony"
  6464. ],
  6465. "time": "2016-11-24 07:06:28"
  6466. },
  6467. {
  6468. "name": "drupal/console-en",
  6469. "version": "1.0.0-rc10",
  6470. "source": {
  6471. "type": "git",
  6472. "url": "https://github.com/hechoendrupal/drupal-console-en.git",
  6473. "reference": "6482b4e7102d91c6a3650ed3ed1f0081ceca5e99"
  6474. },
  6475. "dist": {
  6476. "type": "zip",
  6477. "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/6482b4e7102d91c6a3650ed3ed1f0081ceca5e99",
  6478. "reference": "6482b4e7102d91c6a3650ed3ed1f0081ceca5e99",
  6479. "shasum": ""
  6480. },
  6481. "type": "drupal-console-language",
  6482. "notification-url": "https://packagist.org/downloads/",
  6483. "license": [
  6484. "GPL-2.0+"
  6485. ],
  6486. "authors": [
  6487. {
  6488. "name": "David Flores",
  6489. "email": "dmousex@gmail.com",
  6490. "homepage": "http://dmouse.net"
  6491. },
  6492. {
  6493. "name": "Jesus Manuel Olivas",
  6494. "email": "jesus.olivas@gmail.com",
  6495. "homepage": "http://jmolivas.com"
  6496. },
  6497. {
  6498. "name": "Drupal Console Contributors",
  6499. "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
  6500. },
  6501. {
  6502. "name": "Eduardo Garcia",
  6503. "email": "enzo@enzolutions.com",
  6504. "homepage": "http://enzolutions.com/"
  6505. },
  6506. {
  6507. "name": "Omar Aguirre",
  6508. "email": "omersguchigu@gmail.com"
  6509. }
  6510. ],
  6511. "description": "Drupal Console English Language",
  6512. "homepage": "http://drupalconsole.com/",
  6513. "keywords": [
  6514. "console",
  6515. "development",
  6516. "drupal",
  6517. "symfony"
  6518. ],
  6519. "time": "2016-12-12 00:56:06"
  6520. },
  6521. {
  6522. "name": "drush/drush",
  6523. "version": "8.1.8",
  6524. "source": {
  6525. "type": "git",
  6526. "url": "https://github.com/drush-ops/drush.git",
  6527. "reference": "838c36d80bea7f78f1ae3e7f7479d60b7361c0fd"
  6528. },
  6529. "dist": {
  6530. "type": "zip",
  6531. "url": "https://api.github.com/repos/drush-ops/drush/zipball/838c36d80bea7f78f1ae3e7f7479d60b7361c0fd",
  6532. "reference": "838c36d80bea7f78f1ae3e7f7479d60b7361c0fd",
  6533. "shasum": ""
  6534. },
  6535. "require": {
  6536. "consolidation/annotated-command": "~2",
  6537. "consolidation/output-formatters": "~2",
  6538. "pear/console_table": "~1.3.0",
  6539. "php": ">=5.4.5",
  6540. "phpdocumentor/reflection-docblock": "^2.0",
  6541. "psr/log": "~1.0",
  6542. "psy/psysh": "~0.6",
  6543. "symfony/console": "~2.7",
  6544. "symfony/event-dispatcher": "~2.7",
  6545. "symfony/finder": "~2.7",
  6546. "symfony/var-dumper": "~2.7",
  6547. "symfony/yaml": "~2.3",
  6548. "webmozart/path-util": "~2"
  6549. },
  6550. "require-dev": {
  6551. "phpunit/phpunit": "4.*",
  6552. "symfony/process": "2.7.*"
  6553. },
  6554. "suggest": {
  6555. "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
  6556. "ext-pcntl": "*"
  6557. },
  6558. "bin": [
  6559. "drush",
  6560. "drush.launcher",
  6561. "drush.php",
  6562. "drush.complete.sh"
  6563. ],
  6564. "type": "library",
  6565. "extra": {
  6566. "branch-alias": {
  6567. "dev-master": "8.0.x-dev"
  6568. }
  6569. },
  6570. "autoload": {
  6571. "psr-0": {
  6572. "Drush": "lib/",
  6573. "Consolidation": "lib/"
  6574. }
  6575. },
  6576. "notification-url": "https://packagist.org/downloads/",
  6577. "license": [
  6578. "GPL-2.0+"
  6579. ],
  6580. "authors": [
  6581. {
  6582. "name": "Moshe Weitzman",
  6583. "email": "weitzman@tejasa.com"
  6584. },
  6585. {
  6586. "name": "Owen Barton",
  6587. "email": "drupal@owenbarton.com"
  6588. },
  6589. {
  6590. "name": "Mark Sonnabaum",
  6591. "email": "marksonnabaum@gmail.com"
  6592. },
  6593. {
  6594. "name": "Antoine Beaupré",
  6595. "email": "anarcat@koumbit.org"
  6596. },
  6597. {
  6598. "name": "Greg Anderson",
  6599. "email": "greg.1.anderson@greenknowe.org"
  6600. },
  6601. {
  6602. "name": "Jonathan Araña Cruz",
  6603. "email": "jonhattan@faita.net"
  6604. },
  6605. {
  6606. "name": "Jonathan Hedstrom",
  6607. "email": "jhedstrom@gmail.com"
  6608. },
  6609. {
  6610. "name": "Christopher Gervais",
  6611. "email": "chris@ergonlogic.com"
  6612. },
  6613. {
  6614. "name": "Dave Reid",
  6615. "email": "dave@davereid.net"
  6616. },
  6617. {
  6618. "name": "Damian Lee",
  6619. "email": "damiankloip@googlemail.com"
  6620. }
  6621. ],
  6622. "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
  6623. "homepage": "http://www.drush.org",
  6624. "time": "2016-11-30 07:01:02"
  6625. },
  6626. {
  6627. "name": "fabpot/goutte",
  6628. "version": "v3.2.1",
  6629. "source": {
  6630. "type": "git",
  6631. "url": "https://github.com/FriendsOfPHP/Goutte.git",
  6632. "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
  6633. },
  6634. "dist": {
  6635. "type": "zip",
  6636. "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
  6637. "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
  6638. "shasum": ""
  6639. },
  6640. "require": {
  6641. "guzzlehttp/guzzle": "^6.0",
  6642. "php": ">=5.5.0",
  6643. "symfony/browser-kit": "~2.1|~3.0",
  6644. "symfony/css-selector": "~2.1|~3.0",
  6645. "symfony/dom-crawler": "~2.1|~3.0"
  6646. },
  6647. "type": "application",
  6648. "extra": {
  6649. "branch-alias": {
  6650. "dev-master": "3.2-dev"
  6651. }
  6652. },
  6653. "autoload": {
  6654. "psr-4": {
  6655. "Goutte\\": "Goutte"
  6656. }
  6657. },
  6658. "notification-url": "https://packagist.org/downloads/",
  6659. "license": [
  6660. "MIT"
  6661. ],
  6662. "authors": [
  6663. {
  6664. "name": "Fabien Potencier",
  6665. "email": "fabien@symfony.com"
  6666. }
  6667. ],
  6668. "description": "A simple PHP Web Scraper",
  6669. "homepage": "https://github.com/FriendsOfPHP/Goutte",
  6670. "keywords": [
  6671. "scraper"
  6672. ],
  6673. "time": "2017-01-03 13:21:43"
  6674. },
  6675. {
  6676. "name": "gabordemooij/redbean",
  6677. "version": "v4.3.3",
  6678. "source": {
  6679. "type": "git",
  6680. "url": "https://github.com/gabordemooij/redbean.git",
  6681. "reference": "1c7ec69850e9f7966ff7feb87b01d8f43a9753d3"
  6682. },
  6683. "dist": {
  6684. "type": "zip",
  6685. "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/1c7ec69850e9f7966ff7feb87b01d8f43a9753d3",
  6686. "reference": "1c7ec69850e9f7966ff7feb87b01d8f43a9753d3",
  6687. "shasum": ""
  6688. },
  6689. "require": {
  6690. "php": ">=5.3.4"
  6691. },
  6692. "type": "library",
  6693. "autoload": {
  6694. "psr-4": {
  6695. "RedBeanPHP\\": "RedBeanPHP"
  6696. }
  6697. },
  6698. "notification-url": "https://packagist.org/downloads/",
  6699. "license": [
  6700. "New BSD and GPLv2"
  6701. ],
  6702. "authors": [
  6703. {
  6704. "name": "Gabor de Mooij",
  6705. "email": "gabor@redbeanphp.com",
  6706. "homepage": "http://redbeanphp.com"
  6707. }
  6708. ],
  6709. "description": "RedBeanPHP ORM",
  6710. "homepage": "http://redbeanphp.com/",
  6711. "keywords": [
  6712. "orm"
  6713. ],
  6714. "time": "2016-10-03 21:25:17"
  6715. },
  6716. {
  6717. "name": "jakub-onderka/php-console-color",
  6718. "version": "0.1",
  6719. "source": {
  6720. "type": "git",
  6721. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  6722. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  6723. },
  6724. "dist": {
  6725. "type": "zip",
  6726. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  6727. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  6728. "shasum": ""
  6729. },
  6730. "require": {
  6731. "php": ">=5.3.2"
  6732. },
  6733. "require-dev": {
  6734. "jakub-onderka/php-code-style": "1.0",
  6735. "jakub-onderka/php-parallel-lint": "0.*",
  6736. "jakub-onderka/php-var-dump-check": "0.*",
  6737. "phpunit/phpunit": "3.7.*",
  6738. "squizlabs/php_codesniffer": "1.*"
  6739. },
  6740. "type": "library",
  6741. "autoload": {
  6742. "psr-0": {
  6743. "JakubOnderka\\PhpConsoleColor": "src/"
  6744. }
  6745. },
  6746. "notification-url": "https://packagist.org/downloads/",
  6747. "license": [
  6748. "BSD-2-Clause"
  6749. ],
  6750. "authors": [
  6751. {
  6752. "name": "Jakub Onderka",
  6753. "email": "jakub.onderka@gmail.com",
  6754. "homepage": "http://www.acci.cz"
  6755. }
  6756. ],
  6757. "time": "2014-04-08 15:00:19"
  6758. },
  6759. {
  6760. "name": "jakub-onderka/php-console-highlighter",
  6761. "version": "v0.3.2",
  6762. "source": {
  6763. "type": "git",
  6764. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  6765. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  6766. },
  6767. "dist": {
  6768. "type": "zip",
  6769. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  6770. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  6771. "shasum": ""
  6772. },
  6773. "require": {
  6774. "jakub-onderka/php-console-color": "~0.1",
  6775. "php": ">=5.3.0"
  6776. },
  6777. "require-dev": {
  6778. "jakub-onderka/php-code-style": "~1.0",
  6779. "jakub-onderka/php-parallel-lint": "~0.5",
  6780. "jakub-onderka/php-var-dump-check": "~0.1",
  6781. "phpunit/phpunit": "~4.0",
  6782. "squizlabs/php_codesniffer": "~1.5"
  6783. },
  6784. "type": "library",
  6785. "autoload": {
  6786. "psr-0": {
  6787. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  6788. }
  6789. },
  6790. "notification-url": "https://packagist.org/downloads/",
  6791. "license": [
  6792. "MIT"
  6793. ],
  6794. "authors": [
  6795. {
  6796. "name": "Jakub Onderka",
  6797. "email": "acci@acci.cz",
  6798. "homepage": "http://www.acci.cz/"
  6799. }
  6800. ],
  6801. "time": "2015-04-20 18:58:01"
  6802. },
  6803. {
  6804. "name": "jcalderonzumba/gastonjs",
  6805. "version": "v1.0.3",
  6806. "source": {
  6807. "type": "git",
  6808. "url": "https://github.com/jcalderonzumba/gastonjs.git",
  6809. "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
  6810. },
  6811. "dist": {
  6812. "type": "zip",
  6813. "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
  6814. "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
  6815. "shasum": ""
  6816. },
  6817. "require": {
  6818. "guzzlehttp/guzzle": "~5.0|~6.0",
  6819. "php": ">=5.4"
  6820. },
  6821. "require-dev": {
  6822. "phpunit/phpunit": "~4.6",
  6823. "silex/silex": "~1.2",
  6824. "symfony/phpunit-bridge": "~2.7",
  6825. "symfony/process": "~2.1"
  6826. },
  6827. "type": "phantomjs-api",
  6828. "extra": {
  6829. "branch-alias": {
  6830. "dev-master": "1.1.x-dev"
  6831. }
  6832. },
  6833. "autoload": {
  6834. "psr-4": {
  6835. "Zumba\\GastonJS\\": "src"
  6836. }
  6837. },
  6838. "notification-url": "https://packagist.org/downloads/",
  6839. "license": [
  6840. "MIT"
  6841. ],
  6842. "authors": [
  6843. {
  6844. "name": "Juan Francisco Calderón Zumba",
  6845. "email": "juanfcz@gmail.com",
  6846. "homepage": "http://github.com/jcalderonzumba"
  6847. }
  6848. ],
  6849. "description": "PhantomJS API based server for webpage automation",
  6850. "homepage": "https://github.com/jcalderonzumba/gastonjs",
  6851. "keywords": [
  6852. "api",
  6853. "automation",
  6854. "browser",
  6855. "headless",
  6856. "phantomjs"
  6857. ],
  6858. "time": "2016-05-04 16:27:07"
  6859. },
  6860. {
  6861. "name": "jcalderonzumba/mink-phantomjs-driver",
  6862. "version": "v0.3.3",
  6863. "source": {
  6864. "type": "git",
  6865. "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
  6866. "reference": "008f43670e94acd39273d15add1e7348eb23848d"
  6867. },
  6868. "dist": {
  6869. "type": "zip",
  6870. "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
  6871. "reference": "008f43670e94acd39273d15add1e7348eb23848d",
  6872. "shasum": ""
  6873. },
  6874. "require": {
  6875. "behat/mink": "~1.7",
  6876. "jcalderonzumba/gastonjs": "~1.0",
  6877. "php": ">=5.4",
  6878. "twig/twig": "~1.20|~2.0"
  6879. },
  6880. "require-dev": {
  6881. "mink/driver-testsuite": "dev-master",
  6882. "phpunit/phpunit": "~4.6"
  6883. },
  6884. "type": "mink-driver",
  6885. "extra": {
  6886. "branch-alias": {
  6887. "dev-master": "0.4.x-dev"
  6888. }
  6889. },
  6890. "autoload": {
  6891. "psr-4": {
  6892. "Zumba\\Mink\\Driver\\": "src"
  6893. }
  6894. },
  6895. "notification-url": "https://packagist.org/downloads/",
  6896. "license": [
  6897. "MIT"
  6898. ],
  6899. "authors": [
  6900. {
  6901. "name": "Juan Francisco Calderón Zumba",
  6902. "email": "juanfcz@gmail.com",
  6903. "homepage": "http://github.com/jcalderonzumba"
  6904. }
  6905. ],
  6906. "description": "PhantomJS driver for Mink framework",
  6907. "homepage": "http://mink.behat.org/",
  6908. "keywords": [
  6909. "ajax",
  6910. "browser",
  6911. "headless",
  6912. "javascript",
  6913. "phantomjs",
  6914. "testing"
  6915. ],
  6916. "time": "2016-12-01 10:57:30"
  6917. },
  6918. {
  6919. "name": "mikey179/vfsStream",
  6920. "version": "v1.6.4",
  6921. "source": {
  6922. "type": "git",
  6923. "url": "https://github.com/mikey179/vfsStream.git",
  6924. "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
  6925. },
  6926. "dist": {
  6927. "type": "zip",
  6928. "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
  6929. "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
  6930. "shasum": ""
  6931. },
  6932. "require": {
  6933. "php": ">=5.3.0"
  6934. },
  6935. "require-dev": {
  6936. "phpunit/phpunit": "~4.5"
  6937. },
  6938. "type": "library",
  6939. "extra": {
  6940. "branch-alias": {
  6941. "dev-master": "1.6.x-dev"
  6942. }
  6943. },
  6944. "autoload": {
  6945. "psr-0": {
  6946. "org\\bovigo\\vfs\\": "src/main/php"
  6947. }
  6948. },
  6949. "notification-url": "https://packagist.org/downloads/",
  6950. "license": [
  6951. "BSD-3-Clause"
  6952. ],
  6953. "authors": [
  6954. {
  6955. "name": "Frank Kleine",
  6956. "homepage": "http://frankkleine.de/",
  6957. "role": "Developer"
  6958. }
  6959. ],
  6960. "description": "Virtual file system to mock the real file system in unit tests.",
  6961. "homepage": "http://vfs.bovigo.org/",
  6962. "time": "2016-07-18 14:02:57"
  6963. },
  6964. {
  6965. "name": "nikic/php-parser",
  6966. "version": "v3.0.5",
  6967. "source": {
  6968. "type": "git",
  6969. "url": "https://github.com/nikic/PHP-Parser.git",
  6970. "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d"
  6971. },
  6972. "dist": {
  6973. "type": "zip",
  6974. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
  6975. "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
  6976. "shasum": ""
  6977. },
  6978. "require": {
  6979. "ext-tokenizer": "*",
  6980. "php": ">=5.5"
  6981. },
  6982. "require-dev": {
  6983. "phpunit/phpunit": "~4.0|~5.0"
  6984. },
  6985. "bin": [
  6986. "bin/php-parse"
  6987. ],
  6988. "type": "library",
  6989. "extra": {
  6990. "branch-alias": {
  6991. "dev-master": "3.0-dev"
  6992. }
  6993. },
  6994. "autoload": {
  6995. "psr-4": {
  6996. "PhpParser\\": "lib/PhpParser"
  6997. }
  6998. },
  6999. "notification-url": "https://packagist.org/downloads/",
  7000. "license": [
  7001. "BSD-3-Clause"
  7002. ],
  7003. "authors": [
  7004. {
  7005. "name": "Nikita Popov"
  7006. }
  7007. ],
  7008. "description": "A PHP parser written in PHP",
  7009. "keywords": [
  7010. "parser",
  7011. "php"
  7012. ],
  7013. "time": "2017-03-05 18:23:57"
  7014. },
  7015. {
  7016. "name": "pear/console_table",
  7017. "version": "v1.3.0",
  7018. "source": {
  7019. "type": "git",
  7020. "url": "https://github.com/pear/Console_Table.git",
  7021. "reference": "64100b9ee81852f4fa17823e55d0b385a544f976"
  7022. },
  7023. "dist": {
  7024. "type": "zip",
  7025. "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976",
  7026. "reference": "64100b9ee81852f4fa17823e55d0b385a544f976",
  7027. "shasum": ""
  7028. },
  7029. "require": {
  7030. "php": ">=5.2.0"
  7031. },
  7032. "suggest": {
  7033. "pear/Console_Color2": ">=0.1.2"
  7034. },
  7035. "type": "library",
  7036. "autoload": {
  7037. "classmap": [
  7038. "Table.php"
  7039. ]
  7040. },
  7041. "notification-url": "https://packagist.org/downloads/",
  7042. "license": [
  7043. "BSD-2-Clause"
  7044. ],
  7045. "authors": [
  7046. {
  7047. "name": "Jan Schneider",
  7048. "homepage": "http://pear.php.net/user/yunosh"
  7049. },
  7050. {
  7051. "name": "Tal Peer",
  7052. "homepage": "http://pear.php.net/user/tal"
  7053. },
  7054. {
  7055. "name": "Xavier Noguer",
  7056. "homepage": "http://pear.php.net/user/xnoguer"
  7057. },
  7058. {
  7059. "name": "Richard Heyes",
  7060. "homepage": "http://pear.php.net/user/richard"
  7061. }
  7062. ],
  7063. "description": "Library that makes it easy to build console style tables.",
  7064. "homepage": "http://pear.php.net/package/Console_Table/",
  7065. "keywords": [
  7066. "console"
  7067. ],
  7068. "time": "2016-01-21 16:14:31"
  7069. },
  7070. {
  7071. "name": "phpdocumentor/reflection-docblock",
  7072. "version": "2.0.4",
  7073. "source": {
  7074. "type": "git",
  7075. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  7076. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  7077. },
  7078. "dist": {
  7079. "type": "zip",
  7080. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  7081. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  7082. "shasum": ""
  7083. },
  7084. "require": {
  7085. "php": ">=5.3.3"
  7086. },
  7087. "require-dev": {
  7088. "phpunit/phpunit": "~4.0"
  7089. },
  7090. "suggest": {
  7091. "dflydev/markdown": "~1.0",
  7092. "erusev/parsedown": "~1.0"
  7093. },
  7094. "type": "library",
  7095. "extra": {
  7096. "branch-alias": {
  7097. "dev-master": "2.0.x-dev"
  7098. }
  7099. },
  7100. "autoload": {
  7101. "psr-0": {
  7102. "phpDocumentor": [
  7103. "src/"
  7104. ]
  7105. }
  7106. },
  7107. "notification-url": "https://packagist.org/downloads/",
  7108. "license": [
  7109. "MIT"
  7110. ],
  7111. "authors": [
  7112. {
  7113. "name": "Mike van Riel",
  7114. "email": "mike.vanriel@naenius.com"
  7115. }
  7116. ],
  7117. "time": "2015-02-03 12:10:50"
  7118. },
  7119. {
  7120. "name": "phpseclib/phpseclib",
  7121. "version": "2.0.4",
  7122. "source": {
  7123. "type": "git",
  7124. "url": "https://github.com/phpseclib/phpseclib.git",
  7125. "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf"
  7126. },
  7127. "dist": {
  7128. "type": "zip",
  7129. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
  7130. "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
  7131. "shasum": ""
  7132. },
  7133. "require": {
  7134. "php": ">=5.3.3"
  7135. },
  7136. "require-dev": {
  7137. "phing/phing": "~2.7",
  7138. "phpunit/phpunit": "~4.0",
  7139. "sami/sami": "~2.0",
  7140. "squizlabs/php_codesniffer": "~2.0"
  7141. },
  7142. "suggest": {
  7143. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  7144. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  7145. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  7146. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  7147. },
  7148. "type": "library",
  7149. "autoload": {
  7150. "files": [
  7151. "phpseclib/bootstrap.php"
  7152. ],
  7153. "psr-4": {
  7154. "phpseclib\\": "phpseclib/"
  7155. }
  7156. },
  7157. "notification-url": "https://packagist.org/downloads/",
  7158. "license": [
  7159. "MIT"
  7160. ],
  7161. "authors": [
  7162. {
  7163. "name": "Jim Wigginton",
  7164. "email": "terrafrost@php.net",
  7165. "role": "Lead Developer"
  7166. },
  7167. {
  7168. "name": "Patrick Monnerat",
  7169. "email": "pm@datasphere.ch",
  7170. "role": "Developer"
  7171. },
  7172. {
  7173. "name": "Andreas Fischer",
  7174. "email": "bantu@phpbb.com",
  7175. "role": "Developer"
  7176. },
  7177. {
  7178. "name": "Hans-Jürgen Petrich",
  7179. "email": "petrich@tronic-media.com",
  7180. "role": "Developer"
  7181. },
  7182. {
  7183. "name": "Graham Campbell",
  7184. "email": "graham@alt-three.com",
  7185. "role": "Developer"
  7186. }
  7187. ],
  7188. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  7189. "homepage": "http://phpseclib.sourceforge.net",
  7190. "keywords": [
  7191. "BigInteger",
  7192. "aes",
  7193. "asn.1",
  7194. "asn1",
  7195. "blowfish",
  7196. "crypto",
  7197. "cryptography",
  7198. "encryption",
  7199. "rsa",
  7200. "security",
  7201. "sftp",
  7202. "signature",
  7203. "signing",
  7204. "ssh",
  7205. "twofish",
  7206. "x.509",
  7207. "x509"
  7208. ],
  7209. "time": "2016-10-04 00:57:04"
  7210. },
  7211. {
  7212. "name": "phpspec/prophecy",
  7213. "version": "v1.7.0",
  7214. "source": {
  7215. "type": "git",
  7216. "url": "https://github.com/phpspec/prophecy.git",
  7217. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  7218. },
  7219. "dist": {
  7220. "type": "zip",
  7221. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  7222. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  7223. "shasum": ""
  7224. },
  7225. "require": {
  7226. "doctrine/instantiator": "^1.0.2",
  7227. "php": "^5.3|^7.0",
  7228. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  7229. "sebastian/comparator": "^1.1|^2.0",
  7230. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  7231. },
  7232. "require-dev": {
  7233. "phpspec/phpspec": "^2.5|^3.2",
  7234. "phpunit/phpunit": "^4.8 || ^5.6.5"
  7235. },
  7236. "type": "library",
  7237. "extra": {
  7238. "branch-alias": {
  7239. "dev-master": "1.6.x-dev"
  7240. }
  7241. },
  7242. "autoload": {
  7243. "psr-0": {
  7244. "Prophecy\\": "src/"
  7245. }
  7246. },
  7247. "notification-url": "https://packagist.org/downloads/",
  7248. "license": [
  7249. "MIT"
  7250. ],
  7251. "authors": [
  7252. {
  7253. "name": "Konstantin Kudryashov",
  7254. "email": "ever.zet@gmail.com",
  7255. "homepage": "http://everzet.com"
  7256. },
  7257. {
  7258. "name": "Marcello Duarte",
  7259. "email": "marcello.duarte@gmail.com"
  7260. }
  7261. ],
  7262. "description": "Highly opinionated mocking framework for PHP 5.3+",
  7263. "homepage": "https://github.com/phpspec/prophecy",
  7264. "keywords": [
  7265. "Double",
  7266. "Dummy",
  7267. "fake",
  7268. "mock",
  7269. "spy",
  7270. "stub"
  7271. ],
  7272. "time": "2017-03-02 20:05:34"
  7273. },
  7274. {
  7275. "name": "phpunit/php-code-coverage",
  7276. "version": "2.2.4",
  7277. "source": {
  7278. "type": "git",
  7279. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  7280. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  7281. },
  7282. "dist": {
  7283. "type": "zip",
  7284. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  7285. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  7286. "shasum": ""
  7287. },
  7288. "require": {
  7289. "php": ">=5.3.3",
  7290. "phpunit/php-file-iterator": "~1.3",
  7291. "phpunit/php-text-template": "~1.2",
  7292. "phpunit/php-token-stream": "~1.3",
  7293. "sebastian/environment": "^1.3.2",
  7294. "sebastian/version": "~1.0"
  7295. },
  7296. "require-dev": {
  7297. "ext-xdebug": ">=2.1.4",
  7298. "phpunit/phpunit": "~4"
  7299. },
  7300. "suggest": {
  7301. "ext-dom": "*",
  7302. "ext-xdebug": ">=2.2.1",
  7303. "ext-xmlwriter": "*"
  7304. },
  7305. "type": "library",
  7306. "extra": {
  7307. "branch-alias": {
  7308. "dev-master": "2.2.x-dev"
  7309. }
  7310. },
  7311. "autoload": {
  7312. "classmap": [
  7313. "src/"
  7314. ]
  7315. },
  7316. "notification-url": "https://packagist.org/downloads/",
  7317. "license": [
  7318. "BSD-3-Clause"
  7319. ],
  7320. "authors": [
  7321. {
  7322. "name": "Sebastian Bergmann",
  7323. "email": "sb@sebastian-bergmann.de",
  7324. "role": "lead"
  7325. }
  7326. ],
  7327. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  7328. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  7329. "keywords": [
  7330. "coverage",
  7331. "testing",
  7332. "xunit"
  7333. ],
  7334. "time": "2015-10-06 15:47:00"
  7335. },
  7336. {
  7337. "name": "phpunit/php-file-iterator",
  7338. "version": "1.4.2",
  7339. "source": {
  7340. "type": "git",
  7341. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  7342. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  7343. },
  7344. "dist": {
  7345. "type": "zip",
  7346. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  7347. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  7348. "shasum": ""
  7349. },
  7350. "require": {
  7351. "php": ">=5.3.3"
  7352. },
  7353. "type": "library",
  7354. "extra": {
  7355. "branch-alias": {
  7356. "dev-master": "1.4.x-dev"
  7357. }
  7358. },
  7359. "autoload": {
  7360. "classmap": [
  7361. "src/"
  7362. ]
  7363. },
  7364. "notification-url": "https://packagist.org/downloads/",
  7365. "license": [
  7366. "BSD-3-Clause"
  7367. ],
  7368. "authors": [
  7369. {
  7370. "name": "Sebastian Bergmann",
  7371. "email": "sb@sebastian-bergmann.de",
  7372. "role": "lead"
  7373. }
  7374. ],
  7375. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  7376. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  7377. "keywords": [
  7378. "filesystem",
  7379. "iterator"
  7380. ],
  7381. "time": "2016-10-03 07:40:28"
  7382. },
  7383. {
  7384. "name": "phpunit/php-text-template",
  7385. "version": "1.2.1",
  7386. "source": {
  7387. "type": "git",
  7388. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  7389. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  7390. },
  7391. "dist": {
  7392. "type": "zip",
  7393. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  7394. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  7395. "shasum": ""
  7396. },
  7397. "require": {
  7398. "php": ">=5.3.3"
  7399. },
  7400. "type": "library",
  7401. "autoload": {
  7402. "classmap": [
  7403. "src/"
  7404. ]
  7405. },
  7406. "notification-url": "https://packagist.org/downloads/",
  7407. "license": [
  7408. "BSD-3-Clause"
  7409. ],
  7410. "authors": [
  7411. {
  7412. "name": "Sebastian Bergmann",
  7413. "email": "sebastian@phpunit.de",
  7414. "role": "lead"
  7415. }
  7416. ],
  7417. "description": "Simple template engine.",
  7418. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  7419. "keywords": [
  7420. "template"
  7421. ],
  7422. "time": "2015-06-21 13:50:34"
  7423. },
  7424. {
  7425. "name": "phpunit/php-timer",
  7426. "version": "1.0.9",
  7427. "source": {
  7428. "type": "git",
  7429. "url": "https://github.com/sebastianbergmann/php-timer.git",
  7430. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  7431. },
  7432. "dist": {
  7433. "type": "zip",
  7434. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  7435. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  7436. "shasum": ""
  7437. },
  7438. "require": {
  7439. "php": "^5.3.3 || ^7.0"
  7440. },
  7441. "require-dev": {
  7442. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  7443. },
  7444. "type": "library",
  7445. "extra": {
  7446. "branch-alias": {
  7447. "dev-master": "1.0-dev"
  7448. }
  7449. },
  7450. "autoload": {
  7451. "classmap": [
  7452. "src/"
  7453. ]
  7454. },
  7455. "notification-url": "https://packagist.org/downloads/",
  7456. "license": [
  7457. "BSD-3-Clause"
  7458. ],
  7459. "authors": [
  7460. {
  7461. "name": "Sebastian Bergmann",
  7462. "email": "sb@sebastian-bergmann.de",
  7463. "role": "lead"
  7464. }
  7465. ],
  7466. "description": "Utility class for timing",
  7467. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  7468. "keywords": [
  7469. "timer"
  7470. ],
  7471. "time": "2017-02-26 11:10:40"
  7472. },
  7473. {
  7474. "name": "phpunit/php-token-stream",
  7475. "version": "1.4.11",
  7476. "source": {
  7477. "type": "git",
  7478. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  7479. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  7480. },
  7481. "dist": {
  7482. "type": "zip",
  7483. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  7484. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  7485. "shasum": ""
  7486. },
  7487. "require": {
  7488. "ext-tokenizer": "*",
  7489. "php": ">=5.3.3"
  7490. },
  7491. "require-dev": {
  7492. "phpunit/phpunit": "~4.2"
  7493. },
  7494. "type": "library",
  7495. "extra": {
  7496. "branch-alias": {
  7497. "dev-master": "1.4-dev"
  7498. }
  7499. },
  7500. "autoload": {
  7501. "classmap": [
  7502. "src/"
  7503. ]
  7504. },
  7505. "notification-url": "https://packagist.org/downloads/",
  7506. "license": [
  7507. "BSD-3-Clause"
  7508. ],
  7509. "authors": [
  7510. {
  7511. "name": "Sebastian Bergmann",
  7512. "email": "sebastian@phpunit.de"
  7513. }
  7514. ],
  7515. "description": "Wrapper around PHP's tokenizer extension.",
  7516. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  7517. "keywords": [
  7518. "tokenizer"
  7519. ],
  7520. "time": "2017-02-27 10:12:30"
  7521. },
  7522. {
  7523. "name": "phpunit/phpunit",
  7524. "version": "4.8.35",
  7525. "source": {
  7526. "type": "git",
  7527. "url": "https://github.com/sebastianbergmann/phpunit.git",
  7528. "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
  7529. },
  7530. "dist": {
  7531. "type": "zip",
  7532. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
  7533. "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
  7534. "shasum": ""
  7535. },
  7536. "require": {
  7537. "ext-dom": "*",
  7538. "ext-json": "*",
  7539. "ext-pcre": "*",
  7540. "ext-reflection": "*",
  7541. "ext-spl": "*",
  7542. "php": ">=5.3.3",
  7543. "phpspec/prophecy": "^1.3.1",
  7544. "phpunit/php-code-coverage": "~2.1",
  7545. "phpunit/php-file-iterator": "~1.4",
  7546. "phpunit/php-text-template": "~1.2",
  7547. "phpunit/php-timer": "^1.0.6",
  7548. "phpunit/phpunit-mock-objects": "~2.3",
  7549. "sebastian/comparator": "~1.2.2",
  7550. "sebastian/diff": "~1.2",
  7551. "sebastian/environment": "~1.3",
  7552. "sebastian/exporter": "~1.2",
  7553. "sebastian/global-state": "~1.0",
  7554. "sebastian/version": "~1.0",
  7555. "symfony/yaml": "~2.1|~3.0"
  7556. },
  7557. "suggest": {
  7558. "phpunit/php-invoker": "~1.1"
  7559. },
  7560. "bin": [
  7561. "phpunit"
  7562. ],
  7563. "type": "library",
  7564. "extra": {
  7565. "branch-alias": {
  7566. "dev-master": "4.8.x-dev"
  7567. }
  7568. },
  7569. "autoload": {
  7570. "classmap": [
  7571. "src/"
  7572. ]
  7573. },
  7574. "notification-url": "https://packagist.org/downloads/",
  7575. "license": [
  7576. "BSD-3-Clause"
  7577. ],
  7578. "authors": [
  7579. {
  7580. "name": "Sebastian Bergmann",
  7581. "email": "sebastian@phpunit.de",
  7582. "role": "lead"
  7583. }
  7584. ],
  7585. "description": "The PHP Unit Testing framework.",
  7586. "homepage": "https://phpunit.de/",
  7587. "keywords": [
  7588. "phpunit",
  7589. "testing",
  7590. "xunit"
  7591. ],
  7592. "time": "2017-02-06 05:18:07"
  7593. },
  7594. {
  7595. "name": "phpunit/phpunit-mock-objects",
  7596. "version": "2.3.8",
  7597. "source": {
  7598. "type": "git",
  7599. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  7600. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  7601. },
  7602. "dist": {
  7603. "type": "zip",
  7604. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  7605. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  7606. "shasum": ""
  7607. },
  7608. "require": {
  7609. "doctrine/instantiator": "^1.0.2",
  7610. "php": ">=5.3.3",
  7611. "phpunit/php-text-template": "~1.2",
  7612. "sebastian/exporter": "~1.2"
  7613. },
  7614. "require-dev": {
  7615. "phpunit/phpunit": "~4.4"
  7616. },
  7617. "suggest": {
  7618. "ext-soap": "*"
  7619. },
  7620. "type": "library",
  7621. "extra": {
  7622. "branch-alias": {
  7623. "dev-master": "2.3.x-dev"
  7624. }
  7625. },
  7626. "autoload": {
  7627. "classmap": [
  7628. "src/"
  7629. ]
  7630. },
  7631. "notification-url": "https://packagist.org/downloads/",
  7632. "license": [
  7633. "BSD-3-Clause"
  7634. ],
  7635. "authors": [
  7636. {
  7637. "name": "Sebastian Bergmann",
  7638. "email": "sb@sebastian-bergmann.de",
  7639. "role": "lead"
  7640. }
  7641. ],
  7642. "description": "Mock Object library for PHPUnit",
  7643. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  7644. "keywords": [
  7645. "mock",
  7646. "xunit"
  7647. ],
  7648. "time": "2015-10-02 06:51:40"
  7649. },
  7650. {
  7651. "name": "psy/psysh",
  7652. "version": "v0.8.3",
  7653. "source": {
  7654. "type": "git",
  7655. "url": "https://github.com/bobthecow/psysh.git",
  7656. "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e"
  7657. },
  7658. "dist": {
  7659. "type": "zip",
  7660. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e",
  7661. "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e",
  7662. "shasum": ""
  7663. },
  7664. "require": {
  7665. "dnoegel/php-xdg-base-dir": "0.1",
  7666. "jakub-onderka/php-console-highlighter": "0.3.*",
  7667. "nikic/php-parser": "~1.3|~2.0|~3.0",
  7668. "php": ">=5.3.9",
  7669. "symfony/console": "~2.3.10|^2.4.2|~3.0",
  7670. "symfony/var-dumper": "~2.7|~3.0"
  7671. },
  7672. "require-dev": {
  7673. "friendsofphp/php-cs-fixer": "~1.11",
  7674. "hoa/console": "~3.16|~1.14",
  7675. "phpunit/phpunit": "~4.4|~5.0",
  7676. "symfony/finder": "~2.1|~3.0"
  7677. },
  7678. "suggest": {
  7679. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  7680. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  7681. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  7682. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  7683. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  7684. },
  7685. "bin": [
  7686. "bin/psysh"
  7687. ],
  7688. "type": "library",
  7689. "extra": {
  7690. "branch-alias": {
  7691. "dev-develop": "0.9.x-dev"
  7692. }
  7693. },
  7694. "autoload": {
  7695. "files": [
  7696. "src/Psy/functions.php"
  7697. ],
  7698. "psr-4": {
  7699. "Psy\\": "src/Psy/"
  7700. }
  7701. },
  7702. "notification-url": "https://packagist.org/downloads/",
  7703. "license": [
  7704. "MIT"
  7705. ],
  7706. "authors": [
  7707. {
  7708. "name": "Justin Hileman",
  7709. "email": "justin@justinhileman.info",
  7710. "homepage": "http://justinhileman.com"
  7711. }
  7712. ],
  7713. "description": "An interactive shell for modern PHP.",
  7714. "homepage": "http://psysh.org",
  7715. "keywords": [
  7716. "REPL",
  7717. "console",
  7718. "interactive",
  7719. "shell"
  7720. ],
  7721. "time": "2017-03-19 21:40:44"
  7722. },
  7723. {
  7724. "name": "sebastian/comparator",
  7725. "version": "1.2.4",
  7726. "source": {
  7727. "type": "git",
  7728. "url": "https://github.com/sebastianbergmann/comparator.git",
  7729. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  7730. },
  7731. "dist": {
  7732. "type": "zip",
  7733. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  7734. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  7735. "shasum": ""
  7736. },
  7737. "require": {
  7738. "php": ">=5.3.3",
  7739. "sebastian/diff": "~1.2",
  7740. "sebastian/exporter": "~1.2 || ~2.0"
  7741. },
  7742. "require-dev": {
  7743. "phpunit/phpunit": "~4.4"
  7744. },
  7745. "type": "library",
  7746. "extra": {
  7747. "branch-alias": {
  7748. "dev-master": "1.2.x-dev"
  7749. }
  7750. },
  7751. "autoload": {
  7752. "classmap": [
  7753. "src/"
  7754. ]
  7755. },
  7756. "notification-url": "https://packagist.org/downloads/",
  7757. "license": [
  7758. "BSD-3-Clause"
  7759. ],
  7760. "authors": [
  7761. {
  7762. "name": "Jeff Welch",
  7763. "email": "whatthejeff@gmail.com"
  7764. },
  7765. {
  7766. "name": "Volker Dusch",
  7767. "email": "github@wallbash.com"
  7768. },
  7769. {
  7770. "name": "Bernhard Schussek",
  7771. "email": "bschussek@2bepublished.at"
  7772. },
  7773. {
  7774. "name": "Sebastian Bergmann",
  7775. "email": "sebastian@phpunit.de"
  7776. }
  7777. ],
  7778. "description": "Provides the functionality to compare PHP values for equality",
  7779. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  7780. "keywords": [
  7781. "comparator",
  7782. "compare",
  7783. "equality"
  7784. ],
  7785. "time": "2017-01-29 09:50:25"
  7786. },
  7787. {
  7788. "name": "sebastian/diff",
  7789. "version": "1.4.1",
  7790. "source": {
  7791. "type": "git",
  7792. "url": "https://github.com/sebastianbergmann/diff.git",
  7793. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  7794. },
  7795. "dist": {
  7796. "type": "zip",
  7797. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  7798. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  7799. "shasum": ""
  7800. },
  7801. "require": {
  7802. "php": ">=5.3.3"
  7803. },
  7804. "require-dev": {
  7805. "phpunit/phpunit": "~4.8"
  7806. },
  7807. "type": "library",
  7808. "extra": {
  7809. "branch-alias": {
  7810. "dev-master": "1.4-dev"
  7811. }
  7812. },
  7813. "autoload": {
  7814. "classmap": [
  7815. "src/"
  7816. ]
  7817. },
  7818. "notification-url": "https://packagist.org/downloads/",
  7819. "license": [
  7820. "BSD-3-Clause"
  7821. ],
  7822. "authors": [
  7823. {
  7824. "name": "Kore Nordmann",
  7825. "email": "mail@kore-nordmann.de"
  7826. },
  7827. {
  7828. "name": "Sebastian Bergmann",
  7829. "email": "sebastian@phpunit.de"
  7830. }
  7831. ],
  7832. "description": "Diff implementation",
  7833. "homepage": "https://github.com/sebastianbergmann/diff",
  7834. "keywords": [
  7835. "diff"
  7836. ],
  7837. "time": "2015-12-08 07:14:41"
  7838. },
  7839. {
  7840. "name": "sebastian/environment",
  7841. "version": "1.3.8",
  7842. "source": {
  7843. "type": "git",
  7844. "url": "https://github.com/sebastianbergmann/environment.git",
  7845. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  7846. },
  7847. "dist": {
  7848. "type": "zip",
  7849. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  7850. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  7851. "shasum": ""
  7852. },
  7853. "require": {
  7854. "php": "^5.3.3 || ^7.0"
  7855. },
  7856. "require-dev": {
  7857. "phpunit/phpunit": "^4.8 || ^5.0"
  7858. },
  7859. "type": "library",
  7860. "extra": {
  7861. "branch-alias": {
  7862. "dev-master": "1.3.x-dev"
  7863. }
  7864. },
  7865. "autoload": {
  7866. "classmap": [
  7867. "src/"
  7868. ]
  7869. },
  7870. "notification-url": "https://packagist.org/downloads/",
  7871. "license": [
  7872. "BSD-3-Clause"
  7873. ],
  7874. "authors": [
  7875. {
  7876. "name": "Sebastian Bergmann",
  7877. "email": "sebastian@phpunit.de"
  7878. }
  7879. ],
  7880. "description": "Provides functionality to handle HHVM/PHP environments",
  7881. "homepage": "http://www.github.com/sebastianbergmann/environment",
  7882. "keywords": [
  7883. "Xdebug",
  7884. "environment",
  7885. "hhvm"
  7886. ],
  7887. "time": "2016-08-18 05:49:44"
  7888. },
  7889. {
  7890. "name": "sebastian/exporter",
  7891. "version": "1.2.2",
  7892. "source": {
  7893. "type": "git",
  7894. "url": "https://github.com/sebastianbergmann/exporter.git",
  7895. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  7896. },
  7897. "dist": {
  7898. "type": "zip",
  7899. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  7900. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  7901. "shasum": ""
  7902. },
  7903. "require": {
  7904. "php": ">=5.3.3",
  7905. "sebastian/recursion-context": "~1.0"
  7906. },
  7907. "require-dev": {
  7908. "ext-mbstring": "*",
  7909. "phpunit/phpunit": "~4.4"
  7910. },
  7911. "type": "library",
  7912. "extra": {
  7913. "branch-alias": {
  7914. "dev-master": "1.3.x-dev"
  7915. }
  7916. },
  7917. "autoload": {
  7918. "classmap": [
  7919. "src/"
  7920. ]
  7921. },
  7922. "notification-url": "https://packagist.org/downloads/",
  7923. "license": [
  7924. "BSD-3-Clause"
  7925. ],
  7926. "authors": [
  7927. {
  7928. "name": "Jeff Welch",
  7929. "email": "whatthejeff@gmail.com"
  7930. },
  7931. {
  7932. "name": "Volker Dusch",
  7933. "email": "github@wallbash.com"
  7934. },
  7935. {
  7936. "name": "Bernhard Schussek",
  7937. "email": "bschussek@2bepublished.at"
  7938. },
  7939. {
  7940. "name": "Sebastian Bergmann",
  7941. "email": "sebastian@phpunit.de"
  7942. },
  7943. {
  7944. "name": "Adam Harvey",
  7945. "email": "aharvey@php.net"
  7946. }
  7947. ],
  7948. "description": "Provides the functionality to export PHP variables for visualization",
  7949. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  7950. "keywords": [
  7951. "export",
  7952. "exporter"
  7953. ],
  7954. "time": "2016-06-17 09:04:28"
  7955. },
  7956. {
  7957. "name": "sebastian/global-state",
  7958. "version": "1.1.1",
  7959. "source": {
  7960. "type": "git",
  7961. "url": "https://github.com/sebastianbergmann/global-state.git",
  7962. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  7963. },
  7964. "dist": {
  7965. "type": "zip",
  7966. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  7967. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  7968. "shasum": ""
  7969. },
  7970. "require": {
  7971. "php": ">=5.3.3"
  7972. },
  7973. "require-dev": {
  7974. "phpunit/phpunit": "~4.2"
  7975. },
  7976. "suggest": {
  7977. "ext-uopz": "*"
  7978. },
  7979. "type": "library",
  7980. "extra": {
  7981. "branch-alias": {
  7982. "dev-master": "1.0-dev"
  7983. }
  7984. },
  7985. "autoload": {
  7986. "classmap": [
  7987. "src/"
  7988. ]
  7989. },
  7990. "notification-url": "https://packagist.org/downloads/",
  7991. "license": [
  7992. "BSD-3-Clause"
  7993. ],
  7994. "authors": [
  7995. {
  7996. "name": "Sebastian Bergmann",
  7997. "email": "sebastian@phpunit.de"
  7998. }
  7999. ],
  8000. "description": "Snapshotting of global state",
  8001. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  8002. "keywords": [
  8003. "global state"
  8004. ],
  8005. "time": "2015-10-12 03:26:01"
  8006. },
  8007. {
  8008. "name": "sebastian/recursion-context",
  8009. "version": "1.0.5",
  8010. "source": {
  8011. "type": "git",
  8012. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  8013. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  8014. },
  8015. "dist": {
  8016. "type": "zip",
  8017. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  8018. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  8019. "shasum": ""
  8020. },
  8021. "require": {
  8022. "php": ">=5.3.3"
  8023. },
  8024. "require-dev": {
  8025. "phpunit/phpunit": "~4.4"
  8026. },
  8027. "type": "library",
  8028. "extra": {
  8029. "branch-alias": {
  8030. "dev-master": "1.0.x-dev"
  8031. }
  8032. },
  8033. "autoload": {
  8034. "classmap": [
  8035. "src/"
  8036. ]
  8037. },
  8038. "notification-url": "https://packagist.org/downloads/",
  8039. "license": [
  8040. "BSD-3-Clause"
  8041. ],
  8042. "authors": [
  8043. {
  8044. "name": "Jeff Welch",
  8045. "email": "whatthejeff@gmail.com"
  8046. },
  8047. {
  8048. "name": "Sebastian Bergmann",
  8049. "email": "sebastian@phpunit.de"
  8050. },
  8051. {
  8052. "name": "Adam Harvey",
  8053. "email": "aharvey@php.net"
  8054. }
  8055. ],
  8056. "description": "Provides functionality to recursively process PHP variables",
  8057. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  8058. "time": "2016-10-03 07:41:43"
  8059. },
  8060. {
  8061. "name": "sebastian/version",
  8062. "version": "1.0.6",
  8063. "source": {
  8064. "type": "git",
  8065. "url": "https://github.com/sebastianbergmann/version.git",
  8066. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  8067. },
  8068. "dist": {
  8069. "type": "zip",
  8070. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  8071. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  8072. "shasum": ""
  8073. },
  8074. "type": "library",
  8075. "autoload": {
  8076. "classmap": [
  8077. "src/"
  8078. ]
  8079. },
  8080. "notification-url": "https://packagist.org/downloads/",
  8081. "license": [
  8082. "BSD-3-Clause"
  8083. ],
  8084. "authors": [
  8085. {
  8086. "name": "Sebastian Bergmann",
  8087. "email": "sebastian@phpunit.de",
  8088. "role": "lead"
  8089. }
  8090. ],
  8091. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  8092. "homepage": "https://github.com/sebastianbergmann/version",
  8093. "time": "2015-06-21 13:59:46"
  8094. },
  8095. {
  8096. "name": "stecman/symfony-console-completion",
  8097. "version": "0.7.0",
  8098. "source": {
  8099. "type": "git",
  8100. "url": "https://github.com/stecman/symfony-console-completion.git",
  8101. "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
  8102. },
  8103. "dist": {
  8104. "type": "zip",
  8105. "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
  8106. "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
  8107. "shasum": ""
  8108. },
  8109. "require": {
  8110. "php": ">=5.3.2",
  8111. "symfony/console": "~2.3 || ~3.0"
  8112. },
  8113. "require-dev": {
  8114. "phpunit/phpunit": "~4.4"
  8115. },
  8116. "type": "library",
  8117. "extra": {
  8118. "branch-alias": {
  8119. "dev-master": "0.6.x-dev"
  8120. }
  8121. },
  8122. "autoload": {
  8123. "psr-4": {
  8124. "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
  8125. }
  8126. },
  8127. "notification-url": "https://packagist.org/downloads/",
  8128. "license": [
  8129. "MIT"
  8130. ],
  8131. "authors": [
  8132. {
  8133. "name": "Stephen Holdaway",
  8134. "email": "stephen@stecman.co.nz"
  8135. }
  8136. ],
  8137. "description": "Automatic BASH completion for Symfony Console Component based applications.",
  8138. "time": "2016-02-24 05:08:54"
  8139. },
  8140. {
  8141. "name": "symfony/browser-kit",
  8142. "version": "v3.2.7",
  8143. "source": {
  8144. "type": "git",
  8145. "url": "https://github.com/symfony/browser-kit.git",
  8146. "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8"
  8147. },
  8148. "dist": {
  8149. "type": "zip",
  8150. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2fe0caa60c1a1dfeefd0425741182687a9b382b8",
  8151. "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8",
  8152. "shasum": ""
  8153. },
  8154. "require": {
  8155. "php": ">=5.5.9",
  8156. "symfony/dom-crawler": "~2.8|~3.0"
  8157. },
  8158. "require-dev": {
  8159. "symfony/css-selector": "~2.8|~3.0",
  8160. "symfony/process": "~2.8|~3.0"
  8161. },
  8162. "suggest": {
  8163. "symfony/process": ""
  8164. },
  8165. "type": "library",
  8166. "extra": {
  8167. "branch-alias": {
  8168. "dev-master": "3.2-dev"
  8169. }
  8170. },
  8171. "autoload": {
  8172. "psr-4": {
  8173. "Symfony\\Component\\BrowserKit\\": ""
  8174. },
  8175. "exclude-from-classmap": [
  8176. "/Tests/"
  8177. ]
  8178. },
  8179. "notification-url": "https://packagist.org/downloads/",
  8180. "license": [
  8181. "MIT"
  8182. ],
  8183. "authors": [
  8184. {
  8185. "name": "Fabien Potencier",
  8186. "email": "fabien@symfony.com"
  8187. },
  8188. {
  8189. "name": "Symfony Community",
  8190. "homepage": "https://symfony.com/contributors"
  8191. }
  8192. ],
  8193. "description": "Symfony BrowserKit Component",
  8194. "homepage": "https://symfony.com",
  8195. "time": "2017-02-21 09:12:04"
  8196. },
  8197. {
  8198. "name": "symfony/css-selector",
  8199. "version": "v2.8.19",
  8200. "source": {
  8201. "type": "git",
  8202. "url": "https://github.com/symfony/css-selector.git",
  8203. "reference": "742bd688bd778dde8991ba696cb372570610afcd"
  8204. },
  8205. "dist": {
  8206. "type": "zip",
  8207. "url": "https://api.github.com/repos/symfony/css-selector/zipball/742bd688bd778dde8991ba696cb372570610afcd",
  8208. "reference": "742bd688bd778dde8991ba696cb372570610afcd",
  8209. "shasum": ""
  8210. },
  8211. "require": {
  8212. "php": ">=5.3.9"
  8213. },
  8214. "type": "library",
  8215. "extra": {
  8216. "branch-alias": {
  8217. "dev-master": "2.8-dev"
  8218. }
  8219. },
  8220. "autoload": {
  8221. "psr-4": {
  8222. "Symfony\\Component\\CssSelector\\": ""
  8223. },
  8224. "exclude-from-classmap": [
  8225. "/Tests/"
  8226. ]
  8227. },
  8228. "notification-url": "https://packagist.org/downloads/",
  8229. "license": [
  8230. "MIT"
  8231. ],
  8232. "authors": [
  8233. {
  8234. "name": "Jean-François Simon",
  8235. "email": "jeanfrancois.simon@sensiolabs.com"
  8236. },
  8237. {
  8238. "name": "Fabien Potencier",
  8239. "email": "fabien@symfony.com"
  8240. },
  8241. {
  8242. "name": "Symfony Community",
  8243. "homepage": "https://symfony.com/contributors"
  8244. }
  8245. ],
  8246. "description": "Symfony CssSelector Component",
  8247. "homepage": "https://symfony.com",
  8248. "time": "2017-02-21 08:33:48"
  8249. },
  8250. {
  8251. "name": "symfony/dom-crawler",
  8252. "version": "v2.8.19",
  8253. "source": {
  8254. "type": "git",
  8255. "url": "https://github.com/symfony/dom-crawler.git",
  8256. "reference": "24b1a3ffa5b64e4f8b1c5f2cdffd16368640704a"
  8257. },
  8258. "dist": {
  8259. "type": "zip",
  8260. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/24b1a3ffa5b64e4f8b1c5f2cdffd16368640704a",
  8261. "reference": "24b1a3ffa5b64e4f8b1c5f2cdffd16368640704a",
  8262. "shasum": ""
  8263. },
  8264. "require": {
  8265. "php": ">=5.3.9",
  8266. "symfony/polyfill-mbstring": "~1.0"
  8267. },
  8268. "require-dev": {
  8269. "symfony/css-selector": "~2.8|~3.0.0"
  8270. },
  8271. "suggest": {
  8272. "symfony/css-selector": ""
  8273. },
  8274. "type": "library",
  8275. "extra": {
  8276. "branch-alias": {
  8277. "dev-master": "2.8-dev"
  8278. }
  8279. },
  8280. "autoload": {
  8281. "psr-4": {
  8282. "Symfony\\Component\\DomCrawler\\": ""
  8283. },
  8284. "exclude-from-classmap": [
  8285. "/Tests/"
  8286. ]
  8287. },
  8288. "notification-url": "https://packagist.org/downloads/",
  8289. "license": [
  8290. "MIT"
  8291. ],
  8292. "authors": [
  8293. {
  8294. "name": "Fabien Potencier",
  8295. "email": "fabien@symfony.com"
  8296. },
  8297. {
  8298. "name": "Symfony Community",
  8299. "homepage": "https://symfony.com/contributors"
  8300. }
  8301. ],
  8302. "description": "Symfony DomCrawler Component",
  8303. "homepage": "https://symfony.com",
  8304. "time": "2017-02-21 08:33:48"
  8305. },
  8306. {
  8307. "name": "symfony/expression-language",
  8308. "version": "v2.8.19",
  8309. "source": {
  8310. "type": "git",
  8311. "url": "https://github.com/symfony/expression-language.git",
  8312. "reference": "269a0a751f07a58b315f74899a253ead71747f06"
  8313. },
  8314. "dist": {
  8315. "type": "zip",
  8316. "url": "https://api.github.com/repos/symfony/expression-language/zipball/269a0a751f07a58b315f74899a253ead71747f06",
  8317. "reference": "269a0a751f07a58b315f74899a253ead71747f06",
  8318. "shasum": ""
  8319. },
  8320. "require": {
  8321. "php": ">=5.3.9"
  8322. },
  8323. "type": "library",
  8324. "extra": {
  8325. "branch-alias": {
  8326. "dev-master": "2.8-dev"
  8327. }
  8328. },
  8329. "autoload": {
  8330. "psr-4": {
  8331. "Symfony\\Component\\ExpressionLanguage\\": ""
  8332. },
  8333. "exclude-from-classmap": [
  8334. "/Tests/"
  8335. ]
  8336. },
  8337. "notification-url": "https://packagist.org/downloads/",
  8338. "license": [
  8339. "MIT"
  8340. ],
  8341. "authors": [
  8342. {
  8343. "name": "Fabien Potencier",
  8344. "email": "fabien@symfony.com"
  8345. },
  8346. {
  8347. "name": "Symfony Community",
  8348. "homepage": "https://symfony.com/contributors"
  8349. }
  8350. ],
  8351. "description": "Symfony ExpressionLanguage Component",
  8352. "homepage": "https://symfony.com",
  8353. "time": "2017-04-03 23:11:44"
  8354. },
  8355. {
  8356. "name": "symfony/var-dumper",
  8357. "version": "v2.8.19",
  8358. "source": {
  8359. "type": "git",
  8360. "url": "https://github.com/symfony/var-dumper.git",
  8361. "reference": "f8ff23ad5352f96e66c1df5468d492d2f37f3ac4"
  8362. },
  8363. "dist": {
  8364. "type": "zip",
  8365. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f8ff23ad5352f96e66c1df5468d492d2f37f3ac4",
  8366. "reference": "f8ff23ad5352f96e66c1df5468d492d2f37f3ac4",
  8367. "shasum": ""
  8368. },
  8369. "require": {
  8370. "php": ">=5.3.9",
  8371. "symfony/polyfill-mbstring": "~1.0"
  8372. },
  8373. "conflict": {
  8374. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  8375. },
  8376. "require-dev": {
  8377. "twig/twig": "~1.20|~2.0"
  8378. },
  8379. "suggest": {
  8380. "ext-symfony_debug": ""
  8381. },
  8382. "type": "library",
  8383. "extra": {
  8384. "branch-alias": {
  8385. "dev-master": "2.8-dev"
  8386. }
  8387. },
  8388. "autoload": {
  8389. "files": [
  8390. "Resources/functions/dump.php"
  8391. ],
  8392. "psr-4": {
  8393. "Symfony\\Component\\VarDumper\\": ""
  8394. },
  8395. "exclude-from-classmap": [
  8396. "/Tests/"
  8397. ]
  8398. },
  8399. "notification-url": "https://packagist.org/downloads/",
  8400. "license": [
  8401. "MIT"
  8402. ],
  8403. "authors": [
  8404. {
  8405. "name": "Nicolas Grekas",
  8406. "email": "p@tchwork.com"
  8407. },
  8408. {
  8409. "name": "Symfony Community",
  8410. "homepage": "https://symfony.com/contributors"
  8411. }
  8412. ],
  8413. "description": "Symfony mechanism for exploring and dumping PHP variables",
  8414. "homepage": "https://symfony.com",
  8415. "keywords": [
  8416. "debug",
  8417. "dump"
  8418. ],
  8419. "time": "2017-03-12 16:01:59"
  8420. },
  8421. {
  8422. "name": "victorjonsson/markdowndocs",
  8423. "version": "1.3.7",
  8424. "source": {
  8425. "type": "git",
  8426. "url": "https://github.com/victorjonsson/PHP-Markdown-Documentation-Generator.git",
  8427. "reference": "a8244617cdce4804cd94ea508c82e8d7e29a273a"
  8428. },
  8429. "dist": {
  8430. "type": "zip",
  8431. "url": "https://api.github.com/repos/victorjonsson/PHP-Markdown-Documentation-Generator/zipball/a8244617cdce4804cd94ea508c82e8d7e29a273a",
  8432. "reference": "a8244617cdce4804cd94ea508c82e8d7e29a273a",
  8433. "shasum": ""
  8434. },
  8435. "require": {
  8436. "php": ">=5.5.0",
  8437. "symfony/console": ">=2.6"
  8438. },
  8439. "require-dev": {
  8440. "phpunit/phpunit": "3.7.23"
  8441. },
  8442. "bin": [
  8443. "bin/phpdoc-md"
  8444. ],
  8445. "type": "library",
  8446. "autoload": {
  8447. "psr-0": {
  8448. "PHPDocsMD": "src/"
  8449. }
  8450. },
  8451. "notification-url": "https://packagist.org/downloads/",
  8452. "license": [
  8453. "MIT"
  8454. ],
  8455. "authors": [
  8456. {
  8457. "name": "Victor Jonsson",
  8458. "email": "kontakt@victorjonsson.se"
  8459. }
  8460. ],
  8461. "description": "Command line tool for generating markdown-formatted class documentation",
  8462. "homepage": "https://github.com/victorjonsson/PHP-Markdown-Documentation-Generator",
  8463. "time": "2016-10-11 21:10:19"
  8464. },
  8465. {
  8466. "name": "webflo/drupal-finder",
  8467. "version": "0.2.1",
  8468. "source": {
  8469. "type": "git",
  8470. "url": "https://github.com/webflo/drupal-finder.git",
  8471. "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348"
  8472. },
  8473. "dist": {
  8474. "type": "zip",
  8475. "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/4bd98f7e7b1d30e284e55f51d5d0c8712f676348",
  8476. "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348",
  8477. "shasum": ""
  8478. },
  8479. "require-dev": {
  8480. "mikey179/vfsstream": "^1.6",
  8481. "phpunit/phpunit": "^4.8"
  8482. },
  8483. "type": "library",
  8484. "autoload": {
  8485. "classmap": [
  8486. "src/DrupalFinder.php"
  8487. ]
  8488. },
  8489. "notification-url": "https://packagist.org/downloads/",
  8490. "license": [
  8491. "GPL-2.0+"
  8492. ],
  8493. "authors": [
  8494. {
  8495. "name": "Florian Weber",
  8496. "email": "florian@webflo.org"
  8497. }
  8498. ],
  8499. "description": "Helper class to locate a Drupal installation from a given path.",
  8500. "time": "2016-11-28 18:50:45"
  8501. },
  8502. {
  8503. "name": "webmozart/assert",
  8504. "version": "1.2.0",
  8505. "source": {
  8506. "type": "git",
  8507. "url": "https://github.com/webmozart/assert.git",
  8508. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  8509. },
  8510. "dist": {
  8511. "type": "zip",
  8512. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  8513. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  8514. "shasum": ""
  8515. },
  8516. "require": {
  8517. "php": "^5.3.3 || ^7.0"
  8518. },
  8519. "require-dev": {
  8520. "phpunit/phpunit": "^4.6",
  8521. "sebastian/version": "^1.0.1"
  8522. },
  8523. "type": "library",
  8524. "extra": {
  8525. "branch-alias": {
  8526. "dev-master": "1.3-dev"
  8527. }
  8528. },
  8529. "autoload": {
  8530. "psr-4": {
  8531. "Webmozart\\Assert\\": "src/"
  8532. }
  8533. },
  8534. "notification-url": "https://packagist.org/downloads/",
  8535. "license": [
  8536. "MIT"
  8537. ],
  8538. "authors": [
  8539. {
  8540. "name": "Bernhard Schussek",
  8541. "email": "bschussek@gmail.com"
  8542. }
  8543. ],
  8544. "description": "Assertions to validate method input/output with nice error messages.",
  8545. "keywords": [
  8546. "assert",
  8547. "check",
  8548. "validate"
  8549. ],
  8550. "time": "2016-11-23 20:04:58"
  8551. },
  8552. {
  8553. "name": "webmozart/path-util",
  8554. "version": "2.3.0",
  8555. "source": {
  8556. "type": "git",
  8557. "url": "https://github.com/webmozart/path-util.git",
  8558. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
  8559. },
  8560. "dist": {
  8561. "type": "zip",
  8562. "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  8563. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  8564. "shasum": ""
  8565. },
  8566. "require": {
  8567. "php": ">=5.3.3",
  8568. "webmozart/assert": "~1.0"
  8569. },
  8570. "require-dev": {
  8571. "phpunit/phpunit": "^4.6",
  8572. "sebastian/version": "^1.0.1"
  8573. },
  8574. "type": "library",
  8575. "extra": {
  8576. "branch-alias": {
  8577. "dev-master": "2.3-dev"
  8578. }
  8579. },
  8580. "autoload": {
  8581. "psr-4": {
  8582. "Webmozart\\PathUtil\\": "src/"
  8583. }
  8584. },
  8585. "notification-url": "https://packagist.org/downloads/",
  8586. "license": [
  8587. "MIT"
  8588. ],
  8589. "authors": [
  8590. {
  8591. "name": "Bernhard Schussek",
  8592. "email": "bschussek@gmail.com"
  8593. }
  8594. ],
  8595. "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
  8596. "time": "2015-12-17 08:42:14"
  8597. }
  8598. ],
  8599. "aliases": [],
  8600. "minimum-stability": "stable",
  8601. "stability-flags": {
  8602. "drupal/conflict": 15,
  8603. "drupal/ctools": 15,
  8604. "drupal/diff": 5,
  8605. "drupal/embed": 5,
  8606. "drupal/entity": 20,
  8607. "drupal/entity_browser": 5,
  8608. "drupal/entity_embed": 20,
  8609. "drupal/entity_reference_revisions": 20,
  8610. "drupal/entity_storage_migrate": 20,
  8611. "drupal/field_collection": 20,
  8612. "drupal/field_group": 20,
  8613. "drupal/key_value": 20,
  8614. "drupal/linkit": 10,
  8615. "drupal/media_entity": 20,
  8616. "drupal/media_entity_image": 20,
  8617. "drupal/metatag": 20,
  8618. "drupal/multiversion": 15,
  8619. "drupal/paragraphs": 20,
  8620. "drupal/pathauto": 20,
  8621. "drupal/smtp": 15,
  8622. "drupal/subpathauto": 10,
  8623. "drupal/token": 10,
  8624. "drupal/token_filter": 10,
  8625. "drupal/video_embed_field": 20,
  8626. "drupal/workbench": 20,
  8627. "drupal/workbench_email": 15,
  8628. "drupal/interval": 5,
  8629. "relaxedws/lca": 20,
  8630. "drupal/console": 5,
  8631. "drupal/console-core": 5,
  8632. "drupal/console-en": 5
  8633. },
  8634. "prefer-stable": true,
  8635. "prefer-lowest": false,
  8636. "platform": [],
  8637. "platform-dev": []
  8638. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement