Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1558 строки
53 KiB

  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "2a366400c7ef056c432e0380c4b48f5e",
  8. "packages": [
  9. {
  10. "name": "symfony/console",
  11. "version": "v4.1.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/symfony/console.git",
  15. "reference": "432122af37d8cd52fba1b294b11976e0d20df595"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/symfony/console/zipball/432122af37d8cd52fba1b294b11976e0d20df595",
  20. "reference": "432122af37d8cd52fba1b294b11976e0d20df595",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.1.3",
  25. "symfony/polyfill-mbstring": "~1.0"
  26. },
  27. "conflict": {
  28. "symfony/dependency-injection": "<3.4",
  29. "symfony/process": "<3.3"
  30. },
  31. "require-dev": {
  32. "psr/log": "~1.0",
  33. "symfony/config": "~3.4|~4.0",
  34. "symfony/dependency-injection": "~3.4|~4.0",
  35. "symfony/event-dispatcher": "~3.4|~4.0",
  36. "symfony/lock": "~3.4|~4.0",
  37. "symfony/process": "~3.4|~4.0"
  38. },
  39. "suggest": {
  40. "psr/log-implementation": "For using the console logger",
  41. "symfony/event-dispatcher": "",
  42. "symfony/lock": "",
  43. "symfony/process": ""
  44. },
  45. "type": "library",
  46. "extra": {
  47. "branch-alias": {
  48. "dev-master": "4.1-dev"
  49. }
  50. },
  51. "autoload": {
  52. "psr-4": {
  53. "Symfony\\Component\\Console\\": ""
  54. },
  55. "exclude-from-classmap": [
  56. "/Tests/"
  57. ]
  58. },
  59. "notification-url": "https://packagist.org/downloads/",
  60. "license": [
  61. "MIT"
  62. ],
  63. "authors": [
  64. {
  65. "name": "Fabien Potencier",
  66. "email": "fabien@symfony.com"
  67. },
  68. {
  69. "name": "Symfony Community",
  70. "homepage": "https://symfony.com/contributors"
  71. }
  72. ],
  73. "description": "Symfony Console Component",
  74. "homepage": "https://symfony.com",
  75. "time": "2018-10-31T09:30:44+00:00"
  76. },
  77. {
  78. "name": "symfony/polyfill-mbstring",
  79. "version": "v1.10.0",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/symfony/polyfill-mbstring.git",
  83. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  88. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  89. "shasum": ""
  90. },
  91. "require": {
  92. "php": ">=5.3.3"
  93. },
  94. "suggest": {
  95. "ext-mbstring": "For best performance"
  96. },
  97. "type": "library",
  98. "extra": {
  99. "branch-alias": {
  100. "dev-master": "1.9-dev"
  101. }
  102. },
  103. "autoload": {
  104. "psr-4": {
  105. "Symfony\\Polyfill\\Mbstring\\": ""
  106. },
  107. "files": [
  108. "bootstrap.php"
  109. ]
  110. },
  111. "notification-url": "https://packagist.org/downloads/",
  112. "license": [
  113. "MIT"
  114. ],
  115. "authors": [
  116. {
  117. "name": "Nicolas Grekas",
  118. "email": "p@tchwork.com"
  119. },
  120. {
  121. "name": "Symfony Community",
  122. "homepage": "https://symfony.com/contributors"
  123. }
  124. ],
  125. "description": "Symfony polyfill for the Mbstring extension",
  126. "homepage": "https://symfony.com",
  127. "keywords": [
  128. "compatibility",
  129. "mbstring",
  130. "polyfill",
  131. "portable",
  132. "shim"
  133. ],
  134. "time": "2018-09-21T13:07:52+00:00"
  135. }
  136. ],
  137. "packages-dev": [
  138. {
  139. "name": "doctrine/instantiator",
  140. "version": "1.1.0",
  141. "source": {
  142. "type": "git",
  143. "url": "https://github.com/doctrine/instantiator.git",
  144. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
  145. },
  146. "dist": {
  147. "type": "zip",
  148. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  149. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  150. "shasum": ""
  151. },
  152. "require": {
  153. "php": "^7.1"
  154. },
  155. "require-dev": {
  156. "athletic/athletic": "~0.1.8",
  157. "ext-pdo": "*",
  158. "ext-phar": "*",
  159. "phpunit/phpunit": "^6.2.3",
  160. "squizlabs/php_codesniffer": "^3.0.2"
  161. },
  162. "type": "library",
  163. "extra": {
  164. "branch-alias": {
  165. "dev-master": "1.2.x-dev"
  166. }
  167. },
  168. "autoload": {
  169. "psr-4": {
  170. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  171. }
  172. },
  173. "notification-url": "https://packagist.org/downloads/",
  174. "license": [
  175. "MIT"
  176. ],
  177. "authors": [
  178. {
  179. "name": "Marco Pivetta",
  180. "email": "ocramius@gmail.com",
  181. "homepage": "http://ocramius.github.com/"
  182. }
  183. ],
  184. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  185. "homepage": "https://github.com/doctrine/instantiator",
  186. "keywords": [
  187. "constructor",
  188. "instantiate"
  189. ],
  190. "time": "2017-07-22T11:58:36+00:00"
  191. },
  192. {
  193. "name": "myclabs/deep-copy",
  194. "version": "1.8.1",
  195. "source": {
  196. "type": "git",
  197. "url": "https://github.com/myclabs/DeepCopy.git",
  198. "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
  199. },
  200. "dist": {
  201. "type": "zip",
  202. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
  203. "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
  204. "shasum": ""
  205. },
  206. "require": {
  207. "php": "^7.1"
  208. },
  209. "replace": {
  210. "myclabs/deep-copy": "self.version"
  211. },
  212. "require-dev": {
  213. "doctrine/collections": "^1.0",
  214. "doctrine/common": "^2.6",
  215. "phpunit/phpunit": "^7.1"
  216. },
  217. "type": "library",
  218. "autoload": {
  219. "psr-4": {
  220. "DeepCopy\\": "src/DeepCopy/"
  221. },
  222. "files": [
  223. "src/DeepCopy/deep_copy.php"
  224. ]
  225. },
  226. "notification-url": "https://packagist.org/downloads/",
  227. "license": [
  228. "MIT"
  229. ],
  230. "description": "Create deep copies (clones) of your objects",
  231. "keywords": [
  232. "clone",
  233. "copy",
  234. "duplicate",
  235. "object",
  236. "object graph"
  237. ],
  238. "time": "2018-06-11T23:09:50+00:00"
  239. },
  240. {
  241. "name": "phar-io/manifest",
  242. "version": "1.0.3",
  243. "source": {
  244. "type": "git",
  245. "url": "https://github.com/phar-io/manifest.git",
  246. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  247. },
  248. "dist": {
  249. "type": "zip",
  250. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  251. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  252. "shasum": ""
  253. },
  254. "require": {
  255. "ext-dom": "*",
  256. "ext-phar": "*",
  257. "phar-io/version": "^2.0",
  258. "php": "^5.6 || ^7.0"
  259. },
  260. "type": "library",
  261. "extra": {
  262. "branch-alias": {
  263. "dev-master": "1.0.x-dev"
  264. }
  265. },
  266. "autoload": {
  267. "classmap": [
  268. "src/"
  269. ]
  270. },
  271. "notification-url": "https://packagist.org/downloads/",
  272. "license": [
  273. "BSD-3-Clause"
  274. ],
  275. "authors": [
  276. {
  277. "name": "Arne Blankerts",
  278. "email": "arne@blankerts.de",
  279. "role": "Developer"
  280. },
  281. {
  282. "name": "Sebastian Heuer",
  283. "email": "sebastian@phpeople.de",
  284. "role": "Developer"
  285. },
  286. {
  287. "name": "Sebastian Bergmann",
  288. "email": "sebastian@phpunit.de",
  289. "role": "Developer"
  290. }
  291. ],
  292. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  293. "time": "2018-07-08T19:23:20+00:00"
  294. },
  295. {
  296. "name": "phar-io/version",
  297. "version": "2.0.1",
  298. "source": {
  299. "type": "git",
  300. "url": "https://github.com/phar-io/version.git",
  301. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  302. },
  303. "dist": {
  304. "type": "zip",
  305. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  306. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  307. "shasum": ""
  308. },
  309. "require": {
  310. "php": "^5.6 || ^7.0"
  311. },
  312. "type": "library",
  313. "autoload": {
  314. "classmap": [
  315. "src/"
  316. ]
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "BSD-3-Clause"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Arne Blankerts",
  325. "email": "arne@blankerts.de",
  326. "role": "Developer"
  327. },
  328. {
  329. "name": "Sebastian Heuer",
  330. "email": "sebastian@phpeople.de",
  331. "role": "Developer"
  332. },
  333. {
  334. "name": "Sebastian Bergmann",
  335. "email": "sebastian@phpunit.de",
  336. "role": "Developer"
  337. }
  338. ],
  339. "description": "Library for handling version information and constraints",
  340. "time": "2018-07-08T19:19:57+00:00"
  341. },
  342. {
  343. "name": "phpdocumentor/reflection-common",
  344. "version": "1.0.1",
  345. "source": {
  346. "type": "git",
  347. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  348. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  349. },
  350. "dist": {
  351. "type": "zip",
  352. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  353. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  354. "shasum": ""
  355. },
  356. "require": {
  357. "php": ">=5.5"
  358. },
  359. "require-dev": {
  360. "phpunit/phpunit": "^4.6"
  361. },
  362. "type": "library",
  363. "extra": {
  364. "branch-alias": {
  365. "dev-master": "1.0.x-dev"
  366. }
  367. },
  368. "autoload": {
  369. "psr-4": {
  370. "phpDocumentor\\Reflection\\": [
  371. "src"
  372. ]
  373. }
  374. },
  375. "notification-url": "https://packagist.org/downloads/",
  376. "license": [
  377. "MIT"
  378. ],
  379. "authors": [
  380. {
  381. "name": "Jaap van Otterdijk",
  382. "email": "opensource@ijaap.nl"
  383. }
  384. ],
  385. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  386. "homepage": "http://www.phpdoc.org",
  387. "keywords": [
  388. "FQSEN",
  389. "phpDocumentor",
  390. "phpdoc",
  391. "reflection",
  392. "static analysis"
  393. ],
  394. "time": "2017-09-11T18:02:19+00:00"
  395. },
  396. {
  397. "name": "phpdocumentor/reflection-docblock",
  398. "version": "4.3.0",
  399. "source": {
  400. "type": "git",
  401. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  402. "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
  403. },
  404. "dist": {
  405. "type": "zip",
  406. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
  407. "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
  408. "shasum": ""
  409. },
  410. "require": {
  411. "php": "^7.0",
  412. "phpdocumentor/reflection-common": "^1.0.0",
  413. "phpdocumentor/type-resolver": "^0.4.0",
  414. "webmozart/assert": "^1.0"
  415. },
  416. "require-dev": {
  417. "doctrine/instantiator": "~1.0.5",
  418. "mockery/mockery": "^1.0",
  419. "phpunit/phpunit": "^6.4"
  420. },
  421. "type": "library",
  422. "extra": {
  423. "branch-alias": {
  424. "dev-master": "4.x-dev"
  425. }
  426. },
  427. "autoload": {
  428. "psr-4": {
  429. "phpDocumentor\\Reflection\\": [
  430. "src/"
  431. ]
  432. }
  433. },
  434. "notification-url": "https://packagist.org/downloads/",
  435. "license": [
  436. "MIT"
  437. ],
  438. "authors": [
  439. {
  440. "name": "Mike van Riel",
  441. "email": "me@mikevanriel.com"
  442. }
  443. ],
  444. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  445. "time": "2017-11-30T07:14:17+00:00"
  446. },
  447. {
  448. "name": "phpdocumentor/type-resolver",
  449. "version": "0.4.0",
  450. "source": {
  451. "type": "git",
  452. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  453. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  454. },
  455. "dist": {
  456. "type": "zip",
  457. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  458. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  459. "shasum": ""
  460. },
  461. "require": {
  462. "php": "^5.5 || ^7.0",
  463. "phpdocumentor/reflection-common": "^1.0"
  464. },
  465. "require-dev": {
  466. "mockery/mockery": "^0.9.4",
  467. "phpunit/phpunit": "^5.2||^4.8.24"
  468. },
  469. "type": "library",
  470. "extra": {
  471. "branch-alias": {
  472. "dev-master": "1.0.x-dev"
  473. }
  474. },
  475. "autoload": {
  476. "psr-4": {
  477. "phpDocumentor\\Reflection\\": [
  478. "src/"
  479. ]
  480. }
  481. },
  482. "notification-url": "https://packagist.org/downloads/",
  483. "license": [
  484. "MIT"
  485. ],
  486. "authors": [
  487. {
  488. "name": "Mike van Riel",
  489. "email": "me@mikevanriel.com"
  490. }
  491. ],
  492. "time": "2017-07-14T14:27:02+00:00"
  493. },
  494. {
  495. "name": "phpspec/prophecy",
  496. "version": "1.8.0",
  497. "source": {
  498. "type": "git",
  499. "url": "https://github.com/phpspec/prophecy.git",
  500. "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
  501. },
  502. "dist": {
  503. "type": "zip",
  504. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
  505. "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
  506. "shasum": ""
  507. },
  508. "require": {
  509. "doctrine/instantiator": "^1.0.2",
  510. "php": "^5.3|^7.0",
  511. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  512. "sebastian/comparator": "^1.1|^2.0|^3.0",
  513. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  514. },
  515. "require-dev": {
  516. "phpspec/phpspec": "^2.5|^3.2",
  517. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  518. },
  519. "type": "library",
  520. "extra": {
  521. "branch-alias": {
  522. "dev-master": "1.8.x-dev"
  523. }
  524. },
  525. "autoload": {
  526. "psr-0": {
  527. "Prophecy\\": "src/"
  528. }
  529. },
  530. "notification-url": "https://packagist.org/downloads/",
  531. "license": [
  532. "MIT"
  533. ],
  534. "authors": [
  535. {
  536. "name": "Konstantin Kudryashov",
  537. "email": "ever.zet@gmail.com",
  538. "homepage": "http://everzet.com"
  539. },
  540. {
  541. "name": "Marcello Duarte",
  542. "email": "marcello.duarte@gmail.com"
  543. }
  544. ],
  545. "description": "Highly opinionated mocking framework for PHP 5.3+",
  546. "homepage": "https://github.com/phpspec/prophecy",
  547. "keywords": [
  548. "Double",
  549. "Dummy",
  550. "fake",
  551. "mock",
  552. "spy",
  553. "stub"
  554. ],
  555. "time": "2018-08-05T17:53:17+00:00"
  556. },
  557. {
  558. "name": "phpunit/php-code-coverage",
  559. "version": "6.1.4",
  560. "source": {
  561. "type": "git",
  562. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  563. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
  564. },
  565. "dist": {
  566. "type": "zip",
  567. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  568. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  569. "shasum": ""
  570. },
  571. "require": {
  572. "ext-dom": "*",
  573. "ext-xmlwriter": "*",
  574. "php": "^7.1",
  575. "phpunit/php-file-iterator": "^2.0",
  576. "phpunit/php-text-template": "^1.2.1",
  577. "phpunit/php-token-stream": "^3.0",
  578. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  579. "sebastian/environment": "^3.1 || ^4.0",
  580. "sebastian/version": "^2.0.1",
  581. "theseer/tokenizer": "^1.1"
  582. },
  583. "require-dev": {
  584. "phpunit/phpunit": "^7.0"
  585. },
  586. "suggest": {
  587. "ext-xdebug": "^2.6.0"
  588. },
  589. "type": "library",
  590. "extra": {
  591. "branch-alias": {
  592. "dev-master": "6.1-dev"
  593. }
  594. },
  595. "autoload": {
  596. "classmap": [
  597. "src/"
  598. ]
  599. },
  600. "notification-url": "https://packagist.org/downloads/",
  601. "license": [
  602. "BSD-3-Clause"
  603. ],
  604. "authors": [
  605. {
  606. "name": "Sebastian Bergmann",
  607. "email": "sebastian@phpunit.de",
  608. "role": "lead"
  609. }
  610. ],
  611. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  612. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  613. "keywords": [
  614. "coverage",
  615. "testing",
  616. "xunit"
  617. ],
  618. "time": "2018-10-31T16:06:48+00:00"
  619. },
  620. {
  621. "name": "phpunit/php-file-iterator",
  622. "version": "2.0.2",
  623. "source": {
  624. "type": "git",
  625. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  626. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  627. },
  628. "dist": {
  629. "type": "zip",
  630. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  631. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  632. "shasum": ""
  633. },
  634. "require": {
  635. "php": "^7.1"
  636. },
  637. "require-dev": {
  638. "phpunit/phpunit": "^7.1"
  639. },
  640. "type": "library",
  641. "extra": {
  642. "branch-alias": {
  643. "dev-master": "2.0.x-dev"
  644. }
  645. },
  646. "autoload": {
  647. "classmap": [
  648. "src/"
  649. ]
  650. },
  651. "notification-url": "https://packagist.org/downloads/",
  652. "license": [
  653. "BSD-3-Clause"
  654. ],
  655. "authors": [
  656. {
  657. "name": "Sebastian Bergmann",
  658. "email": "sebastian@phpunit.de",
  659. "role": "lead"
  660. }
  661. ],
  662. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  663. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  664. "keywords": [
  665. "filesystem",
  666. "iterator"
  667. ],
  668. "time": "2018-09-13T20:33:42+00:00"
  669. },
  670. {
  671. "name": "phpunit/php-text-template",
  672. "version": "1.2.1",
  673. "source": {
  674. "type": "git",
  675. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  676. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  677. },
  678. "dist": {
  679. "type": "zip",
  680. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  681. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  682. "shasum": ""
  683. },
  684. "require": {
  685. "php": ">=5.3.3"
  686. },
  687. "type": "library",
  688. "autoload": {
  689. "classmap": [
  690. "src/"
  691. ]
  692. },
  693. "notification-url": "https://packagist.org/downloads/",
  694. "license": [
  695. "BSD-3-Clause"
  696. ],
  697. "authors": [
  698. {
  699. "name": "Sebastian Bergmann",
  700. "email": "sebastian@phpunit.de",
  701. "role": "lead"
  702. }
  703. ],
  704. "description": "Simple template engine.",
  705. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  706. "keywords": [
  707. "template"
  708. ],
  709. "time": "2015-06-21T13:50:34+00:00"
  710. },
  711. {
  712. "name": "phpunit/php-timer",
  713. "version": "2.0.0",
  714. "source": {
  715. "type": "git",
  716. "url": "https://github.com/sebastianbergmann/php-timer.git",
  717. "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
  718. },
  719. "dist": {
  720. "type": "zip",
  721. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
  722. "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
  723. "shasum": ""
  724. },
  725. "require": {
  726. "php": "^7.1"
  727. },
  728. "require-dev": {
  729. "phpunit/phpunit": "^7.0"
  730. },
  731. "type": "library",
  732. "extra": {
  733. "branch-alias": {
  734. "dev-master": "2.0-dev"
  735. }
  736. },
  737. "autoload": {
  738. "classmap": [
  739. "src/"
  740. ]
  741. },
  742. "notification-url": "https://packagist.org/downloads/",
  743. "license": [
  744. "BSD-3-Clause"
  745. ],
  746. "authors": [
  747. {
  748. "name": "Sebastian Bergmann",
  749. "email": "sebastian@phpunit.de",
  750. "role": "lead"
  751. }
  752. ],
  753. "description": "Utility class for timing",
  754. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  755. "keywords": [
  756. "timer"
  757. ],
  758. "time": "2018-02-01T13:07:23+00:00"
  759. },
  760. {
  761. "name": "phpunit/php-token-stream",
  762. "version": "3.0.1",
  763. "source": {
  764. "type": "git",
  765. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  766. "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
  767. },
  768. "dist": {
  769. "type": "zip",
  770. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
  771. "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
  772. "shasum": ""
  773. },
  774. "require": {
  775. "ext-tokenizer": "*",
  776. "php": "^7.1"
  777. },
  778. "require-dev": {
  779. "phpunit/phpunit": "^7.0"
  780. },
  781. "type": "library",
  782. "extra": {
  783. "branch-alias": {
  784. "dev-master": "3.0-dev"
  785. }
  786. },
  787. "autoload": {
  788. "classmap": [
  789. "src/"
  790. ]
  791. },
  792. "notification-url": "https://packagist.org/downloads/",
  793. "license": [
  794. "BSD-3-Clause"
  795. ],
  796. "authors": [
  797. {
  798. "name": "Sebastian Bergmann",
  799. "email": "sebastian@phpunit.de"
  800. }
  801. ],
  802. "description": "Wrapper around PHP's tokenizer extension.",
  803. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  804. "keywords": [
  805. "tokenizer"
  806. ],
  807. "time": "2018-10-30T05:52:18+00:00"
  808. },
  809. {
  810. "name": "phpunit/phpunit",
  811. "version": "7.4.4",
  812. "source": {
  813. "type": "git",
  814. "url": "https://github.com/sebastianbergmann/phpunit.git",
  815. "reference": "b1be2c8530c4c29c3519a052c9fb6cee55053bbd"
  816. },
  817. "dist": {
  818. "type": "zip",
  819. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b1be2c8530c4c29c3519a052c9fb6cee55053bbd",
  820. "reference": "b1be2c8530c4c29c3519a052c9fb6cee55053bbd",
  821. "shasum": ""
  822. },
  823. "require": {
  824. "doctrine/instantiator": "^1.1",
  825. "ext-dom": "*",
  826. "ext-json": "*",
  827. "ext-libxml": "*",
  828. "ext-mbstring": "*",
  829. "ext-xml": "*",
  830. "myclabs/deep-copy": "^1.7",
  831. "phar-io/manifest": "^1.0.2",
  832. "phar-io/version": "^2.0",
  833. "php": "^7.1",
  834. "phpspec/prophecy": "^1.7",
  835. "phpunit/php-code-coverage": "^6.0.7",
  836. "phpunit/php-file-iterator": "^2.0.1",
  837. "phpunit/php-text-template": "^1.2.1",
  838. "phpunit/php-timer": "^2.0",
  839. "sebastian/comparator": "^3.0",
  840. "sebastian/diff": "^3.0",
  841. "sebastian/environment": "^3.1 || ^4.0",
  842. "sebastian/exporter": "^3.1",
  843. "sebastian/global-state": "^2.0",
  844. "sebastian/object-enumerator": "^3.0.3",
  845. "sebastian/resource-operations": "^2.0",
  846. "sebastian/version": "^2.0.1"
  847. },
  848. "conflict": {
  849. "phpunit/phpunit-mock-objects": "*"
  850. },
  851. "require-dev": {
  852. "ext-pdo": "*"
  853. },
  854. "suggest": {
  855. "ext-soap": "*",
  856. "ext-xdebug": "*",
  857. "phpunit/php-invoker": "^2.0"
  858. },
  859. "bin": [
  860. "phpunit"
  861. ],
  862. "type": "library",
  863. "extra": {
  864. "branch-alias": {
  865. "dev-master": "7.4-dev"
  866. }
  867. },
  868. "autoload": {
  869. "classmap": [
  870. "src/"
  871. ]
  872. },
  873. "notification-url": "https://packagist.org/downloads/",
  874. "license": [
  875. "BSD-3-Clause"
  876. ],
  877. "authors": [
  878. {
  879. "name": "Sebastian Bergmann",
  880. "email": "sebastian@phpunit.de",
  881. "role": "lead"
  882. }
  883. ],
  884. "description": "The PHP Unit Testing framework.",
  885. "homepage": "https://phpunit.de/",
  886. "keywords": [
  887. "phpunit",
  888. "testing",
  889. "xunit"
  890. ],
  891. "time": "2018-11-14T16:52:02+00:00"
  892. },
  893. {
  894. "name": "sebastian/code-unit-reverse-lookup",
  895. "version": "1.0.1",
  896. "source": {
  897. "type": "git",
  898. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  899. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  900. },
  901. "dist": {
  902. "type": "zip",
  903. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  904. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  905. "shasum": ""
  906. },
  907. "require": {
  908. "php": "^5.6 || ^7.0"
  909. },
  910. "require-dev": {
  911. "phpunit/phpunit": "^5.7 || ^6.0"
  912. },
  913. "type": "library",
  914. "extra": {
  915. "branch-alias": {
  916. "dev-master": "1.0.x-dev"
  917. }
  918. },
  919. "autoload": {
  920. "classmap": [
  921. "src/"
  922. ]
  923. },
  924. "notification-url": "https://packagist.org/downloads/",
  925. "license": [
  926. "BSD-3-Clause"
  927. ],
  928. "authors": [
  929. {
  930. "name": "Sebastian Bergmann",
  931. "email": "sebastian@phpunit.de"
  932. }
  933. ],
  934. "description": "Looks up which function or method a line of code belongs to",
  935. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  936. "time": "2017-03-04T06:30:41+00:00"
  937. },
  938. {
  939. "name": "sebastian/comparator",
  940. "version": "3.0.2",
  941. "source": {
  942. "type": "git",
  943. "url": "https://github.com/sebastianbergmann/comparator.git",
  944. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  945. },
  946. "dist": {
  947. "type": "zip",
  948. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  949. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  950. "shasum": ""
  951. },
  952. "require": {
  953. "php": "^7.1",
  954. "sebastian/diff": "^3.0",
  955. "sebastian/exporter": "^3.1"
  956. },
  957. "require-dev": {
  958. "phpunit/phpunit": "^7.1"
  959. },
  960. "type": "library",
  961. "extra": {
  962. "branch-alias": {
  963. "dev-master": "3.0-dev"
  964. }
  965. },
  966. "autoload": {
  967. "classmap": [
  968. "src/"
  969. ]
  970. },
  971. "notification-url": "https://packagist.org/downloads/",
  972. "license": [
  973. "BSD-3-Clause"
  974. ],
  975. "authors": [
  976. {
  977. "name": "Jeff Welch",
  978. "email": "whatthejeff@gmail.com"
  979. },
  980. {
  981. "name": "Volker Dusch",
  982. "email": "github@wallbash.com"
  983. },
  984. {
  985. "name": "Bernhard Schussek",
  986. "email": "bschussek@2bepublished.at"
  987. },
  988. {
  989. "name": "Sebastian Bergmann",
  990. "email": "sebastian@phpunit.de"
  991. }
  992. ],
  993. "description": "Provides the functionality to compare PHP values for equality",
  994. "homepage": "https://github.com/sebastianbergmann/comparator",
  995. "keywords": [
  996. "comparator",
  997. "compare",
  998. "equality"
  999. ],
  1000. "time": "2018-07-12T15:12:46+00:00"
  1001. },
  1002. {
  1003. "name": "sebastian/diff",
  1004. "version": "3.0.1",
  1005. "source": {
  1006. "type": "git",
  1007. "url": "https://github.com/sebastianbergmann/diff.git",
  1008. "reference": "366541b989927187c4ca70490a35615d3fef2dce"
  1009. },
  1010. "dist": {
  1011. "type": "zip",
  1012. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
  1013. "reference": "366541b989927187c4ca70490a35615d3fef2dce",
  1014. "shasum": ""
  1015. },
  1016. "require": {
  1017. "php": "^7.1"
  1018. },
  1019. "require-dev": {
  1020. "phpunit/phpunit": "^7.0",
  1021. "symfony/process": "^2 || ^3.3 || ^4"
  1022. },
  1023. "type": "library",
  1024. "extra": {
  1025. "branch-alias": {
  1026. "dev-master": "3.0-dev"
  1027. }
  1028. },
  1029. "autoload": {
  1030. "classmap": [
  1031. "src/"
  1032. ]
  1033. },
  1034. "notification-url": "https://packagist.org/downloads/",
  1035. "license": [
  1036. "BSD-3-Clause"
  1037. ],
  1038. "authors": [
  1039. {
  1040. "name": "Kore Nordmann",
  1041. "email": "mail@kore-nordmann.de"
  1042. },
  1043. {
  1044. "name": "Sebastian Bergmann",
  1045. "email": "sebastian@phpunit.de"
  1046. }
  1047. ],
  1048. "description": "Diff implementation",
  1049. "homepage": "https://github.com/sebastianbergmann/diff",
  1050. "keywords": [
  1051. "diff",
  1052. "udiff",
  1053. "unidiff",
  1054. "unified diff"
  1055. ],
  1056. "time": "2018-06-10T07:54:39+00:00"
  1057. },
  1058. {
  1059. "name": "sebastian/environment",
  1060. "version": "3.1.0",
  1061. "source": {
  1062. "type": "git",
  1063. "url": "https://github.com/sebastianbergmann/environment.git",
  1064. "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
  1065. },
  1066. "dist": {
  1067. "type": "zip",
  1068. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  1069. "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  1070. "shasum": ""
  1071. },
  1072. "require": {
  1073. "php": "^7.0"
  1074. },
  1075. "require-dev": {
  1076. "phpunit/phpunit": "^6.1"
  1077. },
  1078. "type": "library",
  1079. "extra": {
  1080. "branch-alias": {
  1081. "dev-master": "3.1.x-dev"
  1082. }
  1083. },
  1084. "autoload": {
  1085. "classmap": [
  1086. "src/"
  1087. ]
  1088. },
  1089. "notification-url": "https://packagist.org/downloads/",
  1090. "license": [
  1091. "BSD-3-Clause"
  1092. ],
  1093. "authors": [
  1094. {
  1095. "name": "Sebastian Bergmann",
  1096. "email": "sebastian@phpunit.de"
  1097. }
  1098. ],
  1099. "description": "Provides functionality to handle HHVM/PHP environments",
  1100. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1101. "keywords": [
  1102. "Xdebug",
  1103. "environment",
  1104. "hhvm"
  1105. ],
  1106. "time": "2017-07-01T08:51:00+00:00"
  1107. },
  1108. {
  1109. "name": "sebastian/exporter",
  1110. "version": "3.1.0",
  1111. "source": {
  1112. "type": "git",
  1113. "url": "https://github.com/sebastianbergmann/exporter.git",
  1114. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
  1115. },
  1116. "dist": {
  1117. "type": "zip",
  1118. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
  1119. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
  1120. "shasum": ""
  1121. },
  1122. "require": {
  1123. "php": "^7.0",
  1124. "sebastian/recursion-context": "^3.0"
  1125. },
  1126. "require-dev": {
  1127. "ext-mbstring": "*",
  1128. "phpunit/phpunit": "^6.0"
  1129. },
  1130. "type": "library",
  1131. "extra": {
  1132. "branch-alias": {
  1133. "dev-master": "3.1.x-dev"
  1134. }
  1135. },
  1136. "autoload": {
  1137. "classmap": [
  1138. "src/"
  1139. ]
  1140. },
  1141. "notification-url": "https://packagist.org/downloads/",
  1142. "license": [
  1143. "BSD-3-Clause"
  1144. ],
  1145. "authors": [
  1146. {
  1147. "name": "Jeff Welch",
  1148. "email": "whatthejeff@gmail.com"
  1149. },
  1150. {
  1151. "name": "Volker Dusch",
  1152. "email": "github@wallbash.com"
  1153. },
  1154. {
  1155. "name": "Bernhard Schussek",
  1156. "email": "bschussek@2bepublished.at"
  1157. },
  1158. {
  1159. "name": "Sebastian Bergmann",
  1160. "email": "sebastian@phpunit.de"
  1161. },
  1162. {
  1163. "name": "Adam Harvey",
  1164. "email": "aharvey@php.net"
  1165. }
  1166. ],
  1167. "description": "Provides the functionality to export PHP variables for visualization",
  1168. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1169. "keywords": [
  1170. "export",
  1171. "exporter"
  1172. ],
  1173. "time": "2017-04-03T13:19:02+00:00"
  1174. },
  1175. {
  1176. "name": "sebastian/global-state",
  1177. "version": "2.0.0",
  1178. "source": {
  1179. "type": "git",
  1180. "url": "https://github.com/sebastianbergmann/global-state.git",
  1181. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  1182. },
  1183. "dist": {
  1184. "type": "zip",
  1185. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  1186. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  1187. "shasum": ""
  1188. },
  1189. "require": {
  1190. "php": "^7.0"
  1191. },
  1192. "require-dev": {
  1193. "phpunit/phpunit": "^6.0"
  1194. },
  1195. "suggest": {
  1196. "ext-uopz": "*"
  1197. },
  1198. "type": "library",
  1199. "extra": {
  1200. "branch-alias": {
  1201. "dev-master": "2.0-dev"
  1202. }
  1203. },
  1204. "autoload": {
  1205. "classmap": [
  1206. "src/"
  1207. ]
  1208. },
  1209. "notification-url": "https://packagist.org/downloads/",
  1210. "license": [
  1211. "BSD-3-Clause"
  1212. ],
  1213. "authors": [
  1214. {
  1215. "name": "Sebastian Bergmann",
  1216. "email": "sebastian@phpunit.de"
  1217. }
  1218. ],
  1219. "description": "Snapshotting of global state",
  1220. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1221. "keywords": [
  1222. "global state"
  1223. ],
  1224. "time": "2017-04-27T15:39:26+00:00"
  1225. },
  1226. {
  1227. "name": "sebastian/object-enumerator",
  1228. "version": "3.0.3",
  1229. "source": {
  1230. "type": "git",
  1231. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1232. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  1233. },
  1234. "dist": {
  1235. "type": "zip",
  1236. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  1237. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  1238. "shasum": ""
  1239. },
  1240. "require": {
  1241. "php": "^7.0",
  1242. "sebastian/object-reflector": "^1.1.1",
  1243. "sebastian/recursion-context": "^3.0"
  1244. },
  1245. "require-dev": {
  1246. "phpunit/phpunit": "^6.0"
  1247. },
  1248. "type": "library",
  1249. "extra": {
  1250. "branch-alias": {
  1251. "dev-master": "3.0.x-dev"
  1252. }
  1253. },
  1254. "autoload": {
  1255. "classmap": [
  1256. "src/"
  1257. ]
  1258. },
  1259. "notification-url": "https://packagist.org/downloads/",
  1260. "license": [
  1261. "BSD-3-Clause"
  1262. ],
  1263. "authors": [
  1264. {
  1265. "name": "Sebastian Bergmann",
  1266. "email": "sebastian@phpunit.de"
  1267. }
  1268. ],
  1269. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1270. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1271. "time": "2017-08-03T12:35:26+00:00"
  1272. },
  1273. {
  1274. "name": "sebastian/object-reflector",
  1275. "version": "1.1.1",
  1276. "source": {
  1277. "type": "git",
  1278. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  1279. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  1280. },
  1281. "dist": {
  1282. "type": "zip",
  1283. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  1284. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  1285. "shasum": ""
  1286. },
  1287. "require": {
  1288. "php": "^7.0"
  1289. },
  1290. "require-dev": {
  1291. "phpunit/phpunit": "^6.0"
  1292. },
  1293. "type": "library",
  1294. "extra": {
  1295. "branch-alias": {
  1296. "dev-master": "1.1-dev"
  1297. }
  1298. },
  1299. "autoload": {
  1300. "classmap": [
  1301. "src/"
  1302. ]
  1303. },
  1304. "notification-url": "https://packagist.org/downloads/",
  1305. "license": [
  1306. "BSD-3-Clause"
  1307. ],
  1308. "authors": [
  1309. {
  1310. "name": "Sebastian Bergmann",
  1311. "email": "sebastian@phpunit.de"
  1312. }
  1313. ],
  1314. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  1315. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  1316. "time": "2017-03-29T09:07:27+00:00"
  1317. },
  1318. {
  1319. "name": "sebastian/recursion-context",
  1320. "version": "3.0.0",
  1321. "source": {
  1322. "type": "git",
  1323. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1324. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  1325. },
  1326. "dist": {
  1327. "type": "zip",
  1328. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  1329. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  1330. "shasum": ""
  1331. },
  1332. "require": {
  1333. "php": "^7.0"
  1334. },
  1335. "require-dev": {
  1336. "phpunit/phpunit": "^6.0"
  1337. },
  1338. "type": "library",
  1339. "extra": {
  1340. "branch-alias": {
  1341. "dev-master": "3.0.x-dev"
  1342. }
  1343. },
  1344. "autoload": {
  1345. "classmap": [
  1346. "src/"
  1347. ]
  1348. },
  1349. "notification-url": "https://packagist.org/downloads/",
  1350. "license": [
  1351. "BSD-3-Clause"
  1352. ],
  1353. "authors": [
  1354. {
  1355. "name": "Jeff Welch",
  1356. "email": "whatthejeff@gmail.com"
  1357. },
  1358. {
  1359. "name": "Sebastian Bergmann",
  1360. "email": "sebastian@phpunit.de"
  1361. },
  1362. {
  1363. "name": "Adam Harvey",
  1364. "email": "aharvey@php.net"
  1365. }
  1366. ],
  1367. "description": "Provides functionality to recursively process PHP variables",
  1368. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1369. "time": "2017-03-03T06:23:57+00:00"
  1370. },
  1371. {
  1372. "name": "sebastian/resource-operations",
  1373. "version": "2.0.1",
  1374. "source": {
  1375. "type": "git",
  1376. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1377. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  1378. },
  1379. "dist": {
  1380. "type": "zip",
  1381. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  1382. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  1383. "shasum": ""
  1384. },
  1385. "require": {
  1386. "php": "^7.1"
  1387. },
  1388. "type": "library",
  1389. "extra": {
  1390. "branch-alias": {
  1391. "dev-master": "2.0-dev"
  1392. }
  1393. },
  1394. "autoload": {
  1395. "classmap": [
  1396. "src/"
  1397. ]
  1398. },
  1399. "notification-url": "https://packagist.org/downloads/",
  1400. "license": [
  1401. "BSD-3-Clause"
  1402. ],
  1403. "authors": [
  1404. {
  1405. "name": "Sebastian Bergmann",
  1406. "email": "sebastian@phpunit.de"
  1407. }
  1408. ],
  1409. "description": "Provides a list of PHP built-in functions that operate on resources",
  1410. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1411. "time": "2018-10-04T04:07:39+00:00"
  1412. },
  1413. {
  1414. "name": "sebastian/version",
  1415. "version": "2.0.1",
  1416. "source": {
  1417. "type": "git",
  1418. "url": "https://github.com/sebastianbergmann/version.git",
  1419. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1420. },
  1421. "dist": {
  1422. "type": "zip",
  1423. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1424. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1425. "shasum": ""
  1426. },
  1427. "require": {
  1428. "php": ">=5.6"
  1429. },
  1430. "type": "library",
  1431. "extra": {
  1432. "branch-alias": {
  1433. "dev-master": "2.0.x-dev"
  1434. }
  1435. },
  1436. "autoload": {
  1437. "classmap": [
  1438. "src/"
  1439. ]
  1440. },
  1441. "notification-url": "https://packagist.org/downloads/",
  1442. "license": [
  1443. "BSD-3-Clause"
  1444. ],
  1445. "authors": [
  1446. {
  1447. "name": "Sebastian Bergmann",
  1448. "email": "sebastian@phpunit.de",
  1449. "role": "lead"
  1450. }
  1451. ],
  1452. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1453. "homepage": "https://github.com/sebastianbergmann/version",
  1454. "time": "2016-10-03T07:35:21+00:00"
  1455. },
  1456. {
  1457. "name": "theseer/tokenizer",
  1458. "version": "1.1.0",
  1459. "source": {
  1460. "type": "git",
  1461. "url": "https://github.com/theseer/tokenizer.git",
  1462. "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
  1463. },
  1464. "dist": {
  1465. "type": "zip",
  1466. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  1467. "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  1468. "shasum": ""
  1469. },
  1470. "require": {
  1471. "ext-dom": "*",
  1472. "ext-tokenizer": "*",
  1473. "ext-xmlwriter": "*",
  1474. "php": "^7.0"
  1475. },
  1476. "type": "library",
  1477. "autoload": {
  1478. "classmap": [
  1479. "src/"
  1480. ]
  1481. },
  1482. "notification-url": "https://packagist.org/downloads/",
  1483. "license": [
  1484. "BSD-3-Clause"
  1485. ],
  1486. "authors": [
  1487. {
  1488. "name": "Arne Blankerts",
  1489. "email": "arne@blankerts.de",
  1490. "role": "Developer"
  1491. }
  1492. ],
  1493. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  1494. "time": "2017-04-07T12:08:54+00:00"
  1495. },
  1496. {
  1497. "name": "webmozart/assert",
  1498. "version": "1.3.0",
  1499. "source": {
  1500. "type": "git",
  1501. "url": "https://github.com/webmozart/assert.git",
  1502. "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
  1503. },
  1504. "dist": {
  1505. "type": "zip",
  1506. "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
  1507. "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
  1508. "shasum": ""
  1509. },
  1510. "require": {
  1511. "php": "^5.3.3 || ^7.0"
  1512. },
  1513. "require-dev": {
  1514. "phpunit/phpunit": "^4.6",
  1515. "sebastian/version": "^1.0.1"
  1516. },
  1517. "type": "library",
  1518. "extra": {
  1519. "branch-alias": {
  1520. "dev-master": "1.3-dev"
  1521. }
  1522. },
  1523. "autoload": {
  1524. "psr-4": {
  1525. "Webmozart\\Assert\\": "src/"
  1526. }
  1527. },
  1528. "notification-url": "https://packagist.org/downloads/",
  1529. "license": [
  1530. "MIT"
  1531. ],
  1532. "authors": [
  1533. {
  1534. "name": "Bernhard Schussek",
  1535. "email": "bschussek@gmail.com"
  1536. }
  1537. ],
  1538. "description": "Assertions to validate method input/output with nice error messages.",
  1539. "keywords": [
  1540. "assert",
  1541. "check",
  1542. "validate"
  1543. ],
  1544. "time": "2018-01-29T19:49:41+00:00"
  1545. }
  1546. ],
  1547. "aliases": [],
  1548. "minimum-stability": "stable",
  1549. "stability-flags": [],
  1550. "prefer-stable": false,
  1551. "prefer-lowest": false,
  1552. "platform": {
  1553. "php": ">=7",
  1554. "ext-mbstring": "*"
  1555. },
  1556. "platform-dev": []
  1557. }