Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.30 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": "b72dc8906a5dd6b2da2a295a76027aeb",
  8. "content-hash": "688e11d5d97a5921d435a4dd6949d7b7",
  9. "packages": [],
  10. "packages-dev": [
  11. {
  12. "name": "andrewsville/php-token-reflection",
  13. "version": "1.4.0",
  14. "source": {
  15. "type": "git",
  16. "url": "https://github.com/Andrewsville/PHP-Token-Reflection.git",
  17. "reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee"
  18. },
  19. "dist": {
  20. "type": "zip",
  21. "url": "https://api.github.com/repos/Andrewsville/PHP-Token-Reflection/zipball/e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
  22. "reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
  23. "shasum": ""
  24. },
  25. "require": {
  26. "ext-tokenizer": "*",
  27. "php": ">=5.3.0"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-0": {
  32. "TokenReflection": "./"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "BSD-3"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Ondřej Nešpor",
  42. "homepage": "https://github.com/andrewsville"
  43. },
  44. {
  45. "name": "Jaroslav Hanslík",
  46. "homepage": "https://github.com/kukulich"
  47. }
  48. ],
  49. "description": "Library emulating the PHP internal reflection using just the tokenized source code.",
  50. "homepage": "http://andrewsville.github.com/PHP-Token-Reflection/",
  51. "keywords": [
  52. "library",
  53. "reflection",
  54. "tokenizer"
  55. ],
  56. "time": "2014-08-06 16:37:08"
  57. },
  58. {
  59. "name": "apigen/apigen",
  60. "version": "v4.1.2",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/ApiGen/ApiGen.git",
  64. "reference": "3365433ea3433b0e5c8f763608f8e63cbedb2a3a"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/ApiGen/ApiGen/zipball/3365433ea3433b0e5c8f763608f8e63cbedb2a3a",
  69. "reference": "3365433ea3433b0e5c8f763608f8e63cbedb2a3a",
  70. "shasum": ""
  71. },
  72. "require": {
  73. "andrewsville/php-token-reflection": "~1.4",
  74. "apigen/theme-bootstrap": "~1.1.2",
  75. "apigen/theme-default": "~1.0.1",
  76. "herrera-io/phar-update": "~2.0",
  77. "kdyby/events": "~2.0",
  78. "kukulich/fshl": "~2.1",
  79. "latte/latte": ">=2.2.0,<2.3.5",
  80. "michelf/php-markdown": "~1.4",
  81. "nette/application": "~2.2",
  82. "nette/bootstrap": "~2.2",
  83. "nette/di": "~2.2",
  84. "nette/mail": "~2.2",
  85. "nette/neon": "~2.2",
  86. "nette/robot-loader": "~2.2",
  87. "nette/safe-stream": "~2.2",
  88. "php": ">=5.4",
  89. "symfony/console": "~2.6",
  90. "symfony/options-resolver": "~2.6.1",
  91. "symfony/yaml": "~2.6",
  92. "tracy/tracy": "~2.2"
  93. },
  94. "require-dev": {
  95. "herrera-io/box": "~1.6",
  96. "mockery/mockery": "~0.9"
  97. },
  98. "bin": [
  99. "bin/apigen"
  100. ],
  101. "type": "library",
  102. "extra": {
  103. "branch-alias": {
  104. "dev-master": "4.1.0-dev"
  105. }
  106. },
  107. "autoload": {
  108. "psr-4": {
  109. "ApiGen\\": "src"
  110. }
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "MIT"
  115. ],
  116. "authors": [
  117. {
  118. "name": "David Grudl",
  119. "homepage": "http://davidgrudl.com"
  120. },
  121. {
  122. "name": "Ondřej Nešpor",
  123. "homepage": "https://github.com/andrewsville"
  124. },
  125. {
  126. "name": "Jaroslav Hanslík",
  127. "homepage": "https://github.com/kukulich"
  128. },
  129. {
  130. "name": "Tomáš Votruba",
  131. "email": "tomas.vot@gmail.com"
  132. },
  133. {
  134. "name": "Olivier Laviale",
  135. "homepage": "https://github.com/olvlvl"
  136. }
  137. ],
  138. "description": "PHP source code API generator",
  139. "homepage": "http://apigen.org/",
  140. "keywords": [
  141. "api",
  142. "documentation",
  143. "generator",
  144. "phpdoc"
  145. ],
  146. "time": "2015-11-29 20:11:30"
  147. },
  148. {
  149. "name": "apigen/theme-bootstrap",
  150. "version": "v1.1.3",
  151. "source": {
  152. "type": "git",
  153. "url": "https://github.com/ApiGen/ThemeBootstrap.git",
  154. "reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c"
  155. },
  156. "dist": {
  157. "type": "zip",
  158. "url": "https://api.github.com/repos/ApiGen/ThemeBootstrap/zipball/55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
  159. "reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
  160. "shasum": ""
  161. },
  162. "require": {
  163. "latte/latte": "~2.2"
  164. },
  165. "type": "library",
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Tomáš Votruba",
  173. "email": "tomas.vot@gmail.com"
  174. },
  175. {
  176. "name": "Olivier Laviale",
  177. "homepage": "https://github.com/olvlvl"
  178. }
  179. ],
  180. "description": "Twitter Bootstrap theme for ApiGen",
  181. "homepage": "http://apigen.org/",
  182. "time": "2015-10-11 14:52:50"
  183. },
  184. {
  185. "name": "apigen/theme-default",
  186. "version": "v1.0.2",
  187. "source": {
  188. "type": "git",
  189. "url": "https://github.com/ApiGen/ThemeDefault.git",
  190. "reference": "51648cf83645d9ae6c655fe46bcd26a347d45336"
  191. },
  192. "dist": {
  193. "type": "zip",
  194. "url": "https://api.github.com/repos/ApiGen/ThemeDefault/zipball/51648cf83645d9ae6c655fe46bcd26a347d45336",
  195. "reference": "51648cf83645d9ae6c655fe46bcd26a347d45336",
  196. "shasum": ""
  197. },
  198. "require": {
  199. "latte/latte": "~2.2"
  200. },
  201. "type": "library",
  202. "notification-url": "https://packagist.org/downloads/",
  203. "license": [
  204. "MIT"
  205. ],
  206. "authors": [
  207. {
  208. "name": "David Grudl",
  209. "homepage": "http://davidgrudl.com"
  210. },
  211. {
  212. "name": "Ondřej Nešpor",
  213. "homepage": "https://github.com/Andrewsville"
  214. },
  215. {
  216. "name": "Jaroslav Hanslík",
  217. "homepage": "https://github.com/kukulich"
  218. },
  219. {
  220. "name": "Tomáš Votruba",
  221. "email": "tomas.vot@gmail.com"
  222. },
  223. {
  224. "name": "Olivier Laviale",
  225. "homepage": "https://github.com/olvlvl"
  226. }
  227. ],
  228. "description": "Default theme for ApiGen",
  229. "homepage": "http://apigen.org/",
  230. "time": "2015-10-11 14:55:30"
  231. },
  232. {
  233. "name": "doctrine/instantiator",
  234. "version": "1.0.5",
  235. "source": {
  236. "type": "git",
  237. "url": "https://github.com/doctrine/instantiator.git",
  238. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  239. },
  240. "dist": {
  241. "type": "zip",
  242. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  243. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  244. "shasum": ""
  245. },
  246. "require": {
  247. "php": ">=5.3,<8.0-DEV"
  248. },
  249. "require-dev": {
  250. "athletic/athletic": "~0.1.8",
  251. "ext-pdo": "*",
  252. "ext-phar": "*",
  253. "phpunit/phpunit": "~4.0",
  254. "squizlabs/php_codesniffer": "~2.0"
  255. },
  256. "type": "library",
  257. "extra": {
  258. "branch-alias": {
  259. "dev-master": "1.0.x-dev"
  260. }
  261. },
  262. "autoload": {
  263. "psr-4": {
  264. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  265. }
  266. },
  267. "notification-url": "https://packagist.org/downloads/",
  268. "license": [
  269. "MIT"
  270. ],
  271. "authors": [
  272. {
  273. "name": "Marco Pivetta",
  274. "email": "ocramius@gmail.com",
  275. "homepage": "http://ocramius.github.com/"
  276. }
  277. ],
  278. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  279. "homepage": "https://github.com/doctrine/instantiator",
  280. "keywords": [
  281. "constructor",
  282. "instantiate"
  283. ],
  284. "time": "2015-06-14 21:17:01"
  285. },
  286. {
  287. "name": "herrera-io/json",
  288. "version": "1.0.3",
  289. "source": {
  290. "type": "git",
  291. "url": "https://github.com/kherge-abandoned/php-json.git",
  292. "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
  293. },
  294. "dist": {
  295. "type": "zip",
  296. "url": "https://api.github.com/repos/kherge-abandoned/php-json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
  297. "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
  298. "shasum": ""
  299. },
  300. "require": {
  301. "ext-json": "*",
  302. "justinrainbow/json-schema": ">=1.0,<2.0-dev",
  303. "php": ">=5.3.3",
  304. "seld/jsonlint": ">=1.0,<2.0-dev"
  305. },
  306. "require-dev": {
  307. "herrera-io/phpunit-test-case": "1.*",
  308. "mikey179/vfsstream": "1.1.0",
  309. "phpunit/phpunit": "3.7.*"
  310. },
  311. "type": "library",
  312. "extra": {
  313. "branch-alias": {
  314. "dev-master": "1.0-dev"
  315. }
  316. },
  317. "autoload": {
  318. "files": [
  319. "src/lib/json_version.php"
  320. ],
  321. "psr-0": {
  322. "Herrera\\Json": "src/lib"
  323. }
  324. },
  325. "notification-url": "https://packagist.org/downloads/",
  326. "license": [
  327. "MIT"
  328. ],
  329. "authors": [
  330. {
  331. "name": "Kevin Herrera",
  332. "email": "kevin@herrera.io",
  333. "homepage": "http://kevin.herrera.io"
  334. }
  335. ],
  336. "description": "A library for simplifying JSON linting and validation.",
  337. "homepage": "http://herrera-io.github.com/php-json",
  338. "keywords": [
  339. "json",
  340. "lint",
  341. "schema",
  342. "validate"
  343. ],
  344. "time": "2013-10-30 16:51:34"
  345. },
  346. {
  347. "name": "herrera-io/phar-update",
  348. "version": "2.0.0",
  349. "source": {
  350. "type": "git",
  351. "url": "https://github.com/kherge-abandoned/php-phar-update.git",
  352. "reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488"
  353. },
  354. "dist": {
  355. "type": "zip",
  356. "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/15643c90d3d43620a4f45c910e6afb7a0ad4b488",
  357. "reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488",
  358. "shasum": ""
  359. },
  360. "require": {
  361. "herrera-io/json": "1.*",
  362. "herrera-io/version": "1.*",
  363. "php": ">=5.3.3"
  364. },
  365. "require-dev": {
  366. "herrera-io/phpunit-test-case": "1.*",
  367. "mikey179/vfsstream": "1.1.0",
  368. "phpunit/phpunit": "3.7.*"
  369. },
  370. "type": "library",
  371. "extra": {
  372. "branch-alias": {
  373. "dev-master": "2.0-dev"
  374. }
  375. },
  376. "autoload": {
  377. "files": [
  378. "src/lib/constants.php"
  379. ],
  380. "psr-0": {
  381. "Herrera\\Phar\\Update": "src/lib"
  382. }
  383. },
  384. "notification-url": "https://packagist.org/downloads/",
  385. "license": [
  386. "MIT"
  387. ],
  388. "authors": [
  389. {
  390. "name": "Kevin Herrera",
  391. "email": "kevin@herrera.io",
  392. "homepage": "http://kevin.herrera.io"
  393. }
  394. ],
  395. "description": "A library for self-updating Phars.",
  396. "homepage": "http://herrera-io.github.com/php-phar-update",
  397. "keywords": [
  398. "phar",
  399. "update"
  400. ],
  401. "time": "2013-11-09 17:13:13"
  402. },
  403. {
  404. "name": "herrera-io/version",
  405. "version": "1.1.1",
  406. "source": {
  407. "type": "git",
  408. "url": "https://github.com/kherge-abandoned/php-version.git",
  409. "reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85"
  410. },
  411. "dist": {
  412. "type": "zip",
  413. "url": "https://api.github.com/repos/kherge-abandoned/php-version/zipball/d39d9642b92a04d8b8a28b871b797a35a2545e85",
  414. "reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85",
  415. "shasum": ""
  416. },
  417. "require": {
  418. "php": ">=5.3.3"
  419. },
  420. "require-dev": {
  421. "herrera-io/phpunit-test-case": "1.*",
  422. "phpunit/phpunit": "3.7.*"
  423. },
  424. "type": "library",
  425. "extra": {
  426. "branch-alias": {
  427. "dev-master": "1.1.x-dev"
  428. }
  429. },
  430. "autoload": {
  431. "psr-0": {
  432. "Herrera\\Version": "src/lib"
  433. }
  434. },
  435. "notification-url": "https://packagist.org/downloads/",
  436. "license": [
  437. "MIT"
  438. ],
  439. "authors": [
  440. {
  441. "name": "Kevin Herrera",
  442. "email": "kevin@herrera.io",
  443. "homepage": "http://kevin.herrera.io"
  444. }
  445. ],
  446. "description": "A library for creating, editing, and comparing semantic versioning numbers.",
  447. "homepage": "http://github.com/herrera-io/php-version",
  448. "keywords": [
  449. "semantic",
  450. "version"
  451. ],
  452. "time": "2014-05-27 05:29:25"
  453. },
  454. {
  455. "name": "justinrainbow/json-schema",
  456. "version": "1.6.1",
  457. "source": {
  458. "type": "git",
  459. "url": "https://github.com/justinrainbow/json-schema.git",
  460. "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
  461. },
  462. "dist": {
  463. "type": "zip",
  464. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
  465. "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
  466. "shasum": ""
  467. },
  468. "require": {
  469. "php": ">=5.3.29"
  470. },
  471. "require-dev": {
  472. "json-schema/json-schema-test-suite": "1.1.0",
  473. "phpdocumentor/phpdocumentor": "~2",
  474. "phpunit/phpunit": "~3.7"
  475. },
  476. "bin": [
  477. "bin/validate-json"
  478. ],
  479. "type": "library",
  480. "extra": {
  481. "branch-alias": {
  482. "dev-master": "1.6.x-dev"
  483. }
  484. },
  485. "autoload": {
  486. "psr-4": {
  487. "JsonSchema\\": "src/JsonSchema/"
  488. }
  489. },
  490. "notification-url": "https://packagist.org/downloads/",
  491. "license": [
  492. "BSD-3-Clause"
  493. ],
  494. "authors": [
  495. {
  496. "name": "Bruno Prieto Reis",
  497. "email": "bruno.p.reis@gmail.com"
  498. },
  499. {
  500. "name": "Justin Rainbow",
  501. "email": "justin.rainbow@gmail.com"
  502. },
  503. {
  504. "name": "Igor Wiedler",
  505. "email": "igor@wiedler.ch"
  506. },
  507. {
  508. "name": "Robert Schönthal",
  509. "email": "seroscho@googlemail.com"
  510. }
  511. ],
  512. "description": "A library to validate a json schema.",
  513. "homepage": "https://github.com/justinrainbow/json-schema",
  514. "keywords": [
  515. "json",
  516. "schema"
  517. ],
  518. "time": "2016-01-25 15:43:01"
  519. },
  520. {
  521. "name": "kdyby/events",
  522. "version": "v2.4.0",
  523. "source": {
  524. "type": "git",
  525. "url": "https://github.com/Kdyby/Events.git",
  526. "reference": "8049e0fc7abb48178b4a2a9af230eceebe1a83bc"
  527. },
  528. "dist": {
  529. "type": "zip",
  530. "url": "https://api.github.com/repos/Kdyby/Events/zipball/8049e0fc7abb48178b4a2a9af230eceebe1a83bc",
  531. "reference": "8049e0fc7abb48178b4a2a9af230eceebe1a83bc",
  532. "shasum": ""
  533. },
  534. "require": {
  535. "nette/di": "~2.3@dev",
  536. "nette/utils": "~2.3@dev"
  537. },
  538. "require-dev": {
  539. "jakub-onderka/php-parallel-lint": "~0.7",
  540. "latte/latte": "~2.3@dev",
  541. "nette/application": "~2.3@dev",
  542. "nette/bootstrap": "~2.3@dev",
  543. "nette/caching": "~2.3@dev",
  544. "nette/component-model": "~2.2@dev",
  545. "nette/database": "~2.3@dev",
  546. "nette/deprecated": "~2.3@dev",
  547. "nette/di": "~2.3@dev",
  548. "nette/finder": "~2.3@dev",
  549. "nette/forms": "~2.3@dev",
  550. "nette/http": "~2.3@dev",
  551. "nette/mail": "~2.3@dev",
  552. "nette/neon": "~2.3@dev",
  553. "nette/nette": "~2.3@dev",
  554. "nette/php-generator": "~2.3@dev",
  555. "nette/reflection": "~2.3@dev",
  556. "nette/robot-loader": "~2.3@dev",
  557. "nette/safe-stream": "~2.3@dev",
  558. "nette/security": "~2.3@dev",
  559. "nette/tester": "~1.4@rc",
  560. "nette/tokenizer": "~2.2@dev",
  561. "nette/utils": "~2.3@dev",
  562. "symfony/event-dispatcher": "~2.5",
  563. "tracy/tracy": "~2.3@dev"
  564. },
  565. "type": "library",
  566. "extra": {
  567. "branch-alias": {
  568. "dev-master": "2.4-dev"
  569. }
  570. },
  571. "autoload": {
  572. "psr-0": {
  573. "Kdyby\\Events\\": "src/"
  574. },
  575. "classmap": [
  576. "src/Kdyby/Events/exceptions.php"
  577. ],
  578. "files": [
  579. "src/Doctrine/compatibility.php"
  580. ]
  581. },
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "BSD-3-Clause",
  585. "GPL-2.0",
  586. "GPL-3.0"
  587. ],
  588. "authors": [
  589. {
  590. "name": "Filip Procházka",
  591. "email": "filip@prochazka.su",
  592. "homepage": "http://filip-prochazka.com"
  593. }
  594. ],
  595. "description": "Events for Nette Framework",
  596. "homepage": "http://kdyby.org",
  597. "keywords": [
  598. "kdyby",
  599. "nette"
  600. ],
  601. "time": "2015-04-04 16:29:31"
  602. },
  603. {
  604. "name": "kukulich/fshl",
  605. "version": "2.1.0",
  606. "source": {
  607. "type": "git",
  608. "url": "https://github.com/kukulich/fshl.git",
  609. "reference": "974c294ade5d76c0c16b6fe3fd3a584ba999b24f"
  610. },
  611. "dist": {
  612. "type": "zip",
  613. "url": "https://api.github.com/repos/kukulich/fshl/zipball/974c294ade5d76c0c16b6fe3fd3a584ba999b24f",
  614. "reference": "2.1.0",
  615. "shasum": ""
  616. },
  617. "require": {
  618. "php": ">=5.3"
  619. },
  620. "type": "library",
  621. "autoload": {
  622. "psr-0": {
  623. "FSHL": "./"
  624. }
  625. },
  626. "notification-url": "https://packagist.org/downloads/",
  627. "license": [
  628. "GPL-2.0+"
  629. ],
  630. "authors": [
  631. {
  632. "name": "Jaroslav Hanslík",
  633. "homepage": "https://github.com/kukulich"
  634. }
  635. ],
  636. "description": "FSHL is a free, open source, universal, fast syntax highlighter written in PHP.",
  637. "homepage": "http://fshl.kukulich.cz/",
  638. "keywords": [
  639. "highlight",
  640. "library",
  641. "syntax"
  642. ],
  643. "time": "2012-09-08 12:00:07"
  644. },
  645. {
  646. "name": "latte/latte",
  647. "version": "v2.3.4",
  648. "source": {
  649. "type": "git",
  650. "url": "https://github.com/nette/latte.git",
  651. "reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b"
  652. },
  653. "dist": {
  654. "type": "zip",
  655. "url": "https://api.github.com/repos/nette/latte/zipball/5e891af999776d2204a9d06ad66ad8fa0bcd4f8b",
  656. "reference": "5e891af999776d2204a9d06ad66ad8fa0bcd4f8b",
  657. "shasum": ""
  658. },
  659. "require": {
  660. "ext-tokenizer": "*",
  661. "php": ">=5.3.1"
  662. },
  663. "require-dev": {
  664. "nette/tester": "~1.3"
  665. },
  666. "suggest": {
  667. "ext-fileinfo": "to use filter |datastream",
  668. "ext-mbstring": "to use filters like lower, upper, capitalize, ..."
  669. },
  670. "type": "library",
  671. "autoload": {
  672. "classmap": [
  673. "src/"
  674. ]
  675. },
  676. "notification-url": "https://packagist.org/downloads/",
  677. "license": [
  678. "BSD-3-Clause",
  679. "GPL-2.0",
  680. "GPL-3.0"
  681. ],
  682. "authors": [
  683. {
  684. "name": "David Grudl",
  685. "homepage": "http://davidgrudl.com"
  686. },
  687. {
  688. "name": "Nette Community",
  689. "homepage": "http://nette.org/contributors"
  690. }
  691. ],
  692. "description": "Latte: the amazing template engine for PHP",
  693. "homepage": "http://latte.nette.org",
  694. "keywords": [
  695. "templating",
  696. "twig"
  697. ],
  698. "time": "2015-08-23 12:36:55"
  699. },
  700. {
  701. "name": "michelf/php-markdown",
  702. "version": "1.6.0",
  703. "source": {
  704. "type": "git",
  705. "url": "https://github.com/michelf/php-markdown.git",
  706. "reference": "156e56ee036505ec637d761ee62dc425d807183c"
  707. },
  708. "dist": {
  709. "type": "zip",
  710. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
  711. "reference": "156e56ee036505ec637d761ee62dc425d807183c",
  712. "shasum": ""
  713. },
  714. "require": {
  715. "php": ">=5.3.0"
  716. },
  717. "type": "library",
  718. "extra": {
  719. "branch-alias": {
  720. "dev-lib": "1.4.x-dev"
  721. }
  722. },
  723. "autoload": {
  724. "psr-0": {
  725. "Michelf": ""
  726. }
  727. },
  728. "notification-url": "https://packagist.org/downloads/",
  729. "license": [
  730. "BSD-3-Clause"
  731. ],
  732. "authors": [
  733. {
  734. "name": "Michel Fortin",
  735. "email": "michel.fortin@michelf.ca",
  736. "homepage": "https://michelf.ca/",
  737. "role": "Developer"
  738. },
  739. {
  740. "name": "John Gruber",
  741. "homepage": "https://daringfireball.net/"
  742. }
  743. ],
  744. "description": "PHP Markdown",
  745. "homepage": "https://michelf.ca/projects/php-markdown/",
  746. "keywords": [
  747. "markdown"
  748. ],
  749. "time": "2015-12-24 01:37:31"
  750. },
  751. {
  752. "name": "nette/application",
  753. "version": "v2.3.9",
  754. "source": {
  755. "type": "git",
  756. "url": "https://github.com/nette/application.git",
  757. "reference": "84d309df061306b7dc47c9d75ee9926b570b76a0"
  758. },
  759. "dist": {
  760. "type": "zip",
  761. "url": "https://api.github.com/repos/nette/application/zipball/84d309df061306b7dc47c9d75ee9926b570b76a0",
  762. "reference": "84d309df061306b7dc47c9d75ee9926b570b76a0",
  763. "shasum": ""
  764. },
  765. "require": {
  766. "nette/component-model": "~2.2",
  767. "nette/http": "~2.2",
  768. "nette/reflection": "~2.2",
  769. "nette/security": "~2.2",
  770. "nette/utils": "~2.2",
  771. "php": ">=5.3.1"
  772. },
  773. "conflict": {
  774. "nette/nette": "<2.2"
  775. },
  776. "require-dev": {
  777. "latte/latte": "~2.3.9",
  778. "nette/di": "~2.3",
  779. "nette/forms": "~2.2",
  780. "nette/robot-loader": "~2.2",
  781. "nette/tester": "~1.3"
  782. },
  783. "suggest": {
  784. "latte/latte": "Allows using Latte in templates",
  785. "nette/forms": "Allows to use Nette\\Application\\UI\\Form"
  786. },
  787. "type": "library",
  788. "autoload": {
  789. "classmap": [
  790. "src/"
  791. ]
  792. },
  793. "notification-url": "https://packagist.org/downloads/",
  794. "license": [
  795. "BSD-3-Clause",
  796. "GPL-2.0",
  797. "GPL-3.0"
  798. ],
  799. "authors": [
  800. {
  801. "name": "David Grudl",
  802. "homepage": "https://davidgrudl.com"
  803. },
  804. {
  805. "name": "Nette Community",
  806. "homepage": "https://nette.org/contributors"
  807. }
  808. ],
  809. "description": "Nette Application MVC Component",
  810. "homepage": "https://nette.org",
  811. "time": "2016-01-20 03:00:00"
  812. },
  813. {
  814. "name": "nette/bootstrap",
  815. "version": "v2.3.4",
  816. "source": {
  817. "type": "git",
  818. "url": "https://github.com/nette/bootstrap.git",
  819. "reference": "e32964df66f2c5a3a50b229204f583d20c1f6829"
  820. },
  821. "dist": {
  822. "type": "zip",
  823. "url": "https://api.github.com/repos/nette/bootstrap/zipball/e32964df66f2c5a3a50b229204f583d20c1f6829",
  824. "reference": "e32964df66f2c5a3a50b229204f583d20c1f6829",
  825. "shasum": ""
  826. },
  827. "require": {
  828. "nette/di": "~2.3",
  829. "nette/utils": "~2.2",
  830. "php": ">=5.3.1"
  831. },
  832. "conflict": {
  833. "nette/nette": "<2.2"
  834. },
  835. "require-dev": {
  836. "latte/latte": "~2.2",
  837. "nette/application": "~2.3",
  838. "nette/caching": "~2.3",
  839. "nette/database": "~2.3",
  840. "nette/forms": "~2.3",
  841. "nette/http": "~2.3",
  842. "nette/mail": "~2.3",
  843. "nette/robot-loader": "~2.2",
  844. "nette/safe-stream": "~2.2",
  845. "nette/security": "~2.3",
  846. "nette/tester": "~1.3",
  847. "tracy/tracy": "~2.3"
  848. },
  849. "suggest": {
  850. "nette/robot-loader": "to use Configurator::createRobotLoader()",
  851. "tracy/tracy": "to use Configurator::enableDebugger()"
  852. },
  853. "type": "library",
  854. "autoload": {
  855. "classmap": [
  856. "src/"
  857. ]
  858. },
  859. "notification-url": "https://packagist.org/downloads/",
  860. "license": [
  861. "BSD-3-Clause",
  862. "GPL-2.0",
  863. "GPL-3.0"
  864. ],
  865. "authors": [
  866. {
  867. "name": "David Grudl",
  868. "homepage": "https://davidgrudl.com"
  869. },
  870. {
  871. "name": "Nette Community",
  872. "homepage": "https://nette.org/contributors"
  873. }
  874. ],
  875. "description": "Nette Bootstrap",
  876. "homepage": "https://nette.org",
  877. "time": "2015-11-16 20:18:31"
  878. },
  879. {
  880. "name": "nette/caching",
  881. "version": "v2.4.3",
  882. "source": {
  883. "type": "git",
  884. "url": "https://github.com/nette/caching.git",
  885. "reference": "f60c1767fe5a4b2b45edf2a98cf9dc70c15ea1b1"
  886. },
  887. "dist": {
  888. "type": "zip",
  889. "url": "https://api.github.com/repos/nette/caching/zipball/f60c1767fe5a4b2b45edf2a98cf9dc70c15ea1b1",
  890. "reference": "f60c1767fe5a4b2b45edf2a98cf9dc70c15ea1b1",
  891. "shasum": ""
  892. },
  893. "require": {
  894. "nette/finder": "~2.2",
  895. "nette/utils": "~2.2",
  896. "php": ">=5.4.4"
  897. },
  898. "conflict": {
  899. "nette/nette": "<2.2"
  900. },
  901. "require-dev": {
  902. "latte/latte": "~2.3.0",
  903. "nette/di": "~2.3",
  904. "nette/tester": "~1.6"
  905. },
  906. "type": "library",
  907. "extra": {
  908. "branch-alias": {
  909. "dev-master": "2.4-dev"
  910. }
  911. },
  912. "autoload": {
  913. "classmap": [
  914. "src/"
  915. ]
  916. },
  917. "notification-url": "https://packagist.org/downloads/",
  918. "license": [
  919. "BSD-3-Clause",
  920. "GPL-2.0",
  921. "GPL-3.0"
  922. ],
  923. "authors": [
  924. {
  925. "name": "David Grudl",
  926. "homepage": "https://davidgrudl.com"
  927. },
  928. {
  929. "name": "Nette Community",
  930. "homepage": "https://nette.org/contributors"
  931. }
  932. ],
  933. "description": "Nette Caching Component",
  934. "homepage": "https://nette.org",
  935. "time": "2015-11-29 21:35:25"
  936. },
  937. {
  938. "name": "nette/component-model",
  939. "version": "v2.2.4",
  940. "source": {
  941. "type": "git",
  942. "url": "https://github.com/nette/component-model.git",
  943. "reference": "07bce436051fd92d084642ce7a47f00045e0d1e5"
  944. },
  945. "dist": {
  946. "type": "zip",
  947. "url": "https://api.github.com/repos/nette/component-model/zipball/07bce436051fd92d084642ce7a47f00045e0d1e5",
  948. "reference": "07bce436051fd92d084642ce7a47f00045e0d1e5",
  949. "shasum": ""
  950. },
  951. "require": {
  952. "nette/utils": "^2.3.5",
  953. "php": ">=5.3.1"
  954. },
  955. "conflict": {
  956. "nette/nette": "<2.2"
  957. },
  958. "require-dev": {
  959. "nette/tester": "~1.3"
  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. "GPL-2.0",
  971. "GPL-3.0"
  972. ],
  973. "authors": [
  974. {
  975. "name": "David Grudl",
  976. "homepage": "https://davidgrudl.com"
  977. },
  978. {
  979. "name": "Nette Community",
  980. "homepage": "https://nette.org/contributors"
  981. }
  982. ],
  983. "description": "Nette Component Model",
  984. "homepage": "https://nette.org",
  985. "time": "2015-10-06 17:54:05"
  986. },
  987. {
  988. "name": "nette/di",
  989. "version": "v2.3.8",
  990. "source": {
  991. "type": "git",
  992. "url": "https://github.com/nette/di.git",
  993. "reference": "d8778100be121937b6e9fba6eadff5691744d727"
  994. },
  995. "dist": {
  996. "type": "zip",
  997. "url": "https://api.github.com/repos/nette/di/zipball/d8778100be121937b6e9fba6eadff5691744d727",
  998. "reference": "d8778100be121937b6e9fba6eadff5691744d727",
  999. "shasum": ""
  1000. },
  1001. "require": {
  1002. "nette/neon": "^2.3.3",
  1003. "nette/php-generator": "^2.3.3",
  1004. "nette/utils": "^2.3.5",
  1005. "php": ">=5.3.1"
  1006. },
  1007. "conflict": {
  1008. "nette/nette": "<2.2"
  1009. },
  1010. "require-dev": {
  1011. "nette/tester": "^1.6"
  1012. },
  1013. "type": "library",
  1014. "autoload": {
  1015. "classmap": [
  1016. "src/"
  1017. ]
  1018. },
  1019. "notification-url": "https://packagist.org/downloads/",
  1020. "license": [
  1021. "BSD-3-Clause",
  1022. "GPL-2.0",
  1023. "GPL-3.0"
  1024. ],
  1025. "authors": [
  1026. {
  1027. "name": "David Grudl",
  1028. "homepage": "https://davidgrudl.com"
  1029. },
  1030. {
  1031. "name": "Nette Community",
  1032. "homepage": "https://nette.org/contributors"
  1033. }
  1034. ],
  1035. "description": "Nette Dependency Injection Component",
  1036. "homepage": "https://nette.org",
  1037. "time": "2016-01-20 02:58:28"
  1038. },
  1039. {
  1040. "name": "nette/finder",
  1041. "version": "v2.3.2",
  1042. "source": {
  1043. "type": "git",
  1044. "url": "https://github.com/nette/finder.git",
  1045. "reference": "ea8e796b42d542bd90e76f5b2a41c2c86a008256"
  1046. },
  1047. "dist": {
  1048. "type": "zip",
  1049. "url": "https://api.github.com/repos/nette/finder/zipball/ea8e796b42d542bd90e76f5b2a41c2c86a008256",
  1050. "reference": "ea8e796b42d542bd90e76f5b2a41c2c86a008256",
  1051. "shasum": ""
  1052. },
  1053. "require": {
  1054. "nette/utils": "~2.2",
  1055. "php": ">=5.3.1"
  1056. },
  1057. "conflict": {
  1058. "nette/nette": "<2.2"
  1059. },
  1060. "require-dev": {
  1061. "nette/tester": "~1.4"
  1062. },
  1063. "type": "library",
  1064. "autoload": {
  1065. "classmap": [
  1066. "src/"
  1067. ]
  1068. },
  1069. "notification-url": "https://packagist.org/downloads/",
  1070. "license": [
  1071. "BSD-3-Clause",
  1072. "GPL-2.0",
  1073. "GPL-3.0"
  1074. ],
  1075. "authors": [
  1076. {
  1077. "name": "David Grudl",
  1078. "homepage": "https://davidgrudl.com"
  1079. },
  1080. {
  1081. "name": "Nette Community",
  1082. "homepage": "https://nette.org/contributors"
  1083. }
  1084. ],
  1085. "description": "Nette Finder: Files Searching",
  1086. "homepage": "https://nette.org",
  1087. "time": "2015-10-20 17:15:41"
  1088. },
  1089. {
  1090. "name": "nette/http",
  1091. "version": "v2.3.4",
  1092. "source": {
  1093. "type": "git",
  1094. "url": "https://github.com/nette/http.git",
  1095. "reference": "551f06cba60d3b8e08d0e7f6c19591b59f36f22d"
  1096. },
  1097. "dist": {
  1098. "type": "zip",
  1099. "url": "https://api.github.com/repos/nette/http/zipball/551f06cba60d3b8e08d0e7f6c19591b59f36f22d",
  1100. "reference": "551f06cba60d3b8e08d0e7f6c19591b59f36f22d",
  1101. "shasum": ""
  1102. },
  1103. "require": {
  1104. "nette/utils": "~2.2, >=2.2.2",
  1105. "php": ">=5.3.1"
  1106. },
  1107. "conflict": {
  1108. "nette/nette": "<2.2"
  1109. },
  1110. "require-dev": {
  1111. "nette/di": "~2.3",
  1112. "nette/tester": "~1.4"
  1113. },
  1114. "suggest": {
  1115. "ext-fileinfo": "to detect type of uploaded files"
  1116. },
  1117. "type": "library",
  1118. "autoload": {
  1119. "classmap": [
  1120. "src/"
  1121. ]
  1122. },
  1123. "notification-url": "https://packagist.org/downloads/",
  1124. "license": [
  1125. "BSD-3-Clause",
  1126. "GPL-2.0",
  1127. "GPL-3.0"
  1128. ],
  1129. "authors": [
  1130. {
  1131. "name": "David Grudl",
  1132. "homepage": "https://davidgrudl.com"
  1133. },
  1134. {
  1135. "name": "Nette Community",
  1136. "homepage": "https://nette.org/contributors"
  1137. }
  1138. ],
  1139. "description": "Nette HTTP Component",
  1140. "homepage": "https://nette.org",
  1141. "time": "2016-01-20 00:55:41"
  1142. },
  1143. {
  1144. "name": "nette/mail",
  1145. "version": "v2.3.4",
  1146. "source": {
  1147. "type": "git",
  1148. "url": "https://github.com/nette/mail.git",
  1149. "reference": "3b8ba96407029d94d83177086bcb5e1fe0046929"
  1150. },
  1151. "dist": {
  1152. "type": "zip",
  1153. "url": "https://api.github.com/repos/nette/mail/zipball/3b8ba96407029d94d83177086bcb5e1fe0046929",
  1154. "reference": "3b8ba96407029d94d83177086bcb5e1fe0046929",
  1155. "shasum": ""
  1156. },
  1157. "require": {
  1158. "ext-iconv": "*",
  1159. "nette/utils": "~2.2",
  1160. "php": ">=5.3.1"
  1161. },
  1162. "conflict": {
  1163. "nette/nette": "<2.2"
  1164. },
  1165. "require-dev": {
  1166. "nette/di": "~2.3",
  1167. "nette/tester": "~1.3"
  1168. },
  1169. "suggest": {
  1170. "ext-fileinfo": "to detect type of attached files"
  1171. },
  1172. "type": "library",
  1173. "autoload": {
  1174. "classmap": [
  1175. "src/"
  1176. ]
  1177. },
  1178. "notification-url": "https://packagist.org/downloads/",
  1179. "license": [
  1180. "BSD-3-Clause",
  1181. "GPL-2.0",
  1182. "GPL-3.0"
  1183. ],
  1184. "authors": [
  1185. {
  1186. "name": "David Grudl",
  1187. "homepage": "https://davidgrudl.com"
  1188. },
  1189. {
  1190. "name": "Nette Community",
  1191. "homepage": "https://nette.org/contributors"
  1192. }
  1193. ],
  1194. "description": "Nette Mail: Sending E-mails",
  1195. "homepage": "https://nette.org",
  1196. "time": "2015-11-29 22:09:25"
  1197. },
  1198. {
  1199. "name": "nette/neon",
  1200. "version": "v2.3.4",
  1201. "source": {
  1202. "type": "git",
  1203. "url": "https://github.com/nette/neon.git",
  1204. "reference": "0042f72a2c51b24f5de3ca5f365494cd9b0d45f0"
  1205. },
  1206. "dist": {
  1207. "type": "zip",
  1208. "url": "https://api.github.com/repos/nette/neon/zipball/0042f72a2c51b24f5de3ca5f365494cd9b0d45f0",
  1209. "reference": "0042f72a2c51b24f5de3ca5f365494cd9b0d45f0",
  1210. "shasum": ""
  1211. },
  1212. "require": {
  1213. "ext-iconv": "*",
  1214. "php": ">=5.3.1"
  1215. },
  1216. "require-dev": {
  1217. "nette/tester": "~1.4"
  1218. },
  1219. "type": "library",
  1220. "autoload": {
  1221. "classmap": [
  1222. "src/"
  1223. ]
  1224. },
  1225. "notification-url": "https://packagist.org/downloads/",
  1226. "license": [
  1227. "BSD-3-Clause",
  1228. "GPL-2.0",
  1229. "GPL-3.0"
  1230. ],
  1231. "authors": [
  1232. {
  1233. "name": "David Grudl",
  1234. "homepage": "https://davidgrudl.com"
  1235. },
  1236. {
  1237. "name": "Nette Community",
  1238. "homepage": "https://nette.org/contributors"
  1239. }
  1240. ],
  1241. "description": "Nette NEON: parser & generator for Nette Object Notation",
  1242. "homepage": "http://ne-on.org",
  1243. "time": "2016-01-13 14:20:27"
  1244. },
  1245. {
  1246. "name": "nette/php-generator",
  1247. "version": "v2.3.5",
  1248. "source": {
  1249. "type": "git",
  1250. "url": "https://github.com/nette/php-generator.git",
  1251. "reference": "224730a45e0cd6e76e692997a3d981a592f80b5d"
  1252. },
  1253. "dist": {
  1254. "type": "zip",
  1255. "url": "https://api.github.com/repos/nette/php-generator/zipball/224730a45e0cd6e76e692997a3d981a592f80b5d",
  1256. "reference": "224730a45e0cd6e76e692997a3d981a592f80b5d",
  1257. "shasum": ""
  1258. },
  1259. "require": {
  1260. "nette/utils": "~2.2",
  1261. "php": ">=5.3.1"
  1262. },
  1263. "conflict": {
  1264. "nette/nette": "<2.2"
  1265. },
  1266. "require-dev": {
  1267. "nette/tester": "~1.4"
  1268. },
  1269. "type": "library",
  1270. "autoload": {
  1271. "classmap": [
  1272. "src/"
  1273. ]
  1274. },
  1275. "notification-url": "https://packagist.org/downloads/",
  1276. "license": [
  1277. "BSD-3-Clause",
  1278. "GPL-2.0",
  1279. "GPL-3.0"
  1280. ],
  1281. "authors": [
  1282. {
  1283. "name": "David Grudl",
  1284. "homepage": "https://davidgrudl.com"
  1285. },
  1286. {
  1287. "name": "Nette Community",
  1288. "homepage": "https://nette.org/contributors"
  1289. }
  1290. ],
  1291. "description": "Nette PHP Generator",
  1292. "homepage": "https://nette.org",
  1293. "time": "2015-11-29 22:14:37"
  1294. },
  1295. {
  1296. "name": "nette/reflection",
  1297. "version": "v2.3.1",
  1298. "source": {
  1299. "type": "git",
  1300. "url": "https://github.com/nette/reflection.git",
  1301. "reference": "9c2ed2a29f1f58125a0f19ffc987812d6b17d3e6"
  1302. },
  1303. "dist": {
  1304. "type": "zip",
  1305. "url": "https://api.github.com/repos/nette/reflection/zipball/9c2ed2a29f1f58125a0f19ffc987812d6b17d3e6",
  1306. "reference": "9c2ed2a29f1f58125a0f19ffc987812d6b17d3e6",
  1307. "shasum": ""
  1308. },
  1309. "require": {
  1310. "ext-tokenizer": "*",
  1311. "nette/caching": "~2.2",
  1312. "nette/utils": "~2.2",
  1313. "php": ">=5.3.1"
  1314. },
  1315. "conflict": {
  1316. "nette/nette": "<2.2"
  1317. },
  1318. "require-dev": {
  1319. "nette/di": "~2.3",
  1320. "nette/tester": "~1.4"
  1321. },
  1322. "type": "library",
  1323. "autoload": {
  1324. "classmap": [
  1325. "src/"
  1326. ]
  1327. },
  1328. "notification-url": "https://packagist.org/downloads/",
  1329. "license": [
  1330. "BSD-3-Clause",
  1331. "GPL-2.0",
  1332. "GPL-3.0"
  1333. ],
  1334. "authors": [
  1335. {
  1336. "name": "David Grudl",
  1337. "homepage": "http://davidgrudl.com"
  1338. },
  1339. {
  1340. "name": "Nette Community",
  1341. "homepage": "http://nette.org/contributors"
  1342. }
  1343. ],
  1344. "description": "Nette PHP Reflection Component",
  1345. "homepage": "http://nette.org",
  1346. "time": "2015-07-11 21:34:53"
  1347. },
  1348. {
  1349. "name": "nette/robot-loader",
  1350. "version": "v2.3.1",
  1351. "source": {
  1352. "type": "git",
  1353. "url": "https://github.com/nette/robot-loader.git",
  1354. "reference": "69331d359bbc9e5f911c12b82187cac914d983fb"
  1355. },
  1356. "dist": {
  1357. "type": "zip",
  1358. "url": "https://api.github.com/repos/nette/robot-loader/zipball/69331d359bbc9e5f911c12b82187cac914d983fb",
  1359. "reference": "69331d359bbc9e5f911c12b82187cac914d983fb",
  1360. "shasum": ""
  1361. },
  1362. "require": {
  1363. "nette/caching": "~2.2",
  1364. "nette/finder": "~2.3",
  1365. "nette/utils": "~2.2",
  1366. "php": ">=5.3.1"
  1367. },
  1368. "conflict": {
  1369. "nette/nette": "<2.2"
  1370. },
  1371. "require-dev": {
  1372. "nette/tester": "~1.4"
  1373. },
  1374. "type": "library",
  1375. "autoload": {
  1376. "classmap": [
  1377. "src/"
  1378. ]
  1379. },
  1380. "notification-url": "https://packagist.org/downloads/",
  1381. "license": [
  1382. "BSD-3-Clause",
  1383. "GPL-2.0",
  1384. "GPL-3.0"
  1385. ],
  1386. "authors": [
  1387. {
  1388. "name": "David Grudl",
  1389. "homepage": "http://davidgrudl.com"
  1390. },
  1391. {
  1392. "name": "Nette Community",
  1393. "homepage": "http://nette.org/contributors"
  1394. }
  1395. ],
  1396. "description": "Nette RobotLoader: comfortable autoloading",
  1397. "homepage": "http://nette.org",
  1398. "time": "2015-07-11 21:20:57"
  1399. },
  1400. {
  1401. "name": "nette/safe-stream",
  1402. "version": "v2.3.1",
  1403. "source": {
  1404. "type": "git",
  1405. "url": "https://github.com/nette/safe-stream.git",
  1406. "reference": "bf30db367b51a0932c44dcb9a378927644d48b2e"
  1407. },
  1408. "dist": {
  1409. "type": "zip",
  1410. "url": "https://api.github.com/repos/nette/safe-stream/zipball/bf30db367b51a0932c44dcb9a378927644d48b2e",
  1411. "reference": "bf30db367b51a0932c44dcb9a378927644d48b2e",
  1412. "shasum": ""
  1413. },
  1414. "require": {
  1415. "php": ">=5.3.1"
  1416. },
  1417. "conflict": {
  1418. "nette/nette": "<2.2"
  1419. },
  1420. "require-dev": {
  1421. "nette/tester": "~1.0"
  1422. },
  1423. "type": "library",
  1424. "extra": {
  1425. "branch-alias": {
  1426. "dev-master": "2.3-dev"
  1427. }
  1428. },
  1429. "autoload": {
  1430. "files": [
  1431. "src/loader.php"
  1432. ]
  1433. },
  1434. "notification-url": "https://packagist.org/downloads/",
  1435. "license": [
  1436. "BSD-3-Clause",
  1437. "GPL-2.0",
  1438. "GPL-3.0"
  1439. ],
  1440. "authors": [
  1441. {
  1442. "name": "David Grudl",
  1443. "homepage": "http://davidgrudl.com"
  1444. },
  1445. {
  1446. "name": "Nette Community",
  1447. "homepage": "http://nette.org/contributors"
  1448. }
  1449. ],
  1450. "description": "Nette SafeStream: Atomic Operations",
  1451. "homepage": "http://nette.org",
  1452. "time": "2015-07-11 20:59:15"
  1453. },
  1454. {
  1455. "name": "nette/security",
  1456. "version": "v2.3.1",
  1457. "source": {
  1458. "type": "git",
  1459. "url": "https://github.com/nette/security.git",
  1460. "reference": "744264a42b506d63009d7e3853ed72b04c99e964"
  1461. },
  1462. "dist": {
  1463. "type": "zip",
  1464. "url": "https://api.github.com/repos/nette/security/zipball/744264a42b506d63009d7e3853ed72b04c99e964",
  1465. "reference": "744264a42b506d63009d7e3853ed72b04c99e964",
  1466. "shasum": ""
  1467. },
  1468. "require": {
  1469. "nette/utils": "~2.2",
  1470. "php": ">=5.3.1"
  1471. },
  1472. "conflict": {
  1473. "nette/nette": "<2.2"
  1474. },
  1475. "require-dev": {
  1476. "nette/di": "~2.3",
  1477. "nette/http": "~2.3",
  1478. "nette/tester": "~1.4"
  1479. },
  1480. "type": "library",
  1481. "autoload": {
  1482. "classmap": [
  1483. "src/"
  1484. ]
  1485. },
  1486. "notification-url": "https://packagist.org/downloads/",
  1487. "license": [
  1488. "BSD-3-Clause",
  1489. "GPL-2.0",
  1490. "GPL-3.0"
  1491. ],
  1492. "authors": [
  1493. {
  1494. "name": "David Grudl",
  1495. "homepage": "http://davidgrudl.com"
  1496. },
  1497. {
  1498. "name": "Nette Community",
  1499. "homepage": "http://nette.org/contributors"
  1500. }
  1501. ],
  1502. "description": "Nette Security: Access Control Component",
  1503. "homepage": "http://nette.org",
  1504. "time": "2015-07-11 21:22:53"
  1505. },
  1506. {
  1507. "name": "nette/utils",
  1508. "version": "v2.3.7",
  1509. "source": {
  1510. "type": "git",
  1511. "url": "https://github.com/nette/utils.git",
  1512. "reference": "6f1ed73088c28a24acc9657ca14b3418a270e24b"
  1513. },
  1514. "dist": {
  1515. "type": "zip",
  1516. "url": "https://api.github.com/repos/nette/utils/zipball/6f1ed73088c28a24acc9657ca14b3418a270e24b",
  1517. "reference": "6f1ed73088c28a24acc9657ca14b3418a270e24b",
  1518. "shasum": ""
  1519. },
  1520. "require": {
  1521. "php": ">=5.3.1"
  1522. },
  1523. "conflict": {
  1524. "nette/nette": "<2.2"
  1525. },
  1526. "require-dev": {
  1527. "nette/tester": "~1.0"
  1528. },
  1529. "suggest": {
  1530. "ext-gd": "to use Image",
  1531. "ext-iconv": "to use Strings::webalize() and toAscii()",
  1532. "ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
  1533. "ext-mbstring": "to use Strings::lower() etc..."
  1534. },
  1535. "type": "library",
  1536. "autoload": {
  1537. "classmap": [
  1538. "src/"
  1539. ]
  1540. },
  1541. "notification-url": "https://packagist.org/downloads/",
  1542. "license": [
  1543. "BSD-3-Clause",
  1544. "GPL-2.0",
  1545. "GPL-3.0"
  1546. ],
  1547. "authors": [
  1548. {
  1549. "name": "David Grudl",
  1550. "homepage": "https://davidgrudl.com"
  1551. },
  1552. {
  1553. "name": "Nette Community",
  1554. "homepage": "https://nette.org/contributors"
  1555. }
  1556. ],
  1557. "description": "Nette Utility Classes",
  1558. "homepage": "https://nette.org",
  1559. "time": "2015-11-30 00:11:35"
  1560. },
  1561. {
  1562. "name": "phpdocumentor/reflection-docblock",
  1563. "version": "2.0.4",
  1564. "source": {
  1565. "type": "git",
  1566. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1567. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  1568. },
  1569. "dist": {
  1570. "type": "zip",
  1571. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1572. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1573. "shasum": ""
  1574. },
  1575. "require": {
  1576. "php": ">=5.3.3"
  1577. },
  1578. "require-dev": {
  1579. "phpunit/phpunit": "~4.0"
  1580. },
  1581. "suggest": {
  1582. "dflydev/markdown": "~1.0",
  1583. "erusev/parsedown": "~1.0"
  1584. },
  1585. "type": "library",
  1586. "extra": {
  1587. "branch-alias": {
  1588. "dev-master": "2.0.x-dev"
  1589. }
  1590. },
  1591. "autoload": {
  1592. "psr-0": {
  1593. "phpDocumentor": [
  1594. "src/"
  1595. ]
  1596. }
  1597. },
  1598. "notification-url": "https://packagist.org/downloads/",
  1599. "license": [
  1600. "MIT"
  1601. ],
  1602. "authors": [
  1603. {
  1604. "name": "Mike van Riel",
  1605. "email": "mike.vanriel@naenius.com"
  1606. }
  1607. ],
  1608. "time": "2015-02-03 12:10:50"
  1609. },
  1610. {
  1611. "name": "phpspec/prophecy",
  1612. "version": "v1.5.0",
  1613. "source": {
  1614. "type": "git",
  1615. "url": "https://github.com/phpspec/prophecy.git",
  1616. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  1617. },
  1618. "dist": {
  1619. "type": "zip",
  1620. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  1621. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  1622. "shasum": ""
  1623. },
  1624. "require": {
  1625. "doctrine/instantiator": "^1.0.2",
  1626. "phpdocumentor/reflection-docblock": "~2.0",
  1627. "sebastian/comparator": "~1.1"
  1628. },
  1629. "require-dev": {
  1630. "phpspec/phpspec": "~2.0"
  1631. },
  1632. "type": "library",
  1633. "extra": {
  1634. "branch-alias": {
  1635. "dev-master": "1.4.x-dev"
  1636. }
  1637. },
  1638. "autoload": {
  1639. "psr-0": {
  1640. "Prophecy\\": "src/"
  1641. }
  1642. },
  1643. "notification-url": "https://packagist.org/downloads/",
  1644. "license": [
  1645. "MIT"
  1646. ],
  1647. "authors": [
  1648. {
  1649. "name": "Konstantin Kudryashov",
  1650. "email": "ever.zet@gmail.com",
  1651. "homepage": "http://everzet.com"
  1652. },
  1653. {
  1654. "name": "Marcello Duarte",
  1655. "email": "marcello.duarte@gmail.com"
  1656. }
  1657. ],
  1658. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1659. "homepage": "https://github.com/phpspec/prophecy",
  1660. "keywords": [
  1661. "Double",
  1662. "Dummy",
  1663. "fake",
  1664. "mock",
  1665. "spy",
  1666. "stub"
  1667. ],
  1668. "time": "2015-08-13 10:07:40"
  1669. },
  1670. {
  1671. "name": "phpunit/php-code-coverage",
  1672. "version": "2.2.4",
  1673. "source": {
  1674. "type": "git",
  1675. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1676. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  1677. },
  1678. "dist": {
  1679. "type": "zip",
  1680. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  1681. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  1682. "shasum": ""
  1683. },
  1684. "require": {
  1685. "php": ">=5.3.3",
  1686. "phpunit/php-file-iterator": "~1.3",
  1687. "phpunit/php-text-template": "~1.2",
  1688. "phpunit/php-token-stream": "~1.3",
  1689. "sebastian/environment": "^1.3.2",
  1690. "sebastian/version": "~1.0"
  1691. },
  1692. "require-dev": {
  1693. "ext-xdebug": ">=2.1.4",
  1694. "phpunit/phpunit": "~4"
  1695. },
  1696. "suggest": {
  1697. "ext-dom": "*",
  1698. "ext-xdebug": ">=2.2.1",
  1699. "ext-xmlwriter": "*"
  1700. },
  1701. "type": "library",
  1702. "extra": {
  1703. "branch-alias": {
  1704. "dev-master": "2.2.x-dev"
  1705. }
  1706. },
  1707. "autoload": {
  1708. "classmap": [
  1709. "src/"
  1710. ]
  1711. },
  1712. "notification-url": "https://packagist.org/downloads/",
  1713. "license": [
  1714. "BSD-3-Clause"
  1715. ],
  1716. "authors": [
  1717. {
  1718. "name": "Sebastian Bergmann",
  1719. "email": "sb@sebastian-bergmann.de",
  1720. "role": "lead"
  1721. }
  1722. ],
  1723. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1724. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1725. "keywords": [
  1726. "coverage",
  1727. "testing",
  1728. "xunit"
  1729. ],
  1730. "time": "2015-10-06 15:47:00"
  1731. },
  1732. {
  1733. "name": "phpunit/php-file-iterator",
  1734. "version": "1.4.1",
  1735. "source": {
  1736. "type": "git",
  1737. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1738. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  1739. },
  1740. "dist": {
  1741. "type": "zip",
  1742. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1743. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1744. "shasum": ""
  1745. },
  1746. "require": {
  1747. "php": ">=5.3.3"
  1748. },
  1749. "type": "library",
  1750. "extra": {
  1751. "branch-alias": {
  1752. "dev-master": "1.4.x-dev"
  1753. }
  1754. },
  1755. "autoload": {
  1756. "classmap": [
  1757. "src/"
  1758. ]
  1759. },
  1760. "notification-url": "https://packagist.org/downloads/",
  1761. "license": [
  1762. "BSD-3-Clause"
  1763. ],
  1764. "authors": [
  1765. {
  1766. "name": "Sebastian Bergmann",
  1767. "email": "sb@sebastian-bergmann.de",
  1768. "role": "lead"
  1769. }
  1770. ],
  1771. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1772. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1773. "keywords": [
  1774. "filesystem",
  1775. "iterator"
  1776. ],
  1777. "time": "2015-06-21 13:08:43"
  1778. },
  1779. {
  1780. "name": "phpunit/php-text-template",
  1781. "version": "1.2.1",
  1782. "source": {
  1783. "type": "git",
  1784. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1785. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1786. },
  1787. "dist": {
  1788. "type": "zip",
  1789. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1790. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1791. "shasum": ""
  1792. },
  1793. "require": {
  1794. "php": ">=5.3.3"
  1795. },
  1796. "type": "library",
  1797. "autoload": {
  1798. "classmap": [
  1799. "src/"
  1800. ]
  1801. },
  1802. "notification-url": "https://packagist.org/downloads/",
  1803. "license": [
  1804. "BSD-3-Clause"
  1805. ],
  1806. "authors": [
  1807. {
  1808. "name": "Sebastian Bergmann",
  1809. "email": "sebastian@phpunit.de",
  1810. "role": "lead"
  1811. }
  1812. ],
  1813. "description": "Simple template engine.",
  1814. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1815. "keywords": [
  1816. "template"
  1817. ],
  1818. "time": "2015-06-21 13:50:34"
  1819. },
  1820. {
  1821. "name": "phpunit/php-timer",
  1822. "version": "1.0.7",
  1823. "source": {
  1824. "type": "git",
  1825. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1826. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  1827. },
  1828. "dist": {
  1829. "type": "zip",
  1830. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  1831. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  1832. "shasum": ""
  1833. },
  1834. "require": {
  1835. "php": ">=5.3.3"
  1836. },
  1837. "type": "library",
  1838. "autoload": {
  1839. "classmap": [
  1840. "src/"
  1841. ]
  1842. },
  1843. "notification-url": "https://packagist.org/downloads/",
  1844. "license": [
  1845. "BSD-3-Clause"
  1846. ],
  1847. "authors": [
  1848. {
  1849. "name": "Sebastian Bergmann",
  1850. "email": "sb@sebastian-bergmann.de",
  1851. "role": "lead"
  1852. }
  1853. ],
  1854. "description": "Utility class for timing",
  1855. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1856. "keywords": [
  1857. "timer"
  1858. ],
  1859. "time": "2015-06-21 08:01:12"
  1860. },
  1861. {
  1862. "name": "phpunit/php-token-stream",
  1863. "version": "1.4.8",
  1864. "source": {
  1865. "type": "git",
  1866. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1867. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  1868. },
  1869. "dist": {
  1870. "type": "zip",
  1871. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1872. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1873. "shasum": ""
  1874. },
  1875. "require": {
  1876. "ext-tokenizer": "*",
  1877. "php": ">=5.3.3"
  1878. },
  1879. "require-dev": {
  1880. "phpunit/phpunit": "~4.2"
  1881. },
  1882. "type": "library",
  1883. "extra": {
  1884. "branch-alias": {
  1885. "dev-master": "1.4-dev"
  1886. }
  1887. },
  1888. "autoload": {
  1889. "classmap": [
  1890. "src/"
  1891. ]
  1892. },
  1893. "notification-url": "https://packagist.org/downloads/",
  1894. "license": [
  1895. "BSD-3-Clause"
  1896. ],
  1897. "authors": [
  1898. {
  1899. "name": "Sebastian Bergmann",
  1900. "email": "sebastian@phpunit.de"
  1901. }
  1902. ],
  1903. "description": "Wrapper around PHP's tokenizer extension.",
  1904. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1905. "keywords": [
  1906. "tokenizer"
  1907. ],
  1908. "time": "2015-09-15 10:49:45"
  1909. },
  1910. {
  1911. "name": "phpunit/phpunit",
  1912. "version": "4.8.21",
  1913. "source": {
  1914. "type": "git",
  1915. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1916. "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
  1917. },
  1918. "dist": {
  1919. "type": "zip",
  1920. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
  1921. "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
  1922. "shasum": ""
  1923. },
  1924. "require": {
  1925. "ext-dom": "*",
  1926. "ext-json": "*",
  1927. "ext-pcre": "*",
  1928. "ext-reflection": "*",
  1929. "ext-spl": "*",
  1930. "php": ">=5.3.3",
  1931. "phpspec/prophecy": "^1.3.1",
  1932. "phpunit/php-code-coverage": "~2.1",
  1933. "phpunit/php-file-iterator": "~1.4",
  1934. "phpunit/php-text-template": "~1.2",
  1935. "phpunit/php-timer": ">=1.0.6",
  1936. "phpunit/phpunit-mock-objects": "~2.3",
  1937. "sebastian/comparator": "~1.1",
  1938. "sebastian/diff": "~1.2",
  1939. "sebastian/environment": "~1.3",
  1940. "sebastian/exporter": "~1.2",
  1941. "sebastian/global-state": "~1.0",
  1942. "sebastian/version": "~1.0",
  1943. "symfony/yaml": "~2.1|~3.0"
  1944. },
  1945. "suggest": {
  1946. "phpunit/php-invoker": "~1.1"
  1947. },
  1948. "bin": [
  1949. "phpunit"
  1950. ],
  1951. "type": "library",
  1952. "extra": {
  1953. "branch-alias": {
  1954. "dev-master": "4.8.x-dev"
  1955. }
  1956. },
  1957. "autoload": {
  1958. "classmap": [
  1959. "src/"
  1960. ]
  1961. },
  1962. "notification-url": "https://packagist.org/downloads/",
  1963. "license": [
  1964. "BSD-3-Clause"
  1965. ],
  1966. "authors": [
  1967. {
  1968. "name": "Sebastian Bergmann",
  1969. "email": "sebastian@phpunit.de",
  1970. "role": "lead"
  1971. }
  1972. ],
  1973. "description": "The PHP Unit Testing framework.",
  1974. "homepage": "https://phpunit.de/",
  1975. "keywords": [
  1976. "phpunit",
  1977. "testing",
  1978. "xunit"
  1979. ],
  1980. "time": "2015-12-12 07:45:58"
  1981. },
  1982. {
  1983. "name": "phpunit/phpunit-mock-objects",
  1984. "version": "2.3.8",
  1985. "source": {
  1986. "type": "git",
  1987. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1988. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  1989. },
  1990. "dist": {
  1991. "type": "zip",
  1992. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1993. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1994. "shasum": ""
  1995. },
  1996. "require": {
  1997. "doctrine/instantiator": "^1.0.2",
  1998. "php": ">=5.3.3",
  1999. "phpunit/php-text-template": "~1.2",
  2000. "sebastian/exporter": "~1.2"
  2001. },
  2002. "require-dev": {
  2003. "phpunit/phpunit": "~4.4"
  2004. },
  2005. "suggest": {
  2006. "ext-soap": "*"
  2007. },
  2008. "type": "library",
  2009. "extra": {
  2010. "branch-alias": {
  2011. "dev-master": "2.3.x-dev"
  2012. }
  2013. },
  2014. "autoload": {
  2015. "classmap": [
  2016. "src/"
  2017. ]
  2018. },
  2019. "notification-url": "https://packagist.org/downloads/",
  2020. "license": [
  2021. "BSD-3-Clause"
  2022. ],
  2023. "authors": [
  2024. {
  2025. "name": "Sebastian Bergmann",
  2026. "email": "sb@sebastian-bergmann.de",
  2027. "role": "lead"
  2028. }
  2029. ],
  2030. "description": "Mock Object library for PHPUnit",
  2031. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2032. "keywords": [
  2033. "mock",
  2034. "xunit"
  2035. ],
  2036. "time": "2015-10-02 06:51:40"
  2037. },
  2038. {
  2039. "name": "sebastian/comparator",
  2040. "version": "1.2.0",
  2041. "source": {
  2042. "type": "git",
  2043. "url": "https://github.com/sebastianbergmann/comparator.git",
  2044. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  2045. },
  2046. "dist": {
  2047. "type": "zip",
  2048. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  2049. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  2050. "shasum": ""
  2051. },
  2052. "require": {
  2053. "php": ">=5.3.3",
  2054. "sebastian/diff": "~1.2",
  2055. "sebastian/exporter": "~1.2"
  2056. },
  2057. "require-dev": {
  2058. "phpunit/phpunit": "~4.4"
  2059. },
  2060. "type": "library",
  2061. "extra": {
  2062. "branch-alias": {
  2063. "dev-master": "1.2.x-dev"
  2064. }
  2065. },
  2066. "autoload": {
  2067. "classmap": [
  2068. "src/"
  2069. ]
  2070. },
  2071. "notification-url": "https://packagist.org/downloads/",
  2072. "license": [
  2073. "BSD-3-Clause"
  2074. ],
  2075. "authors": [
  2076. {
  2077. "name": "Jeff Welch",
  2078. "email": "whatthejeff@gmail.com"
  2079. },
  2080. {
  2081. "name": "Volker Dusch",
  2082. "email": "github@wallbash.com"
  2083. },
  2084. {
  2085. "name": "Bernhard Schussek",
  2086. "email": "bschussek@2bepublished.at"
  2087. },
  2088. {
  2089. "name": "Sebastian Bergmann",
  2090. "email": "sebastian@phpunit.de"
  2091. }
  2092. ],
  2093. "description": "Provides the functionality to compare PHP values for equality",
  2094. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  2095. "keywords": [
  2096. "comparator",
  2097. "compare",
  2098. "equality"
  2099. ],
  2100. "time": "2015-07-26 15:48:44"
  2101. },
  2102. {
  2103. "name": "sebastian/diff",
  2104. "version": "1.4.1",
  2105. "source": {
  2106. "type": "git",
  2107. "url": "https://github.com/sebastianbergmann/diff.git",
  2108. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  2109. },
  2110. "dist": {
  2111. "type": "zip",
  2112. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  2113. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  2114. "shasum": ""
  2115. },
  2116. "require": {
  2117. "php": ">=5.3.3"
  2118. },
  2119. "require-dev": {
  2120. "phpunit/phpunit": "~4.8"
  2121. },
  2122. "type": "library",
  2123. "extra": {
  2124. "branch-alias": {
  2125. "dev-master": "1.4-dev"
  2126. }
  2127. },
  2128. "autoload": {
  2129. "classmap": [
  2130. "src/"
  2131. ]
  2132. },
  2133. "notification-url": "https://packagist.org/downloads/",
  2134. "license": [
  2135. "BSD-3-Clause"
  2136. ],
  2137. "authors": [
  2138. {
  2139. "name": "Kore Nordmann",
  2140. "email": "mail@kore-nordmann.de"
  2141. },
  2142. {
  2143. "name": "Sebastian Bergmann",
  2144. "email": "sebastian@phpunit.de"
  2145. }
  2146. ],
  2147. "description": "Diff implementation",
  2148. "homepage": "https://github.com/sebastianbergmann/diff",
  2149. "keywords": [
  2150. "diff"
  2151. ],
  2152. "time": "2015-12-08 07:14:41"
  2153. },
  2154. {
  2155. "name": "sebastian/environment",
  2156. "version": "1.3.3",
  2157. "source": {
  2158. "type": "git",
  2159. "url": "https://github.com/sebastianbergmann/environment.git",
  2160. "reference": "6e7133793a8e5a5714a551a8324337374be209df"
  2161. },
  2162. "dist": {
  2163. "type": "zip",
  2164. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
  2165. "reference": "6e7133793a8e5a5714a551a8324337374be209df",
  2166. "shasum": ""
  2167. },
  2168. "require": {
  2169. "php": ">=5.3.3"
  2170. },
  2171. "require-dev": {
  2172. "phpunit/phpunit": "~4.4"
  2173. },
  2174. "type": "library",
  2175. "extra": {
  2176. "branch-alias": {
  2177. "dev-master": "1.3.x-dev"
  2178. }
  2179. },
  2180. "autoload": {
  2181. "classmap": [
  2182. "src/"
  2183. ]
  2184. },
  2185. "notification-url": "https://packagist.org/downloads/",
  2186. "license": [
  2187. "BSD-3-Clause"
  2188. ],
  2189. "authors": [
  2190. {
  2191. "name": "Sebastian Bergmann",
  2192. "email": "sebastian@phpunit.de"
  2193. }
  2194. ],
  2195. "description": "Provides functionality to handle HHVM/PHP environments",
  2196. "homepage": "http://www.github.com/sebastianbergmann/environment",
  2197. "keywords": [
  2198. "Xdebug",
  2199. "environment",
  2200. "hhvm"
  2201. ],
  2202. "time": "2015-12-02 08:37:27"
  2203. },
  2204. {
  2205. "name": "sebastian/exporter",
  2206. "version": "1.2.1",
  2207. "source": {
  2208. "type": "git",
  2209. "url": "https://github.com/sebastianbergmann/exporter.git",
  2210. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  2211. },
  2212. "dist": {
  2213. "type": "zip",
  2214. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  2215. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  2216. "shasum": ""
  2217. },
  2218. "require": {
  2219. "php": ">=5.3.3",
  2220. "sebastian/recursion-context": "~1.0"
  2221. },
  2222. "require-dev": {
  2223. "phpunit/phpunit": "~4.4"
  2224. },
  2225. "type": "library",
  2226. "extra": {
  2227. "branch-alias": {
  2228. "dev-master": "1.2.x-dev"
  2229. }
  2230. },
  2231. "autoload": {
  2232. "classmap": [
  2233. "src/"
  2234. ]
  2235. },
  2236. "notification-url": "https://packagist.org/downloads/",
  2237. "license": [
  2238. "BSD-3-Clause"
  2239. ],
  2240. "authors": [
  2241. {
  2242. "name": "Jeff Welch",
  2243. "email": "whatthejeff@gmail.com"
  2244. },
  2245. {
  2246. "name": "Volker Dusch",
  2247. "email": "github@wallbash.com"
  2248. },
  2249. {
  2250. "name": "Bernhard Schussek",
  2251. "email": "bschussek@2bepublished.at"
  2252. },
  2253. {
  2254. "name": "Sebastian Bergmann",
  2255. "email": "sebastian@phpunit.de"
  2256. },
  2257. {
  2258. "name": "Adam Harvey",
  2259. "email": "aharvey@php.net"
  2260. }
  2261. ],
  2262. "description": "Provides the functionality to export PHP variables for visualization",
  2263. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  2264. "keywords": [
  2265. "export",
  2266. "exporter"
  2267. ],
  2268. "time": "2015-06-21 07:55:53"
  2269. },
  2270. {
  2271. "name": "sebastian/global-state",
  2272. "version": "1.1.1",
  2273. "source": {
  2274. "type": "git",
  2275. "url": "https://github.com/sebastianbergmann/global-state.git",
  2276. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  2277. },
  2278. "dist": {
  2279. "type": "zip",
  2280. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2281. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2282. "shasum": ""
  2283. },
  2284. "require": {
  2285. "php": ">=5.3.3"
  2286. },
  2287. "require-dev": {
  2288. "phpunit/phpunit": "~4.2"
  2289. },
  2290. "suggest": {
  2291. "ext-uopz": "*"
  2292. },
  2293. "type": "library",
  2294. "extra": {
  2295. "branch-alias": {
  2296. "dev-master": "1.0-dev"
  2297. }
  2298. },
  2299. "autoload": {
  2300. "classmap": [
  2301. "src/"
  2302. ]
  2303. },
  2304. "notification-url": "https://packagist.org/downloads/",
  2305. "license": [
  2306. "BSD-3-Clause"
  2307. ],
  2308. "authors": [
  2309. {
  2310. "name": "Sebastian Bergmann",
  2311. "email": "sebastian@phpunit.de"
  2312. }
  2313. ],
  2314. "description": "Snapshotting of global state",
  2315. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  2316. "keywords": [
  2317. "global state"
  2318. ],
  2319. "time": "2015-10-12 03:26:01"
  2320. },
  2321. {
  2322. "name": "sebastian/recursion-context",
  2323. "version": "1.0.2",
  2324. "source": {
  2325. "type": "git",
  2326. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  2327. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  2328. },
  2329. "dist": {
  2330. "type": "zip",
  2331. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  2332. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  2333. "shasum": ""
  2334. },
  2335. "require": {
  2336. "php": ">=5.3.3"
  2337. },
  2338. "require-dev": {
  2339. "phpunit/phpunit": "~4.4"
  2340. },
  2341. "type": "library",
  2342. "extra": {
  2343. "branch-alias": {
  2344. "dev-master": "1.0.x-dev"
  2345. }
  2346. },
  2347. "autoload": {
  2348. "classmap": [
  2349. "src/"
  2350. ]
  2351. },
  2352. "notification-url": "https://packagist.org/downloads/",
  2353. "license": [
  2354. "BSD-3-Clause"
  2355. ],
  2356. "authors": [
  2357. {
  2358. "name": "Jeff Welch",
  2359. "email": "whatthejeff@gmail.com"
  2360. },
  2361. {
  2362. "name": "Sebastian Bergmann",
  2363. "email": "sebastian@phpunit.de"
  2364. },
  2365. {
  2366. "name": "Adam Harvey",
  2367. "email": "aharvey@php.net"
  2368. }
  2369. ],
  2370. "description": "Provides functionality to recursively process PHP variables",
  2371. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  2372. "time": "2015-11-11 19:50:13"
  2373. },
  2374. {
  2375. "name": "sebastian/version",
  2376. "version": "1.0.6",
  2377. "source": {
  2378. "type": "git",
  2379. "url": "https://github.com/sebastianbergmann/version.git",
  2380. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  2381. },
  2382. "dist": {
  2383. "type": "zip",
  2384. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  2385. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  2386. "shasum": ""
  2387. },
  2388. "type": "library",
  2389. "autoload": {
  2390. "classmap": [
  2391. "src/"
  2392. ]
  2393. },
  2394. "notification-url": "https://packagist.org/downloads/",
  2395. "license": [
  2396. "BSD-3-Clause"
  2397. ],
  2398. "authors": [
  2399. {
  2400. "name": "Sebastian Bergmann",
  2401. "email": "sebastian@phpunit.de",
  2402. "role": "lead"
  2403. }
  2404. ],
  2405. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  2406. "homepage": "https://github.com/sebastianbergmann/version",
  2407. "time": "2015-06-21 13:59:46"
  2408. },
  2409. {
  2410. "name": "seld/jsonlint",
  2411. "version": "1.4.0",
  2412. "source": {
  2413. "type": "git",
  2414. "url": "https://github.com/Seldaek/jsonlint.git",
  2415. "reference": "66834d3e3566bb5798db7294619388786ae99394"
  2416. },
  2417. "dist": {
  2418. "type": "zip",
  2419. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394",
  2420. "reference": "66834d3e3566bb5798db7294619388786ae99394",
  2421. "shasum": ""
  2422. },
  2423. "require": {
  2424. "php": "^5.3 || ^7.0"
  2425. },
  2426. "bin": [
  2427. "bin/jsonlint"
  2428. ],
  2429. "type": "library",
  2430. "autoload": {
  2431. "psr-4": {
  2432. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  2433. }
  2434. },
  2435. "notification-url": "https://packagist.org/downloads/",
  2436. "license": [
  2437. "MIT"
  2438. ],
  2439. "authors": [
  2440. {
  2441. "name": "Jordi Boggiano",
  2442. "email": "j.boggiano@seld.be",
  2443. "homepage": "http://seld.be"
  2444. }
  2445. ],
  2446. "description": "JSON Linter",
  2447. "keywords": [
  2448. "json",
  2449. "linter",
  2450. "parser",
  2451. "validator"
  2452. ],
  2453. "time": "2015-11-21 02:21:41"
  2454. },
  2455. {
  2456. "name": "squizlabs/php_codesniffer",
  2457. "version": "2.0.0RC3",
  2458. "source": {
  2459. "type": "git",
  2460. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  2461. "reference": "995d6e97f79b5f15631e2082ee6eb80279d114f2"
  2462. },
  2463. "dist": {
  2464. "type": "zip",
  2465. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/995d6e97f79b5f15631e2082ee6eb80279d114f2",
  2466. "reference": "995d6e97f79b5f15631e2082ee6eb80279d114f2",
  2467. "shasum": ""
  2468. },
  2469. "require": {
  2470. "ext-tokenizer": "*",
  2471. "php": ">=5.1.2"
  2472. },
  2473. "bin": [
  2474. "scripts/phpcs",
  2475. "scripts/phpcbf"
  2476. ],
  2477. "type": "library",
  2478. "extra": {
  2479. "branch-alias": {
  2480. "dev-phpcs-fixer": "2.0.x-dev"
  2481. }
  2482. },
  2483. "autoload": {
  2484. "classmap": [
  2485. "CodeSniffer.php",
  2486. "CodeSniffer/CLI.php",
  2487. "CodeSniffer/Exception.php",
  2488. "CodeSniffer/File.php",
  2489. "CodeSniffer/Fixer.php",
  2490. "CodeSniffer/Report.php",
  2491. "CodeSniffer/Reporting.php",
  2492. "CodeSniffer/Sniff.php",
  2493. "CodeSniffer/Tokens.php",
  2494. "CodeSniffer/Reports/",
  2495. "CodeSniffer/Tokenizers/",
  2496. "CodeSniffer/DocGenerators/",
  2497. "CodeSniffer/Standards/AbstractPatternSniff.php",
  2498. "CodeSniffer/Standards/AbstractScopeSniff.php",
  2499. "CodeSniffer/Standards/AbstractVariableSniff.php",
  2500. "CodeSniffer/Standards/IncorrectPatternException.php",
  2501. "CodeSniffer/Standards/Generic/Sniffs/",
  2502. "CodeSniffer/Standards/MySource/Sniffs/",
  2503. "CodeSniffer/Standards/PEAR/Sniffs/",
  2504. "CodeSniffer/Standards/PSR1/Sniffs/",
  2505. "CodeSniffer/Standards/PSR2/Sniffs/",
  2506. "CodeSniffer/Standards/Squiz/Sniffs/",
  2507. "CodeSniffer/Standards/Zend/Sniffs/"
  2508. ]
  2509. },
  2510. "notification-url": "https://packagist.org/downloads/",
  2511. "license": [
  2512. "BSD-3-Clause"
  2513. ],
  2514. "authors": [
  2515. {
  2516. "name": "Greg Sherwood",
  2517. "role": "lead"
  2518. }
  2519. ],
  2520. "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  2521. "homepage": "http://www.squizlabs.com/php-codesniffer",
  2522. "keywords": [
  2523. "phpcs",
  2524. "standards"
  2525. ],
  2526. "time": "2014-10-15 23:54:48"
  2527. },
  2528. {
  2529. "name": "symfony/console",
  2530. "version": "v2.8.2",
  2531. "source": {
  2532. "type": "git",
  2533. "url": "https://github.com/symfony/console.git",
  2534. "reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d"
  2535. },
  2536. "dist": {
  2537. "type": "zip",
  2538. "url": "https://api.github.com/repos/symfony/console/zipball/d0239fb42f98dd02e7d342f793c5d2cdee0c478d",
  2539. "reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d",
  2540. "shasum": ""
  2541. },
  2542. "require": {
  2543. "php": ">=5.3.9",
  2544. "symfony/polyfill-mbstring": "~1.0"
  2545. },
  2546. "require-dev": {
  2547. "psr/log": "~1.0",
  2548. "symfony/event-dispatcher": "~2.1|~3.0.0",
  2549. "symfony/process": "~2.1|~3.0.0"
  2550. },
  2551. "suggest": {
  2552. "psr/log": "For using the console logger",
  2553. "symfony/event-dispatcher": "",
  2554. "symfony/process": ""
  2555. },
  2556. "type": "library",
  2557. "extra": {
  2558. "branch-alias": {
  2559. "dev-master": "2.8-dev"
  2560. }
  2561. },
  2562. "autoload": {
  2563. "psr-4": {
  2564. "Symfony\\Component\\Console\\": ""
  2565. },
  2566. "exclude-from-classmap": [
  2567. "/Tests/"
  2568. ]
  2569. },
  2570. "notification-url": "https://packagist.org/downloads/",
  2571. "license": [
  2572. "MIT"
  2573. ],
  2574. "authors": [
  2575. {
  2576. "name": "Fabien Potencier",
  2577. "email": "fabien@symfony.com"
  2578. },
  2579. {
  2580. "name": "Symfony Community",
  2581. "homepage": "https://symfony.com/contributors"
  2582. }
  2583. ],
  2584. "description": "Symfony Console Component",
  2585. "homepage": "https://symfony.com",
  2586. "time": "2016-01-14 08:33:16"
  2587. },
  2588. {
  2589. "name": "symfony/options-resolver",
  2590. "version": "v2.6.13",
  2591. "target-dir": "Symfony/Component/OptionsResolver",
  2592. "source": {
  2593. "type": "git",
  2594. "url": "https://github.com/symfony/options-resolver.git",
  2595. "reference": "31e56594cee489e9a235b852228b0598b52101c1"
  2596. },
  2597. "dist": {
  2598. "type": "zip",
  2599. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/31e56594cee489e9a235b852228b0598b52101c1",
  2600. "reference": "31e56594cee489e9a235b852228b0598b52101c1",
  2601. "shasum": ""
  2602. },
  2603. "require": {
  2604. "php": ">=5.3.3"
  2605. },
  2606. "require-dev": {
  2607. "symfony/phpunit-bridge": "~2.7"
  2608. },
  2609. "type": "library",
  2610. "extra": {
  2611. "branch-alias": {
  2612. "dev-master": "2.6-dev"
  2613. }
  2614. },
  2615. "autoload": {
  2616. "psr-0": {
  2617. "Symfony\\Component\\OptionsResolver\\": ""
  2618. }
  2619. },
  2620. "notification-url": "https://packagist.org/downloads/",
  2621. "license": [
  2622. "MIT"
  2623. ],
  2624. "authors": [
  2625. {
  2626. "name": "Fabien Potencier",
  2627. "email": "fabien@symfony.com"
  2628. },
  2629. {
  2630. "name": "Symfony Community",
  2631. "homepage": "https://symfony.com/contributors"
  2632. }
  2633. ],
  2634. "description": "Symfony OptionsResolver Component",
  2635. "homepage": "https://symfony.com",
  2636. "keywords": [
  2637. "config",
  2638. "configuration",
  2639. "options"
  2640. ],
  2641. "time": "2015-05-13 11:33:56"
  2642. },
  2643. {
  2644. "name": "symfony/polyfill-mbstring",
  2645. "version": "v1.1.0",
  2646. "source": {
  2647. "type": "git",
  2648. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2649. "reference": "1289d16209491b584839022f29257ad859b8532d"
  2650. },
  2651. "dist": {
  2652. "type": "zip",
  2653. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
  2654. "reference": "1289d16209491b584839022f29257ad859b8532d",
  2655. "shasum": ""
  2656. },
  2657. "require": {
  2658. "php": ">=5.3.3"
  2659. },
  2660. "suggest": {
  2661. "ext-mbstring": "For best performance"
  2662. },
  2663. "type": "library",
  2664. "extra": {
  2665. "branch-alias": {
  2666. "dev-master": "1.1-dev"
  2667. }
  2668. },
  2669. "autoload": {
  2670. "psr-4": {
  2671. "Symfony\\Polyfill\\Mbstring\\": ""
  2672. },
  2673. "files": [
  2674. "bootstrap.php"
  2675. ]
  2676. },
  2677. "notification-url": "https://packagist.org/downloads/",
  2678. "license": [
  2679. "MIT"
  2680. ],
  2681. "authors": [
  2682. {
  2683. "name": "Nicolas Grekas",
  2684. "email": "p@tchwork.com"
  2685. },
  2686. {
  2687. "name": "Symfony Community",
  2688. "homepage": "https://symfony.com/contributors"
  2689. }
  2690. ],
  2691. "description": "Symfony polyfill for the Mbstring extension",
  2692. "homepage": "https://symfony.com",
  2693. "keywords": [
  2694. "compatibility",
  2695. "mbstring",
  2696. "polyfill",
  2697. "portable",
  2698. "shim"
  2699. ],
  2700. "time": "2016-01-20 09:13:37"
  2701. },
  2702. {
  2703. "name": "symfony/yaml",
  2704. "version": "v2.8.2",
  2705. "source": {
  2706. "type": "git",
  2707. "url": "https://github.com/symfony/yaml.git",
  2708. "reference": "34c8a4b51e751e7ea869b8262f883d008a2b81b8"
  2709. },
  2710. "dist": {
  2711. "type": "zip",
  2712. "url": "https://api.github.com/repos/symfony/yaml/zipball/34c8a4b51e751e7ea869b8262f883d008a2b81b8",
  2713. "reference": "34c8a4b51e751e7ea869b8262f883d008a2b81b8",
  2714. "shasum": ""
  2715. },
  2716. "require": {
  2717. "php": ">=5.3.9"
  2718. },
  2719. "type": "library",
  2720. "extra": {
  2721. "branch-alias": {
  2722. "dev-master": "2.8-dev"
  2723. }
  2724. },
  2725. "autoload": {
  2726. "psr-4": {
  2727. "Symfony\\Component\\Yaml\\": ""
  2728. },
  2729. "exclude-from-classmap": [
  2730. "/Tests/"
  2731. ]
  2732. },
  2733. "notification-url": "https://packagist.org/downloads/",
  2734. "license": [
  2735. "MIT"
  2736. ],
  2737. "authors": [
  2738. {
  2739. "name": "Fabien Potencier",
  2740. "email": "fabien@symfony.com"
  2741. },
  2742. {
  2743. "name": "Symfony Community",
  2744. "homepage": "https://symfony.com/contributors"
  2745. }
  2746. ],
  2747. "description": "Symfony Yaml Component",
  2748. "homepage": "https://symfony.com",
  2749. "time": "2016-01-13 10:28:07"
  2750. },
  2751. {
  2752. "name": "tracy/tracy",
  2753. "version": "v2.3.8",
  2754. "source": {
  2755. "type": "git",
  2756. "url": "https://github.com/nette/tracy.git",
  2757. "reference": "9aa0ade4444def3178aa808255ea326b9e3da9f2"
  2758. },
  2759. "dist": {
  2760. "type": "zip",
  2761. "url": "https://api.github.com/repos/nette/tracy/zipball/9aa0ade4444def3178aa808255ea326b9e3da9f2",
  2762. "reference": "9aa0ade4444def3178aa808255ea326b9e3da9f2",
  2763. "shasum": ""
  2764. },
  2765. "require": {
  2766. "php": ">=5.3.1"
  2767. },
  2768. "require-dev": {
  2769. "nette/di": "~2.3",
  2770. "nette/tester": "~1.3"
  2771. },
  2772. "type": "library",
  2773. "autoload": {
  2774. "classmap": [
  2775. "src"
  2776. ],
  2777. "files": [
  2778. "src/shortcuts.php"
  2779. ]
  2780. },
  2781. "notification-url": "https://packagist.org/downloads/",
  2782. "license": [
  2783. "BSD-3-Clause",
  2784. "GPL-2.0",
  2785. "GPL-3.0"
  2786. ],
  2787. "authors": [
  2788. {
  2789. "name": "David Grudl",
  2790. "homepage": "https://davidgrudl.com"
  2791. },
  2792. {
  2793. "name": "Nette Community",
  2794. "homepage": "https://nette.org/contributors"
  2795. }
  2796. ],
  2797. "description": "Tracy: useful PHP debugger",
  2798. "homepage": "https://tracy.nette.org",
  2799. "keywords": [
  2800. "debug",
  2801. "debugger",
  2802. "nette"
  2803. ],
  2804. "time": "2016-01-20 03:14:47"
  2805. }
  2806. ],
  2807. "aliases": [],
  2808. "minimum-stability": "stable",
  2809. "stability-flags": {
  2810. "squizlabs/php_codesniffer": 5
  2811. },
  2812. "prefer-stable": false,
  2813. "prefer-lowest": false,
  2814. "platform": {
  2815. "php": ">= 5.3",
  2816. "ext-curl": "*"
  2817. },
  2818. "platform-dev": []
  2819. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement