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