Advertisement
MichaelStrohyi

conposer.lock

Jun 9th, 2016
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.08 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. <<<<<<< d75fa421ec4bfd416c173cade56206d83e5ce6c4
  8. "hash": "2a73fa7bc0f0a8cdf054be8c9585d0b8",
  9. "content-hash": "73c4c08510350e3d378e0b33ba0258d7",
  10. "packages": [
  11. {
  12. "name": "doctrine/instantiator",
  13. "version": "1.0.5",
  14. "source": {
  15. "type": "git",
  16. "url": "https://github.com/doctrine/instantiator.git",
  17. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  18. },
  19. "dist": {
  20. "type": "zip",
  21. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  22. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  23. "shasum": ""
  24. },
  25. "require": {
  26. "php": ">=5.3,<8.0-DEV"
  27. },
  28. "require-dev": {
  29. "athletic/athletic": "~0.1.8",
  30. "ext-pdo": "*",
  31. "ext-phar": "*",
  32. "phpunit/phpunit": "~4.0",
  33. "squizlabs/php_codesniffer": "~2.0"
  34. },
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.0.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-4": {
  43. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Marco Pivetta",
  53. "email": "ocramius@gmail.com",
  54. "homepage": "http://ocramius.github.com/"
  55. }
  56. ],
  57. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  58. "homepage": "https://github.com/doctrine/instantiator",
  59. "keywords": [
  60. "constructor",
  61. "instantiate"
  62. ],
  63. "time": "2015-06-14 21:17:01"
  64. },
  65. {
  66. "name": "phpdocumentor/reflection-docblock",
  67. "version": "2.0.4",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  71. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  76. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.3.3"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "~4.0"
  84. },
  85. "suggest": {
  86. "dflydev/markdown": "~1.0",
  87. "erusev/parsedown": "~1.0"
  88. },
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "2.0.x-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-0": {
  97. "phpDocumentor": [
  98. "src/"
  99. ]
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "authors": [
  107. {
  108. "name": "Mike van Riel",
  109. "email": "mike.vanriel@naenius.com"
  110. }
  111. ],
  112. "time": "2015-02-03 12:10:50"
  113. },
  114. {
  115. "name": "phpspec/prophecy",
  116. "version": "v1.6.0",
  117. "source": {
  118. "type": "git",
  119. "url": "https://github.com/phpspec/prophecy.git",
  120. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
  121. },
  122. "dist": {
  123. "type": "zip",
  124. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
  125. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
  126. "shasum": ""
  127. },
  128. "require": {
  129. "doctrine/instantiator": "^1.0.2",
  130. "php": "^5.3|^7.0",
  131. "phpdocumentor/reflection-docblock": "~2.0",
  132. "sebastian/comparator": "~1.1",
  133. "sebastian/recursion-context": "~1.0"
  134. },
  135. "require-dev": {
  136. "phpspec/phpspec": "~2.0"
  137. },
  138. "type": "library",
  139. "extra": {
  140. "branch-alias": {
  141. "dev-master": "1.5.x-dev"
  142. }
  143. },
  144. "autoload": {
  145. "psr-0": {
  146. "Prophecy\\": "src/"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "MIT"
  152. ],
  153. "authors": [
  154. {
  155. "name": "Konstantin Kudryashov",
  156. "email": "ever.zet@gmail.com",
  157. "homepage": "http://everzet.com"
  158. },
  159. {
  160. "name": "Marcello Duarte",
  161. "email": "marcello.duarte@gmail.com"
  162. }
  163. ],
  164. "description": "Highly opinionated mocking framework for PHP 5.3+",
  165. "homepage": "https://github.com/phpspec/prophecy",
  166. "keywords": [
  167. "Double",
  168. "Dummy",
  169. "fake",
  170. "mock",
  171. "spy",
  172. "stub"
  173. ],
  174. "time": "2016-02-15 07:46:21"
  175. },
  176. {
  177. "name": "phpunit/php-code-coverage",
  178. "version": "2.2.4",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  182. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  187. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  188. "shasum": ""
  189. },
  190. "require": {
  191. "php": ">=5.3.3",
  192. "phpunit/php-file-iterator": "~1.3",
  193. "phpunit/php-text-template": "~1.2",
  194. "phpunit/php-token-stream": "~1.3",
  195. "sebastian/environment": "^1.3.2",
  196. "sebastian/version": "~1.0"
  197. },
  198. "require-dev": {
  199. "ext-xdebug": ">=2.1.4",
  200. "phpunit/phpunit": "~4"
  201. },
  202. "suggest": {
  203. "ext-dom": "*",
  204. "ext-xdebug": ">=2.2.1",
  205. "ext-xmlwriter": "*"
  206. },
  207. "type": "library",
  208. "extra": {
  209. "branch-alias": {
  210. "dev-master": "2.2.x-dev"
  211. }
  212. },
  213. "autoload": {
  214. "classmap": [
  215. "src/"
  216. ]
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "BSD-3-Clause"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Sebastian Bergmann",
  225. "email": "sb@sebastian-bergmann.de",
  226. "role": "lead"
  227. }
  228. ],
  229. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  230. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  231. "keywords": [
  232. "coverage",
  233. "testing",
  234. "xunit"
  235. ],
  236. "time": "2015-10-06 15:47:00"
  237. },
  238. {
  239. "name": "phpunit/php-file-iterator",
  240. "version": "1.4.1",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  244. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  249. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  250. "shasum": ""
  251. },
  252. "require": {
  253. "php": ">=5.3.3"
  254. },
  255. "type": "library",
  256. "extra": {
  257. "branch-alias": {
  258. "dev-master": "1.4.x-dev"
  259. }
  260. },
  261. "autoload": {
  262. "classmap": [
  263. "src/"
  264. ]
  265. },
  266. "notification-url": "https://packagist.org/downloads/",
  267. "license": [
  268. "BSD-3-Clause"
  269. ],
  270. "authors": [
  271. {
  272. "name": "Sebastian Bergmann",
  273. "email": "sb@sebastian-bergmann.de",
  274. "role": "lead"
  275. }
  276. ],
  277. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  278. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  279. "keywords": [
  280. "filesystem",
  281. "iterator"
  282. ],
  283. "time": "2015-06-21 13:08:43"
  284. },
  285. {
  286. "name": "phpunit/php-text-template",
  287. "version": "1.2.1",
  288. "source": {
  289. "type": "git",
  290. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  291. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  292. },
  293. "dist": {
  294. "type": "zip",
  295. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  296. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  297. "shasum": ""
  298. },
  299. "require": {
  300. "php": ">=5.3.3"
  301. },
  302. "type": "library",
  303. "autoload": {
  304. "classmap": [
  305. "src/"
  306. ]
  307. },
  308. "notification-url": "https://packagist.org/downloads/",
  309. "license": [
  310. "BSD-3-Clause"
  311. ],
  312. "authors": [
  313. {
  314. "name": "Sebastian Bergmann",
  315. "email": "sebastian@phpunit.de",
  316. "role": "lead"
  317. }
  318. ],
  319. "description": "Simple template engine.",
  320. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  321. "keywords": [
  322. "template"
  323. ],
  324. "time": "2015-06-21 13:50:34"
  325. },
  326. {
  327. "name": "phpunit/php-timer",
  328. "version": "1.0.8",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/sebastianbergmann/php-timer.git",
  332. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  337. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  338. "shasum": ""
  339. },
  340. "require": {
  341. "php": ">=5.3.3"
  342. },
  343. "require-dev": {
  344. "phpunit/phpunit": "~4|~5"
  345. },
  346. "type": "library",
  347. "autoload": {
  348. "classmap": [
  349. "src/"
  350. ]
  351. },
  352. "notification-url": "https://packagist.org/downloads/",
  353. "license": [
  354. "BSD-3-Clause"
  355. ],
  356. "authors": [
  357. {
  358. "name": "Sebastian Bergmann",
  359. "email": "sb@sebastian-bergmann.de",
  360. "role": "lead"
  361. }
  362. ],
  363. "description": "Utility class for timing",
  364. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  365. "keywords": [
  366. "timer"
  367. ],
  368. "time": "2016-05-12 18:03:57"
  369. },
  370. {
  371. "name": "phpunit/php-token-stream",
  372. "version": "1.4.8",
  373. "source": {
  374. "type": "git",
  375. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  376. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  377. },
  378. "dist": {
  379. "type": "zip",
  380. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  381. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  382. "shasum": ""
  383. },
  384. "require": {
  385. "ext-tokenizer": "*",
  386. "php": ">=5.3.3"
  387. },
  388. "require-dev": {
  389. "phpunit/phpunit": "~4.2"
  390. },
  391. "type": "library",
  392. "extra": {
  393. "branch-alias": {
  394. "dev-master": "1.4-dev"
  395. }
  396. },
  397. "autoload": {
  398. "classmap": [
  399. "src/"
  400. ]
  401. },
  402. "notification-url": "https://packagist.org/downloads/",
  403. "license": [
  404. "BSD-3-Clause"
  405. ],
  406. "authors": [
  407. {
  408. "name": "Sebastian Bergmann",
  409. "email": "sebastian@phpunit.de"
  410. }
  411. ],
  412. "description": "Wrapper around PHP's tokenizer extension.",
  413. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  414. "keywords": [
  415. "tokenizer"
  416. ],
  417. "time": "2015-09-15 10:49:45"
  418. },
  419. {
  420. "name": "phpunit/phpunit",
  421. "version": "4.8.26",
  422. "source": {
  423. "type": "git",
  424. "url": "https://github.com/sebastianbergmann/phpunit.git",
  425. "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
  426. },
  427. "dist": {
  428. "type": "zip",
  429. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
  430. "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
  431. "shasum": ""
  432. },
  433. "require": {
  434. "ext-dom": "*",
  435. "ext-json": "*",
  436. "ext-pcre": "*",
  437. "ext-reflection": "*",
  438. "ext-spl": "*",
  439. "php": ">=5.3.3",
  440. "phpspec/prophecy": "^1.3.1",
  441. "phpunit/php-code-coverage": "~2.1",
  442. "phpunit/php-file-iterator": "~1.4",
  443. "phpunit/php-text-template": "~1.2",
  444. "phpunit/php-timer": "^1.0.6",
  445. "phpunit/phpunit-mock-objects": "~2.3",
  446. "sebastian/comparator": "~1.1",
  447. "sebastian/diff": "~1.2",
  448. "sebastian/environment": "~1.3",
  449. "sebastian/exporter": "~1.2",
  450. "sebastian/global-state": "~1.0",
  451. "sebastian/version": "~1.0",
  452. "symfony/yaml": "~2.1|~3.0"
  453. },
  454. "suggest": {
  455. "phpunit/php-invoker": "~1.1"
  456. },
  457. "bin": [
  458. "phpunit"
  459. ],
  460. "type": "library",
  461. "extra": {
  462. "branch-alias": {
  463. "dev-master": "4.8.x-dev"
  464. }
  465. },
  466. "autoload": {
  467. "classmap": [
  468. "src/"
  469. ]
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "BSD-3-Clause"
  474. ],
  475. "authors": [
  476. {
  477. "name": "Sebastian Bergmann",
  478. "email": "sebastian@phpunit.de",
  479. "role": "lead"
  480. }
  481. ],
  482. "description": "The PHP Unit Testing framework.",
  483. "homepage": "https://phpunit.de/",
  484. "keywords": [
  485. "phpunit",
  486. "testing",
  487. "xunit"
  488. ],
  489. "time": "2016-05-17 03:09:28"
  490. },
  491. {
  492. "name": "phpunit/phpunit-mock-objects",
  493. "version": "2.3.8",
  494. "source": {
  495. "type": "git",
  496. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  497. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  498. },
  499. "dist": {
  500. "type": "zip",
  501. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  502. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  503. "shasum": ""
  504. },
  505. "require": {
  506. "doctrine/instantiator": "^1.0.2",
  507. "php": ">=5.3.3",
  508. "phpunit/php-text-template": "~1.2",
  509. "sebastian/exporter": "~1.2"
  510. },
  511. "require-dev": {
  512. "phpunit/phpunit": "~4.4"
  513. },
  514. "suggest": {
  515. "ext-soap": "*"
  516. },
  517. "type": "library",
  518. "extra": {
  519. "branch-alias": {
  520. "dev-master": "2.3.x-dev"
  521. }
  522. },
  523. "autoload": {
  524. "classmap": [
  525. "src/"
  526. ]
  527. },
  528. "notification-url": "https://packagist.org/downloads/",
  529. "license": [
  530. "BSD-3-Clause"
  531. ],
  532. "authors": [
  533. {
  534. "name": "Sebastian Bergmann",
  535. "email": "sb@sebastian-bergmann.de",
  536. "role": "lead"
  537. }
  538. ],
  539. "description": "Mock Object library for PHPUnit",
  540. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  541. "keywords": [
  542. "mock",
  543. "xunit"
  544. ],
  545. "time": "2015-10-02 06:51:40"
  546. },
  547. {
  548. "name": "phpunit/phpunit-selenium",
  549. "version": "2.0.2",
  550. "source": {
  551. "type": "git",
  552. "url": "https://github.com/giorgiosironi/phpunit-selenium.git",
  553. "reference": "2bad798ec0daf20d2854400e3bc5329ee0a7b2d1"
  554. },
  555. "dist": {
  556. "type": "zip",
  557. "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/2bad798ec0daf20d2854400e3bc5329ee0a7b2d1",
  558. "reference": "2bad798ec0daf20d2854400e3bc5329ee0a7b2d1",
  559. "shasum": ""
  560. },
  561. "require": {
  562. "ext-curl": "*",
  563. "ext-dom": "*",
  564. "php": ">=5.3.3",
  565. "phpunit/phpunit": "~4.8",
  566. "sebastian/comparator": "~1.0"
  567. },
  568. "require-dev": {
  569. "phing/phing": "2.*"
  570. },
  571. "type": "library",
  572. "autoload": {
  573. "classmap": [
  574. "PHPUnit/"
  575. ]
  576. },
  577. "notification-url": "https://packagist.org/downloads/",
  578. "include-path": [
  579. ""
  580. ],
  581. "license": [
  582. "BSD-3-Clause"
  583. ],
  584. "authors": [
  585. {
  586. "name": "Giorgio Sironi",
  587. "email": "info@giorgiosironi.com",
  588. "role": "developer"
  589. },
  590. {
  591. "name": "Ivan Kurnosov",
  592. "email": "zerkms@zerkms.com",
  593. "role": "developer"
  594. },
  595. {
  596. "name": "Sebastian Bergmann",
  597. "email": "sb@sebastian-bergmann.de",
  598. "role": "original developer"
  599. }
  600. ],
  601. "description": "Selenium Server integration for PHPUnit",
  602. "homepage": "http://www.phpunit.de/",
  603. "keywords": [
  604. "phpunit",
  605. "selenium",
  606. "testing",
  607. "xunit"
  608. ],
  609. "time": "2016-03-01 10:33:56"
  610. },
  611. {
  612. "name": "sebastian/comparator",
  613. "version": "1.2.0",
  614. "source": {
  615. "type": "git",
  616. "url": "https://github.com/sebastianbergmann/comparator.git",
  617. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  618. },
  619. "dist": {
  620. "type": "zip",
  621. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  622. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  623. "shasum": ""
  624. },
  625. "require": {
  626. "php": ">=5.3.3",
  627. "sebastian/diff": "~1.2",
  628. "sebastian/exporter": "~1.2"
  629. },
  630. "require-dev": {
  631. "phpunit/phpunit": "~4.4"
  632. },
  633. "type": "library",
  634. "extra": {
  635. "branch-alias": {
  636. "dev-master": "1.2.x-dev"
  637. }
  638. },
  639. "autoload": {
  640. "classmap": [
  641. "src/"
  642. ]
  643. },
  644. "notification-url": "https://packagist.org/downloads/",
  645. "license": [
  646. "BSD-3-Clause"
  647. ],
  648. "authors": [
  649. {
  650. "name": "Jeff Welch",
  651. "email": "whatthejeff@gmail.com"
  652. },
  653. {
  654. "name": "Volker Dusch",
  655. "email": "github@wallbash.com"
  656. },
  657. {
  658. "name": "Bernhard Schussek",
  659. "email": "bschussek@2bepublished.at"
  660. },
  661. {
  662. "name": "Sebastian Bergmann",
  663. "email": "sebastian@phpunit.de"
  664. }
  665. ],
  666. "description": "Provides the functionality to compare PHP values for equality",
  667. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  668. "keywords": [
  669. "comparator",
  670. "compare",
  671. "equality"
  672. ],
  673. "time": "2015-07-26 15:48:44"
  674. },
  675. {
  676. "name": "sebastian/diff",
  677. "version": "1.4.1",
  678. "source": {
  679. "type": "git",
  680. "url": "https://github.com/sebastianbergmann/diff.git",
  681. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  682. },
  683. "dist": {
  684. "type": "zip",
  685. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  686. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  687. "shasum": ""
  688. },
  689. "require": {
  690. "php": ">=5.3.3"
  691. },
  692. "require-dev": {
  693. "phpunit/phpunit": "~4.8"
  694. },
  695. "type": "library",
  696. "extra": {
  697. "branch-alias": {
  698. "dev-master": "1.4-dev"
  699. }
  700. },
  701. "autoload": {
  702. "classmap": [
  703. "src/"
  704. ]
  705. },
  706. "notification-url": "https://packagist.org/downloads/",
  707. "license": [
  708. "BSD-3-Clause"
  709. ],
  710. "authors": [
  711. {
  712. "name": "Kore Nordmann",
  713. "email": "mail@kore-nordmann.de"
  714. },
  715. {
  716. "name": "Sebastian Bergmann",
  717. "email": "sebastian@phpunit.de"
  718. }
  719. ],
  720. "description": "Diff implementation",
  721. "homepage": "https://github.com/sebastianbergmann/diff",
  722. "keywords": [
  723. "diff"
  724. ],
  725. "time": "2015-12-08 07:14:41"
  726. },
  727. {
  728. "name": "sebastian/environment",
  729. "version": "1.3.7",
  730. "source": {
  731. "type": "git",
  732. "url": "https://github.com/sebastianbergmann/environment.git",
  733. "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
  734. },
  735. "dist": {
  736. "type": "zip",
  737. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
  738. "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
  739. "shasum": ""
  740. },
  741. "require": {
  742. "php": ">=5.3.3"
  743. },
  744. "require-dev": {
  745. "phpunit/phpunit": "~4.4"
  746. },
  747. "type": "library",
  748. "extra": {
  749. "branch-alias": {
  750. "dev-master": "1.3.x-dev"
  751. }
  752. },
  753. "autoload": {
  754. "classmap": [
  755. "src/"
  756. ]
  757. },
  758. "notification-url": "https://packagist.org/downloads/",
  759. "license": [
  760. "BSD-3-Clause"
  761. ],
  762. "authors": [
  763. {
  764. "name": "Sebastian Bergmann",
  765. "email": "sebastian@phpunit.de"
  766. }
  767. ],
  768. "description": "Provides functionality to handle HHVM/PHP environments",
  769. "homepage": "http://www.github.com/sebastianbergmann/environment",
  770. "keywords": [
  771. "Xdebug",
  772. "environment",
  773. "hhvm"
  774. ],
  775. "time": "2016-05-17 03:18:57"
  776. },
  777. {
  778. "name": "sebastian/exporter",
  779. "version": "1.2.1",
  780. "source": {
  781. "type": "git",
  782. "url": "https://github.com/sebastianbergmann/exporter.git",
  783. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  784. },
  785. "dist": {
  786. "type": "zip",
  787. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  788. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  789. "shasum": ""
  790. },
  791. "require": {
  792. "php": ">=5.3.3",
  793. "sebastian/recursion-context": "~1.0"
  794. },
  795. "require-dev": {
  796. "phpunit/phpunit": "~4.4"
  797. },
  798. "type": "library",
  799. "extra": {
  800. "branch-alias": {
  801. "dev-master": "1.2.x-dev"
  802. }
  803. },
  804. "autoload": {
  805. "classmap": [
  806. "src/"
  807. ]
  808. },
  809. "notification-url": "https://packagist.org/downloads/",
  810. "license": [
  811. "BSD-3-Clause"
  812. ],
  813. "authors": [
  814. {
  815. "name": "Jeff Welch",
  816. "email": "whatthejeff@gmail.com"
  817. },
  818. {
  819. "name": "Volker Dusch",
  820. "email": "github@wallbash.com"
  821. },
  822. {
  823. "name": "Bernhard Schussek",
  824. "email": "bschussek@2bepublished.at"
  825. },
  826. {
  827. "name": "Sebastian Bergmann",
  828. "email": "sebastian@phpunit.de"
  829. },
  830. {
  831. "name": "Adam Harvey",
  832. "email": "aharvey@php.net"
  833. }
  834. ],
  835. "description": "Provides the functionality to export PHP variables for visualization",
  836. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  837. "keywords": [
  838. "export",
  839. "exporter"
  840. ],
  841. "time": "2015-06-21 07:55:53"
  842. },
  843. {
  844. "name": "sebastian/global-state",
  845. "version": "1.1.1",
  846. "source": {
  847. "type": "git",
  848. "url": "https://github.com/sebastianbergmann/global-state.git",
  849. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  850. },
  851. "dist": {
  852. "type": "zip",
  853. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  854. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  855. "shasum": ""
  856. },
  857. "require": {
  858. "php": ">=5.3.3"
  859. },
  860. "require-dev": {
  861. "phpunit/phpunit": "~4.2"
  862. },
  863. "suggest": {
  864. "ext-uopz": "*"
  865. },
  866. "type": "library",
  867. "extra": {
  868. "branch-alias": {
  869. "dev-master": "1.0-dev"
  870. }
  871. },
  872. "autoload": {
  873. "classmap": [
  874. "src/"
  875. ]
  876. },
  877. "notification-url": "https://packagist.org/downloads/",
  878. "license": [
  879. "BSD-3-Clause"
  880. ],
  881. "authors": [
  882. {
  883. "name": "Sebastian Bergmann",
  884. "email": "sebastian@phpunit.de"
  885. }
  886. ],
  887. "description": "Snapshotting of global state",
  888. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  889. "keywords": [
  890. "global state"
  891. ],
  892. "time": "2015-10-12 03:26:01"
  893. },
  894. {
  895. "name": "sebastian/recursion-context",
  896. "version": "1.0.2",
  897. "source": {
  898. "type": "git",
  899. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  900. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  901. },
  902. "dist": {
  903. "type": "zip",
  904. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  905. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  906. "shasum": ""
  907. },
  908. "require": {
  909. "php": ">=5.3.3"
  910. },
  911. "require-dev": {
  912. "phpunit/phpunit": "~4.4"
  913. },
  914. "type": "library",
  915. "extra": {
  916. "branch-alias": {
  917. "dev-master": "1.0.x-dev"
  918. }
  919. },
  920. "autoload": {
  921. "classmap": [
  922. "src/"
  923. ]
  924. },
  925. "notification-url": "https://packagist.org/downloads/",
  926. "license": [
  927. "BSD-3-Clause"
  928. ],
  929. "authors": [
  930. {
  931. "name": "Jeff Welch",
  932. "email": "whatthejeff@gmail.com"
  933. },
  934. {
  935. "name": "Sebastian Bergmann",
  936. "email": "sebastian@phpunit.de"
  937. },
  938. {
  939. "name": "Adam Harvey",
  940. "email": "aharvey@php.net"
  941. }
  942. ],
  943. "description": "Provides functionality to recursively process PHP variables",
  944. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  945. "time": "2015-11-11 19:50:13"
  946. },
  947. {
  948. "name": "sebastian/version",
  949. "version": "1.0.6",
  950. "source": {
  951. "type": "git",
  952. "url": "https://github.com/sebastianbergmann/version.git",
  953. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  954. },
  955. "dist": {
  956. "type": "zip",
  957. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  958. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  959. "shasum": ""
  960. },
  961. "type": "library",
  962. "autoload": {
  963. "classmap": [
  964. "src/"
  965. ]
  966. },
  967. "notification-url": "https://packagist.org/downloads/",
  968. "license": [
  969. "BSD-3-Clause"
  970. ],
  971. "authors": [
  972. {
  973. "name": "Sebastian Bergmann",
  974. "email": "sebastian@phpunit.de",
  975. "role": "lead"
  976. }
  977. ],
  978. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  979. "homepage": "https://github.com/sebastianbergmann/version",
  980. "time": "2015-06-21 13:59:46"
  981. },
  982. {
  983. "name": "symfony/yaml",
  984. "version": "v3.1.0",
  985. "source": {
  986. "type": "git",
  987. "url": "https://github.com/symfony/yaml.git",
  988. "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a"
  989. },
  990. "dist": {
  991. "type": "zip",
  992. "url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
  993. "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
  994. "shasum": ""
  995. },
  996. "require": {
  997. "php": ">=5.5.9"
  998. },
  999. "type": "library",
  1000. "extra": {
  1001. "branch-alias": {
  1002. "dev-master": "3.1-dev"
  1003. }
  1004. },
  1005. "autoload": {
  1006. "psr-4": {
  1007. "Symfony\\Component\\Yaml\\": ""
  1008. },
  1009. "exclude-from-classmap": [
  1010. "/Tests/"
  1011. ]
  1012. },
  1013. "notification-url": "https://packagist.org/downloads/",
  1014. "license": [
  1015. "MIT"
  1016. ],
  1017. "authors": [
  1018. {
  1019. "name": "Fabien Potencier",
  1020. "email": "fabien@symfony.com"
  1021. },
  1022. {
  1023. "name": "Symfony Community",
  1024. "homepage": "https://symfony.com/contributors"
  1025. }
  1026. ],
  1027. "description": "Symfony Yaml Component",
  1028. "homepage": "https://symfony.com",
  1029. "time": "2016-05-26 21:46:24"
  1030. =======
  1031. "hash": "0367690af54021d5bdac7353c7b83bd7",
  1032. "content-hash": "0c7b04a62d45999bad28364bf4b6da5d",
  1033. "packages": [
  1034. {
  1035. "name": "phelium/recaptcha",
  1036. "version": "dev-master",
  1037. "source": {
  1038. "type": "git",
  1039. "url": "https://github.com/shevabam/recaptcha.git",
  1040. "reference": "1f538a6f007c33a83356eb66d62091b5a92ee752"
  1041. },
  1042. "dist": {
  1043. "type": "zip",
  1044. "url": "https://api.github.com/repos/shevabam/recaptcha/zipball/1f538a6f007c33a83356eb66d62091b5a92ee752",
  1045. "reference": "1f538a6f007c33a83356eb66d62091b5a92ee752",
  1046. "shasum": ""
  1047. },
  1048. "require": {
  1049. "php": ">=5.3.0"
  1050. },
  1051. "type": "library",
  1052. "autoload": {
  1053. "psr-4": {
  1054. "Phelium\\Component\\": "src"
  1055. }
  1056. },
  1057. "notification-url": "https://packagist.org/downloads/",
  1058. "license": [
  1059. "GNU GPL 2.0"
  1060. ],
  1061. "authors": [
  1062. {
  1063. "name": "ShevAbam"
  1064. }
  1065. ],
  1066. "description": "reCAPTCHA v2 class",
  1067. "homepage": "https://github.com/shevabam/recaptcha",
  1068. "keywords": [
  1069. "captcha",
  1070. "google",
  1071. "recaptcha"
  1072. ],
  1073. "time": "2015-02-12 19:21:13"
  1074. >>>>>>> [Core]: added email checking and captcha validation with phelium/recaptcha lib
  1075. },
  1076. {
  1077. "name": "twig/twig",
  1078. "version": "v1.24.1",
  1079. "source": {
  1080. "type": "git",
  1081. "url": "https://github.com/twigphp/Twig.git",
  1082. "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
  1083. },
  1084. "dist": {
  1085. "type": "zip",
  1086. "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
  1087. "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
  1088. "shasum": ""
  1089. },
  1090. "require": {
  1091. "php": ">=5.2.7"
  1092. },
  1093. "require-dev": {
  1094. "symfony/debug": "~2.7",
  1095. "symfony/phpunit-bridge": "~2.7"
  1096. },
  1097. "type": "library",
  1098. "extra": {
  1099. "branch-alias": {
  1100. "dev-master": "1.24-dev"
  1101. }
  1102. },
  1103. "autoload": {
  1104. "psr-0": {
  1105. "Twig_": "lib/"
  1106. }
  1107. },
  1108. "notification-url": "https://packagist.org/downloads/",
  1109. "license": [
  1110. "BSD-3-Clause"
  1111. ],
  1112. "authors": [
  1113. {
  1114. "name": "Fabien Potencier",
  1115. "email": "fabien@symfony.com",
  1116. "homepage": "http://fabien.potencier.org",
  1117. "role": "Lead Developer"
  1118. },
  1119. {
  1120. "name": "Armin Ronacher",
  1121. "email": "armin.ronacher@active-4.com",
  1122. "role": "Project Founder"
  1123. },
  1124. {
  1125. "name": "Twig Team",
  1126. "homepage": "http://twig.sensiolabs.org/contributors",
  1127. "role": "Contributors"
  1128. }
  1129. ],
  1130. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1131. "homepage": "http://twig.sensiolabs.org",
  1132. "keywords": [
  1133. "templating"
  1134. ],
  1135. "time": "2016-05-30 09:11:59"
  1136. }
  1137. ],
  1138. "packages-dev": [],
  1139. "aliases": [],
  1140. "minimum-stability": "stable",
  1141. "stability-flags": {
  1142. "phelium/recaptcha": 20
  1143. },
  1144. "prefer-stable": false,
  1145. "prefer-lowest": false,
  1146. "platform": [],
  1147. "platform-dev": []
  1148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement