链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7152 lines
253 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  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": "e6c7615960e10e0e6c86b86b3a49a061",
  8. "packages": [
  9. {
  10. "name": "aliyuncs/oss-sdk-php",
  11. "version": "v2.3.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
  15. "reference": "053d7ba9e798e4c09b9c5c1edab153d25ea9643a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/053d7ba9e798e4c09b9c5c1edab153d25ea9643a",
  20. "reference": "053d7ba9e798e4c09b9c5c1edab153d25ea9643a",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=5.3"
  31. },
  32. "require-dev": {
  33. "phpunit/phpunit": "~4.0",
  34. "satooshi/php-coveralls": "~1.0"
  35. },
  36. "type": "library",
  37. "autoload": {
  38. "psr-4": {
  39. "OSS\\": "src/OSS"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Aliyuncs",
  49. "homepage": "http://www.aliyun.com"
  50. }
  51. ],
  52. "description": "Aliyun OSS SDK for PHP",
  53. "homepage": "http://www.aliyun.com/product/oss/",
  54. "time": "2019-11-15T11:05:42+00:00"
  55. },
  56. {
  57. "name": "asm89/stack-cors",
  58. "version": "1.3.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/asm89/stack-cors.git",
  62. "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
  67. "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
  68. "shasum": "",
  69. "mirrors": [
  70. {
  71. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  72. "preferred": true
  73. }
  74. ]
  75. },
  76. "require": {
  77. "php": ">=5.5.9",
  78. "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
  79. "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
  80. },
  81. "require-dev": {
  82. "phpunit/phpunit": "^5.0 || ^4.8.10",
  83. "squizlabs/php_codesniffer": "^2.3"
  84. },
  85. "type": "library",
  86. "extra": {
  87. "branch-alias": {
  88. "dev-master": "1.2-dev"
  89. }
  90. },
  91. "autoload": {
  92. "psr-4": {
  93. "Asm89\\Stack\\": "src/Asm89/Stack/"
  94. }
  95. },
  96. "notification-url": "https://packagist.org/downloads/",
  97. "license": [
  98. "MIT"
  99. ],
  100. "authors": [
  101. {
  102. "name": "Alexander",
  103. "email": "iam.asm89@gmail.com"
  104. }
  105. ],
  106. "description": "Cross-origin resource sharing library and stack middleware",
  107. "homepage": "https://github.com/asm89/stack-cors",
  108. "keywords": [
  109. "cors",
  110. "stack"
  111. ],
  112. "time": "2019-12-24T22:41:47+00:00"
  113. },
  114. {
  115. "name": "brick/math",
  116. "version": "0.8.15",
  117. "source": {
  118. "type": "git",
  119. "url": "https://github.com/brick/math.git",
  120. "reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
  121. },
  122. "dist": {
  123. "type": "zip",
  124. "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
  125. "reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
  126. "shasum": "",
  127. "mirrors": [
  128. {
  129. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  130. "preferred": true
  131. }
  132. ]
  133. },
  134. "require": {
  135. "ext-json": "*",
  136. "php": "^7.1|^8.0"
  137. },
  138. "require-dev": {
  139. "php-coveralls/php-coveralls": "^2.2",
  140. "phpunit/phpunit": "^7.5.15|^8.5",
  141. "vimeo/psalm": "^3.5"
  142. },
  143. "type": "library",
  144. "autoload": {
  145. "psr-4": {
  146. "Brick\\Math\\": "src/"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "MIT"
  152. ],
  153. "description": "Arbitrary-precision arithmetic library",
  154. "keywords": [
  155. "Arbitrary-precision",
  156. "BigInteger",
  157. "BigRational",
  158. "arithmetic",
  159. "bigdecimal",
  160. "bignum",
  161. "brick",
  162. "math"
  163. ],
  164. "time": "2020-04-15T15:59:35+00:00"
  165. },
  166. {
  167. "name": "dcat/laravel-admin",
  168. "version": "1.6.5",
  169. "source": {
  170. "type": "git",
  171. "url": "https://github.com/jqhph/dcat-admin.git",
  172. "reference": "684ea3da59a6caa8f00771781b7ff50d18759b81"
  173. },
  174. "dist": {
  175. "type": "zip",
  176. "url": "https://api.github.com/repos/jqhph/dcat-admin/zipball/684ea3da59a6caa8f00771781b7ff50d18759b81",
  177. "reference": "684ea3da59a6caa8f00771781b7ff50d18759b81",
  178. "shasum": "",
  179. "mirrors": [
  180. {
  181. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  182. "preferred": true
  183. }
  184. ]
  185. },
  186. "require": {
  187. "doctrine/dbal": "2.*",
  188. "laravel/framework": "~5.5|~6.0|~7.0",
  189. "php": ">=7.1.0",
  190. "spatie/eloquent-sortable": "3.*",
  191. "symfony/dom-crawler": "~3.1|~4.0|~5.0"
  192. },
  193. "require-dev": {
  194. "fzaninotto/faker": "^1.4",
  195. "laravel/dusk": "~5.9",
  196. "mockery/mockery": "^1.0",
  197. "phpstan/phpstan": "^0.12.0",
  198. "phpunit/phpunit": "^7.5"
  199. },
  200. "type": "library",
  201. "extra": {
  202. "laravel": {
  203. "providers": [
  204. "Dcat\\Admin\\AdminServiceProvider"
  205. ]
  206. }
  207. },
  208. "autoload": {
  209. "psr-4": {
  210. "Dcat\\Admin\\": "src/"
  211. },
  212. "files": [
  213. "src/Support/helpers.php"
  214. ]
  215. },
  216. "notification-url": "https://packagist.org/downloads/",
  217. "license": [
  218. "MIT"
  219. ],
  220. "authors": [
  221. {
  222. "name": "jqh",
  223. "email": "841324345@qq.com"
  224. }
  225. ],
  226. "description": "dcat admin",
  227. "homepage": "https://github.com/jqhph/dcat-admin",
  228. "keywords": [
  229. "admin",
  230. "dcat",
  231. "form",
  232. "grid",
  233. "laravel",
  234. "laravel admin"
  235. ],
  236. "time": "2020-07-28T03:26:18+00:00"
  237. },
  238. {
  239. "name": "dnoegel/php-xdg-base-dir",
  240. "version": "v0.1.1",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  244. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  249. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  250. "shasum": "",
  251. "mirrors": [
  252. {
  253. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  254. "preferred": true
  255. }
  256. ]
  257. },
  258. "require": {
  259. "php": ">=5.3.2"
  260. },
  261. "require-dev": {
  262. "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
  263. },
  264. "type": "library",
  265. "autoload": {
  266. "psr-4": {
  267. "XdgBaseDir\\": "src/"
  268. }
  269. },
  270. "notification-url": "https://packagist.org/downloads/",
  271. "license": [
  272. "MIT"
  273. ],
  274. "description": "implementation of xdg base directory specification for php",
  275. "time": "2019-12-04T15:06:13+00:00"
  276. },
  277. {
  278. "name": "doctrine/cache",
  279. "version": "1.10.2",
  280. "source": {
  281. "type": "git",
  282. "url": "https://github.com/doctrine/cache.git",
  283. "reference": "13e3381b25847283a91948d04640543941309727"
  284. },
  285. "dist": {
  286. "type": "zip",
  287. "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
  288. "reference": "13e3381b25847283a91948d04640543941309727",
  289. "shasum": "",
  290. "mirrors": [
  291. {
  292. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  293. "preferred": true
  294. }
  295. ]
  296. },
  297. "require": {
  298. "php": "~7.1 || ^8.0"
  299. },
  300. "conflict": {
  301. "doctrine/common": ">2.2,<2.4"
  302. },
  303. "require-dev": {
  304. "alcaeus/mongo-php-adapter": "^1.1",
  305. "doctrine/coding-standard": "^6.0",
  306. "mongodb/mongodb": "^1.1",
  307. "phpunit/phpunit": "^7.0",
  308. "predis/predis": "~1.0"
  309. },
  310. "suggest": {
  311. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  312. },
  313. "type": "library",
  314. "extra": {
  315. "branch-alias": {
  316. "dev-master": "1.9.x-dev"
  317. }
  318. },
  319. "autoload": {
  320. "psr-4": {
  321. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  322. }
  323. },
  324. "notification-url": "https://packagist.org/downloads/",
  325. "license": [
  326. "MIT"
  327. ],
  328. "authors": [
  329. {
  330. "name": "Guilherme Blanco",
  331. "email": "guilhermeblanco@gmail.com"
  332. },
  333. {
  334. "name": "Roman Borschel",
  335. "email": "roman@code-factory.org"
  336. },
  337. {
  338. "name": "Benjamin Eberlei",
  339. "email": "kontakt@beberlei.de"
  340. },
  341. {
  342. "name": "Jonathan Wage",
  343. "email": "jonwage@gmail.com"
  344. },
  345. {
  346. "name": "Johannes Schmitt",
  347. "email": "schmittjoh@gmail.com"
  348. }
  349. ],
  350. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  351. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  352. "keywords": [
  353. "abstraction",
  354. "apcu",
  355. "cache",
  356. "caching",
  357. "couchdb",
  358. "memcached",
  359. "php",
  360. "redis",
  361. "xcache"
  362. ],
  363. "time": "2020-07-07T18:54:01+00:00"
  364. },
  365. {
  366. "name": "doctrine/dbal",
  367. "version": "2.10.2",
  368. "source": {
  369. "type": "git",
  370. "url": "https://github.com/doctrine/dbal.git",
  371. "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
  372. },
  373. "dist": {
  374. "type": "zip",
  375. "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
  376. "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
  377. "shasum": "",
  378. "mirrors": [
  379. {
  380. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  381. "preferred": true
  382. }
  383. ]
  384. },
  385. "require": {
  386. "doctrine/cache": "^1.0",
  387. "doctrine/event-manager": "^1.0",
  388. "ext-pdo": "*",
  389. "php": "^7.2"
  390. },
  391. "require-dev": {
  392. "doctrine/coding-standard": "^6.0",
  393. "jetbrains/phpstorm-stubs": "^2019.1",
  394. "nikic/php-parser": "^4.4",
  395. "phpstan/phpstan": "^0.12",
  396. "phpunit/phpunit": "^8.4.1",
  397. "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
  398. "vimeo/psalm": "^3.11"
  399. },
  400. "suggest": {
  401. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  402. },
  403. "bin": [
  404. "bin/doctrine-dbal"
  405. ],
  406. "type": "library",
  407. "extra": {
  408. "branch-alias": {
  409. "dev-master": "2.10.x-dev",
  410. "dev-develop": "3.0.x-dev"
  411. }
  412. },
  413. "autoload": {
  414. "psr-4": {
  415. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  416. }
  417. },
  418. "notification-url": "https://packagist.org/downloads/",
  419. "license": [
  420. "MIT"
  421. ],
  422. "authors": [
  423. {
  424. "name": "Guilherme Blanco",
  425. "email": "guilhermeblanco@gmail.com"
  426. },
  427. {
  428. "name": "Roman Borschel",
  429. "email": "roman@code-factory.org"
  430. },
  431. {
  432. "name": "Benjamin Eberlei",
  433. "email": "kontakt@beberlei.de"
  434. },
  435. {
  436. "name": "Jonathan Wage",
  437. "email": "jonwage@gmail.com"
  438. }
  439. ],
  440. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  441. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  442. "keywords": [
  443. "abstraction",
  444. "database",
  445. "db2",
  446. "dbal",
  447. "mariadb",
  448. "mssql",
  449. "mysql",
  450. "oci8",
  451. "oracle",
  452. "pdo",
  453. "pgsql",
  454. "postgresql",
  455. "queryobject",
  456. "sasql",
  457. "sql",
  458. "sqlanywhere",
  459. "sqlite",
  460. "sqlserver",
  461. "sqlsrv"
  462. ],
  463. "time": "2020-04-20T17:19:26+00:00"
  464. },
  465. {
  466. "name": "doctrine/event-manager",
  467. "version": "1.1.1",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/doctrine/event-manager.git",
  471. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  476. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  477. "shasum": "",
  478. "mirrors": [
  479. {
  480. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  481. "preferred": true
  482. }
  483. ]
  484. },
  485. "require": {
  486. "php": "^7.1 || ^8.0"
  487. },
  488. "conflict": {
  489. "doctrine/common": "<2.9@dev"
  490. },
  491. "require-dev": {
  492. "doctrine/coding-standard": "^6.0",
  493. "phpunit/phpunit": "^7.0"
  494. },
  495. "type": "library",
  496. "extra": {
  497. "branch-alias": {
  498. "dev-master": "1.0.x-dev"
  499. }
  500. },
  501. "autoload": {
  502. "psr-4": {
  503. "Doctrine\\Common\\": "lib/Doctrine/Common"
  504. }
  505. },
  506. "notification-url": "https://packagist.org/downloads/",
  507. "license": [
  508. "MIT"
  509. ],
  510. "authors": [
  511. {
  512. "name": "Guilherme Blanco",
  513. "email": "guilhermeblanco@gmail.com"
  514. },
  515. {
  516. "name": "Roman Borschel",
  517. "email": "roman@code-factory.org"
  518. },
  519. {
  520. "name": "Benjamin Eberlei",
  521. "email": "kontakt@beberlei.de"
  522. },
  523. {
  524. "name": "Jonathan Wage",
  525. "email": "jonwage@gmail.com"
  526. },
  527. {
  528. "name": "Johannes Schmitt",
  529. "email": "schmittjoh@gmail.com"
  530. },
  531. {
  532. "name": "Marco Pivetta",
  533. "email": "ocramius@gmail.com"
  534. }
  535. ],
  536. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  537. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  538. "keywords": [
  539. "event",
  540. "event dispatcher",
  541. "event manager",
  542. "event system",
  543. "events"
  544. ],
  545. "time": "2020-05-29T18:28:51+00:00"
  546. },
  547. {
  548. "name": "doctrine/inflector",
  549. "version": "2.0.3",
  550. "source": {
  551. "type": "git",
  552. "url": "https://github.com/doctrine/inflector.git",
  553. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  554. },
  555. "dist": {
  556. "type": "zip",
  557. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  558. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  559. "shasum": "",
  560. "mirrors": [
  561. {
  562. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  563. "preferred": true
  564. }
  565. ]
  566. },
  567. "require": {
  568. "php": "^7.2 || ^8.0"
  569. },
  570. "require-dev": {
  571. "doctrine/coding-standard": "^7.0",
  572. "phpstan/phpstan": "^0.11",
  573. "phpstan/phpstan-phpunit": "^0.11",
  574. "phpstan/phpstan-strict-rules": "^0.11",
  575. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  576. },
  577. "type": "library",
  578. "extra": {
  579. "branch-alias": {
  580. "dev-master": "2.0.x-dev"
  581. }
  582. },
  583. "autoload": {
  584. "psr-4": {
  585. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  586. }
  587. },
  588. "notification-url": "https://packagist.org/downloads/",
  589. "license": [
  590. "MIT"
  591. ],
  592. "authors": [
  593. {
  594. "name": "Guilherme Blanco",
  595. "email": "guilhermeblanco@gmail.com"
  596. },
  597. {
  598. "name": "Roman Borschel",
  599. "email": "roman@code-factory.org"
  600. },
  601. {
  602. "name": "Benjamin Eberlei",
  603. "email": "kontakt@beberlei.de"
  604. },
  605. {
  606. "name": "Jonathan Wage",
  607. "email": "jonwage@gmail.com"
  608. },
  609. {
  610. "name": "Johannes Schmitt",
  611. "email": "schmittjoh@gmail.com"
  612. }
  613. ],
  614. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  615. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  616. "keywords": [
  617. "inflection",
  618. "inflector",
  619. "lowercase",
  620. "manipulation",
  621. "php",
  622. "plural",
  623. "singular",
  624. "strings",
  625. "uppercase",
  626. "words"
  627. ],
  628. "time": "2020-05-29T15:13:26+00:00"
  629. },
  630. {
  631. "name": "doctrine/lexer",
  632. "version": "1.2.1",
  633. "source": {
  634. "type": "git",
  635. "url": "https://github.com/doctrine/lexer.git",
  636. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  637. },
  638. "dist": {
  639. "type": "zip",
  640. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  641. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  642. "shasum": "",
  643. "mirrors": [
  644. {
  645. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  646. "preferred": true
  647. }
  648. ]
  649. },
  650. "require": {
  651. "php": "^7.2 || ^8.0"
  652. },
  653. "require-dev": {
  654. "doctrine/coding-standard": "^6.0",
  655. "phpstan/phpstan": "^0.11.8",
  656. "phpunit/phpunit": "^8.2"
  657. },
  658. "type": "library",
  659. "extra": {
  660. "branch-alias": {
  661. "dev-master": "1.2.x-dev"
  662. }
  663. },
  664. "autoload": {
  665. "psr-4": {
  666. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  667. }
  668. },
  669. "notification-url": "https://packagist.org/downloads/",
  670. "license": [
  671. "MIT"
  672. ],
  673. "authors": [
  674. {
  675. "name": "Guilherme Blanco",
  676. "email": "guilhermeblanco@gmail.com"
  677. },
  678. {
  679. "name": "Roman Borschel",
  680. "email": "roman@code-factory.org"
  681. },
  682. {
  683. "name": "Johannes Schmitt",
  684. "email": "schmittjoh@gmail.com"
  685. }
  686. ],
  687. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  688. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  689. "keywords": [
  690. "annotations",
  691. "docblock",
  692. "lexer",
  693. "parser",
  694. "php"
  695. ],
  696. "time": "2020-05-25T17:44:05+00:00"
  697. },
  698. {
  699. "name": "dragonmantank/cron-expression",
  700. "version": "v2.3.0",
  701. "source": {
  702. "type": "git",
  703. "url": "https://github.com/dragonmantank/cron-expression.git",
  704. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
  705. },
  706. "dist": {
  707. "type": "zip",
  708. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  709. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  710. "shasum": "",
  711. "mirrors": [
  712. {
  713. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  714. "preferred": true
  715. }
  716. ]
  717. },
  718. "require": {
  719. "php": "^7.0"
  720. },
  721. "require-dev": {
  722. "phpunit/phpunit": "^6.4|^7.0"
  723. },
  724. "type": "library",
  725. "extra": {
  726. "branch-alias": {
  727. "dev-master": "2.3-dev"
  728. }
  729. },
  730. "autoload": {
  731. "psr-4": {
  732. "Cron\\": "src/Cron/"
  733. }
  734. },
  735. "notification-url": "https://packagist.org/downloads/",
  736. "license": [
  737. "MIT"
  738. ],
  739. "authors": [
  740. {
  741. "name": "Michael Dowling",
  742. "email": "mtdowling@gmail.com",
  743. "homepage": "https://github.com/mtdowling"
  744. },
  745. {
  746. "name": "Chris Tankersley",
  747. "email": "chris@ctankersley.com",
  748. "homepage": "https://github.com/dragonmantank"
  749. }
  750. ],
  751. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  752. "keywords": [
  753. "cron",
  754. "schedule"
  755. ],
  756. "time": "2019-03-31T00:38:28+00:00"
  757. },
  758. {
  759. "name": "egulias/email-validator",
  760. "version": "2.1.18",
  761. "source": {
  762. "type": "git",
  763. "url": "https://github.com/egulias/EmailValidator.git",
  764. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
  765. },
  766. "dist": {
  767. "type": "zip",
  768. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  769. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  770. "shasum": "",
  771. "mirrors": [
  772. {
  773. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  774. "preferred": true
  775. }
  776. ]
  777. },
  778. "require": {
  779. "doctrine/lexer": "^1.0.1",
  780. "php": ">=5.5",
  781. "symfony/polyfill-intl-idn": "^1.10"
  782. },
  783. "require-dev": {
  784. "dominicsayers/isemail": "^3.0.7",
  785. "phpunit/phpunit": "^4.8.36|^7.5.15",
  786. "satooshi/php-coveralls": "^1.0.1"
  787. },
  788. "suggest": {
  789. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  790. },
  791. "type": "library",
  792. "extra": {
  793. "branch-alias": {
  794. "dev-master": "2.1.x-dev"
  795. }
  796. },
  797. "autoload": {
  798. "psr-4": {
  799. "Egulias\\EmailValidator\\": "src"
  800. }
  801. },
  802. "notification-url": "https://packagist.org/downloads/",
  803. "license": [
  804. "MIT"
  805. ],
  806. "authors": [
  807. {
  808. "name": "Eduardo Gulias Davis"
  809. }
  810. ],
  811. "description": "A library for validating emails against several RFCs",
  812. "homepage": "https://github.com/egulias/EmailValidator",
  813. "keywords": [
  814. "email",
  815. "emailvalidation",
  816. "emailvalidator",
  817. "validation",
  818. "validator"
  819. ],
  820. "time": "2020-06-16T20:11:17+00:00"
  821. },
  822. {
  823. "name": "fideloper/proxy",
  824. "version": "4.4.0",
  825. "source": {
  826. "type": "git",
  827. "url": "https://github.com/fideloper/TrustedProxy.git",
  828. "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8"
  829. },
  830. "dist": {
  831. "type": "zip",
  832. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
  833. "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
  834. "shasum": "",
  835. "mirrors": [
  836. {
  837. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  838. "preferred": true
  839. }
  840. ]
  841. },
  842. "require": {
  843. "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
  844. "php": ">=5.4.0"
  845. },
  846. "require-dev": {
  847. "illuminate/http": "^5.0|^6.0|^7.0|^8.0",
  848. "mockery/mockery": "^1.0",
  849. "phpunit/phpunit": "^6.0"
  850. },
  851. "type": "library",
  852. "extra": {
  853. "laravel": {
  854. "providers": [
  855. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  856. ]
  857. }
  858. },
  859. "autoload": {
  860. "psr-4": {
  861. "Fideloper\\Proxy\\": "src/"
  862. }
  863. },
  864. "notification-url": "https://packagist.org/downloads/",
  865. "license": [
  866. "MIT"
  867. ],
  868. "authors": [
  869. {
  870. "name": "Chris Fidao",
  871. "email": "fideloper@gmail.com"
  872. }
  873. ],
  874. "description": "Set trusted proxies for Laravel",
  875. "keywords": [
  876. "load balancing",
  877. "proxy",
  878. "trusted proxy"
  879. ],
  880. "time": "2020-06-23T01:36:47+00:00"
  881. },
  882. {
  883. "name": "fruitcake/laravel-cors",
  884. "version": "v1.0.6",
  885. "source": {
  886. "type": "git",
  887. "url": "https://github.com/fruitcake/laravel-cors.git",
  888. "reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6"
  889. },
  890. "dist": {
  891. "type": "zip",
  892. "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/1d127dbec313e2e227d65e0c483765d8d7559bf6",
  893. "reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6",
  894. "shasum": "",
  895. "mirrors": [
  896. {
  897. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  898. "preferred": true
  899. }
  900. ]
  901. },
  902. "require": {
  903. "asm89/stack-cors": "^1.3",
  904. "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
  905. "illuminate/support": "^5.5|^6.0|^7.0|^8.0",
  906. "php": ">=7",
  907. "symfony/http-foundation": "^3.3|^4.0|^5.0",
  908. "symfony/http-kernel": "^3.3|^4.0|^5.0"
  909. },
  910. "require-dev": {
  911. "laravel/framework": "^5.5|^6.0|^7.0|^8.0",
  912. "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
  913. "phpro/grumphp": "^0.16|^0.17",
  914. "phpunit/phpunit": "^6.0|^7.0|^8.0",
  915. "squizlabs/php_codesniffer": "^3.5"
  916. },
  917. "type": "library",
  918. "extra": {
  919. "branch-alias": {
  920. "dev-master": "1.0-dev"
  921. },
  922. "laravel": {
  923. "providers": [
  924. "Fruitcake\\Cors\\CorsServiceProvider"
  925. ]
  926. }
  927. },
  928. "autoload": {
  929. "psr-4": {
  930. "Fruitcake\\Cors\\": "src/"
  931. }
  932. },
  933. "notification-url": "https://packagist.org/downloads/",
  934. "license": [
  935. "MIT"
  936. ],
  937. "authors": [
  938. {
  939. "name": "Fruitcake",
  940. "homepage": "https://fruitcake.nl"
  941. },
  942. {
  943. "name": "Barry vd. Heuvel",
  944. "email": "barryvdh@gmail.com"
  945. }
  946. ],
  947. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
  948. "keywords": [
  949. "api",
  950. "cors",
  951. "crossdomain",
  952. "laravel"
  953. ],
  954. "time": "2020-04-28T08:47:37+00:00"
  955. },
  956. {
  957. "name": "guzzlehttp/guzzle",
  958. "version": "6.5.5",
  959. "source": {
  960. "type": "git",
  961. "url": "https://github.com/guzzle/guzzle.git",
  962. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
  963. },
  964. "dist": {
  965. "type": "zip",
  966. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  967. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  968. "shasum": "",
  969. "mirrors": [
  970. {
  971. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  972. "preferred": true
  973. }
  974. ]
  975. },
  976. "require": {
  977. "ext-json": "*",
  978. "guzzlehttp/promises": "^1.0",
  979. "guzzlehttp/psr7": "^1.6.1",
  980. "php": ">=5.5",
  981. "symfony/polyfill-intl-idn": "^1.17.0"
  982. },
  983. "require-dev": {
  984. "ext-curl": "*",
  985. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  986. "psr/log": "^1.1"
  987. },
  988. "suggest": {
  989. "psr/log": "Required for using the Log middleware"
  990. },
  991. "type": "library",
  992. "extra": {
  993. "branch-alias": {
  994. "dev-master": "6.5-dev"
  995. }
  996. },
  997. "autoload": {
  998. "psr-4": {
  999. "GuzzleHttp\\": "src/"
  1000. },
  1001. "files": [
  1002. "src/functions_include.php"
  1003. ]
  1004. },
  1005. "notification-url": "https://packagist.org/downloads/",
  1006. "license": [
  1007. "MIT"
  1008. ],
  1009. "authors": [
  1010. {
  1011. "name": "Michael Dowling",
  1012. "email": "mtdowling@gmail.com",
  1013. "homepage": "https://github.com/mtdowling"
  1014. }
  1015. ],
  1016. "description": "Guzzle is a PHP HTTP client library",
  1017. "homepage": "http://guzzlephp.org/",
  1018. "keywords": [
  1019. "client",
  1020. "curl",
  1021. "framework",
  1022. "http",
  1023. "http client",
  1024. "rest",
  1025. "web service"
  1026. ],
  1027. "time": "2020-06-16T21:01:06+00:00"
  1028. },
  1029. {
  1030. "name": "guzzlehttp/promises",
  1031. "version": "v1.3.1",
  1032. "source": {
  1033. "type": "git",
  1034. "url": "https://github.com/guzzle/promises.git",
  1035. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  1036. },
  1037. "dist": {
  1038. "type": "zip",
  1039. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1040. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1041. "shasum": "",
  1042. "mirrors": [
  1043. {
  1044. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1045. "preferred": true
  1046. }
  1047. ]
  1048. },
  1049. "require": {
  1050. "php": ">=5.5.0"
  1051. },
  1052. "require-dev": {
  1053. "phpunit/phpunit": "^4.0"
  1054. },
  1055. "type": "library",
  1056. "extra": {
  1057. "branch-alias": {
  1058. "dev-master": "1.4-dev"
  1059. }
  1060. },
  1061. "autoload": {
  1062. "psr-4": {
  1063. "GuzzleHttp\\Promise\\": "src/"
  1064. },
  1065. "files": [
  1066. "src/functions_include.php"
  1067. ]
  1068. },
  1069. "notification-url": "https://packagist.org/downloads/",
  1070. "license": [
  1071. "MIT"
  1072. ],
  1073. "authors": [
  1074. {
  1075. "name": "Michael Dowling",
  1076. "email": "mtdowling@gmail.com",
  1077. "homepage": "https://github.com/mtdowling"
  1078. }
  1079. ],
  1080. "description": "Guzzle promises library",
  1081. "keywords": [
  1082. "promise"
  1083. ],
  1084. "time": "2016-12-20T10:07:11+00:00"
  1085. },
  1086. {
  1087. "name": "guzzlehttp/psr7",
  1088. "version": "1.6.1",
  1089. "source": {
  1090. "type": "git",
  1091. "url": "https://github.com/guzzle/psr7.git",
  1092. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  1093. },
  1094. "dist": {
  1095. "type": "zip",
  1096. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  1097. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  1098. "shasum": "",
  1099. "mirrors": [
  1100. {
  1101. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1102. "preferred": true
  1103. }
  1104. ]
  1105. },
  1106. "require": {
  1107. "php": ">=5.4.0",
  1108. "psr/http-message": "~1.0",
  1109. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  1110. },
  1111. "provide": {
  1112. "psr/http-message-implementation": "1.0"
  1113. },
  1114. "require-dev": {
  1115. "ext-zlib": "*",
  1116. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  1117. },
  1118. "suggest": {
  1119. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  1120. },
  1121. "type": "library",
  1122. "extra": {
  1123. "branch-alias": {
  1124. "dev-master": "1.6-dev"
  1125. }
  1126. },
  1127. "autoload": {
  1128. "psr-4": {
  1129. "GuzzleHttp\\Psr7\\": "src/"
  1130. },
  1131. "files": [
  1132. "src/functions_include.php"
  1133. ]
  1134. },
  1135. "notification-url": "https://packagist.org/downloads/",
  1136. "license": [
  1137. "MIT"
  1138. ],
  1139. "authors": [
  1140. {
  1141. "name": "Michael Dowling",
  1142. "email": "mtdowling@gmail.com",
  1143. "homepage": "https://github.com/mtdowling"
  1144. },
  1145. {
  1146. "name": "Tobias Schultze",
  1147. "homepage": "https://github.com/Tobion"
  1148. }
  1149. ],
  1150. "description": "PSR-7 message implementation that also provides common utility methods",
  1151. "keywords": [
  1152. "http",
  1153. "message",
  1154. "psr-7",
  1155. "request",
  1156. "response",
  1157. "stream",
  1158. "uri",
  1159. "url"
  1160. ],
  1161. "time": "2019-07-01T23:21:34+00:00"
  1162. },
  1163. {
  1164. "name": "iidestiny/flysystem-oss",
  1165. "version": "2.3",
  1166. "source": {
  1167. "type": "git",
  1168. "url": "https://github.com/iiDestiny/flysystem-oss.git",
  1169. "reference": "066dfa477d92a9d248722ac660953f467c35a4aa"
  1170. },
  1171. "dist": {
  1172. "type": "zip",
  1173. "url": "https://api.github.com/repos/iiDestiny/flysystem-oss/zipball/066dfa477d92a9d248722ac660953f467c35a4aa",
  1174. "reference": "066dfa477d92a9d248722ac660953f467c35a4aa",
  1175. "shasum": "",
  1176. "mirrors": [
  1177. {
  1178. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1179. "preferred": true
  1180. }
  1181. ]
  1182. },
  1183. "require": {
  1184. "aliyuncs/oss-sdk-php": "^2.3",
  1185. "ext-curl": "*",
  1186. "ext-json": "*",
  1187. "ext-openssl": "*",
  1188. "league/flysystem": "^1.0",
  1189. "nesbot/carbon": "^1.24.1 || ^2.0",
  1190. "php": "^7.0"
  1191. },
  1192. "require-dev": {
  1193. "mockery/mockery": "^1.2",
  1194. "phpunit/phpunit": "^6.5",
  1195. "symfony/var-dumper": "^3.4"
  1196. },
  1197. "type": "library",
  1198. "autoload": {
  1199. "psr-4": {
  1200. "Iidestiny\\Flysystem\\Oss\\": "src"
  1201. }
  1202. },
  1203. "notification-url": "https://packagist.org/downloads/",
  1204. "license": [
  1205. "MIT"
  1206. ],
  1207. "authors": [
  1208. {
  1209. "name": "iidestiny",
  1210. "email": "iidestiny@vip.qq.com"
  1211. }
  1212. ],
  1213. "description": "Flysystem adapter for the Oss storage.",
  1214. "keywords": [
  1215. "alioss",
  1216. "laravel",
  1217. "oss",
  1218. "阿里oss"
  1219. ],
  1220. "time": "2020-07-08T03:16:46+00:00"
  1221. },
  1222. {
  1223. "name": "iidestiny/laravel-filesystem-oss",
  1224. "version": "2.0",
  1225. "source": {
  1226. "type": "git",
  1227. "url": "https://github.com/iiDestiny/laravel-filesystem-oss.git",
  1228. "reference": "88dd8dadd564cd234ba6264f91505e55692013ec"
  1229. },
  1230. "dist": {
  1231. "type": "zip",
  1232. "url": "https://api.github.com/repos/iiDestiny/laravel-filesystem-oss/zipball/88dd8dadd564cd234ba6264f91505e55692013ec",
  1233. "reference": "88dd8dadd564cd234ba6264f91505e55692013ec",
  1234. "shasum": "",
  1235. "mirrors": [
  1236. {
  1237. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1238. "preferred": true
  1239. }
  1240. ]
  1241. },
  1242. "require": {
  1243. "iidestiny/flysystem-oss": "~2.0",
  1244. "php": "^7.0"
  1245. },
  1246. "type": "library",
  1247. "extra": {
  1248. "laravel": {
  1249. "providers": [
  1250. "Iidestiny\\LaravelFilesystemOss\\OssStorageServiceProvider"
  1251. ]
  1252. }
  1253. },
  1254. "autoload": {
  1255. "psr-4": {
  1256. "Iidestiny\\LaravelFilesystemOss\\": "src"
  1257. }
  1258. },
  1259. "notification-url": "https://packagist.org/downloads/",
  1260. "license": [
  1261. "MIT"
  1262. ],
  1263. "authors": [
  1264. {
  1265. "name": "iidestiny",
  1266. "email": "iidestiny@vip.qq.com"
  1267. }
  1268. ],
  1269. "description": "Oss storage filesystem for Laravel.",
  1270. "time": "2020-03-28T15:21:51+00:00"
  1271. },
  1272. {
  1273. "name": "laravel/framework",
  1274. "version": "v7.22.4",
  1275. "source": {
  1276. "type": "git",
  1277. "url": "https://github.com/laravel/framework.git",
  1278. "reference": "30e851a2b3a2af73fba0b7f4fa22b04260db98e7"
  1279. },
  1280. "dist": {
  1281. "type": "zip",
  1282. "url": "https://api.github.com/repos/laravel/framework/zipball/30e851a2b3a2af73fba0b7f4fa22b04260db98e7",
  1283. "reference": "30e851a2b3a2af73fba0b7f4fa22b04260db98e7",
  1284. "shasum": "",
  1285. "mirrors": [
  1286. {
  1287. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1288. "preferred": true
  1289. }
  1290. ]
  1291. },
  1292. "require": {
  1293. "doctrine/inflector": "^1.4|^2.0",
  1294. "dragonmantank/cron-expression": "^2.0",
  1295. "egulias/email-validator": "^2.1.10",
  1296. "ext-json": "*",
  1297. "ext-mbstring": "*",
  1298. "ext-openssl": "*",
  1299. "league/commonmark": "^1.3",
  1300. "league/flysystem": "^1.0.34",
  1301. "monolog/monolog": "^2.0",
  1302. "nesbot/carbon": "^2.17",
  1303. "opis/closure": "^3.1",
  1304. "php": "^7.2.5",
  1305. "psr/container": "^1.0",
  1306. "psr/simple-cache": "^1.0",
  1307. "ramsey/uuid": "^3.7|^4.0",
  1308. "swiftmailer/swiftmailer": "^6.0",
  1309. "symfony/console": "^5.0",
  1310. "symfony/error-handler": "^5.0",
  1311. "symfony/finder": "^5.0",
  1312. "symfony/http-foundation": "^5.0",
  1313. "symfony/http-kernel": "^5.0",
  1314. "symfony/mime": "^5.0",
  1315. "symfony/polyfill-php73": "^1.17",
  1316. "symfony/process": "^5.0",
  1317. "symfony/routing": "^5.0",
  1318. "symfony/var-dumper": "^5.0",
  1319. "tijsverkoyen/css-to-inline-styles": "^2.2.2",
  1320. "vlucas/phpdotenv": "^4.0",
  1321. "voku/portable-ascii": "^1.4.8"
  1322. },
  1323. "conflict": {
  1324. "tightenco/collect": "<5.5.33"
  1325. },
  1326. "provide": {
  1327. "psr/container-implementation": "1.0"
  1328. },
  1329. "replace": {
  1330. "illuminate/auth": "self.version",
  1331. "illuminate/broadcasting": "self.version",
  1332. "illuminate/bus": "self.version",
  1333. "illuminate/cache": "self.version",
  1334. "illuminate/config": "self.version",
  1335. "illuminate/console": "self.version",
  1336. "illuminate/container": "self.version",
  1337. "illuminate/contracts": "self.version",
  1338. "illuminate/cookie": "self.version",
  1339. "illuminate/database": "self.version",
  1340. "illuminate/encryption": "self.version",
  1341. "illuminate/events": "self.version",
  1342. "illuminate/filesystem": "self.version",
  1343. "illuminate/hashing": "self.version",
  1344. "illuminate/http": "self.version",
  1345. "illuminate/log": "self.version",
  1346. "illuminate/mail": "self.version",
  1347. "illuminate/notifications": "self.version",
  1348. "illuminate/pagination": "self.version",
  1349. "illuminate/pipeline": "self.version",
  1350. "illuminate/queue": "self.version",
  1351. "illuminate/redis": "self.version",
  1352. "illuminate/routing": "self.version",
  1353. "illuminate/session": "self.version",
  1354. "illuminate/support": "self.version",
  1355. "illuminate/testing": "self.version",
  1356. "illuminate/translation": "self.version",
  1357. "illuminate/validation": "self.version",
  1358. "illuminate/view": "self.version"
  1359. },
  1360. "require-dev": {
  1361. "aws/aws-sdk-php": "^3.0",
  1362. "doctrine/dbal": "^2.6",
  1363. "filp/whoops": "^2.4",
  1364. "guzzlehttp/guzzle": "^6.3.1|^7.0",
  1365. "league/flysystem-cached-adapter": "^1.0",
  1366. "mockery/mockery": "^1.3.1",
  1367. "moontoast/math": "^1.1",
  1368. "orchestra/testbench-core": "^5.0",
  1369. "pda/pheanstalk": "^4.0",
  1370. "phpunit/phpunit": "^8.4|^9.0",
  1371. "predis/predis": "^1.1.1",
  1372. "symfony/cache": "^5.0"
  1373. },
  1374. "suggest": {
  1375. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
  1376. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
  1377. "ext-ftp": "Required to use the Flysystem FTP driver.",
  1378. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  1379. "ext-memcached": "Required to use the memcache cache driver.",
  1380. "ext-pcntl": "Required to use all features of the queue worker.",
  1381. "ext-posix": "Required to use all features of the queue worker.",
  1382. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
  1383. "filp/whoops": "Required for friendly error pages in development (^2.4).",
  1384. "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
  1385. "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0).",
  1386. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  1387. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  1388. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  1389. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  1390. "mockery/mockery": "Required to use mocking (^1.3.1).",
  1391. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  1392. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  1393. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  1394. "phpunit/phpunit": "Required to use assertions and run tests (^8.4|^9.0).",
  1395. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  1396. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
  1397. "symfony/cache": "Required to PSR-6 cache bridge (^5.0).",
  1398. "symfony/filesystem": "Required to create relative storage directory symbolic links (^5.0).",
  1399. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
  1400. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  1401. },
  1402. "type": "library",
  1403. "extra": {
  1404. "branch-alias": {
  1405. "dev-master": "7.x-dev"
  1406. }
  1407. },
  1408. "autoload": {
  1409. "files": [
  1410. "src/Illuminate/Foundation/helpers.php",
  1411. "src/Illuminate/Support/helpers.php"
  1412. ],
  1413. "psr-4": {
  1414. "Illuminate\\": "src/Illuminate/"
  1415. }
  1416. },
  1417. "notification-url": "https://packagist.org/downloads/",
  1418. "license": [
  1419. "MIT"
  1420. ],
  1421. "authors": [
  1422. {
  1423. "name": "Taylor Otwell",
  1424. "email": "taylor@laravel.com"
  1425. }
  1426. ],
  1427. "description": "The Laravel Framework.",
  1428. "homepage": "https://laravel.com",
  1429. "keywords": [
  1430. "framework",
  1431. "laravel"
  1432. ],
  1433. "time": "2020-07-27T18:25:06+00:00"
  1434. },
  1435. {
  1436. "name": "laravel/tinker",
  1437. "version": "v2.4.1",
  1438. "source": {
  1439. "type": "git",
  1440. "url": "https://github.com/laravel/tinker.git",
  1441. "reference": "3c9ef136ca59366bc1b50b7f2500a946d5149c62"
  1442. },
  1443. "dist": {
  1444. "type": "zip",
  1445. "url": "https://api.github.com/repos/laravel/tinker/zipball/3c9ef136ca59366bc1b50b7f2500a946d5149c62",
  1446. "reference": "3c9ef136ca59366bc1b50b7f2500a946d5149c62",
  1447. "shasum": "",
  1448. "mirrors": [
  1449. {
  1450. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1451. "preferred": true
  1452. }
  1453. ]
  1454. },
  1455. "require": {
  1456. "illuminate/console": "^6.0|^7.0|^8.0",
  1457. "illuminate/contracts": "^6.0|^7.0|^8.0",
  1458. "illuminate/support": "^6.0|^7.0|^8.0",
  1459. "php": "^7.2",
  1460. "psy/psysh": "^0.10.3",
  1461. "symfony/var-dumper": "^4.3|^5.0"
  1462. },
  1463. "require-dev": {
  1464. "mockery/mockery": "^1.3.1",
  1465. "phpunit/phpunit": "^8.4|^9.0"
  1466. },
  1467. "suggest": {
  1468. "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
  1469. },
  1470. "type": "library",
  1471. "extra": {
  1472. "branch-alias": {
  1473. "dev-master": "2.x-dev"
  1474. },
  1475. "laravel": {
  1476. "providers": [
  1477. "Laravel\\Tinker\\TinkerServiceProvider"
  1478. ]
  1479. }
  1480. },
  1481. "autoload": {
  1482. "psr-4": {
  1483. "Laravel\\Tinker\\": "src/"
  1484. }
  1485. },
  1486. "notification-url": "https://packagist.org/downloads/",
  1487. "license": [
  1488. "MIT"
  1489. ],
  1490. "authors": [
  1491. {
  1492. "name": "Taylor Otwell",
  1493. "email": "taylor@laravel.com"
  1494. }
  1495. ],
  1496. "description": "Powerful REPL for the Laravel framework.",
  1497. "keywords": [
  1498. "REPL",
  1499. "Tinker",
  1500. "laravel",
  1501. "psysh"
  1502. ],
  1503. "time": "2020-07-07T15:10:00+00:00"
  1504. },
  1505. {
  1506. "name": "league/commonmark",
  1507. "version": "1.5.3",
  1508. "source": {
  1509. "type": "git",
  1510. "url": "https://github.com/thephpleague/commonmark.git",
  1511. "reference": "2574454b97e4103dc4e36917bd783b25624aefcd"
  1512. },
  1513. "dist": {
  1514. "type": "zip",
  1515. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2574454b97e4103dc4e36917bd783b25624aefcd",
  1516. "reference": "2574454b97e4103dc4e36917bd783b25624aefcd",
  1517. "shasum": "",
  1518. "mirrors": [
  1519. {
  1520. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1521. "preferred": true
  1522. }
  1523. ]
  1524. },
  1525. "require": {
  1526. "ext-mbstring": "*",
  1527. "php": "^7.1 || ^8.0"
  1528. },
  1529. "conflict": {
  1530. "scrutinizer/ocular": "1.7.*"
  1531. },
  1532. "require-dev": {
  1533. "cebe/markdown": "~1.0",
  1534. "commonmark/commonmark.js": "0.29.1",
  1535. "erusev/parsedown": "~1.0",
  1536. "ext-json": "*",
  1537. "github/gfm": "0.29.0",
  1538. "michelf/php-markdown": "~1.4",
  1539. "mikehaertl/php-shellcommand": "^1.4",
  1540. "phpstan/phpstan": "^0.12",
  1541. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
  1542. "scrutinizer/ocular": "^1.5",
  1543. "symfony/finder": "^4.2"
  1544. },
  1545. "bin": [
  1546. "bin/commonmark"
  1547. ],
  1548. "type": "library",
  1549. "autoload": {
  1550. "psr-4": {
  1551. "League\\CommonMark\\": "src"
  1552. }
  1553. },
  1554. "notification-url": "https://packagist.org/downloads/",
  1555. "license": [
  1556. "BSD-3-Clause"
  1557. ],
  1558. "authors": [
  1559. {
  1560. "name": "Colin O'Dell",
  1561. "email": "colinodell@gmail.com",
  1562. "homepage": "https://www.colinodell.com",
  1563. "role": "Lead Developer"
  1564. }
  1565. ],
  1566. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
  1567. "homepage": "https://commonmark.thephpleague.com",
  1568. "keywords": [
  1569. "commonmark",
  1570. "flavored",
  1571. "gfm",
  1572. "github",
  1573. "github-flavored",
  1574. "markdown",
  1575. "md",
  1576. "parser"
  1577. ],
  1578. "time": "2020-07-19T22:47:30+00:00"
  1579. },
  1580. {
  1581. "name": "league/flysystem",
  1582. "version": "1.0.70",
  1583. "source": {
  1584. "type": "git",
  1585. "url": "https://github.com/thephpleague/flysystem.git",
  1586. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
  1587. },
  1588. "dist": {
  1589. "type": "zip",
  1590. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
  1591. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
  1592. "shasum": "",
  1593. "mirrors": [
  1594. {
  1595. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1596. "preferred": true
  1597. }
  1598. ]
  1599. },
  1600. "require": {
  1601. "ext-fileinfo": "*",
  1602. "php": ">=5.5.9"
  1603. },
  1604. "conflict": {
  1605. "league/flysystem-sftp": "<1.0.6"
  1606. },
  1607. "require-dev": {
  1608. "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  1609. "phpunit/phpunit": "^5.7.26"
  1610. },
  1611. "suggest": {
  1612. "ext-fileinfo": "Required for MimeType",
  1613. "ext-ftp": "Allows you to use FTP server storage",
  1614. "ext-openssl": "Allows you to use FTPS server storage",
  1615. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1616. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1617. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1618. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1619. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1620. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1621. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1622. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1623. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  1624. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  1625. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  1626. },
  1627. "type": "library",
  1628. "extra": {
  1629. "branch-alias": {
  1630. "dev-master": "1.1-dev"
  1631. }
  1632. },
  1633. "autoload": {
  1634. "psr-4": {
  1635. "League\\Flysystem\\": "src/"
  1636. }
  1637. },
  1638. "notification-url": "https://packagist.org/downloads/",
  1639. "license": [
  1640. "MIT"
  1641. ],
  1642. "authors": [
  1643. {
  1644. "name": "Frank de Jonge",
  1645. "email": "info@frenky.net"
  1646. }
  1647. ],
  1648. "description": "Filesystem abstraction: Many filesystems, one API.",
  1649. "keywords": [
  1650. "Cloud Files",
  1651. "WebDAV",
  1652. "abstraction",
  1653. "aws",
  1654. "cloud",
  1655. "copy.com",
  1656. "dropbox",
  1657. "file systems",
  1658. "files",
  1659. "filesystem",
  1660. "filesystems",
  1661. "ftp",
  1662. "rackspace",
  1663. "remote",
  1664. "s3",
  1665. "sftp",
  1666. "storage"
  1667. ],
  1668. "time": "2020-07-26T07:20:36+00:00"
  1669. },
  1670. {
  1671. "name": "monolog/monolog",
  1672. "version": "2.1.1",
  1673. "source": {
  1674. "type": "git",
  1675. "url": "https://github.com/Seldaek/monolog.git",
  1676. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
  1677. },
  1678. "dist": {
  1679. "type": "zip",
  1680. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  1681. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  1682. "shasum": "",
  1683. "mirrors": [
  1684. {
  1685. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1686. "preferred": true
  1687. }
  1688. ]
  1689. },
  1690. "require": {
  1691. "php": ">=7.2",
  1692. "psr/log": "^1.0.1"
  1693. },
  1694. "provide": {
  1695. "psr/log-implementation": "1.0.0"
  1696. },
  1697. "require-dev": {
  1698. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1699. "doctrine/couchdb": "~1.0@dev",
  1700. "elasticsearch/elasticsearch": "^6.0",
  1701. "graylog2/gelf-php": "^1.4.2",
  1702. "php-amqplib/php-amqplib": "~2.4",
  1703. "php-console/php-console": "^3.1.3",
  1704. "php-parallel-lint/php-parallel-lint": "^1.0",
  1705. "phpspec/prophecy": "^1.6.1",
  1706. "phpunit/phpunit": "^8.5",
  1707. "predis/predis": "^1.1",
  1708. "rollbar/rollbar": "^1.3",
  1709. "ruflin/elastica": ">=0.90 <3.0",
  1710. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1711. },
  1712. "suggest": {
  1713. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1714. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1715. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1716. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1717. "ext-mbstring": "Allow to work properly with unicode symbols",
  1718. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1719. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1720. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1721. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1722. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1723. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1724. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1725. },
  1726. "type": "library",
  1727. "extra": {
  1728. "branch-alias": {
  1729. "dev-master": "2.x-dev"
  1730. }
  1731. },
  1732. "autoload": {
  1733. "psr-4": {
  1734. "Monolog\\": "src/Monolog"
  1735. }
  1736. },
  1737. "notification-url": "https://packagist.org/downloads/",
  1738. "license": [
  1739. "MIT"
  1740. ],
  1741. "authors": [
  1742. {
  1743. "name": "Jordi Boggiano",
  1744. "email": "j.boggiano@seld.be",
  1745. "homepage": "http://seld.be"
  1746. }
  1747. ],
  1748. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1749. "homepage": "http://github.com/Seldaek/monolog",
  1750. "keywords": [
  1751. "log",
  1752. "logging",
  1753. "psr-3"
  1754. ],
  1755. "time": "2020-07-23T08:41:23+00:00"
  1756. },
  1757. {
  1758. "name": "nesbot/carbon",
  1759. "version": "2.37.0",
  1760. "source": {
  1761. "type": "git",
  1762. "url": "https://github.com/briannesbitt/Carbon.git",
  1763. "reference": "1f61206de973d67f36ce50f041c792ddac663c3e"
  1764. },
  1765. "dist": {
  1766. "type": "zip",
  1767. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1f61206de973d67f36ce50f041c792ddac663c3e",
  1768. "reference": "1f61206de973d67f36ce50f041c792ddac663c3e",
  1769. "shasum": "",
  1770. "mirrors": [
  1771. {
  1772. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1773. "preferred": true
  1774. }
  1775. ]
  1776. },
  1777. "require": {
  1778. "ext-json": "*",
  1779. "php": "^7.1.8 || ^8.0",
  1780. "symfony/polyfill-mbstring": "^1.0",
  1781. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  1782. },
  1783. "require-dev": {
  1784. "doctrine/orm": "^2.7",
  1785. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  1786. "kylekatarnls/multi-tester": "^2.0",
  1787. "phpmd/phpmd": "^2.8",
  1788. "phpstan/extension-installer": "^1.0",
  1789. "phpstan/phpstan": "^0.12.30",
  1790. "phpunit/phpunit": "^7.5 || ^8.0",
  1791. "squizlabs/php_codesniffer": "^3.4"
  1792. },
  1793. "bin": [
  1794. "bin/carbon"
  1795. ],
  1796. "type": "library",
  1797. "extra": {
  1798. "branch-alias": {
  1799. "dev-master": "2.x-dev",
  1800. "dev-3.x": "3.x-dev"
  1801. },
  1802. "laravel": {
  1803. "providers": [
  1804. "Carbon\\Laravel\\ServiceProvider"
  1805. ]
  1806. },
  1807. "phpstan": {
  1808. "includes": [
  1809. "extension.neon"
  1810. ]
  1811. }
  1812. },
  1813. "autoload": {
  1814. "psr-4": {
  1815. "Carbon\\": "src/Carbon/"
  1816. }
  1817. },
  1818. "notification-url": "https://packagist.org/downloads/",
  1819. "license": [
  1820. "MIT"
  1821. ],
  1822. "authors": [
  1823. {
  1824. "name": "Brian Nesbitt",
  1825. "email": "brian@nesbot.com",
  1826. "homepage": "http://nesbot.com"
  1827. },
  1828. {
  1829. "name": "kylekatarnls",
  1830. "homepage": "http://github.com/kylekatarnls"
  1831. }
  1832. ],
  1833. "description": "An API extension for DateTime that supports 281 different languages.",
  1834. "homepage": "http://carbon.nesbot.com",
  1835. "keywords": [
  1836. "date",
  1837. "datetime",
  1838. "time"
  1839. ],
  1840. "time": "2020-07-28T06:04:54+00:00"
  1841. },
  1842. {
  1843. "name": "nikic/php-parser",
  1844. "version": "v4.7.0",
  1845. "source": {
  1846. "type": "git",
  1847. "url": "https://github.com/nikic/PHP-Parser.git",
  1848. "reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300"
  1849. },
  1850. "dist": {
  1851. "type": "zip",
  1852. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
  1853. "reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
  1854. "shasum": "",
  1855. "mirrors": [
  1856. {
  1857. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1858. "preferred": true
  1859. }
  1860. ]
  1861. },
  1862. "require": {
  1863. "ext-tokenizer": "*",
  1864. "php": ">=7.0"
  1865. },
  1866. "require-dev": {
  1867. "ircmaxell/php-yacc": "0.0.5",
  1868. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  1869. },
  1870. "bin": [
  1871. "bin/php-parse"
  1872. ],
  1873. "type": "library",
  1874. "extra": {
  1875. "branch-alias": {
  1876. "dev-master": "4.7-dev"
  1877. }
  1878. },
  1879. "autoload": {
  1880. "psr-4": {
  1881. "PhpParser\\": "lib/PhpParser"
  1882. }
  1883. },
  1884. "notification-url": "https://packagist.org/downloads/",
  1885. "license": [
  1886. "BSD-3-Clause"
  1887. ],
  1888. "authors": [
  1889. {
  1890. "name": "Nikita Popov"
  1891. }
  1892. ],
  1893. "description": "A PHP parser written in PHP",
  1894. "keywords": [
  1895. "parser",
  1896. "php"
  1897. ],
  1898. "time": "2020-07-25T13:18:53+00:00"
  1899. },
  1900. {
  1901. "name": "opis/closure",
  1902. "version": "3.5.5",
  1903. "source": {
  1904. "type": "git",
  1905. "url": "https://github.com/opis/closure.git",
  1906. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c"
  1907. },
  1908. "dist": {
  1909. "type": "zip",
  1910. "url": "https://api.github.com/repos/opis/closure/zipball/dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  1911. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  1912. "shasum": "",
  1913. "mirrors": [
  1914. {
  1915. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1916. "preferred": true
  1917. }
  1918. ]
  1919. },
  1920. "require": {
  1921. "php": "^5.4 || ^7.0"
  1922. },
  1923. "require-dev": {
  1924. "jeremeamia/superclosure": "^2.0",
  1925. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1926. },
  1927. "type": "library",
  1928. "extra": {
  1929. "branch-alias": {
  1930. "dev-master": "3.5.x-dev"
  1931. }
  1932. },
  1933. "autoload": {
  1934. "psr-4": {
  1935. "Opis\\Closure\\": "src/"
  1936. },
  1937. "files": [
  1938. "functions.php"
  1939. ]
  1940. },
  1941. "notification-url": "https://packagist.org/downloads/",
  1942. "license": [
  1943. "MIT"
  1944. ],
  1945. "authors": [
  1946. {
  1947. "name": "Marius Sarca",
  1948. "email": "marius.sarca@gmail.com"
  1949. },
  1950. {
  1951. "name": "Sorin Sarca",
  1952. "email": "sarca_sorin@hotmail.com"
  1953. }
  1954. ],
  1955. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1956. "homepage": "https://opis.io/closure",
  1957. "keywords": [
  1958. "anonymous functions",
  1959. "closure",
  1960. "function",
  1961. "serializable",
  1962. "serialization",
  1963. "serialize"
  1964. ],
  1965. "time": "2020-06-17T14:59:55+00:00"
  1966. },
  1967. {
  1968. "name": "paragonie/random_compat",
  1969. "version": "v9.99.99",
  1970. "source": {
  1971. "type": "git",
  1972. "url": "https://github.com/paragonie/random_compat.git",
  1973. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  1974. },
  1975. "dist": {
  1976. "type": "zip",
  1977. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1978. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1979. "shasum": "",
  1980. "mirrors": [
  1981. {
  1982. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1983. "preferred": true
  1984. }
  1985. ]
  1986. },
  1987. "require": {
  1988. "php": "^7"
  1989. },
  1990. "require-dev": {
  1991. "phpunit/phpunit": "4.*|5.*",
  1992. "vimeo/psalm": "^1"
  1993. },
  1994. "suggest": {
  1995. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1996. },
  1997. "type": "library",
  1998. "notification-url": "https://packagist.org/downloads/",
  1999. "license": [
  2000. "MIT"
  2001. ],
  2002. "authors": [
  2003. {
  2004. "name": "Paragon Initiative Enterprises",
  2005. "email": "security@paragonie.com",
  2006. "homepage": "https://paragonie.com"
  2007. }
  2008. ],
  2009. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  2010. "keywords": [
  2011. "csprng",
  2012. "polyfill",
  2013. "pseudorandom",
  2014. "random"
  2015. ],
  2016. "time": "2018-07-02T15:55:56+00:00"
  2017. },
  2018. {
  2019. "name": "phpoption/phpoption",
  2020. "version": "1.7.5",
  2021. "source": {
  2022. "type": "git",
  2023. "url": "https://github.com/schmittjoh/php-option.git",
  2024. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  2025. },
  2026. "dist": {
  2027. "type": "zip",
  2028. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  2029. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  2030. "shasum": "",
  2031. "mirrors": [
  2032. {
  2033. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2034. "preferred": true
  2035. }
  2036. ]
  2037. },
  2038. "require": {
  2039. "php": "^5.5.9 || ^7.0 || ^8.0"
  2040. },
  2041. "require-dev": {
  2042. "bamarni/composer-bin-plugin": "^1.4.1",
  2043. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
  2044. },
  2045. "type": "library",
  2046. "extra": {
  2047. "branch-alias": {
  2048. "dev-master": "1.7-dev"
  2049. }
  2050. },
  2051. "autoload": {
  2052. "psr-4": {
  2053. "PhpOption\\": "src/PhpOption/"
  2054. }
  2055. },
  2056. "notification-url": "https://packagist.org/downloads/",
  2057. "license": [
  2058. "Apache-2.0"
  2059. ],
  2060. "authors": [
  2061. {
  2062. "name": "Johannes M. Schmitt",
  2063. "email": "schmittjoh@gmail.com"
  2064. },
  2065. {
  2066. "name": "Graham Campbell",
  2067. "email": "graham@alt-three.com"
  2068. }
  2069. ],
  2070. "description": "Option Type for PHP",
  2071. "keywords": [
  2072. "language",
  2073. "option",
  2074. "php",
  2075. "type"
  2076. ],
  2077. "time": "2020-07-20T17:29:33+00:00"
  2078. },
  2079. {
  2080. "name": "psr/container",
  2081. "version": "1.0.0",
  2082. "source": {
  2083. "type": "git",
  2084. "url": "https://github.com/php-fig/container.git",
  2085. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  2086. },
  2087. "dist": {
  2088. "type": "zip",
  2089. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  2090. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  2091. "shasum": "",
  2092. "mirrors": [
  2093. {
  2094. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2095. "preferred": true
  2096. }
  2097. ]
  2098. },
  2099. "require": {
  2100. "php": ">=5.3.0"
  2101. },
  2102. "type": "library",
  2103. "extra": {
  2104. "branch-alias": {
  2105. "dev-master": "1.0.x-dev"
  2106. }
  2107. },
  2108. "autoload": {
  2109. "psr-4": {
  2110. "Psr\\Container\\": "src/"
  2111. }
  2112. },
  2113. "notification-url": "https://packagist.org/downloads/",
  2114. "license": [
  2115. "MIT"
  2116. ],
  2117. "authors": [
  2118. {
  2119. "name": "PHP-FIG",
  2120. "homepage": "http://www.php-fig.org/"
  2121. }
  2122. ],
  2123. "description": "Common Container Interface (PHP FIG PSR-11)",
  2124. "homepage": "https://github.com/php-fig/container",
  2125. "keywords": [
  2126. "PSR-11",
  2127. "container",
  2128. "container-interface",
  2129. "container-interop",
  2130. "psr"
  2131. ],
  2132. "time": "2017-02-14T16:28:37+00:00"
  2133. },
  2134. {
  2135. "name": "psr/event-dispatcher",
  2136. "version": "1.0.0",
  2137. "source": {
  2138. "type": "git",
  2139. "url": "https://github.com/php-fig/event-dispatcher.git",
  2140. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  2141. },
  2142. "dist": {
  2143. "type": "zip",
  2144. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2145. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2146. "shasum": "",
  2147. "mirrors": [
  2148. {
  2149. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2150. "preferred": true
  2151. }
  2152. ]
  2153. },
  2154. "require": {
  2155. "php": ">=7.2.0"
  2156. },
  2157. "type": "library",
  2158. "extra": {
  2159. "branch-alias": {
  2160. "dev-master": "1.0.x-dev"
  2161. }
  2162. },
  2163. "autoload": {
  2164. "psr-4": {
  2165. "Psr\\EventDispatcher\\": "src/"
  2166. }
  2167. },
  2168. "notification-url": "https://packagist.org/downloads/",
  2169. "license": [
  2170. "MIT"
  2171. ],
  2172. "authors": [
  2173. {
  2174. "name": "PHP-FIG",
  2175. "homepage": "http://www.php-fig.org/"
  2176. }
  2177. ],
  2178. "description": "Standard interfaces for event handling.",
  2179. "keywords": [
  2180. "events",
  2181. "psr",
  2182. "psr-14"
  2183. ],
  2184. "time": "2019-01-08T18:20:26+00:00"
  2185. },
  2186. {
  2187. "name": "psr/http-message",
  2188. "version": "1.0.1",
  2189. "source": {
  2190. "type": "git",
  2191. "url": "https://github.com/php-fig/http-message.git",
  2192. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  2193. },
  2194. "dist": {
  2195. "type": "zip",
  2196. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  2197. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  2198. "shasum": "",
  2199. "mirrors": [
  2200. {
  2201. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2202. "preferred": true
  2203. }
  2204. ]
  2205. },
  2206. "require": {
  2207. "php": ">=5.3.0"
  2208. },
  2209. "type": "library",
  2210. "extra": {
  2211. "branch-alias": {
  2212. "dev-master": "1.0.x-dev"
  2213. }
  2214. },
  2215. "autoload": {
  2216. "psr-4": {
  2217. "Psr\\Http\\Message\\": "src/"
  2218. }
  2219. },
  2220. "notification-url": "https://packagist.org/downloads/",
  2221. "license": [
  2222. "MIT"
  2223. ],
  2224. "authors": [
  2225. {
  2226. "name": "PHP-FIG",
  2227. "homepage": "http://www.php-fig.org/"
  2228. }
  2229. ],
  2230. "description": "Common interface for HTTP messages",
  2231. "homepage": "https://github.com/php-fig/http-message",
  2232. "keywords": [
  2233. "http",
  2234. "http-message",
  2235. "psr",
  2236. "psr-7",
  2237. "request",
  2238. "response"
  2239. ],
  2240. "time": "2016-08-06T14:39:51+00:00"
  2241. },
  2242. {
  2243. "name": "psr/log",
  2244. "version": "1.1.3",
  2245. "source": {
  2246. "type": "git",
  2247. "url": "https://github.com/php-fig/log.git",
  2248. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  2249. },
  2250. "dist": {
  2251. "type": "zip",
  2252. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  2253. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  2254. "shasum": "",
  2255. "mirrors": [
  2256. {
  2257. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2258. "preferred": true
  2259. }
  2260. ]
  2261. },
  2262. "require": {
  2263. "php": ">=5.3.0"
  2264. },
  2265. "type": "library",
  2266. "extra": {
  2267. "branch-alias": {
  2268. "dev-master": "1.1.x-dev"
  2269. }
  2270. },
  2271. "autoload": {
  2272. "psr-4": {
  2273. "Psr\\Log\\": "Psr/Log/"
  2274. }
  2275. },
  2276. "notification-url": "https://packagist.org/downloads/",
  2277. "license": [
  2278. "MIT"
  2279. ],
  2280. "authors": [
  2281. {
  2282. "name": "PHP-FIG",
  2283. "homepage": "http://www.php-fig.org/"
  2284. }
  2285. ],
  2286. "description": "Common interface for logging libraries",
  2287. "homepage": "https://github.com/php-fig/log",
  2288. "keywords": [
  2289. "log",
  2290. "psr",
  2291. "psr-3"
  2292. ],
  2293. "time": "2020-03-23T09:12:05+00:00"
  2294. },
  2295. {
  2296. "name": "psr/simple-cache",
  2297. "version": "1.0.1",
  2298. "source": {
  2299. "type": "git",
  2300. "url": "https://github.com/php-fig/simple-cache.git",
  2301. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  2302. },
  2303. "dist": {
  2304. "type": "zip",
  2305. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2306. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2307. "shasum": "",
  2308. "mirrors": [
  2309. {
  2310. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2311. "preferred": true
  2312. }
  2313. ]
  2314. },
  2315. "require": {
  2316. "php": ">=5.3.0"
  2317. },
  2318. "type": "library",
  2319. "extra": {
  2320. "branch-alias": {
  2321. "dev-master": "1.0.x-dev"
  2322. }
  2323. },
  2324. "autoload": {
  2325. "psr-4": {
  2326. "Psr\\SimpleCache\\": "src/"
  2327. }
  2328. },
  2329. "notification-url": "https://packagist.org/downloads/",
  2330. "license": [
  2331. "MIT"
  2332. ],
  2333. "authors": [
  2334. {
  2335. "name": "PHP-FIG",
  2336. "homepage": "http://www.php-fig.org/"
  2337. }
  2338. ],
  2339. "description": "Common interfaces for simple caching",
  2340. "keywords": [
  2341. "cache",
  2342. "caching",
  2343. "psr",
  2344. "psr-16",
  2345. "simple-cache"
  2346. ],
  2347. "time": "2017-10-23T01:57:42+00:00"
  2348. },
  2349. {
  2350. "name": "psy/psysh",
  2351. "version": "v0.10.4",
  2352. "source": {
  2353. "type": "git",
  2354. "url": "https://github.com/bobthecow/psysh.git",
  2355. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560"
  2356. },
  2357. "dist": {
  2358. "type": "zip",
  2359. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560",
  2360. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560",
  2361. "shasum": "",
  2362. "mirrors": [
  2363. {
  2364. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2365. "preferred": true
  2366. }
  2367. ]
  2368. },
  2369. "require": {
  2370. "dnoegel/php-xdg-base-dir": "0.1.*",
  2371. "ext-json": "*",
  2372. "ext-tokenizer": "*",
  2373. "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
  2374. "php": "^8.0 || ^7.0 || ^5.5.9",
  2375. "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
  2376. "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
  2377. },
  2378. "require-dev": {
  2379. "bamarni/composer-bin-plugin": "^1.2",
  2380. "hoa/console": "3.17.*"
  2381. },
  2382. "suggest": {
  2383. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  2384. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  2385. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  2386. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  2387. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  2388. },
  2389. "bin": [
  2390. "bin/psysh"
  2391. ],
  2392. "type": "library",
  2393. "extra": {
  2394. "branch-alias": {
  2395. "dev-master": "0.10.x-dev"
  2396. }
  2397. },
  2398. "autoload": {
  2399. "files": [
  2400. "src/functions.php"
  2401. ],
  2402. "psr-4": {
  2403. "Psy\\": "src/"
  2404. }
  2405. },
  2406. "notification-url": "https://packagist.org/downloads/",
  2407. "license": [
  2408. "MIT"
  2409. ],
  2410. "authors": [
  2411. {
  2412. "name": "Justin Hileman",
  2413. "email": "justin@justinhileman.info",
  2414. "homepage": "http://justinhileman.com"
  2415. }
  2416. ],
  2417. "description": "An interactive shell for modern PHP.",
  2418. "homepage": "http://psysh.org",
  2419. "keywords": [
  2420. "REPL",
  2421. "console",
  2422. "interactive",
  2423. "shell"
  2424. ],
  2425. "time": "2020-05-03T19:32:03+00:00"
  2426. },
  2427. {
  2428. "name": "ralouphie/getallheaders",
  2429. "version": "3.0.3",
  2430. "source": {
  2431. "type": "git",
  2432. "url": "https://github.com/ralouphie/getallheaders.git",
  2433. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  2434. },
  2435. "dist": {
  2436. "type": "zip",
  2437. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  2438. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  2439. "shasum": "",
  2440. "mirrors": [
  2441. {
  2442. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2443. "preferred": true
  2444. }
  2445. ]
  2446. },
  2447. "require": {
  2448. "php": ">=5.6"
  2449. },
  2450. "require-dev": {
  2451. "php-coveralls/php-coveralls": "^2.1",
  2452. "phpunit/phpunit": "^5 || ^6.5"
  2453. },
  2454. "type": "library",
  2455. "autoload": {
  2456. "files": [
  2457. "src/getallheaders.php"
  2458. ]
  2459. },
  2460. "notification-url": "https://packagist.org/downloads/",
  2461. "license": [
  2462. "MIT"
  2463. ],
  2464. "authors": [
  2465. {
  2466. "name": "Ralph Khattar",
  2467. "email": "ralph.khattar@gmail.com"
  2468. }
  2469. ],
  2470. "description": "A polyfill for getallheaders.",
  2471. "time": "2019-03-08T08:55:37+00:00"
  2472. },
  2473. {
  2474. "name": "ramsey/collection",
  2475. "version": "1.0.1",
  2476. "source": {
  2477. "type": "git",
  2478. "url": "https://github.com/ramsey/collection.git",
  2479. "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca"
  2480. },
  2481. "dist": {
  2482. "type": "zip",
  2483. "url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
  2484. "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
  2485. "shasum": "",
  2486. "mirrors": [
  2487. {
  2488. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2489. "preferred": true
  2490. }
  2491. ]
  2492. },
  2493. "require": {
  2494. "php": "^7.2"
  2495. },
  2496. "require-dev": {
  2497. "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
  2498. "fzaninotto/faker": "^1.5",
  2499. "jakub-onderka/php-parallel-lint": "^1",
  2500. "jangregor/phpstan-prophecy": "^0.6",
  2501. "mockery/mockery": "^1.3",
  2502. "phpstan/extension-installer": "^1",
  2503. "phpstan/phpdoc-parser": "0.4.1",
  2504. "phpstan/phpstan": "^0.12",
  2505. "phpstan/phpstan-mockery": "^0.12",
  2506. "phpstan/phpstan-phpunit": "^0.12",
  2507. "phpunit/phpunit": "^8.5",
  2508. "slevomat/coding-standard": "^6.0",
  2509. "squizlabs/php_codesniffer": "^3.5"
  2510. },
  2511. "type": "library",
  2512. "autoload": {
  2513. "psr-4": {
  2514. "Ramsey\\Collection\\": "src/"
  2515. }
  2516. },
  2517. "notification-url": "https://packagist.org/downloads/",
  2518. "license": [
  2519. "MIT"
  2520. ],
  2521. "authors": [
  2522. {
  2523. "name": "Ben Ramsey",
  2524. "email": "ben@benramsey.com",
  2525. "homepage": "https://benramsey.com"
  2526. }
  2527. ],
  2528. "description": "A PHP 7.2+ library for representing and manipulating collections.",
  2529. "homepage": "https://github.com/ramsey/collection",
  2530. "keywords": [
  2531. "array",
  2532. "collection",
  2533. "hash",
  2534. "map",
  2535. "queue",
  2536. "set"
  2537. ],
  2538. "time": "2020-01-05T00:22:59+00:00"
  2539. },
  2540. {
  2541. "name": "ramsey/uuid",
  2542. "version": "4.1.0",
  2543. "source": {
  2544. "type": "git",
  2545. "url": "https://github.com/ramsey/uuid.git",
  2546. "reference": "988dbefc7878d0a35f12afb4df1f7dd0bd153c43"
  2547. },
  2548. "dist": {
  2549. "type": "zip",
  2550. "url": "https://api.github.com/repos/ramsey/uuid/zipball/988dbefc7878d0a35f12afb4df1f7dd0bd153c43",
  2551. "reference": "988dbefc7878d0a35f12afb4df1f7dd0bd153c43",
  2552. "shasum": "",
  2553. "mirrors": [
  2554. {
  2555. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2556. "preferred": true
  2557. }
  2558. ]
  2559. },
  2560. "require": {
  2561. "brick/math": "^0.8",
  2562. "ext-json": "*",
  2563. "php": "^7.2 || ^8",
  2564. "ramsey/collection": "^1.0",
  2565. "symfony/polyfill-ctype": "^1.8"
  2566. },
  2567. "replace": {
  2568. "rhumsaa/uuid": "self.version"
  2569. },
  2570. "require-dev": {
  2571. "codeception/aspect-mock": "^3",
  2572. "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
  2573. "doctrine/annotations": "^1.8",
  2574. "goaop/framework": "^2",
  2575. "mockery/mockery": "^1.3",
  2576. "moontoast/math": "^1.1",
  2577. "paragonie/random-lib": "^2",
  2578. "php-mock/php-mock-mockery": "^1.3",
  2579. "php-mock/php-mock-phpunit": "^2.5",
  2580. "php-parallel-lint/php-parallel-lint": "^1.1",
  2581. "phpbench/phpbench": "^0.17.1",
  2582. "phpstan/extension-installer": "^1.0",
  2583. "phpstan/phpstan": "^0.12",
  2584. "phpstan/phpstan-mockery": "^0.12",
  2585. "phpstan/phpstan-phpunit": "^0.12",
  2586. "phpunit/phpunit": "^8.5",
  2587. "psy/psysh": "^0.10.0",
  2588. "slevomat/coding-standard": "^6.0",
  2589. "squizlabs/php_codesniffer": "^3.5",
  2590. "vimeo/psalm": "3.9.4"
  2591. },
  2592. "suggest": {
  2593. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  2594. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  2595. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  2596. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  2597. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2598. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2599. },
  2600. "type": "library",
  2601. "extra": {
  2602. "branch-alias": {
  2603. "dev-master": "4.x-dev"
  2604. }
  2605. },
  2606. "autoload": {
  2607. "psr-4": {
  2608. "Ramsey\\Uuid\\": "src/"
  2609. },
  2610. "files": [
  2611. "src/functions.php"
  2612. ]
  2613. },
  2614. "notification-url": "https://packagist.org/downloads/",
  2615. "license": [
  2616. "MIT"
  2617. ],
  2618. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  2619. "homepage": "https://github.com/ramsey/uuid",
  2620. "keywords": [
  2621. "guid",
  2622. "identifier",
  2623. "uuid"
  2624. ],
  2625. "time": "2020-07-28T16:51:01+00:00"
  2626. },
  2627. {
  2628. "name": "spatie/eloquent-sortable",
  2629. "version": "3.8.2",
  2630. "source": {
  2631. "type": "git",
  2632. "url": "https://github.com/spatie/eloquent-sortable.git",
  2633. "reference": "18451ecf44b28a14ac0ed8803d0f5195a78a48a2"
  2634. },
  2635. "dist": {
  2636. "type": "zip",
  2637. "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/18451ecf44b28a14ac0ed8803d0f5195a78a48a2",
  2638. "reference": "18451ecf44b28a14ac0ed8803d0f5195a78a48a2",
  2639. "shasum": "",
  2640. "mirrors": [
  2641. {
  2642. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2643. "preferred": true
  2644. }
  2645. ]
  2646. },
  2647. "require": {
  2648. "illuminate/database": "~5.8.0|^6.0|^7.0",
  2649. "illuminate/support": "~5.8.0|^6.0|^7.0",
  2650. "php": "^7.2"
  2651. },
  2652. "require-dev": {
  2653. "orchestra/testbench": "~3.8.0|^4.0|^5.0",
  2654. "phpunit/phpunit": "^8.0"
  2655. },
  2656. "type": "library",
  2657. "autoload": {
  2658. "psr-4": {
  2659. "Spatie\\EloquentSortable\\": "src/"
  2660. }
  2661. },
  2662. "notification-url": "https://packagist.org/downloads/",
  2663. "license": [
  2664. "MIT"
  2665. ],
  2666. "authors": [
  2667. {
  2668. "name": "Freek Van der Herten",
  2669. "email": "freek@spatie.be"
  2670. }
  2671. ],
  2672. "description": "Sortable behaviour for eloquent models",
  2673. "homepage": "https://github.com/spatie/eloquent-sortable",
  2674. "keywords": [
  2675. "behaviour",
  2676. "eloquent",
  2677. "laravel",
  2678. "model",
  2679. "sort",
  2680. "sortable"
  2681. ],
  2682. "time": "2020-07-08T00:05:43+00:00"
  2683. },
  2684. {
  2685. "name": "swiftmailer/swiftmailer",
  2686. "version": "v6.2.3",
  2687. "source": {
  2688. "type": "git",
  2689. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2690. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  2691. },
  2692. "dist": {
  2693. "type": "zip",
  2694. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  2695. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  2696. "shasum": "",
  2697. "mirrors": [
  2698. {
  2699. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2700. "preferred": true
  2701. }
  2702. ]
  2703. },
  2704. "require": {
  2705. "egulias/email-validator": "~2.0",
  2706. "php": ">=7.0.0",
  2707. "symfony/polyfill-iconv": "^1.0",
  2708. "symfony/polyfill-intl-idn": "^1.10",
  2709. "symfony/polyfill-mbstring": "^1.0"
  2710. },
  2711. "require-dev": {
  2712. "mockery/mockery": "~0.9.1",
  2713. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  2714. },
  2715. "suggest": {
  2716. "ext-intl": "Needed to support internationalized email addresses",
  2717. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  2718. },
  2719. "type": "library",
  2720. "extra": {
  2721. "branch-alias": {
  2722. "dev-master": "6.2-dev"
  2723. }
  2724. },
  2725. "autoload": {
  2726. "files": [
  2727. "lib/swift_required.php"
  2728. ]
  2729. },
  2730. "notification-url": "https://packagist.org/downloads/",
  2731. "license": [
  2732. "MIT"
  2733. ],
  2734. "authors": [
  2735. {
  2736. "name": "Chris Corbyn"
  2737. },
  2738. {
  2739. "name": "Fabien Potencier",
  2740. "email": "fabien@symfony.com"
  2741. }
  2742. ],
  2743. "description": "Swiftmailer, free feature-rich PHP mailer",
  2744. "homepage": "https://swiftmailer.symfony.com",
  2745. "keywords": [
  2746. "email",
  2747. "mail",
  2748. "mailer"
  2749. ],
  2750. "time": "2019-11-12T09:31:26+00:00"
  2751. },
  2752. {
  2753. "name": "symfony/console",
  2754. "version": "v5.1.3",
  2755. "source": {
  2756. "type": "git",
  2757. "url": "https://github.com/symfony/console.git",
  2758. "reference": "2226c68009627934b8cfc01260b4d287eab070df"
  2759. },
  2760. "dist": {
  2761. "type": "zip",
  2762. "url": "https://api.github.com/repos/symfony/console/zipball/2226c68009627934b8cfc01260b4d287eab070df",
  2763. "reference": "2226c68009627934b8cfc01260b4d287eab070df",
  2764. "shasum": "",
  2765. "mirrors": [
  2766. {
  2767. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2768. "preferred": true
  2769. }
  2770. ]
  2771. },
  2772. "require": {
  2773. "php": ">=7.2.5",
  2774. "symfony/polyfill-mbstring": "~1.0",
  2775. "symfony/polyfill-php73": "^1.8",
  2776. "symfony/polyfill-php80": "^1.15",
  2777. "symfony/service-contracts": "^1.1|^2",
  2778. "symfony/string": "^5.1"
  2779. },
  2780. "conflict": {
  2781. "symfony/dependency-injection": "<4.4",
  2782. "symfony/dotenv": "<5.1",
  2783. "symfony/event-dispatcher": "<4.4",
  2784. "symfony/lock": "<4.4",
  2785. "symfony/process": "<4.4"
  2786. },
  2787. "provide": {
  2788. "psr/log-implementation": "1.0"
  2789. },
  2790. "require-dev": {
  2791. "psr/log": "~1.0",
  2792. "symfony/config": "^4.4|^5.0",
  2793. "symfony/dependency-injection": "^4.4|^5.0",
  2794. "symfony/event-dispatcher": "^4.4|^5.0",
  2795. "symfony/lock": "^4.4|^5.0",
  2796. "symfony/process": "^4.4|^5.0",
  2797. "symfony/var-dumper": "^4.4|^5.0"
  2798. },
  2799. "suggest": {
  2800. "psr/log": "For using the console logger",
  2801. "symfony/event-dispatcher": "",
  2802. "symfony/lock": "",
  2803. "symfony/process": ""
  2804. },
  2805. "type": "library",
  2806. "extra": {
  2807. "branch-alias": {
  2808. "dev-master": "5.1-dev"
  2809. }
  2810. },
  2811. "autoload": {
  2812. "psr-4": {
  2813. "Symfony\\Component\\Console\\": ""
  2814. },
  2815. "exclude-from-classmap": [
  2816. "/Tests/"
  2817. ]
  2818. },
  2819. "notification-url": "https://packagist.org/downloads/",
  2820. "license": [
  2821. "MIT"
  2822. ],
  2823. "authors": [
  2824. {
  2825. "name": "Fabien Potencier",
  2826. "email": "fabien@symfony.com"
  2827. },
  2828. {
  2829. "name": "Symfony Community",
  2830. "homepage": "https://symfony.com/contributors"
  2831. }
  2832. ],
  2833. "description": "Symfony Console Component",
  2834. "homepage": "https://symfony.com",
  2835. "time": "2020-07-06T13:23:11+00:00"
  2836. },
  2837. {
  2838. "name": "symfony/css-selector",
  2839. "version": "v5.1.3",
  2840. "source": {
  2841. "type": "git",
  2842. "url": "https://github.com/symfony/css-selector.git",
  2843. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9"
  2844. },
  2845. "dist": {
  2846. "type": "zip",
  2847. "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9",
  2848. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9",
  2849. "shasum": "",
  2850. "mirrors": [
  2851. {
  2852. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2853. "preferred": true
  2854. }
  2855. ]
  2856. },
  2857. "require": {
  2858. "php": ">=7.2.5"
  2859. },
  2860. "type": "library",
  2861. "extra": {
  2862. "branch-alias": {
  2863. "dev-master": "5.1-dev"
  2864. }
  2865. },
  2866. "autoload": {
  2867. "psr-4": {
  2868. "Symfony\\Component\\CssSelector\\": ""
  2869. },
  2870. "exclude-from-classmap": [
  2871. "/Tests/"
  2872. ]
  2873. },
  2874. "notification-url": "https://packagist.org/downloads/",
  2875. "license": [
  2876. "MIT"
  2877. ],
  2878. "authors": [
  2879. {
  2880. "name": "Fabien Potencier",
  2881. "email": "fabien@symfony.com"
  2882. },
  2883. {
  2884. "name": "Jean-François Simon",
  2885. "email": "jeanfrancois.simon@sensiolabs.com"
  2886. },
  2887. {
  2888. "name": "Symfony Community",
  2889. "homepage": "https://symfony.com/contributors"
  2890. }
  2891. ],
  2892. "description": "Symfony CssSelector Component",
  2893. "homepage": "https://symfony.com",
  2894. "time": "2020-05-20T17:43:50+00:00"
  2895. },
  2896. {
  2897. "name": "symfony/deprecation-contracts",
  2898. "version": "v2.1.3",
  2899. "source": {
  2900. "type": "git",
  2901. "url": "https://github.com/symfony/deprecation-contracts.git",
  2902. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
  2903. },
  2904. "dist": {
  2905. "type": "zip",
  2906. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  2907. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  2908. "shasum": "",
  2909. "mirrors": [
  2910. {
  2911. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2912. "preferred": true
  2913. }
  2914. ]
  2915. },
  2916. "require": {
  2917. "php": ">=7.1"
  2918. },
  2919. "type": "library",
  2920. "extra": {
  2921. "branch-alias": {
  2922. "dev-master": "2.1-dev"
  2923. },
  2924. "thanks": {
  2925. "name": "symfony/contracts",
  2926. "url": "https://github.com/symfony/contracts"
  2927. }
  2928. },
  2929. "autoload": {
  2930. "files": [
  2931. "function.php"
  2932. ]
  2933. },
  2934. "notification-url": "https://packagist.org/downloads/",
  2935. "license": [
  2936. "MIT"
  2937. ],
  2938. "authors": [
  2939. {
  2940. "name": "Nicolas Grekas",
  2941. "email": "p@tchwork.com"
  2942. },
  2943. {
  2944. "name": "Symfony Community",
  2945. "homepage": "https://symfony.com/contributors"
  2946. }
  2947. ],
  2948. "description": "A generic function and convention to trigger deprecation notices",
  2949. "homepage": "https://symfony.com",
  2950. "time": "2020-06-06T08:49:21+00:00"
  2951. },
  2952. {
  2953. "name": "symfony/dom-crawler",
  2954. "version": "v5.1.3",
  2955. "source": {
  2956. "type": "git",
  2957. "url": "https://github.com/symfony/dom-crawler.git",
  2958. "reference": "a96aecb36aaf081f1b012e1e62d71f1069ab3dca"
  2959. },
  2960. "dist": {
  2961. "type": "zip",
  2962. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/a96aecb36aaf081f1b012e1e62d71f1069ab3dca",
  2963. "reference": "a96aecb36aaf081f1b012e1e62d71f1069ab3dca",
  2964. "shasum": "",
  2965. "mirrors": [
  2966. {
  2967. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2968. "preferred": true
  2969. }
  2970. ]
  2971. },
  2972. "require": {
  2973. "php": ">=7.2.5",
  2974. "symfony/polyfill-ctype": "~1.8",
  2975. "symfony/polyfill-mbstring": "~1.0",
  2976. "symfony/polyfill-php80": "^1.15"
  2977. },
  2978. "conflict": {
  2979. "masterminds/html5": "<2.6"
  2980. },
  2981. "require-dev": {
  2982. "masterminds/html5": "^2.6",
  2983. "symfony/css-selector": "^4.4|^5.0"
  2984. },
  2985. "suggest": {
  2986. "symfony/css-selector": ""
  2987. },
  2988. "type": "library",
  2989. "extra": {
  2990. "branch-alias": {
  2991. "dev-master": "5.1-dev"
  2992. }
  2993. },
  2994. "autoload": {
  2995. "psr-4": {
  2996. "Symfony\\Component\\DomCrawler\\": ""
  2997. },
  2998. "exclude-from-classmap": [
  2999. "/Tests/"
  3000. ]
  3001. },
  3002. "notification-url": "https://packagist.org/downloads/",
  3003. "license": [
  3004. "MIT"
  3005. ],
  3006. "authors": [
  3007. {
  3008. "name": "Fabien Potencier",
  3009. "email": "fabien@symfony.com"
  3010. },
  3011. {
  3012. "name": "Symfony Community",
  3013. "homepage": "https://symfony.com/contributors"
  3014. }
  3015. ],
  3016. "description": "Symfony DomCrawler Component",
  3017. "homepage": "https://symfony.com",
  3018. "time": "2020-07-23T08:36:24+00:00"
  3019. },
  3020. {
  3021. "name": "symfony/error-handler",
  3022. "version": "v5.1.3",
  3023. "source": {
  3024. "type": "git",
  3025. "url": "https://github.com/symfony/error-handler.git",
  3026. "reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b"
  3027. },
  3028. "dist": {
  3029. "type": "zip",
  3030. "url": "https://api.github.com/repos/symfony/error-handler/zipball/4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
  3031. "reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
  3032. "shasum": "",
  3033. "mirrors": [
  3034. {
  3035. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3036. "preferred": true
  3037. }
  3038. ]
  3039. },
  3040. "require": {
  3041. "php": ">=7.2.5",
  3042. "psr/log": "^1.0",
  3043. "symfony/polyfill-php80": "^1.15",
  3044. "symfony/var-dumper": "^4.4|^5.0"
  3045. },
  3046. "require-dev": {
  3047. "symfony/deprecation-contracts": "^2.1",
  3048. "symfony/http-kernel": "^4.4|^5.0",
  3049. "symfony/serializer": "^4.4|^5.0"
  3050. },
  3051. "type": "library",
  3052. "extra": {
  3053. "branch-alias": {
  3054. "dev-master": "5.1-dev"
  3055. }
  3056. },
  3057. "autoload": {
  3058. "psr-4": {
  3059. "Symfony\\Component\\ErrorHandler\\": ""
  3060. },
  3061. "exclude-from-classmap": [
  3062. "/Tests/"
  3063. ]
  3064. },
  3065. "notification-url": "https://packagist.org/downloads/",
  3066. "license": [
  3067. "MIT"
  3068. ],
  3069. "authors": [
  3070. {
  3071. "name": "Fabien Potencier",
  3072. "email": "fabien@symfony.com"
  3073. },
  3074. {
  3075. "name": "Symfony Community",
  3076. "homepage": "https://symfony.com/contributors"
  3077. }
  3078. ],
  3079. "description": "Symfony ErrorHandler Component",
  3080. "homepage": "https://symfony.com",
  3081. "time": "2020-07-23T08:36:24+00:00"
  3082. },
  3083. {
  3084. "name": "symfony/event-dispatcher",
  3085. "version": "v5.1.3",
  3086. "source": {
  3087. "type": "git",
  3088. "url": "https://github.com/symfony/event-dispatcher.git",
  3089. "reference": "7827d55911f91c070fc293ea51a06eec80797d76"
  3090. },
  3091. "dist": {
  3092. "type": "zip",
  3093. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7827d55911f91c070fc293ea51a06eec80797d76",
  3094. "reference": "7827d55911f91c070fc293ea51a06eec80797d76",
  3095. "shasum": "",
  3096. "mirrors": [
  3097. {
  3098. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3099. "preferred": true
  3100. }
  3101. ]
  3102. },
  3103. "require": {
  3104. "php": ">=7.2.5",
  3105. "symfony/deprecation-contracts": "^2.1",
  3106. "symfony/event-dispatcher-contracts": "^2",
  3107. "symfony/polyfill-php80": "^1.15"
  3108. },
  3109. "conflict": {
  3110. "symfony/dependency-injection": "<4.4"
  3111. },
  3112. "provide": {
  3113. "psr/event-dispatcher-implementation": "1.0",
  3114. "symfony/event-dispatcher-implementation": "2.0"
  3115. },
  3116. "require-dev": {
  3117. "psr/log": "~1.0",
  3118. "symfony/config": "^4.4|^5.0",
  3119. "symfony/dependency-injection": "^4.4|^5.0",
  3120. "symfony/expression-language": "^4.4|^5.0",
  3121. "symfony/http-foundation": "^4.4|^5.0",
  3122. "symfony/service-contracts": "^1.1|^2",
  3123. "symfony/stopwatch": "^4.4|^5.0"
  3124. },
  3125. "suggest": {
  3126. "symfony/dependency-injection": "",
  3127. "symfony/http-kernel": ""
  3128. },
  3129. "type": "library",
  3130. "extra": {
  3131. "branch-alias": {
  3132. "dev-master": "5.1-dev"
  3133. }
  3134. },
  3135. "autoload": {
  3136. "psr-4": {
  3137. "Symfony\\Component\\EventDispatcher\\": ""
  3138. },
  3139. "exclude-from-classmap": [
  3140. "/Tests/"
  3141. ]
  3142. },
  3143. "notification-url": "https://packagist.org/downloads/",
  3144. "license": [
  3145. "MIT"
  3146. ],
  3147. "authors": [
  3148. {
  3149. "name": "Fabien Potencier",
  3150. "email": "fabien@symfony.com"
  3151. },
  3152. {
  3153. "name": "Symfony Community",
  3154. "homepage": "https://symfony.com/contributors"
  3155. }
  3156. ],
  3157. "description": "Symfony EventDispatcher Component",
  3158. "homepage": "https://symfony.com",
  3159. "time": "2020-06-18T18:24:02+00:00"
  3160. },
  3161. {
  3162. "name": "symfony/event-dispatcher-contracts",
  3163. "version": "v2.1.3",
  3164. "source": {
  3165. "type": "git",
  3166. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  3167. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b"
  3168. },
  3169. "dist": {
  3170. "type": "zip",
  3171. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  3172. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  3173. "shasum": "",
  3174. "mirrors": [
  3175. {
  3176. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3177. "preferred": true
  3178. }
  3179. ]
  3180. },
  3181. "require": {
  3182. "php": ">=7.2.5",
  3183. "psr/event-dispatcher": "^1"
  3184. },
  3185. "suggest": {
  3186. "symfony/event-dispatcher-implementation": ""
  3187. },
  3188. "type": "library",
  3189. "extra": {
  3190. "branch-alias": {
  3191. "dev-master": "2.1-dev"
  3192. },
  3193. "thanks": {
  3194. "name": "symfony/contracts",
  3195. "url": "https://github.com/symfony/contracts"
  3196. }
  3197. },
  3198. "autoload": {
  3199. "psr-4": {
  3200. "Symfony\\Contracts\\EventDispatcher\\": ""
  3201. }
  3202. },
  3203. "notification-url": "https://packagist.org/downloads/",
  3204. "license": [
  3205. "MIT"
  3206. ],
  3207. "authors": [
  3208. {
  3209. "name": "Nicolas Grekas",
  3210. "email": "p@tchwork.com"
  3211. },
  3212. {
  3213. "name": "Symfony Community",
  3214. "homepage": "https://symfony.com/contributors"
  3215. }
  3216. ],
  3217. "description": "Generic abstractions related to dispatching event",
  3218. "homepage": "https://symfony.com",
  3219. "keywords": [
  3220. "abstractions",
  3221. "contracts",
  3222. "decoupling",
  3223. "interfaces",
  3224. "interoperability",
  3225. "standards"
  3226. ],
  3227. "time": "2020-07-06T13:23:11+00:00"
  3228. },
  3229. {
  3230. "name": "symfony/finder",
  3231. "version": "v5.1.3",
  3232. "source": {
  3233. "type": "git",
  3234. "url": "https://github.com/symfony/finder.git",
  3235. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
  3236. },
  3237. "dist": {
  3238. "type": "zip",
  3239. "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
  3240. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
  3241. "shasum": "",
  3242. "mirrors": [
  3243. {
  3244. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3245. "preferred": true
  3246. }
  3247. ]
  3248. },
  3249. "require": {
  3250. "php": ">=7.2.5"
  3251. },
  3252. "type": "library",
  3253. "extra": {
  3254. "branch-alias": {
  3255. "dev-master": "5.1-dev"
  3256. }
  3257. },
  3258. "autoload": {
  3259. "psr-4": {
  3260. "Symfony\\Component\\Finder\\": ""
  3261. },
  3262. "exclude-from-classmap": [
  3263. "/Tests/"
  3264. ]
  3265. },
  3266. "notification-url": "https://packagist.org/downloads/",
  3267. "license": [
  3268. "MIT"
  3269. ],
  3270. "authors": [
  3271. {
  3272. "name": "Fabien Potencier",
  3273. "email": "fabien@symfony.com"
  3274. },
  3275. {
  3276. "name": "Symfony Community",
  3277. "homepage": "https://symfony.com/contributors"
  3278. }
  3279. ],
  3280. "description": "Symfony Finder Component",
  3281. "homepage": "https://symfony.com",
  3282. "time": "2020-05-20T17:43:50+00:00"
  3283. },
  3284. {
  3285. "name": "symfony/http-foundation",
  3286. "version": "v5.1.3",
  3287. "source": {
  3288. "type": "git",
  3289. "url": "https://github.com/symfony/http-foundation.git",
  3290. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702"
  3291. },
  3292. "dist": {
  3293. "type": "zip",
  3294. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1f0d6627e680591c61e9176f04a0dc887b4e6702",
  3295. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702",
  3296. "shasum": "",
  3297. "mirrors": [
  3298. {
  3299. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3300. "preferred": true
  3301. }
  3302. ]
  3303. },
  3304. "require": {
  3305. "php": ">=7.2.5",
  3306. "symfony/deprecation-contracts": "^2.1",
  3307. "symfony/polyfill-mbstring": "~1.1",
  3308. "symfony/polyfill-php80": "^1.15"
  3309. },
  3310. "require-dev": {
  3311. "predis/predis": "~1.0",
  3312. "symfony/cache": "^4.4|^5.0",
  3313. "symfony/expression-language": "^4.4|^5.0",
  3314. "symfony/mime": "^4.4|^5.0"
  3315. },
  3316. "suggest": {
  3317. "symfony/mime": "To use the file extension guesser"
  3318. },
  3319. "type": "library",
  3320. "extra": {
  3321. "branch-alias": {
  3322. "dev-master": "5.1-dev"
  3323. }
  3324. },
  3325. "autoload": {
  3326. "psr-4": {
  3327. "Symfony\\Component\\HttpFoundation\\": ""
  3328. },
  3329. "exclude-from-classmap": [
  3330. "/Tests/"
  3331. ]
  3332. },
  3333. "notification-url": "https://packagist.org/downloads/",
  3334. "license": [
  3335. "MIT"
  3336. ],
  3337. "authors": [
  3338. {
  3339. "name": "Fabien Potencier",
  3340. "email": "fabien@symfony.com"
  3341. },
  3342. {
  3343. "name": "Symfony Community",
  3344. "homepage": "https://symfony.com/contributors"
  3345. }
  3346. ],
  3347. "description": "Symfony HttpFoundation Component",
  3348. "homepage": "https://symfony.com",
  3349. "time": "2020-07-23T10:04:31+00:00"
  3350. },
  3351. {
  3352. "name": "symfony/http-kernel",
  3353. "version": "v5.1.3",
  3354. "source": {
  3355. "type": "git",
  3356. "url": "https://github.com/symfony/http-kernel.git",
  3357. "reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3"
  3358. },
  3359. "dist": {
  3360. "type": "zip",
  3361. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
  3362. "reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
  3363. "shasum": "",
  3364. "mirrors": [
  3365. {
  3366. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3367. "preferred": true
  3368. }
  3369. ]
  3370. },
  3371. "require": {
  3372. "php": ">=7.2.5",
  3373. "psr/log": "~1.0",
  3374. "symfony/deprecation-contracts": "^2.1",
  3375. "symfony/error-handler": "^4.4|^5.0",
  3376. "symfony/event-dispatcher": "^5.0",
  3377. "symfony/http-foundation": "^4.4|^5.0",
  3378. "symfony/polyfill-ctype": "^1.8",
  3379. "symfony/polyfill-php73": "^1.9",
  3380. "symfony/polyfill-php80": "^1.15"
  3381. },
  3382. "conflict": {
  3383. "symfony/browser-kit": "<4.4",
  3384. "symfony/cache": "<5.0",
  3385. "symfony/config": "<5.0",
  3386. "symfony/console": "<4.4",
  3387. "symfony/dependency-injection": "<4.4",
  3388. "symfony/doctrine-bridge": "<5.0",
  3389. "symfony/form": "<5.0",
  3390. "symfony/http-client": "<5.0",
  3391. "symfony/mailer": "<5.0",
  3392. "symfony/messenger": "<5.0",
  3393. "symfony/translation": "<5.0",
  3394. "symfony/twig-bridge": "<5.0",
  3395. "symfony/validator": "<5.0",
  3396. "twig/twig": "<2.4"
  3397. },
  3398. "provide": {
  3399. "psr/log-implementation": "1.0"
  3400. },
  3401. "require-dev": {
  3402. "psr/cache": "~1.0",
  3403. "symfony/browser-kit": "^4.4|^5.0",
  3404. "symfony/config": "^5.0",
  3405. "symfony/console": "^4.4|^5.0",
  3406. "symfony/css-selector": "^4.4|^5.0",
  3407. "symfony/dependency-injection": "^4.4|^5.0",
  3408. "symfony/dom-crawler": "^4.4|^5.0",
  3409. "symfony/expression-language": "^4.4|^5.0",
  3410. "symfony/finder": "^4.4|^5.0",
  3411. "symfony/process": "^4.4|^5.0",
  3412. "symfony/routing": "^4.4|^5.0",
  3413. "symfony/stopwatch": "^4.4|^5.0",
  3414. "symfony/translation": "^4.4|^5.0",
  3415. "symfony/translation-contracts": "^1.1|^2",
  3416. "twig/twig": "^2.4|^3.0"
  3417. },
  3418. "suggest": {
  3419. "symfony/browser-kit": "",
  3420. "symfony/config": "",
  3421. "symfony/console": "",
  3422. "symfony/dependency-injection": ""
  3423. },
  3424. "type": "library",
  3425. "extra": {
  3426. "branch-alias": {
  3427. "dev-master": "5.1-dev"
  3428. }
  3429. },
  3430. "autoload": {
  3431. "psr-4": {
  3432. "Symfony\\Component\\HttpKernel\\": ""
  3433. },
  3434. "exclude-from-classmap": [
  3435. "/Tests/"
  3436. ]
  3437. },
  3438. "notification-url": "https://packagist.org/downloads/",
  3439. "license": [
  3440. "MIT"
  3441. ],
  3442. "authors": [
  3443. {
  3444. "name": "Fabien Potencier",
  3445. "email": "fabien@symfony.com"
  3446. },
  3447. {
  3448. "name": "Symfony Community",
  3449. "homepage": "https://symfony.com/contributors"
  3450. }
  3451. ],
  3452. "description": "Symfony HttpKernel Component",
  3453. "homepage": "https://symfony.com",
  3454. "time": "2020-07-24T04:22:56+00:00"
  3455. },
  3456. {
  3457. "name": "symfony/mime",
  3458. "version": "v5.1.3",
  3459. "source": {
  3460. "type": "git",
  3461. "url": "https://github.com/symfony/mime.git",
  3462. "reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6"
  3463. },
  3464. "dist": {
  3465. "type": "zip",
  3466. "url": "https://api.github.com/repos/symfony/mime/zipball/149fb0ad35aae3c7637b496b38478797fa6a7ea6",
  3467. "reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6",
  3468. "shasum": "",
  3469. "mirrors": [
  3470. {
  3471. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3472. "preferred": true
  3473. }
  3474. ]
  3475. },
  3476. "require": {
  3477. "php": ">=7.2.5",
  3478. "symfony/polyfill-intl-idn": "^1.10",
  3479. "symfony/polyfill-mbstring": "^1.0",
  3480. "symfony/polyfill-php80": "^1.15"
  3481. },
  3482. "conflict": {
  3483. "symfony/mailer": "<4.4"
  3484. },
  3485. "require-dev": {
  3486. "egulias/email-validator": "^2.1.10",
  3487. "symfony/dependency-injection": "^4.4|^5.0"
  3488. },
  3489. "type": "library",
  3490. "extra": {
  3491. "branch-alias": {
  3492. "dev-master": "5.1-dev"
  3493. }
  3494. },
  3495. "autoload": {
  3496. "psr-4": {
  3497. "Symfony\\Component\\Mime\\": ""
  3498. },
  3499. "exclude-from-classmap": [
  3500. "/Tests/"
  3501. ]
  3502. },
  3503. "notification-url": "https://packagist.org/downloads/",
  3504. "license": [
  3505. "MIT"
  3506. ],
  3507. "authors": [
  3508. {
  3509. "name": "Fabien Potencier",
  3510. "email": "fabien@symfony.com"
  3511. },
  3512. {
  3513. "name": "Symfony Community",
  3514. "homepage": "https://symfony.com/contributors"
  3515. }
  3516. ],
  3517. "description": "A library to manipulate MIME messages",
  3518. "homepage": "https://symfony.com",
  3519. "keywords": [
  3520. "mime",
  3521. "mime-type"
  3522. ],
  3523. "time": "2020-07-23T10:04:31+00:00"
  3524. },
  3525. {
  3526. "name": "symfony/polyfill-ctype",
  3527. "version": "v1.18.1",
  3528. "source": {
  3529. "type": "git",
  3530. "url": "https://github.com/symfony/polyfill-ctype.git",
  3531. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
  3532. },
  3533. "dist": {
  3534. "type": "zip",
  3535. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
  3536. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
  3537. "shasum": "",
  3538. "mirrors": [
  3539. {
  3540. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3541. "preferred": true
  3542. }
  3543. ]
  3544. },
  3545. "require": {
  3546. "php": ">=5.3.3"
  3547. },
  3548. "suggest": {
  3549. "ext-ctype": "For best performance"
  3550. },
  3551. "type": "library",
  3552. "extra": {
  3553. "branch-alias": {
  3554. "dev-master": "1.18-dev"
  3555. },
  3556. "thanks": {
  3557. "name": "symfony/polyfill",
  3558. "url": "https://github.com/symfony/polyfill"
  3559. }
  3560. },
  3561. "autoload": {
  3562. "psr-4": {
  3563. "Symfony\\Polyfill\\Ctype\\": ""
  3564. },
  3565. "files": [
  3566. "bootstrap.php"
  3567. ]
  3568. },
  3569. "notification-url": "https://packagist.org/downloads/",
  3570. "license": [
  3571. "MIT"
  3572. ],
  3573. "authors": [
  3574. {
  3575. "name": "Gert de Pagter",
  3576. "email": "BackEndTea@gmail.com"
  3577. },
  3578. {
  3579. "name": "Symfony Community",
  3580. "homepage": "https://symfony.com/contributors"
  3581. }
  3582. ],
  3583. "description": "Symfony polyfill for ctype functions",
  3584. "homepage": "https://symfony.com",
  3585. "keywords": [
  3586. "compatibility",
  3587. "ctype",
  3588. "polyfill",
  3589. "portable"
  3590. ],
  3591. "time": "2020-07-14T12:35:20+00:00"
  3592. },
  3593. {
  3594. "name": "symfony/polyfill-iconv",
  3595. "version": "v1.18.1",
  3596. "source": {
  3597. "type": "git",
  3598. "url": "https://github.com/symfony/polyfill-iconv.git",
  3599. "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
  3600. },
  3601. "dist": {
  3602. "type": "zip",
  3603. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
  3604. "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
  3605. "shasum": "",
  3606. "mirrors": [
  3607. {
  3608. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3609. "preferred": true
  3610. }
  3611. ]
  3612. },
  3613. "require": {
  3614. "php": ">=5.3.3"
  3615. },
  3616. "suggest": {
  3617. "ext-iconv": "For best performance"
  3618. },
  3619. "type": "library",
  3620. "extra": {
  3621. "branch-alias": {
  3622. "dev-master": "1.18-dev"
  3623. },
  3624. "thanks": {
  3625. "name": "symfony/polyfill",
  3626. "url": "https://github.com/symfony/polyfill"
  3627. }
  3628. },
  3629. "autoload": {
  3630. "psr-4": {
  3631. "Symfony\\Polyfill\\Iconv\\": ""
  3632. },
  3633. "files": [
  3634. "bootstrap.php"
  3635. ]
  3636. },
  3637. "notification-url": "https://packagist.org/downloads/",
  3638. "license": [
  3639. "MIT"
  3640. ],
  3641. "authors": [
  3642. {
  3643. "name": "Nicolas Grekas",
  3644. "email": "p@tchwork.com"
  3645. },
  3646. {
  3647. "name": "Symfony Community",
  3648. "homepage": "https://symfony.com/contributors"
  3649. }
  3650. ],
  3651. "description": "Symfony polyfill for the Iconv extension",
  3652. "homepage": "https://symfony.com",
  3653. "keywords": [
  3654. "compatibility",
  3655. "iconv",
  3656. "polyfill",
  3657. "portable",
  3658. "shim"
  3659. ],
  3660. "time": "2020-07-14T12:35:20+00:00"
  3661. },
  3662. {
  3663. "name": "symfony/polyfill-intl-grapheme",
  3664. "version": "v1.18.1",
  3665. "source": {
  3666. "type": "git",
  3667. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  3668. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
  3669. },
  3670. "dist": {
  3671. "type": "zip",
  3672. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  3673. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  3674. "shasum": "",
  3675. "mirrors": [
  3676. {
  3677. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3678. "preferred": true
  3679. }
  3680. ]
  3681. },
  3682. "require": {
  3683. "php": ">=5.3.3"
  3684. },
  3685. "suggest": {
  3686. "ext-intl": "For best performance"
  3687. },
  3688. "type": "library",
  3689. "extra": {
  3690. "branch-alias": {
  3691. "dev-master": "1.18-dev"
  3692. },
  3693. "thanks": {
  3694. "name": "symfony/polyfill",
  3695. "url": "https://github.com/symfony/polyfill"
  3696. }
  3697. },
  3698. "autoload": {
  3699. "psr-4": {
  3700. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  3701. },
  3702. "files": [
  3703. "bootstrap.php"
  3704. ]
  3705. },
  3706. "notification-url": "https://packagist.org/downloads/",
  3707. "license": [
  3708. "MIT"
  3709. ],
  3710. "authors": [
  3711. {
  3712. "name": "Nicolas Grekas",
  3713. "email": "p@tchwork.com"
  3714. },
  3715. {
  3716. "name": "Symfony Community",
  3717. "homepage": "https://symfony.com/contributors"
  3718. }
  3719. ],
  3720. "description": "Symfony polyfill for intl's grapheme_* functions",
  3721. "homepage": "https://symfony.com",
  3722. "keywords": [
  3723. "compatibility",
  3724. "grapheme",
  3725. "intl",
  3726. "polyfill",
  3727. "portable",
  3728. "shim"
  3729. ],
  3730. "time": "2020-07-14T12:35:20+00:00"
  3731. },
  3732. {
  3733. "name": "symfony/polyfill-intl-idn",
  3734. "version": "v1.18.1",
  3735. "source": {
  3736. "type": "git",
  3737. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  3738. "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
  3739. },
  3740. "dist": {
  3741. "type": "zip",
  3742. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
  3743. "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
  3744. "shasum": "",
  3745. "mirrors": [
  3746. {
  3747. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3748. "preferred": true
  3749. }
  3750. ]
  3751. },
  3752. "require": {
  3753. "php": ">=5.3.3",
  3754. "symfony/polyfill-intl-normalizer": "^1.10",
  3755. "symfony/polyfill-php70": "^1.10",
  3756. "symfony/polyfill-php72": "^1.10"
  3757. },
  3758. "suggest": {
  3759. "ext-intl": "For best performance"
  3760. },
  3761. "type": "library",
  3762. "extra": {
  3763. "branch-alias": {
  3764. "dev-master": "1.18-dev"
  3765. },
  3766. "thanks": {
  3767. "name": "symfony/polyfill",
  3768. "url": "https://github.com/symfony/polyfill"
  3769. }
  3770. },
  3771. "autoload": {
  3772. "psr-4": {
  3773. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  3774. },
  3775. "files": [
  3776. "bootstrap.php"
  3777. ]
  3778. },
  3779. "notification-url": "https://packagist.org/downloads/",
  3780. "license": [
  3781. "MIT"
  3782. ],
  3783. "authors": [
  3784. {
  3785. "name": "Laurent Bassin",
  3786. "email": "laurent@bassin.info"
  3787. },
  3788. {
  3789. "name": "Trevor Rowbotham",
  3790. "email": "trevor.rowbotham@pm.me"
  3791. },
  3792. {
  3793. "name": "Symfony Community",
  3794. "homepage": "https://symfony.com/contributors"
  3795. }
  3796. ],
  3797. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  3798. "homepage": "https://symfony.com",
  3799. "keywords": [
  3800. "compatibility",
  3801. "idn",
  3802. "intl",
  3803. "polyfill",
  3804. "portable",
  3805. "shim"
  3806. ],
  3807. "time": "2020-08-04T06:02:08+00:00"
  3808. },
  3809. {
  3810. "name": "symfony/polyfill-intl-normalizer",
  3811. "version": "v1.18.1",
  3812. "source": {
  3813. "type": "git",
  3814. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  3815. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
  3816. },
  3817. "dist": {
  3818. "type": "zip",
  3819. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  3820. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  3821. "shasum": "",
  3822. "mirrors": [
  3823. {
  3824. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3825. "preferred": true
  3826. }
  3827. ]
  3828. },
  3829. "require": {
  3830. "php": ">=5.3.3"
  3831. },
  3832. "suggest": {
  3833. "ext-intl": "For best performance"
  3834. },
  3835. "type": "library",
  3836. "extra": {
  3837. "branch-alias": {
  3838. "dev-master": "1.18-dev"
  3839. },
  3840. "thanks": {
  3841. "name": "symfony/polyfill",
  3842. "url": "https://github.com/symfony/polyfill"
  3843. }
  3844. },
  3845. "autoload": {
  3846. "psr-4": {
  3847. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  3848. },
  3849. "files": [
  3850. "bootstrap.php"
  3851. ],
  3852. "classmap": [
  3853. "Resources/stubs"
  3854. ]
  3855. },
  3856. "notification-url": "https://packagist.org/downloads/",
  3857. "license": [
  3858. "MIT"
  3859. ],
  3860. "authors": [
  3861. {
  3862. "name": "Nicolas Grekas",
  3863. "email": "p@tchwork.com"
  3864. },
  3865. {
  3866. "name": "Symfony Community",
  3867. "homepage": "https://symfony.com/contributors"
  3868. }
  3869. ],
  3870. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  3871. "homepage": "https://symfony.com",
  3872. "keywords": [
  3873. "compatibility",
  3874. "intl",
  3875. "normalizer",
  3876. "polyfill",
  3877. "portable",
  3878. "shim"
  3879. ],
  3880. "time": "2020-07-14T12:35:20+00:00"
  3881. },
  3882. {
  3883. "name": "symfony/polyfill-mbstring",
  3884. "version": "v1.18.1",
  3885. "source": {
  3886. "type": "git",
  3887. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3888. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  3889. },
  3890. "dist": {
  3891. "type": "zip",
  3892. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  3893. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  3894. "shasum": "",
  3895. "mirrors": [
  3896. {
  3897. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3898. "preferred": true
  3899. }
  3900. ]
  3901. },
  3902. "require": {
  3903. "php": ">=5.3.3"
  3904. },
  3905. "suggest": {
  3906. "ext-mbstring": "For best performance"
  3907. },
  3908. "type": "library",
  3909. "extra": {
  3910. "branch-alias": {
  3911. "dev-master": "1.18-dev"
  3912. },
  3913. "thanks": {
  3914. "name": "symfony/polyfill",
  3915. "url": "https://github.com/symfony/polyfill"
  3916. }
  3917. },
  3918. "autoload": {
  3919. "psr-4": {
  3920. "Symfony\\Polyfill\\Mbstring\\": ""
  3921. },
  3922. "files": [
  3923. "bootstrap.php"
  3924. ]
  3925. },
  3926. "notification-url": "https://packagist.org/downloads/",
  3927. "license": [
  3928. "MIT"
  3929. ],
  3930. "authors": [
  3931. {
  3932. "name": "Nicolas Grekas",
  3933. "email": "p@tchwork.com"
  3934. },
  3935. {
  3936. "name": "Symfony Community",
  3937. "homepage": "https://symfony.com/contributors"
  3938. }
  3939. ],
  3940. "description": "Symfony polyfill for the Mbstring extension",
  3941. "homepage": "https://symfony.com",
  3942. "keywords": [
  3943. "compatibility",
  3944. "mbstring",
  3945. "polyfill",
  3946. "portable",
  3947. "shim"
  3948. ],
  3949. "time": "2020-07-14T12:35:20+00:00"
  3950. },
  3951. {
  3952. "name": "symfony/polyfill-php70",
  3953. "version": "v1.18.1",
  3954. "source": {
  3955. "type": "git",
  3956. "url": "https://github.com/symfony/polyfill-php70.git",
  3957. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
  3958. },
  3959. "dist": {
  3960. "type": "zip",
  3961. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  3962. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  3963. "shasum": "",
  3964. "mirrors": [
  3965. {
  3966. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3967. "preferred": true
  3968. }
  3969. ]
  3970. },
  3971. "require": {
  3972. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  3973. "php": ">=5.3.3"
  3974. },
  3975. "type": "library",
  3976. "extra": {
  3977. "branch-alias": {
  3978. "dev-master": "1.18-dev"
  3979. },
  3980. "thanks": {
  3981. "name": "symfony/polyfill",
  3982. "url": "https://github.com/symfony/polyfill"
  3983. }
  3984. },
  3985. "autoload": {
  3986. "psr-4": {
  3987. "Symfony\\Polyfill\\Php70\\": ""
  3988. },
  3989. "files": [
  3990. "bootstrap.php"
  3991. ],
  3992. "classmap": [
  3993. "Resources/stubs"
  3994. ]
  3995. },
  3996. "notification-url": "https://packagist.org/downloads/",
  3997. "license": [
  3998. "MIT"
  3999. ],
  4000. "authors": [
  4001. {
  4002. "name": "Nicolas Grekas",
  4003. "email": "p@tchwork.com"
  4004. },
  4005. {
  4006. "name": "Symfony Community",
  4007. "homepage": "https://symfony.com/contributors"
  4008. }
  4009. ],
  4010. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  4011. "homepage": "https://symfony.com",
  4012. "keywords": [
  4013. "compatibility",
  4014. "polyfill",
  4015. "portable",
  4016. "shim"
  4017. ],
  4018. "time": "2020-07-14T12:35:20+00:00"
  4019. },
  4020. {
  4021. "name": "symfony/polyfill-php72",
  4022. "version": "v1.18.1",
  4023. "source": {
  4024. "type": "git",
  4025. "url": "https://github.com/symfony/polyfill-php72.git",
  4026. "reference": "639447d008615574653fb3bc60d1986d7172eaae"
  4027. },
  4028. "dist": {
  4029. "type": "zip",
  4030. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
  4031. "reference": "639447d008615574653fb3bc60d1986d7172eaae",
  4032. "shasum": "",
  4033. "mirrors": [
  4034. {
  4035. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4036. "preferred": true
  4037. }
  4038. ]
  4039. },
  4040. "require": {
  4041. "php": ">=5.3.3"
  4042. },
  4043. "type": "library",
  4044. "extra": {
  4045. "branch-alias": {
  4046. "dev-master": "1.18-dev"
  4047. },
  4048. "thanks": {
  4049. "name": "symfony/polyfill",
  4050. "url": "https://github.com/symfony/polyfill"
  4051. }
  4052. },
  4053. "autoload": {
  4054. "psr-4": {
  4055. "Symfony\\Polyfill\\Php72\\": ""
  4056. },
  4057. "files": [
  4058. "bootstrap.php"
  4059. ]
  4060. },
  4061. "notification-url": "https://packagist.org/downloads/",
  4062. "license": [
  4063. "MIT"
  4064. ],
  4065. "authors": [
  4066. {
  4067. "name": "Nicolas Grekas",
  4068. "email": "p@tchwork.com"
  4069. },
  4070. {
  4071. "name": "Symfony Community",
  4072. "homepage": "https://symfony.com/contributors"
  4073. }
  4074. ],
  4075. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  4076. "homepage": "https://symfony.com",
  4077. "keywords": [
  4078. "compatibility",
  4079. "polyfill",
  4080. "portable",
  4081. "shim"
  4082. ],
  4083. "time": "2020-07-14T12:35:20+00:00"
  4084. },
  4085. {
  4086. "name": "symfony/polyfill-php73",
  4087. "version": "v1.18.1",
  4088. "source": {
  4089. "type": "git",
  4090. "url": "https://github.com/symfony/polyfill-php73.git",
  4091. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
  4092. },
  4093. "dist": {
  4094. "type": "zip",
  4095. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  4096. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  4097. "shasum": "",
  4098. "mirrors": [
  4099. {
  4100. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4101. "preferred": true
  4102. }
  4103. ]
  4104. },
  4105. "require": {
  4106. "php": ">=5.3.3"
  4107. },
  4108. "type": "library",
  4109. "extra": {
  4110. "branch-alias": {
  4111. "dev-master": "1.18-dev"
  4112. },
  4113. "thanks": {
  4114. "name": "symfony/polyfill",
  4115. "url": "https://github.com/symfony/polyfill"
  4116. }
  4117. },
  4118. "autoload": {
  4119. "psr-4": {
  4120. "Symfony\\Polyfill\\Php73\\": ""
  4121. },
  4122. "files": [
  4123. "bootstrap.php"
  4124. ],
  4125. "classmap": [
  4126. "Resources/stubs"
  4127. ]
  4128. },
  4129. "notification-url": "https://packagist.org/downloads/",
  4130. "license": [
  4131. "MIT"
  4132. ],
  4133. "authors": [
  4134. {
  4135. "name": "Nicolas Grekas",
  4136. "email": "p@tchwork.com"
  4137. },
  4138. {
  4139. "name": "Symfony Community",
  4140. "homepage": "https://symfony.com/contributors"
  4141. }
  4142. ],
  4143. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  4144. "homepage": "https://symfony.com",
  4145. "keywords": [
  4146. "compatibility",
  4147. "polyfill",
  4148. "portable",
  4149. "shim"
  4150. ],
  4151. "time": "2020-07-14T12:35:20+00:00"
  4152. },
  4153. {
  4154. "name": "symfony/polyfill-php80",
  4155. "version": "v1.18.1",
  4156. "source": {
  4157. "type": "git",
  4158. "url": "https://github.com/symfony/polyfill-php80.git",
  4159. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
  4160. },
  4161. "dist": {
  4162. "type": "zip",
  4163. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  4164. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  4165. "shasum": "",
  4166. "mirrors": [
  4167. {
  4168. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4169. "preferred": true
  4170. }
  4171. ]
  4172. },
  4173. "require": {
  4174. "php": ">=7.0.8"
  4175. },
  4176. "type": "library",
  4177. "extra": {
  4178. "branch-alias": {
  4179. "dev-master": "1.18-dev"
  4180. },
  4181. "thanks": {
  4182. "name": "symfony/polyfill",
  4183. "url": "https://github.com/symfony/polyfill"
  4184. }
  4185. },
  4186. "autoload": {
  4187. "psr-4": {
  4188. "Symfony\\Polyfill\\Php80\\": ""
  4189. },
  4190. "files": [
  4191. "bootstrap.php"
  4192. ],
  4193. "classmap": [
  4194. "Resources/stubs"
  4195. ]
  4196. },
  4197. "notification-url": "https://packagist.org/downloads/",
  4198. "license": [
  4199. "MIT"
  4200. ],
  4201. "authors": [
  4202. {
  4203. "name": "Ion Bazan",
  4204. "email": "ion.bazan@gmail.com"
  4205. },
  4206. {
  4207. "name": "Nicolas Grekas",
  4208. "email": "p@tchwork.com"
  4209. },
  4210. {
  4211. "name": "Symfony Community",
  4212. "homepage": "https://symfony.com/contributors"
  4213. }
  4214. ],
  4215. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  4216. "homepage": "https://symfony.com",
  4217. "keywords": [
  4218. "compatibility",
  4219. "polyfill",
  4220. "portable",
  4221. "shim"
  4222. ],
  4223. "time": "2020-07-14T12:35:20+00:00"
  4224. },
  4225. {
  4226. "name": "symfony/process",
  4227. "version": "v5.1.3",
  4228. "source": {
  4229. "type": "git",
  4230. "url": "https://github.com/symfony/process.git",
  4231. "reference": "1864216226af21eb76d9477f691e7cbf198e0402"
  4232. },
  4233. "dist": {
  4234. "type": "zip",
  4235. "url": "https://api.github.com/repos/symfony/process/zipball/1864216226af21eb76d9477f691e7cbf198e0402",
  4236. "reference": "1864216226af21eb76d9477f691e7cbf198e0402",
  4237. "shasum": "",
  4238. "mirrors": [
  4239. {
  4240. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4241. "preferred": true
  4242. }
  4243. ]
  4244. },
  4245. "require": {
  4246. "php": ">=7.2.5",
  4247. "symfony/polyfill-php80": "^1.15"
  4248. },
  4249. "type": "library",
  4250. "extra": {
  4251. "branch-alias": {
  4252. "dev-master": "5.1-dev"
  4253. }
  4254. },
  4255. "autoload": {
  4256. "psr-4": {
  4257. "Symfony\\Component\\Process\\": ""
  4258. },
  4259. "exclude-from-classmap": [
  4260. "/Tests/"
  4261. ]
  4262. },
  4263. "notification-url": "https://packagist.org/downloads/",
  4264. "license": [
  4265. "MIT"
  4266. ],
  4267. "authors": [
  4268. {
  4269. "name": "Fabien Potencier",
  4270. "email": "fabien@symfony.com"
  4271. },
  4272. {
  4273. "name": "Symfony Community",
  4274. "homepage": "https://symfony.com/contributors"
  4275. }
  4276. ],
  4277. "description": "Symfony Process Component",
  4278. "homepage": "https://symfony.com",
  4279. "time": "2020-07-23T08:36:24+00:00"
  4280. },
  4281. {
  4282. "name": "symfony/routing",
  4283. "version": "v5.1.3",
  4284. "source": {
  4285. "type": "git",
  4286. "url": "https://github.com/symfony/routing.git",
  4287. "reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d"
  4288. },
  4289. "dist": {
  4290. "type": "zip",
  4291. "url": "https://api.github.com/repos/symfony/routing/zipball/08c9a82f09d12ee048f85e76e0d783f82844eb5d",
  4292. "reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d",
  4293. "shasum": "",
  4294. "mirrors": [
  4295. {
  4296. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4297. "preferred": true
  4298. }
  4299. ]
  4300. },
  4301. "require": {
  4302. "php": ">=7.2.5",
  4303. "symfony/deprecation-contracts": "^2.1",
  4304. "symfony/polyfill-php80": "^1.15"
  4305. },
  4306. "conflict": {
  4307. "symfony/config": "<5.0",
  4308. "symfony/dependency-injection": "<4.4",
  4309. "symfony/yaml": "<4.4"
  4310. },
  4311. "require-dev": {
  4312. "doctrine/annotations": "~1.2",
  4313. "psr/log": "~1.0",
  4314. "symfony/config": "^5.0",
  4315. "symfony/dependency-injection": "^4.4|^5.0",
  4316. "symfony/expression-language": "^4.4|^5.0",
  4317. "symfony/http-foundation": "^4.4|^5.0",
  4318. "symfony/yaml": "^4.4|^5.0"
  4319. },
  4320. "suggest": {
  4321. "doctrine/annotations": "For using the annotation loader",
  4322. "symfony/config": "For using the all-in-one router or any loader",
  4323. "symfony/expression-language": "For using expression matching",
  4324. "symfony/http-foundation": "For using a Symfony Request object",
  4325. "symfony/yaml": "For using the YAML loader"
  4326. },
  4327. "type": "library",
  4328. "extra": {
  4329. "branch-alias": {
  4330. "dev-master": "5.1-dev"
  4331. }
  4332. },
  4333. "autoload": {
  4334. "psr-4": {
  4335. "Symfony\\Component\\Routing\\": ""
  4336. },
  4337. "exclude-from-classmap": [
  4338. "/Tests/"
  4339. ]
  4340. },
  4341. "notification-url": "https://packagist.org/downloads/",
  4342. "license": [
  4343. "MIT"
  4344. ],
  4345. "authors": [
  4346. {
  4347. "name": "Fabien Potencier",
  4348. "email": "fabien@symfony.com"
  4349. },
  4350. {
  4351. "name": "Symfony Community",
  4352. "homepage": "https://symfony.com/contributors"
  4353. }
  4354. ],
  4355. "description": "Symfony Routing Component",
  4356. "homepage": "https://symfony.com",
  4357. "keywords": [
  4358. "router",
  4359. "routing",
  4360. "uri",
  4361. "url"
  4362. ],
  4363. "time": "2020-06-18T18:24:02+00:00"
  4364. },
  4365. {
  4366. "name": "symfony/service-contracts",
  4367. "version": "v2.1.3",
  4368. "source": {
  4369. "type": "git",
  4370. "url": "https://github.com/symfony/service-contracts.git",
  4371. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442"
  4372. },
  4373. "dist": {
  4374. "type": "zip",
  4375. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442",
  4376. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442",
  4377. "shasum": "",
  4378. "mirrors": [
  4379. {
  4380. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4381. "preferred": true
  4382. }
  4383. ]
  4384. },
  4385. "require": {
  4386. "php": ">=7.2.5",
  4387. "psr/container": "^1.0"
  4388. },
  4389. "suggest": {
  4390. "symfony/service-implementation": ""
  4391. },
  4392. "type": "library",
  4393. "extra": {
  4394. "branch-alias": {
  4395. "dev-master": "2.1-dev"
  4396. },
  4397. "thanks": {
  4398. "name": "symfony/contracts",
  4399. "url": "https://github.com/symfony/contracts"
  4400. }
  4401. },
  4402. "autoload": {
  4403. "psr-4": {
  4404. "Symfony\\Contracts\\Service\\": ""
  4405. }
  4406. },
  4407. "notification-url": "https://packagist.org/downloads/",
  4408. "license": [
  4409. "MIT"
  4410. ],
  4411. "authors": [
  4412. {
  4413. "name": "Nicolas Grekas",
  4414. "email": "p@tchwork.com"
  4415. },
  4416. {
  4417. "name": "Symfony Community",
  4418. "homepage": "https://symfony.com/contributors"
  4419. }
  4420. ],
  4421. "description": "Generic abstractions related to writing services",
  4422. "homepage": "https://symfony.com",
  4423. "keywords": [
  4424. "abstractions",
  4425. "contracts",
  4426. "decoupling",
  4427. "interfaces",
  4428. "interoperability",
  4429. "standards"
  4430. ],
  4431. "time": "2020-07-06T13:23:11+00:00"
  4432. },
  4433. {
  4434. "name": "symfony/string",
  4435. "version": "v5.1.3",
  4436. "source": {
  4437. "type": "git",
  4438. "url": "https://github.com/symfony/string.git",
  4439. "reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b"
  4440. },
  4441. "dist": {
  4442. "type": "zip",
  4443. "url": "https://api.github.com/repos/symfony/string/zipball/f629ba9b611c76224feb21fe2bcbf0b6f992300b",
  4444. "reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b",
  4445. "shasum": "",
  4446. "mirrors": [
  4447. {
  4448. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4449. "preferred": true
  4450. }
  4451. ]
  4452. },
  4453. "require": {
  4454. "php": ">=7.2.5",
  4455. "symfony/polyfill-ctype": "~1.8",
  4456. "symfony/polyfill-intl-grapheme": "~1.0",
  4457. "symfony/polyfill-intl-normalizer": "~1.0",
  4458. "symfony/polyfill-mbstring": "~1.0",
  4459. "symfony/polyfill-php80": "~1.15"
  4460. },
  4461. "require-dev": {
  4462. "symfony/error-handler": "^4.4|^5.0",
  4463. "symfony/http-client": "^4.4|^5.0",
  4464. "symfony/translation-contracts": "^1.1|^2",
  4465. "symfony/var-exporter": "^4.4|^5.0"
  4466. },
  4467. "type": "library",
  4468. "extra": {
  4469. "branch-alias": {
  4470. "dev-master": "5.1-dev"
  4471. }
  4472. },
  4473. "autoload": {
  4474. "psr-4": {
  4475. "Symfony\\Component\\String\\": ""
  4476. },
  4477. "files": [
  4478. "Resources/functions.php"
  4479. ],
  4480. "exclude-from-classmap": [
  4481. "/Tests/"
  4482. ]
  4483. },
  4484. "notification-url": "https://packagist.org/downloads/",
  4485. "license": [
  4486. "MIT"
  4487. ],
  4488. "authors": [
  4489. {
  4490. "name": "Nicolas Grekas",
  4491. "email": "p@tchwork.com"
  4492. },
  4493. {
  4494. "name": "Symfony Community",
  4495. "homepage": "https://symfony.com/contributors"
  4496. }
  4497. ],
  4498. "description": "Symfony String component",
  4499. "homepage": "https://symfony.com",
  4500. "keywords": [
  4501. "grapheme",
  4502. "i18n",
  4503. "string",
  4504. "unicode",
  4505. "utf-8",
  4506. "utf8"
  4507. ],
  4508. "time": "2020-07-08T08:27:49+00:00"
  4509. },
  4510. {
  4511. "name": "symfony/translation",
  4512. "version": "v5.1.3",
  4513. "source": {
  4514. "type": "git",
  4515. "url": "https://github.com/symfony/translation.git",
  4516. "reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427"
  4517. },
  4518. "dist": {
  4519. "type": "zip",
  4520. "url": "https://api.github.com/repos/symfony/translation/zipball/4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
  4521. "reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
  4522. "shasum": "",
  4523. "mirrors": [
  4524. {
  4525. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4526. "preferred": true
  4527. }
  4528. ]
  4529. },
  4530. "require": {
  4531. "php": ">=7.2.5",
  4532. "symfony/polyfill-mbstring": "~1.0",
  4533. "symfony/polyfill-php80": "^1.15",
  4534. "symfony/translation-contracts": "^2"
  4535. },
  4536. "conflict": {
  4537. "symfony/config": "<4.4",
  4538. "symfony/dependency-injection": "<5.0",
  4539. "symfony/http-kernel": "<5.0",
  4540. "symfony/twig-bundle": "<5.0",
  4541. "symfony/yaml": "<4.4"
  4542. },
  4543. "provide": {
  4544. "symfony/translation-implementation": "2.0"
  4545. },
  4546. "require-dev": {
  4547. "psr/log": "~1.0",
  4548. "symfony/config": "^4.4|^5.0",
  4549. "symfony/console": "^4.4|^5.0",
  4550. "symfony/dependency-injection": "^5.0",
  4551. "symfony/finder": "^4.4|^5.0",
  4552. "symfony/http-kernel": "^5.0",
  4553. "symfony/intl": "^4.4|^5.0",
  4554. "symfony/service-contracts": "^1.1.2|^2",
  4555. "symfony/yaml": "^4.4|^5.0"
  4556. },
  4557. "suggest": {
  4558. "psr/log-implementation": "To use logging capability in translator",
  4559. "symfony/config": "",
  4560. "symfony/yaml": ""
  4561. },
  4562. "type": "library",
  4563. "extra": {
  4564. "branch-alias": {
  4565. "dev-master": "5.1-dev"
  4566. }
  4567. },
  4568. "autoload": {
  4569. "psr-4": {
  4570. "Symfony\\Component\\Translation\\": ""
  4571. },
  4572. "exclude-from-classmap": [
  4573. "/Tests/"
  4574. ]
  4575. },
  4576. "notification-url": "https://packagist.org/downloads/",
  4577. "license": [
  4578. "MIT"
  4579. ],
  4580. "authors": [
  4581. {
  4582. "name": "Fabien Potencier",
  4583. "email": "fabien@symfony.com"
  4584. },
  4585. {
  4586. "name": "Symfony Community",
  4587. "homepage": "https://symfony.com/contributors"
  4588. }
  4589. ],
  4590. "description": "Symfony Translation Component",
  4591. "homepage": "https://symfony.com",
  4592. "time": "2020-06-30T17:42:22+00:00"
  4593. },
  4594. {
  4595. "name": "symfony/translation-contracts",
  4596. "version": "v2.1.3",
  4597. "source": {
  4598. "type": "git",
  4599. "url": "https://github.com/symfony/translation-contracts.git",
  4600. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63"
  4601. },
  4602. "dist": {
  4603. "type": "zip",
  4604. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63",
  4605. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63",
  4606. "shasum": "",
  4607. "mirrors": [
  4608. {
  4609. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4610. "preferred": true
  4611. }
  4612. ]
  4613. },
  4614. "require": {
  4615. "php": ">=7.2.5"
  4616. },
  4617. "suggest": {
  4618. "symfony/translation-implementation": ""
  4619. },
  4620. "type": "library",
  4621. "extra": {
  4622. "branch-alias": {
  4623. "dev-master": "2.1-dev"
  4624. },
  4625. "thanks": {
  4626. "name": "symfony/contracts",
  4627. "url": "https://github.com/symfony/contracts"
  4628. }
  4629. },
  4630. "autoload": {
  4631. "psr-4": {
  4632. "Symfony\\Contracts\\Translation\\": ""
  4633. }
  4634. },
  4635. "notification-url": "https://packagist.org/downloads/",
  4636. "license": [
  4637. "MIT"
  4638. ],
  4639. "authors": [
  4640. {
  4641. "name": "Nicolas Grekas",
  4642. "email": "p@tchwork.com"
  4643. },
  4644. {
  4645. "name": "Symfony Community",
  4646. "homepage": "https://symfony.com/contributors"
  4647. }
  4648. ],
  4649. "description": "Generic abstractions related to translation",
  4650. "homepage": "https://symfony.com",
  4651. "keywords": [
  4652. "abstractions",
  4653. "contracts",
  4654. "decoupling",
  4655. "interfaces",
  4656. "interoperability",
  4657. "standards"
  4658. ],
  4659. "time": "2020-07-06T13:23:11+00:00"
  4660. },
  4661. {
  4662. "name": "symfony/var-dumper",
  4663. "version": "v5.1.3",
  4664. "source": {
  4665. "type": "git",
  4666. "url": "https://github.com/symfony/var-dumper.git",
  4667. "reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a"
  4668. },
  4669. "dist": {
  4670. "type": "zip",
  4671. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2ebe1c7bb52052624d6dc1250f4abe525655d75a",
  4672. "reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a",
  4673. "shasum": "",
  4674. "mirrors": [
  4675. {
  4676. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4677. "preferred": true
  4678. }
  4679. ]
  4680. },
  4681. "require": {
  4682. "php": ">=7.2.5",
  4683. "symfony/polyfill-mbstring": "~1.0",
  4684. "symfony/polyfill-php80": "^1.15"
  4685. },
  4686. "conflict": {
  4687. "phpunit/phpunit": "<5.4.3",
  4688. "symfony/console": "<4.4"
  4689. },
  4690. "require-dev": {
  4691. "ext-iconv": "*",
  4692. "symfony/console": "^4.4|^5.0",
  4693. "symfony/process": "^4.4|^5.0",
  4694. "twig/twig": "^2.4|^3.0"
  4695. },
  4696. "suggest": {
  4697. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  4698. "ext-intl": "To show region name in time zone dump",
  4699. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  4700. },
  4701. "bin": [
  4702. "Resources/bin/var-dump-server"
  4703. ],
  4704. "type": "library",
  4705. "extra": {
  4706. "branch-alias": {
  4707. "dev-master": "5.1-dev"
  4708. }
  4709. },
  4710. "autoload": {
  4711. "files": [
  4712. "Resources/functions/dump.php"
  4713. ],
  4714. "psr-4": {
  4715. "Symfony\\Component\\VarDumper\\": ""
  4716. },
  4717. "exclude-from-classmap": [
  4718. "/Tests/"
  4719. ]
  4720. },
  4721. "notification-url": "https://packagist.org/downloads/",
  4722. "license": [
  4723. "MIT"
  4724. ],
  4725. "authors": [
  4726. {
  4727. "name": "Nicolas Grekas",
  4728. "email": "p@tchwork.com"
  4729. },
  4730. {
  4731. "name": "Symfony Community",
  4732. "homepage": "https://symfony.com/contributors"
  4733. }
  4734. ],
  4735. "description": "Symfony mechanism for exploring and dumping PHP variables",
  4736. "homepage": "https://symfony.com",
  4737. "keywords": [
  4738. "debug",
  4739. "dump"
  4740. ],
  4741. "time": "2020-06-24T13:36:18+00:00"
  4742. },
  4743. {
  4744. "name": "tijsverkoyen/css-to-inline-styles",
  4745. "version": "2.2.3",
  4746. "source": {
  4747. "type": "git",
  4748. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  4749. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
  4750. },
  4751. "dist": {
  4752. "type": "zip",
  4753. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4754. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4755. "shasum": "",
  4756. "mirrors": [
  4757. {
  4758. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4759. "preferred": true
  4760. }
  4761. ]
  4762. },
  4763. "require": {
  4764. "ext-dom": "*",
  4765. "ext-libxml": "*",
  4766. "php": "^5.5 || ^7.0 || ^8.0",
  4767. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
  4768. },
  4769. "require-dev": {
  4770. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
  4771. },
  4772. "type": "library",
  4773. "extra": {
  4774. "branch-alias": {
  4775. "dev-master": "2.2.x-dev"
  4776. }
  4777. },
  4778. "autoload": {
  4779. "psr-4": {
  4780. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  4781. }
  4782. },
  4783. "notification-url": "https://packagist.org/downloads/",
  4784. "license": [
  4785. "BSD-3-Clause"
  4786. ],
  4787. "authors": [
  4788. {
  4789. "name": "Tijs Verkoyen",
  4790. "email": "css_to_inline_styles@verkoyen.eu",
  4791. "role": "Developer"
  4792. }
  4793. ],
  4794. "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  4795. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  4796. "time": "2020-07-13T06:12:54+00:00"
  4797. },
  4798. {
  4799. "name": "vlucas/phpdotenv",
  4800. "version": "v4.1.8",
  4801. "source": {
  4802. "type": "git",
  4803. "url": "https://github.com/vlucas/phpdotenv.git",
  4804. "reference": "572af79d913627a9d70374d27a6f5d689a35de32"
  4805. },
  4806. "dist": {
  4807. "type": "zip",
  4808. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/572af79d913627a9d70374d27a6f5d689a35de32",
  4809. "reference": "572af79d913627a9d70374d27a6f5d689a35de32",
  4810. "shasum": "",
  4811. "mirrors": [
  4812. {
  4813. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4814. "preferred": true
  4815. }
  4816. ]
  4817. },
  4818. "require": {
  4819. "php": "^5.5.9 || ^7.0 || ^8.0",
  4820. "phpoption/phpoption": "^1.7.3",
  4821. "symfony/polyfill-ctype": "^1.17"
  4822. },
  4823. "require-dev": {
  4824. "bamarni/composer-bin-plugin": "^1.4.1",
  4825. "ext-filter": "*",
  4826. "ext-pcre": "*",
  4827. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
  4828. },
  4829. "suggest": {
  4830. "ext-filter": "Required to use the boolean validator.",
  4831. "ext-pcre": "Required to use most of the library."
  4832. },
  4833. "type": "library",
  4834. "extra": {
  4835. "branch-alias": {
  4836. "dev-master": "4.1-dev"
  4837. }
  4838. },
  4839. "autoload": {
  4840. "psr-4": {
  4841. "Dotenv\\": "src/"
  4842. }
  4843. },
  4844. "notification-url": "https://packagist.org/downloads/",
  4845. "license": [
  4846. "BSD-3-Clause"
  4847. ],
  4848. "authors": [
  4849. {
  4850. "name": "Graham Campbell",
  4851. "email": "graham@alt-three.com",
  4852. "homepage": "https://gjcampbell.co.uk/"
  4853. },
  4854. {
  4855. "name": "Vance Lucas",
  4856. "email": "vance@vancelucas.com",
  4857. "homepage": "https://vancelucas.com/"
  4858. }
  4859. ],
  4860. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  4861. "keywords": [
  4862. "dotenv",
  4863. "env",
  4864. "environment"
  4865. ],
  4866. "time": "2020-07-14T19:22:52+00:00"
  4867. },
  4868. {
  4869. "name": "voku/portable-ascii",
  4870. "version": "1.5.3",
  4871. "source": {
  4872. "type": "git",
  4873. "url": "https://github.com/voku/portable-ascii.git",
  4874. "reference": "25bcbf01678930251fd572891447d9e318a6e2b8"
  4875. },
  4876. "dist": {
  4877. "type": "zip",
  4878. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/25bcbf01678930251fd572891447d9e318a6e2b8",
  4879. "reference": "25bcbf01678930251fd572891447d9e318a6e2b8",
  4880. "shasum": "",
  4881. "mirrors": [
  4882. {
  4883. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4884. "preferred": true
  4885. }
  4886. ]
  4887. },
  4888. "require": {
  4889. "php": ">=7.0.0"
  4890. },
  4891. "require-dev": {
  4892. "phpunit/phpunit": "~6.0 || ~7.0"
  4893. },
  4894. "suggest": {
  4895. "ext-intl": "Use Intl for transliterator_transliterate() support"
  4896. },
  4897. "type": "library",
  4898. "autoload": {
  4899. "psr-4": {
  4900. "voku\\": "src/voku/"
  4901. }
  4902. },
  4903. "notification-url": "https://packagist.org/downloads/",
  4904. "license": [
  4905. "MIT"
  4906. ],
  4907. "authors": [
  4908. {
  4909. "name": "Lars Moelleken",
  4910. "homepage": "http://www.moelleken.org/"
  4911. }
  4912. ],
  4913. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  4914. "homepage": "https://github.com/voku/portable-ascii",
  4915. "keywords": [
  4916. "ascii",
  4917. "clean",
  4918. "php"
  4919. ],
  4920. "time": "2020-07-22T23:32:04+00:00"
  4921. }
  4922. ],
  4923. "packages-dev": [
  4924. {
  4925. "name": "doctrine/instantiator",
  4926. "version": "1.3.1",
  4927. "source": {
  4928. "type": "git",
  4929. "url": "https://github.com/doctrine/instantiator.git",
  4930. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
  4931. },
  4932. "dist": {
  4933. "type": "zip",
  4934. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
  4935. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
  4936. "shasum": "",
  4937. "mirrors": [
  4938. {
  4939. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4940. "preferred": true
  4941. }
  4942. ]
  4943. },
  4944. "require": {
  4945. "php": "^7.1 || ^8.0"
  4946. },
  4947. "require-dev": {
  4948. "doctrine/coding-standard": "^6.0",
  4949. "ext-pdo": "*",
  4950. "ext-phar": "*",
  4951. "phpbench/phpbench": "^0.13",
  4952. "phpstan/phpstan-phpunit": "^0.11",
  4953. "phpstan/phpstan-shim": "^0.11",
  4954. "phpunit/phpunit": "^7.0"
  4955. },
  4956. "type": "library",
  4957. "extra": {
  4958. "branch-alias": {
  4959. "dev-master": "1.2.x-dev"
  4960. }
  4961. },
  4962. "autoload": {
  4963. "psr-4": {
  4964. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  4965. }
  4966. },
  4967. "notification-url": "https://packagist.org/downloads/",
  4968. "license": [
  4969. "MIT"
  4970. ],
  4971. "authors": [
  4972. {
  4973. "name": "Marco Pivetta",
  4974. "email": "ocramius@gmail.com",
  4975. "homepage": "http://ocramius.github.com/"
  4976. }
  4977. ],
  4978. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  4979. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  4980. "keywords": [
  4981. "constructor",
  4982. "instantiate"
  4983. ],
  4984. "time": "2020-05-29T17:27:14+00:00"
  4985. },
  4986. {
  4987. "name": "facade/flare-client-php",
  4988. "version": "1.3.4",
  4989. "source": {
  4990. "type": "git",
  4991. "url": "https://github.com/facade/flare-client-php.git",
  4992. "reference": "0eeb0de4fc1078433f0915010bd8f41e998adcb4"
  4993. },
  4994. "dist": {
  4995. "type": "zip",
  4996. "url": "https://api.github.com/repos/facade/flare-client-php/zipball/0eeb0de4fc1078433f0915010bd8f41e998adcb4",
  4997. "reference": "0eeb0de4fc1078433f0915010bd8f41e998adcb4",
  4998. "shasum": "",
  4999. "mirrors": [
  5000. {
  5001. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5002. "preferred": true
  5003. }
  5004. ]
  5005. },
  5006. "require": {
  5007. "facade/ignition-contracts": "~1.0",
  5008. "illuminate/pipeline": "^5.5|^6.0|^7.0",
  5009. "php": "^7.1",
  5010. "symfony/http-foundation": "^3.3|^4.1|^5.0",
  5011. "symfony/mime": "^3.4|^4.0|^5.1",
  5012. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  5013. },
  5014. "require-dev": {
  5015. "friendsofphp/php-cs-fixer": "^2.14",
  5016. "larapack/dd": "^1.1",
  5017. "phpunit/phpunit": "^7.5.16",
  5018. "spatie/phpunit-snapshot-assertions": "^2.0"
  5019. },
  5020. "type": "library",
  5021. "extra": {
  5022. "branch-alias": {
  5023. "dev-master": "1.0-dev"
  5024. }
  5025. },
  5026. "autoload": {
  5027. "psr-4": {
  5028. "Facade\\FlareClient\\": "src"
  5029. },
  5030. "files": [
  5031. "src/helpers.php"
  5032. ]
  5033. },
  5034. "notification-url": "https://packagist.org/downloads/",
  5035. "license": [
  5036. "MIT"
  5037. ],
  5038. "description": "Send PHP errors to Flare",
  5039. "homepage": "https://github.com/facade/flare-client-php",
  5040. "keywords": [
  5041. "exception",
  5042. "facade",
  5043. "flare",
  5044. "reporting"
  5045. ],
  5046. "time": "2020-07-13T23:25:57+00:00"
  5047. },
  5048. {
  5049. "name": "facade/ignition",
  5050. "version": "2.3.5",
  5051. "source": {
  5052. "type": "git",
  5053. "url": "https://github.com/facade/ignition.git",
  5054. "reference": "58dc4a8df3d41174c677a370b6779b694e4539e7"
  5055. },
  5056. "dist": {
  5057. "type": "zip",
  5058. "url": "https://api.github.com/repos/facade/ignition/zipball/58dc4a8df3d41174c677a370b6779b694e4539e7",
  5059. "reference": "58dc4a8df3d41174c677a370b6779b694e4539e7",
  5060. "shasum": "",
  5061. "mirrors": [
  5062. {
  5063. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5064. "preferred": true
  5065. }
  5066. ]
  5067. },
  5068. "require": {
  5069. "ext-json": "*",
  5070. "ext-mbstring": "*",
  5071. "facade/flare-client-php": "^1.0",
  5072. "facade/ignition-contracts": "^1.0",
  5073. "filp/whoops": "^2.4",
  5074. "illuminate/support": "^7.0|^8.0",
  5075. "monolog/monolog": "^2.0",
  5076. "php": "^7.2.5",
  5077. "scrivo/highlight.php": "^9.15",
  5078. "symfony/console": "^5.0",
  5079. "symfony/var-dumper": "^5.0"
  5080. },
  5081. "require-dev": {
  5082. "friendsofphp/php-cs-fixer": "^2.14",
  5083. "mockery/mockery": "^1.3",
  5084. "orchestra/testbench": "5.0",
  5085. "psalm/plugin-laravel": "^1.2"
  5086. },
  5087. "suggest": {
  5088. "laravel/telescope": "^3.1"
  5089. },
  5090. "type": "library",
  5091. "extra": {
  5092. "branch-alias": {
  5093. "dev-master": "2.x-dev"
  5094. },
  5095. "laravel": {
  5096. "providers": [
  5097. "Facade\\Ignition\\IgnitionServiceProvider"
  5098. ],
  5099. "aliases": {
  5100. "Flare": "Facade\\Ignition\\Facades\\Flare"
  5101. }
  5102. }
  5103. },
  5104. "autoload": {
  5105. "psr-4": {
  5106. "Facade\\Ignition\\": "src"
  5107. },
  5108. "files": [
  5109. "src/helpers.php"
  5110. ]
  5111. },
  5112. "notification-url": "https://packagist.org/downloads/",
  5113. "license": [
  5114. "MIT"
  5115. ],
  5116. "description": "A beautiful error page for Laravel applications.",
  5117. "homepage": "https://github.com/facade/ignition",
  5118. "keywords": [
  5119. "error",
  5120. "flare",
  5121. "laravel",
  5122. "page"
  5123. ],
  5124. "time": "2020-08-01T21:20:01+00:00"
  5125. },
  5126. {
  5127. "name": "facade/ignition-contracts",
  5128. "version": "1.0.1",
  5129. "source": {
  5130. "type": "git",
  5131. "url": "https://github.com/facade/ignition-contracts.git",
  5132. "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b"
  5133. },
  5134. "dist": {
  5135. "type": "zip",
  5136. "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/aeab1ce8b68b188a43e81758e750151ad7da796b",
  5137. "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b",
  5138. "shasum": "",
  5139. "mirrors": [
  5140. {
  5141. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5142. "preferred": true
  5143. }
  5144. ]
  5145. },
  5146. "require": {
  5147. "php": "^7.1"
  5148. },
  5149. "require-dev": {
  5150. "friendsofphp/php-cs-fixer": "^2.14",
  5151. "phpunit/phpunit": "^7.5|^8.0",
  5152. "vimeo/psalm": "^3.12"
  5153. },
  5154. "type": "library",
  5155. "autoload": {
  5156. "psr-4": {
  5157. "Facade\\IgnitionContracts\\": "src"
  5158. }
  5159. },
  5160. "notification-url": "https://packagist.org/downloads/",
  5161. "license": [
  5162. "MIT"
  5163. ],
  5164. "authors": [
  5165. {
  5166. "name": "Freek Van der Herten",
  5167. "email": "freek@spatie.be",
  5168. "homepage": "https://flareapp.io",
  5169. "role": "Developer"
  5170. }
  5171. ],
  5172. "description": "Solution contracts for Ignition",
  5173. "homepage": "https://github.com/facade/ignition-contracts",
  5174. "keywords": [
  5175. "contracts",
  5176. "flare",
  5177. "ignition"
  5178. ],
  5179. "time": "2020-07-14T10:10:28+00:00"
  5180. },
  5181. {
  5182. "name": "filp/whoops",
  5183. "version": "2.7.3",
  5184. "source": {
  5185. "type": "git",
  5186. "url": "https://github.com/filp/whoops.git",
  5187. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d"
  5188. },
  5189. "dist": {
  5190. "type": "zip",
  5191. "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  5192. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  5193. "shasum": "",
  5194. "mirrors": [
  5195. {
  5196. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5197. "preferred": true
  5198. }
  5199. ]
  5200. },
  5201. "require": {
  5202. "php": "^5.5.9 || ^7.0",
  5203. "psr/log": "^1.0.1"
  5204. },
  5205. "require-dev": {
  5206. "mockery/mockery": "^0.9 || ^1.0",
  5207. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
  5208. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  5209. },
  5210. "suggest": {
  5211. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  5212. "whoops/soap": "Formats errors as SOAP responses"
  5213. },
  5214. "type": "library",
  5215. "extra": {
  5216. "branch-alias": {
  5217. "dev-master": "2.6-dev"
  5218. }
  5219. },
  5220. "autoload": {
  5221. "psr-4": {
  5222. "Whoops\\": "src/Whoops/"
  5223. }
  5224. },
  5225. "notification-url": "https://packagist.org/downloads/",
  5226. "license": [
  5227. "MIT"
  5228. ],
  5229. "authors": [
  5230. {
  5231. "name": "Filipe Dobreira",
  5232. "homepage": "https://github.com/filp",
  5233. "role": "Developer"
  5234. }
  5235. ],
  5236. "description": "php error handling for cool kids",
  5237. "homepage": "https://filp.github.io/whoops/",
  5238. "keywords": [
  5239. "error",
  5240. "exception",
  5241. "handling",
  5242. "library",
  5243. "throwable",
  5244. "whoops"
  5245. ],
  5246. "time": "2020-06-14T09:00:00+00:00"
  5247. },
  5248. {
  5249. "name": "fzaninotto/faker",
  5250. "version": "v1.9.1",
  5251. "source": {
  5252. "type": "git",
  5253. "url": "https://github.com/fzaninotto/Faker.git",
  5254. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
  5255. },
  5256. "dist": {
  5257. "type": "zip",
  5258. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
  5259. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
  5260. "shasum": "",
  5261. "mirrors": [
  5262. {
  5263. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5264. "preferred": true
  5265. }
  5266. ]
  5267. },
  5268. "require": {
  5269. "php": "^5.3.3 || ^7.0"
  5270. },
  5271. "require-dev": {
  5272. "ext-intl": "*",
  5273. "phpunit/phpunit": "^4.8.35 || ^5.7",
  5274. "squizlabs/php_codesniffer": "^2.9.2"
  5275. },
  5276. "type": "library",
  5277. "extra": {
  5278. "branch-alias": {
  5279. "dev-master": "1.9-dev"
  5280. }
  5281. },
  5282. "autoload": {
  5283. "psr-4": {
  5284. "Faker\\": "src/Faker/"
  5285. }
  5286. },
  5287. "notification-url": "https://packagist.org/downloads/",
  5288. "license": [
  5289. "MIT"
  5290. ],
  5291. "authors": [
  5292. {
  5293. "name": "François Zaninotto"
  5294. }
  5295. ],
  5296. "description": "Faker is a PHP library that generates fake data for you.",
  5297. "keywords": [
  5298. "data",
  5299. "faker",
  5300. "fixtures"
  5301. ],
  5302. "time": "2019-12-12T13:22:17+00:00"
  5303. },
  5304. {
  5305. "name": "hamcrest/hamcrest-php",
  5306. "version": "v2.0.1",
  5307. "source": {
  5308. "type": "git",
  5309. "url": "https://github.com/hamcrest/hamcrest-php.git",
  5310. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  5311. },
  5312. "dist": {
  5313. "type": "zip",
  5314. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  5315. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  5316. "shasum": "",
  5317. "mirrors": [
  5318. {
  5319. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5320. "preferred": true
  5321. }
  5322. ]
  5323. },
  5324. "require": {
  5325. "php": "^5.3|^7.0|^8.0"
  5326. },
  5327. "replace": {
  5328. "cordoval/hamcrest-php": "*",
  5329. "davedevelopment/hamcrest-php": "*",
  5330. "kodova/hamcrest-php": "*"
  5331. },
  5332. "require-dev": {
  5333. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  5334. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  5335. },
  5336. "type": "library",
  5337. "extra": {
  5338. "branch-alias": {
  5339. "dev-master": "2.1-dev"
  5340. }
  5341. },
  5342. "autoload": {
  5343. "classmap": [
  5344. "hamcrest"
  5345. ]
  5346. },
  5347. "notification-url": "https://packagist.org/downloads/",
  5348. "license": [
  5349. "BSD-3-Clause"
  5350. ],
  5351. "description": "This is the PHP port of Hamcrest Matchers",
  5352. "keywords": [
  5353. "test"
  5354. ],
  5355. "time": "2020-07-09T08:09:16+00:00"
  5356. },
  5357. {
  5358. "name": "mockery/mockery",
  5359. "version": "1.4.1",
  5360. "source": {
  5361. "type": "git",
  5362. "url": "https://github.com/mockery/mockery.git",
  5363. "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6"
  5364. },
  5365. "dist": {
  5366. "type": "zip",
  5367. "url": "https://api.github.com/repos/mockery/mockery/zipball/1404386ca3410b04fe58b9517e85d702ab33b2c6",
  5368. "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6",
  5369. "shasum": "",
  5370. "mirrors": [
  5371. {
  5372. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5373. "preferred": true
  5374. }
  5375. ]
  5376. },
  5377. "require": {
  5378. "hamcrest/hamcrest-php": "^2.0.1",
  5379. "lib-pcre": ">=7.0",
  5380. "php": "^7.3 || ^8.0"
  5381. },
  5382. "conflict": {
  5383. "phpunit/phpunit": "<8.0"
  5384. },
  5385. "require-dev": {
  5386. "phpunit/phpunit": "^8.5 || ^9.0"
  5387. },
  5388. "type": "library",
  5389. "extra": {
  5390. "branch-alias": {
  5391. "dev-master": "1.4.x-dev"
  5392. }
  5393. },
  5394. "autoload": {
  5395. "psr-0": {
  5396. "Mockery": "library/"
  5397. }
  5398. },
  5399. "notification-url": "https://packagist.org/downloads/",
  5400. "license": [
  5401. "BSD-3-Clause"
  5402. ],
  5403. "authors": [
  5404. {
  5405. "name": "Pádraic Brady",
  5406. "email": "padraic.brady@gmail.com",
  5407. "homepage": "http://blog.astrumfutura.com"
  5408. },
  5409. {
  5410. "name": "Dave Marshall",
  5411. "email": "dave.marshall@atstsolutions.co.uk",
  5412. "homepage": "http://davedevelopment.co.uk"
  5413. }
  5414. ],
  5415. "description": "Mockery is a simple yet flexible PHP mock object framework",
  5416. "homepage": "https://github.com/mockery/mockery",
  5417. "keywords": [
  5418. "BDD",
  5419. "TDD",
  5420. "library",
  5421. "mock",
  5422. "mock objects",
  5423. "mockery",
  5424. "stub",
  5425. "test",
  5426. "test double",
  5427. "testing"
  5428. ],
  5429. "time": "2020-07-09T08:31:54+00:00"
  5430. },
  5431. {
  5432. "name": "myclabs/deep-copy",
  5433. "version": "1.10.1",
  5434. "source": {
  5435. "type": "git",
  5436. "url": "https://github.com/myclabs/DeepCopy.git",
  5437. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
  5438. },
  5439. "dist": {
  5440. "type": "zip",
  5441. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  5442. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  5443. "shasum": "",
  5444. "mirrors": [
  5445. {
  5446. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5447. "preferred": true
  5448. }
  5449. ]
  5450. },
  5451. "require": {
  5452. "php": "^7.1 || ^8.0"
  5453. },
  5454. "replace": {
  5455. "myclabs/deep-copy": "self.version"
  5456. },
  5457. "require-dev": {
  5458. "doctrine/collections": "^1.0",
  5459. "doctrine/common": "^2.6",
  5460. "phpunit/phpunit": "^7.1"
  5461. },
  5462. "type": "library",
  5463. "autoload": {
  5464. "psr-4": {
  5465. "DeepCopy\\": "src/DeepCopy/"
  5466. },
  5467. "files": [
  5468. "src/DeepCopy/deep_copy.php"
  5469. ]
  5470. },
  5471. "notification-url": "https://packagist.org/downloads/",
  5472. "license": [
  5473. "MIT"
  5474. ],
  5475. "description": "Create deep copies (clones) of your objects",
  5476. "keywords": [
  5477. "clone",
  5478. "copy",
  5479. "duplicate",
  5480. "object",
  5481. "object graph"
  5482. ],
  5483. "time": "2020-06-29T13:22:24+00:00"
  5484. },
  5485. {
  5486. "name": "nunomaduro/collision",
  5487. "version": "v4.2.0",
  5488. "source": {
  5489. "type": "git",
  5490. "url": "https://github.com/nunomaduro/collision.git",
  5491. "reference": "d50490417eded97be300a92cd7df7badc37a9018"
  5492. },
  5493. "dist": {
  5494. "type": "zip",
  5495. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/d50490417eded97be300a92cd7df7badc37a9018",
  5496. "reference": "d50490417eded97be300a92cd7df7badc37a9018",
  5497. "shasum": "",
  5498. "mirrors": [
  5499. {
  5500. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5501. "preferred": true
  5502. }
  5503. ]
  5504. },
  5505. "require": {
  5506. "facade/ignition-contracts": "^1.0",
  5507. "filp/whoops": "^2.4",
  5508. "php": "^7.2.5",
  5509. "symfony/console": "^5.0"
  5510. },
  5511. "require-dev": {
  5512. "facade/ignition": "^2.0",
  5513. "fideloper/proxy": "^4.2",
  5514. "friendsofphp/php-cs-fixer": "^2.16",
  5515. "fruitcake/laravel-cors": "^1.0",
  5516. "laravel/framework": "^7.0",
  5517. "laravel/tinker": "^2.0",
  5518. "nunomaduro/larastan": "^0.5",
  5519. "orchestra/testbench": "^5.0",
  5520. "phpstan/phpstan": "^0.12.3",
  5521. "phpunit/phpunit": "^8.5.1 || ^9.0"
  5522. },
  5523. "type": "library",
  5524. "extra": {
  5525. "laravel": {
  5526. "providers": [
  5527. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  5528. ]
  5529. }
  5530. },
  5531. "autoload": {
  5532. "psr-4": {
  5533. "NunoMaduro\\Collision\\": "src/"
  5534. }
  5535. },
  5536. "notification-url": "https://packagist.org/downloads/",
  5537. "license": [
  5538. "MIT"
  5539. ],
  5540. "authors": [
  5541. {
  5542. "name": "Nuno Maduro",
  5543. "email": "enunomaduro@gmail.com"
  5544. }
  5545. ],
  5546. "description": "Cli error handling for console/command-line PHP applications.",
  5547. "keywords": [
  5548. "artisan",
  5549. "cli",
  5550. "command-line",
  5551. "console",
  5552. "error",
  5553. "handling",
  5554. "laravel",
  5555. "laravel-zero",
  5556. "php",
  5557. "symfony"
  5558. ],
  5559. "time": "2020-04-04T19:56:08+00:00"
  5560. },
  5561. {
  5562. "name": "phar-io/manifest",
  5563. "version": "1.0.3",
  5564. "source": {
  5565. "type": "git",
  5566. "url": "https://github.com/phar-io/manifest.git",
  5567. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  5568. },
  5569. "dist": {
  5570. "type": "zip",
  5571. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  5572. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  5573. "shasum": "",
  5574. "mirrors": [
  5575. {
  5576. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5577. "preferred": true
  5578. }
  5579. ]
  5580. },
  5581. "require": {
  5582. "ext-dom": "*",
  5583. "ext-phar": "*",
  5584. "phar-io/version": "^2.0",
  5585. "php": "^5.6 || ^7.0"
  5586. },
  5587. "type": "library",
  5588. "extra": {
  5589. "branch-alias": {
  5590. "dev-master": "1.0.x-dev"
  5591. }
  5592. },
  5593. "autoload": {
  5594. "classmap": [
  5595. "src/"
  5596. ]
  5597. },
  5598. "notification-url": "https://packagist.org/downloads/",
  5599. "license": [
  5600. "BSD-3-Clause"
  5601. ],
  5602. "authors": [
  5603. {
  5604. "name": "Arne Blankerts",
  5605. "email": "arne@blankerts.de",
  5606. "role": "Developer"
  5607. },
  5608. {
  5609. "name": "Sebastian Heuer",
  5610. "email": "sebastian@phpeople.de",
  5611. "role": "Developer"
  5612. },
  5613. {
  5614. "name": "Sebastian Bergmann",
  5615. "email": "sebastian@phpunit.de",
  5616. "role": "Developer"
  5617. }
  5618. ],
  5619. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  5620. "time": "2018-07-08T19:23:20+00:00"
  5621. },
  5622. {
  5623. "name": "phar-io/version",
  5624. "version": "2.0.1",
  5625. "source": {
  5626. "type": "git",
  5627. "url": "https://github.com/phar-io/version.git",
  5628. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  5629. },
  5630. "dist": {
  5631. "type": "zip",
  5632. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  5633. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  5634. "shasum": "",
  5635. "mirrors": [
  5636. {
  5637. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5638. "preferred": true
  5639. }
  5640. ]
  5641. },
  5642. "require": {
  5643. "php": "^5.6 || ^7.0"
  5644. },
  5645. "type": "library",
  5646. "autoload": {
  5647. "classmap": [
  5648. "src/"
  5649. ]
  5650. },
  5651. "notification-url": "https://packagist.org/downloads/",
  5652. "license": [
  5653. "BSD-3-Clause"
  5654. ],
  5655. "authors": [
  5656. {
  5657. "name": "Arne Blankerts",
  5658. "email": "arne@blankerts.de",
  5659. "role": "Developer"
  5660. },
  5661. {
  5662. "name": "Sebastian Heuer",
  5663. "email": "sebastian@phpeople.de",
  5664. "role": "Developer"
  5665. },
  5666. {
  5667. "name": "Sebastian Bergmann",
  5668. "email": "sebastian@phpunit.de",
  5669. "role": "Developer"
  5670. }
  5671. ],
  5672. "description": "Library for handling version information and constraints",
  5673. "time": "2018-07-08T19:19:57+00:00"
  5674. },
  5675. {
  5676. "name": "phpdocumentor/reflection-common",
  5677. "version": "2.2.0",
  5678. "source": {
  5679. "type": "git",
  5680. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  5681. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  5682. },
  5683. "dist": {
  5684. "type": "zip",
  5685. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5686. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5687. "shasum": "",
  5688. "mirrors": [
  5689. {
  5690. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5691. "preferred": true
  5692. }
  5693. ]
  5694. },
  5695. "require": {
  5696. "php": "^7.2 || ^8.0"
  5697. },
  5698. "type": "library",
  5699. "extra": {
  5700. "branch-alias": {
  5701. "dev-2.x": "2.x-dev"
  5702. }
  5703. },
  5704. "autoload": {
  5705. "psr-4": {
  5706. "phpDocumentor\\Reflection\\": "src/"
  5707. }
  5708. },
  5709. "notification-url": "https://packagist.org/downloads/",
  5710. "license": [
  5711. "MIT"
  5712. ],
  5713. "authors": [
  5714. {
  5715. "name": "Jaap van Otterdijk",
  5716. "email": "opensource@ijaap.nl"
  5717. }
  5718. ],
  5719. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  5720. "homepage": "http://www.phpdoc.org",
  5721. "keywords": [
  5722. "FQSEN",
  5723. "phpDocumentor",
  5724. "phpdoc",
  5725. "reflection",
  5726. "static analysis"
  5727. ],
  5728. "time": "2020-06-27T09:03:43+00:00"
  5729. },
  5730. {
  5731. "name": "phpdocumentor/reflection-docblock",
  5732. "version": "5.2.0",
  5733. "source": {
  5734. "type": "git",
  5735. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5736. "reference": "3170448f5769fe19f456173d833734e0ff1b84df"
  5737. },
  5738. "dist": {
  5739. "type": "zip",
  5740. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df",
  5741. "reference": "3170448f5769fe19f456173d833734e0ff1b84df",
  5742. "shasum": "",
  5743. "mirrors": [
  5744. {
  5745. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5746. "preferred": true
  5747. }
  5748. ]
  5749. },
  5750. "require": {
  5751. "ext-filter": "*",
  5752. "php": "^7.2 || ^8.0",
  5753. "phpdocumentor/reflection-common": "^2.2",
  5754. "phpdocumentor/type-resolver": "^1.3",
  5755. "webmozart/assert": "^1.9.1"
  5756. },
  5757. "require-dev": {
  5758. "mockery/mockery": "~1.3.2"
  5759. },
  5760. "type": "library",
  5761. "extra": {
  5762. "branch-alias": {
  5763. "dev-master": "5.x-dev"
  5764. }
  5765. },
  5766. "autoload": {
  5767. "psr-4": {
  5768. "phpDocumentor\\Reflection\\": "src"
  5769. }
  5770. },
  5771. "notification-url": "https://packagist.org/downloads/",
  5772. "license": [
  5773. "MIT"
  5774. ],
  5775. "authors": [
  5776. {
  5777. "name": "Mike van Riel",
  5778. "email": "me@mikevanriel.com"
  5779. },
  5780. {
  5781. "name": "Jaap van Otterdijk",
  5782. "email": "account@ijaap.nl"
  5783. }
  5784. ],
  5785. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  5786. "time": "2020-07-20T20:05:34+00:00"
  5787. },
  5788. {
  5789. "name": "phpdocumentor/type-resolver",
  5790. "version": "1.3.0",
  5791. "source": {
  5792. "type": "git",
  5793. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  5794. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
  5795. },
  5796. "dist": {
  5797. "type": "zip",
  5798. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
  5799. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
  5800. "shasum": "",
  5801. "mirrors": [
  5802. {
  5803. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5804. "preferred": true
  5805. }
  5806. ]
  5807. },
  5808. "require": {
  5809. "php": "^7.2 || ^8.0",
  5810. "phpdocumentor/reflection-common": "^2.0"
  5811. },
  5812. "require-dev": {
  5813. "ext-tokenizer": "*"
  5814. },
  5815. "type": "library",
  5816. "extra": {
  5817. "branch-alias": {
  5818. "dev-1.x": "1.x-dev"
  5819. }
  5820. },
  5821. "autoload": {
  5822. "psr-4": {
  5823. "phpDocumentor\\Reflection\\": "src"
  5824. }
  5825. },
  5826. "notification-url": "https://packagist.org/downloads/",
  5827. "license": [
  5828. "MIT"
  5829. ],
  5830. "authors": [
  5831. {
  5832. "name": "Mike van Riel",
  5833. "email": "me@mikevanriel.com"
  5834. }
  5835. ],
  5836. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  5837. "time": "2020-06-27T10:12:23+00:00"
  5838. },
  5839. {
  5840. "name": "phpspec/prophecy",
  5841. "version": "1.11.1",
  5842. "source": {
  5843. "type": "git",
  5844. "url": "https://github.com/phpspec/prophecy.git",
  5845. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
  5846. },
  5847. "dist": {
  5848. "type": "zip",
  5849. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
  5850. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
  5851. "shasum": "",
  5852. "mirrors": [
  5853. {
  5854. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5855. "preferred": true
  5856. }
  5857. ]
  5858. },
  5859. "require": {
  5860. "doctrine/instantiator": "^1.2",
  5861. "php": "^7.2",
  5862. "phpdocumentor/reflection-docblock": "^5.0",
  5863. "sebastian/comparator": "^3.0 || ^4.0",
  5864. "sebastian/recursion-context": "^3.0 || ^4.0"
  5865. },
  5866. "require-dev": {
  5867. "phpspec/phpspec": "^6.0",
  5868. "phpunit/phpunit": "^8.0"
  5869. },
  5870. "type": "library",
  5871. "extra": {
  5872. "branch-alias": {
  5873. "dev-master": "1.11.x-dev"
  5874. }
  5875. },
  5876. "autoload": {
  5877. "psr-4": {
  5878. "Prophecy\\": "src/Prophecy"
  5879. }
  5880. },
  5881. "notification-url": "https://packagist.org/downloads/",
  5882. "license": [
  5883. "MIT"
  5884. ],
  5885. "authors": [
  5886. {
  5887. "name": "Konstantin Kudryashov",
  5888. "email": "ever.zet@gmail.com",
  5889. "homepage": "http://everzet.com"
  5890. },
  5891. {
  5892. "name": "Marcello Duarte",
  5893. "email": "marcello.duarte@gmail.com"
  5894. }
  5895. ],
  5896. "description": "Highly opinionated mocking framework for PHP 5.3+",
  5897. "homepage": "https://github.com/phpspec/prophecy",
  5898. "keywords": [
  5899. "Double",
  5900. "Dummy",
  5901. "fake",
  5902. "mock",
  5903. "spy",
  5904. "stub"
  5905. ],
  5906. "time": "2020-07-08T12:44:21+00:00"
  5907. },
  5908. {
  5909. "name": "phpunit/php-code-coverage",
  5910. "version": "7.0.10",
  5911. "source": {
  5912. "type": "git",
  5913. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  5914. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
  5915. },
  5916. "dist": {
  5917. "type": "zip",
  5918. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
  5919. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
  5920. "shasum": "",
  5921. "mirrors": [
  5922. {
  5923. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5924. "preferred": true
  5925. }
  5926. ]
  5927. },
  5928. "require": {
  5929. "ext-dom": "*",
  5930. "ext-xmlwriter": "*",
  5931. "php": "^7.2",
  5932. "phpunit/php-file-iterator": "^2.0.2",
  5933. "phpunit/php-text-template": "^1.2.1",
  5934. "phpunit/php-token-stream": "^3.1.1",
  5935. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  5936. "sebastian/environment": "^4.2.2",
  5937. "sebastian/version": "^2.0.1",
  5938. "theseer/tokenizer": "^1.1.3"
  5939. },
  5940. "require-dev": {
  5941. "phpunit/phpunit": "^8.2.2"
  5942. },
  5943. "suggest": {
  5944. "ext-xdebug": "^2.7.2"
  5945. },
  5946. "type": "library",
  5947. "extra": {
  5948. "branch-alias": {
  5949. "dev-master": "7.0-dev"
  5950. }
  5951. },
  5952. "autoload": {
  5953. "classmap": [
  5954. "src/"
  5955. ]
  5956. },
  5957. "notification-url": "https://packagist.org/downloads/",
  5958. "license": [
  5959. "BSD-3-Clause"
  5960. ],
  5961. "authors": [
  5962. {
  5963. "name": "Sebastian Bergmann",
  5964. "email": "sebastian@phpunit.de",
  5965. "role": "lead"
  5966. }
  5967. ],
  5968. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  5969. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  5970. "keywords": [
  5971. "coverage",
  5972. "testing",
  5973. "xunit"
  5974. ],
  5975. "time": "2019-11-20T13:55:58+00:00"
  5976. },
  5977. {
  5978. "name": "phpunit/php-file-iterator",
  5979. "version": "2.0.2",
  5980. "source": {
  5981. "type": "git",
  5982. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  5983. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  5984. },
  5985. "dist": {
  5986. "type": "zip",
  5987. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  5988. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  5989. "shasum": "",
  5990. "mirrors": [
  5991. {
  5992. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5993. "preferred": true
  5994. }
  5995. ]
  5996. },
  5997. "require": {
  5998. "php": "^7.1"
  5999. },
  6000. "require-dev": {
  6001. "phpunit/phpunit": "^7.1"
  6002. },
  6003. "type": "library",
  6004. "extra": {
  6005. "branch-alias": {
  6006. "dev-master": "2.0.x-dev"
  6007. }
  6008. },
  6009. "autoload": {
  6010. "classmap": [
  6011. "src/"
  6012. ]
  6013. },
  6014. "notification-url": "https://packagist.org/downloads/",
  6015. "license": [
  6016. "BSD-3-Clause"
  6017. ],
  6018. "authors": [
  6019. {
  6020. "name": "Sebastian Bergmann",
  6021. "email": "sebastian@phpunit.de",
  6022. "role": "lead"
  6023. }
  6024. ],
  6025. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  6026. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  6027. "keywords": [
  6028. "filesystem",
  6029. "iterator"
  6030. ],
  6031. "time": "2018-09-13T20:33:42+00:00"
  6032. },
  6033. {
  6034. "name": "phpunit/php-text-template",
  6035. "version": "1.2.1",
  6036. "source": {
  6037. "type": "git",
  6038. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  6039. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  6040. },
  6041. "dist": {
  6042. "type": "zip",
  6043. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  6044. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  6045. "shasum": "",
  6046. "mirrors": [
  6047. {
  6048. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6049. "preferred": true
  6050. }
  6051. ]
  6052. },
  6053. "require": {
  6054. "php": ">=5.3.3"
  6055. },
  6056. "type": "library",
  6057. "autoload": {
  6058. "classmap": [
  6059. "src/"
  6060. ]
  6061. },
  6062. "notification-url": "https://packagist.org/downloads/",
  6063. "license": [
  6064. "BSD-3-Clause"
  6065. ],
  6066. "authors": [
  6067. {
  6068. "name": "Sebastian Bergmann",
  6069. "email": "sebastian@phpunit.de",
  6070. "role": "lead"
  6071. }
  6072. ],
  6073. "description": "Simple template engine.",
  6074. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  6075. "keywords": [
  6076. "template"
  6077. ],
  6078. "time": "2015-06-21T13:50:34+00:00"
  6079. },
  6080. {
  6081. "name": "phpunit/php-timer",
  6082. "version": "2.1.2",
  6083. "source": {
  6084. "type": "git",
  6085. "url": "https://github.com/sebastianbergmann/php-timer.git",
  6086. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  6087. },
  6088. "dist": {
  6089. "type": "zip",
  6090. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  6091. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  6092. "shasum": "",
  6093. "mirrors": [
  6094. {
  6095. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6096. "preferred": true
  6097. }
  6098. ]
  6099. },
  6100. "require": {
  6101. "php": "^7.1"
  6102. },
  6103. "require-dev": {
  6104. "phpunit/phpunit": "^7.0"
  6105. },
  6106. "type": "library",
  6107. "extra": {
  6108. "branch-alias": {
  6109. "dev-master": "2.1-dev"
  6110. }
  6111. },
  6112. "autoload": {
  6113. "classmap": [
  6114. "src/"
  6115. ]
  6116. },
  6117. "notification-url": "https://packagist.org/downloads/",
  6118. "license": [
  6119. "BSD-3-Clause"
  6120. ],
  6121. "authors": [
  6122. {
  6123. "name": "Sebastian Bergmann",
  6124. "email": "sebastian@phpunit.de",
  6125. "role": "lead"
  6126. }
  6127. ],
  6128. "description": "Utility class for timing",
  6129. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  6130. "keywords": [
  6131. "timer"
  6132. ],
  6133. "time": "2019-06-07T04:22:29+00:00"
  6134. },
  6135. {
  6136. "name": "phpunit/php-token-stream",
  6137. "version": "3.1.1",
  6138. "source": {
  6139. "type": "git",
  6140. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  6141. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  6142. },
  6143. "dist": {
  6144. "type": "zip",
  6145. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  6146. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  6147. "shasum": "",
  6148. "mirrors": [
  6149. {
  6150. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6151. "preferred": true
  6152. }
  6153. ]
  6154. },
  6155. "require": {
  6156. "ext-tokenizer": "*",
  6157. "php": "^7.1"
  6158. },
  6159. "require-dev": {
  6160. "phpunit/phpunit": "^7.0"
  6161. },
  6162. "type": "library",
  6163. "extra": {
  6164. "branch-alias": {
  6165. "dev-master": "3.1-dev"
  6166. }
  6167. },
  6168. "autoload": {
  6169. "classmap": [
  6170. "src/"
  6171. ]
  6172. },
  6173. "notification-url": "https://packagist.org/downloads/",
  6174. "license": [
  6175. "BSD-3-Clause"
  6176. ],
  6177. "authors": [
  6178. {
  6179. "name": "Sebastian Bergmann",
  6180. "email": "sebastian@phpunit.de"
  6181. }
  6182. ],
  6183. "description": "Wrapper around PHP's tokenizer extension.",
  6184. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  6185. "keywords": [
  6186. "tokenizer"
  6187. ],
  6188. "time": "2019-09-17T06:23:10+00:00"
  6189. },
  6190. {
  6191. "name": "phpunit/phpunit",
  6192. "version": "8.5.8",
  6193. "source": {
  6194. "type": "git",
  6195. "url": "https://github.com/sebastianbergmann/phpunit.git",
  6196. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
  6197. },
  6198. "dist": {
  6199. "type": "zip",
  6200. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
  6201. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
  6202. "shasum": "",
  6203. "mirrors": [
  6204. {
  6205. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6206. "preferred": true
  6207. }
  6208. ]
  6209. },
  6210. "require": {
  6211. "doctrine/instantiator": "^1.2.0",
  6212. "ext-dom": "*",
  6213. "ext-json": "*",
  6214. "ext-libxml": "*",
  6215. "ext-mbstring": "*",
  6216. "ext-xml": "*",
  6217. "ext-xmlwriter": "*",
  6218. "myclabs/deep-copy": "^1.9.1",
  6219. "phar-io/manifest": "^1.0.3",
  6220. "phar-io/version": "^2.0.1",
  6221. "php": "^7.2",
  6222. "phpspec/prophecy": "^1.8.1",
  6223. "phpunit/php-code-coverage": "^7.0.7",
  6224. "phpunit/php-file-iterator": "^2.0.2",
  6225. "phpunit/php-text-template": "^1.2.1",
  6226. "phpunit/php-timer": "^2.1.2",
  6227. "sebastian/comparator": "^3.0.2",
  6228. "sebastian/diff": "^3.0.2",
  6229. "sebastian/environment": "^4.2.2",
  6230. "sebastian/exporter": "^3.1.1",
  6231. "sebastian/global-state": "^3.0.0",
  6232. "sebastian/object-enumerator": "^3.0.3",
  6233. "sebastian/resource-operations": "^2.0.1",
  6234. "sebastian/type": "^1.1.3",
  6235. "sebastian/version": "^2.0.1"
  6236. },
  6237. "require-dev": {
  6238. "ext-pdo": "*"
  6239. },
  6240. "suggest": {
  6241. "ext-soap": "*",
  6242. "ext-xdebug": "*",
  6243. "phpunit/php-invoker": "^2.0.0"
  6244. },
  6245. "bin": [
  6246. "phpunit"
  6247. ],
  6248. "type": "library",
  6249. "extra": {
  6250. "branch-alias": {
  6251. "dev-master": "8.5-dev"
  6252. }
  6253. },
  6254. "autoload": {
  6255. "classmap": [
  6256. "src/"
  6257. ]
  6258. },
  6259. "notification-url": "https://packagist.org/downloads/",
  6260. "license": [
  6261. "BSD-3-Clause"
  6262. ],
  6263. "authors": [
  6264. {
  6265. "name": "Sebastian Bergmann",
  6266. "email": "sebastian@phpunit.de",
  6267. "role": "lead"
  6268. }
  6269. ],
  6270. "description": "The PHP Unit Testing framework.",
  6271. "homepage": "https://phpunit.de/",
  6272. "keywords": [
  6273. "phpunit",
  6274. "testing",
  6275. "xunit"
  6276. ],
  6277. "time": "2020-06-22T07:06:58+00:00"
  6278. },
  6279. {
  6280. "name": "scrivo/highlight.php",
  6281. "version": "v9.18.1.1",
  6282. "source": {
  6283. "type": "git",
  6284. "url": "https://github.com/scrivo/highlight.php.git",
  6285. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558"
  6286. },
  6287. "dist": {
  6288. "type": "zip",
  6289. "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558",
  6290. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558",
  6291. "shasum": "",
  6292. "mirrors": [
  6293. {
  6294. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6295. "preferred": true
  6296. }
  6297. ]
  6298. },
  6299. "require": {
  6300. "ext-json": "*",
  6301. "ext-mbstring": "*",
  6302. "php": ">=5.4"
  6303. },
  6304. "require-dev": {
  6305. "phpunit/phpunit": "^4.8|^5.7",
  6306. "sabberworm/php-css-parser": "^8.3",
  6307. "symfony/finder": "^2.8|^3.4",
  6308. "symfony/var-dumper": "^2.8|^3.4"
  6309. },
  6310. "suggest": {
  6311. "ext-dom": "Needed to make use of the features in the utilities namespace"
  6312. },
  6313. "type": "library",
  6314. "autoload": {
  6315. "psr-0": {
  6316. "Highlight\\": "",
  6317. "HighlightUtilities\\": ""
  6318. },
  6319. "files": [
  6320. "HighlightUtilities/functions.php"
  6321. ]
  6322. },
  6323. "notification-url": "https://packagist.org/downloads/",
  6324. "license": [
  6325. "BSD-3-Clause"
  6326. ],
  6327. "authors": [
  6328. {
  6329. "name": "Geert Bergman",
  6330. "homepage": "http://www.scrivo.org/",
  6331. "role": "Project Author"
  6332. },
  6333. {
  6334. "name": "Vladimir Jimenez",
  6335. "homepage": "https://allejo.io",
  6336. "role": "Maintainer"
  6337. },
  6338. {
  6339. "name": "Martin Folkers",
  6340. "homepage": "https://twobrain.io",
  6341. "role": "Contributor"
  6342. }
  6343. ],
  6344. "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
  6345. "keywords": [
  6346. "code",
  6347. "highlight",
  6348. "highlight.js",
  6349. "highlight.php",
  6350. "syntax"
  6351. ],
  6352. "time": "2020-03-02T05:59:21+00:00"
  6353. },
  6354. {
  6355. "name": "sebastian/code-unit-reverse-lookup",
  6356. "version": "1.0.1",
  6357. "source": {
  6358. "type": "git",
  6359. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  6360. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  6361. },
  6362. "dist": {
  6363. "type": "zip",
  6364. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  6365. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  6366. "shasum": "",
  6367. "mirrors": [
  6368. {
  6369. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6370. "preferred": true
  6371. }
  6372. ]
  6373. },
  6374. "require": {
  6375. "php": "^5.6 || ^7.0"
  6376. },
  6377. "require-dev": {
  6378. "phpunit/phpunit": "^5.7 || ^6.0"
  6379. },
  6380. "type": "library",
  6381. "extra": {
  6382. "branch-alias": {
  6383. "dev-master": "1.0.x-dev"
  6384. }
  6385. },
  6386. "autoload": {
  6387. "classmap": [
  6388. "src/"
  6389. ]
  6390. },
  6391. "notification-url": "https://packagist.org/downloads/",
  6392. "license": [
  6393. "BSD-3-Clause"
  6394. ],
  6395. "authors": [
  6396. {
  6397. "name": "Sebastian Bergmann",
  6398. "email": "sebastian@phpunit.de"
  6399. }
  6400. ],
  6401. "description": "Looks up which function or method a line of code belongs to",
  6402. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  6403. "time": "2017-03-04T06:30:41+00:00"
  6404. },
  6405. {
  6406. "name": "sebastian/comparator",
  6407. "version": "3.0.2",
  6408. "source": {
  6409. "type": "git",
  6410. "url": "https://github.com/sebastianbergmann/comparator.git",
  6411. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  6412. },
  6413. "dist": {
  6414. "type": "zip",
  6415. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  6416. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  6417. "shasum": "",
  6418. "mirrors": [
  6419. {
  6420. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6421. "preferred": true
  6422. }
  6423. ]
  6424. },
  6425. "require": {
  6426. "php": "^7.1",
  6427. "sebastian/diff": "^3.0",
  6428. "sebastian/exporter": "^3.1"
  6429. },
  6430. "require-dev": {
  6431. "phpunit/phpunit": "^7.1"
  6432. },
  6433. "type": "library",
  6434. "extra": {
  6435. "branch-alias": {
  6436. "dev-master": "3.0-dev"
  6437. }
  6438. },
  6439. "autoload": {
  6440. "classmap": [
  6441. "src/"
  6442. ]
  6443. },
  6444. "notification-url": "https://packagist.org/downloads/",
  6445. "license": [
  6446. "BSD-3-Clause"
  6447. ],
  6448. "authors": [
  6449. {
  6450. "name": "Jeff Welch",
  6451. "email": "whatthejeff@gmail.com"
  6452. },
  6453. {
  6454. "name": "Volker Dusch",
  6455. "email": "github@wallbash.com"
  6456. },
  6457. {
  6458. "name": "Bernhard Schussek",
  6459. "email": "bschussek@2bepublished.at"
  6460. },
  6461. {
  6462. "name": "Sebastian Bergmann",
  6463. "email": "sebastian@phpunit.de"
  6464. }
  6465. ],
  6466. "description": "Provides the functionality to compare PHP values for equality",
  6467. "homepage": "https://github.com/sebastianbergmann/comparator",
  6468. "keywords": [
  6469. "comparator",
  6470. "compare",
  6471. "equality"
  6472. ],
  6473. "time": "2018-07-12T15:12:46+00:00"
  6474. },
  6475. {
  6476. "name": "sebastian/diff",
  6477. "version": "3.0.2",
  6478. "source": {
  6479. "type": "git",
  6480. "url": "https://github.com/sebastianbergmann/diff.git",
  6481. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  6482. },
  6483. "dist": {
  6484. "type": "zip",
  6485. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  6486. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  6487. "shasum": "",
  6488. "mirrors": [
  6489. {
  6490. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6491. "preferred": true
  6492. }
  6493. ]
  6494. },
  6495. "require": {
  6496. "php": "^7.1"
  6497. },
  6498. "require-dev": {
  6499. "phpunit/phpunit": "^7.5 || ^8.0",
  6500. "symfony/process": "^2 || ^3.3 || ^4"
  6501. },
  6502. "type": "library",
  6503. "extra": {
  6504. "branch-alias": {
  6505. "dev-master": "3.0-dev"
  6506. }
  6507. },
  6508. "autoload": {
  6509. "classmap": [
  6510. "src/"
  6511. ]
  6512. },
  6513. "notification-url": "https://packagist.org/downloads/",
  6514. "license": [
  6515. "BSD-3-Clause"
  6516. ],
  6517. "authors": [
  6518. {
  6519. "name": "Kore Nordmann",
  6520. "email": "mail@kore-nordmann.de"
  6521. },
  6522. {
  6523. "name": "Sebastian Bergmann",
  6524. "email": "sebastian@phpunit.de"
  6525. }
  6526. ],
  6527. "description": "Diff implementation",
  6528. "homepage": "https://github.com/sebastianbergmann/diff",
  6529. "keywords": [
  6530. "diff",
  6531. "udiff",
  6532. "unidiff",
  6533. "unified diff"
  6534. ],
  6535. "time": "2019-02-04T06:01:07+00:00"
  6536. },
  6537. {
  6538. "name": "sebastian/environment",
  6539. "version": "4.2.3",
  6540. "source": {
  6541. "type": "git",
  6542. "url": "https://github.com/sebastianbergmann/environment.git",
  6543. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  6544. },
  6545. "dist": {
  6546. "type": "zip",
  6547. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  6548. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  6549. "shasum": "",
  6550. "mirrors": [
  6551. {
  6552. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6553. "preferred": true
  6554. }
  6555. ]
  6556. },
  6557. "require": {
  6558. "php": "^7.1"
  6559. },
  6560. "require-dev": {
  6561. "phpunit/phpunit": "^7.5"
  6562. },
  6563. "suggest": {
  6564. "ext-posix": "*"
  6565. },
  6566. "type": "library",
  6567. "extra": {
  6568. "branch-alias": {
  6569. "dev-master": "4.2-dev"
  6570. }
  6571. },
  6572. "autoload": {
  6573. "classmap": [
  6574. "src/"
  6575. ]
  6576. },
  6577. "notification-url": "https://packagist.org/downloads/",
  6578. "license": [
  6579. "BSD-3-Clause"
  6580. ],
  6581. "authors": [
  6582. {
  6583. "name": "Sebastian Bergmann",
  6584. "email": "sebastian@phpunit.de"
  6585. }
  6586. ],
  6587. "description": "Provides functionality to handle HHVM/PHP environments",
  6588. "homepage": "http://www.github.com/sebastianbergmann/environment",
  6589. "keywords": [
  6590. "Xdebug",
  6591. "environment",
  6592. "hhvm"
  6593. ],
  6594. "time": "2019-11-20T08:46:58+00:00"
  6595. },
  6596. {
  6597. "name": "sebastian/exporter",
  6598. "version": "3.1.2",
  6599. "source": {
  6600. "type": "git",
  6601. "url": "https://github.com/sebastianbergmann/exporter.git",
  6602. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  6603. },
  6604. "dist": {
  6605. "type": "zip",
  6606. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  6607. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  6608. "shasum": "",
  6609. "mirrors": [
  6610. {
  6611. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6612. "preferred": true
  6613. }
  6614. ]
  6615. },
  6616. "require": {
  6617. "php": "^7.0",
  6618. "sebastian/recursion-context": "^3.0"
  6619. },
  6620. "require-dev": {
  6621. "ext-mbstring": "*",
  6622. "phpunit/phpunit": "^6.0"
  6623. },
  6624. "type": "library",
  6625. "extra": {
  6626. "branch-alias": {
  6627. "dev-master": "3.1.x-dev"
  6628. }
  6629. },
  6630. "autoload": {
  6631. "classmap": [
  6632. "src/"
  6633. ]
  6634. },
  6635. "notification-url": "https://packagist.org/downloads/",
  6636. "license": [
  6637. "BSD-3-Clause"
  6638. ],
  6639. "authors": [
  6640. {
  6641. "name": "Sebastian Bergmann",
  6642. "email": "sebastian@phpunit.de"
  6643. },
  6644. {
  6645. "name": "Jeff Welch",
  6646. "email": "whatthejeff@gmail.com"
  6647. },
  6648. {
  6649. "name": "Volker Dusch",
  6650. "email": "github@wallbash.com"
  6651. },
  6652. {
  6653. "name": "Adam Harvey",
  6654. "email": "aharvey@php.net"
  6655. },
  6656. {
  6657. "name": "Bernhard Schussek",
  6658. "email": "bschussek@gmail.com"
  6659. }
  6660. ],
  6661. "description": "Provides the functionality to export PHP variables for visualization",
  6662. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  6663. "keywords": [
  6664. "export",
  6665. "exporter"
  6666. ],
  6667. "time": "2019-09-14T09:02:43+00:00"
  6668. },
  6669. {
  6670. "name": "sebastian/global-state",
  6671. "version": "3.0.0",
  6672. "source": {
  6673. "type": "git",
  6674. "url": "https://github.com/sebastianbergmann/global-state.git",
  6675. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
  6676. },
  6677. "dist": {
  6678. "type": "zip",
  6679. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  6680. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  6681. "shasum": "",
  6682. "mirrors": [
  6683. {
  6684. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6685. "preferred": true
  6686. }
  6687. ]
  6688. },
  6689. "require": {
  6690. "php": "^7.2",
  6691. "sebastian/object-reflector": "^1.1.1",
  6692. "sebastian/recursion-context": "^3.0"
  6693. },
  6694. "require-dev": {
  6695. "ext-dom": "*",
  6696. "phpunit/phpunit": "^8.0"
  6697. },
  6698. "suggest": {
  6699. "ext-uopz": "*"
  6700. },
  6701. "type": "library",
  6702. "extra": {
  6703. "branch-alias": {
  6704. "dev-master": "3.0-dev"
  6705. }
  6706. },
  6707. "autoload": {
  6708. "classmap": [
  6709. "src/"
  6710. ]
  6711. },
  6712. "notification-url": "https://packagist.org/downloads/",
  6713. "license": [
  6714. "BSD-3-Clause"
  6715. ],
  6716. "authors": [
  6717. {
  6718. "name": "Sebastian Bergmann",
  6719. "email": "sebastian@phpunit.de"
  6720. }
  6721. ],
  6722. "description": "Snapshotting of global state",
  6723. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  6724. "keywords": [
  6725. "global state"
  6726. ],
  6727. "time": "2019-02-01T05:30:01+00:00"
  6728. },
  6729. {
  6730. "name": "sebastian/object-enumerator",
  6731. "version": "3.0.3",
  6732. "source": {
  6733. "type": "git",
  6734. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  6735. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  6736. },
  6737. "dist": {
  6738. "type": "zip",
  6739. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  6740. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  6741. "shasum": "",
  6742. "mirrors": [
  6743. {
  6744. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6745. "preferred": true
  6746. }
  6747. ]
  6748. },
  6749. "require": {
  6750. "php": "^7.0",
  6751. "sebastian/object-reflector": "^1.1.1",
  6752. "sebastian/recursion-context": "^3.0"
  6753. },
  6754. "require-dev": {
  6755. "phpunit/phpunit": "^6.0"
  6756. },
  6757. "type": "library",
  6758. "extra": {
  6759. "branch-alias": {
  6760. "dev-master": "3.0.x-dev"
  6761. }
  6762. },
  6763. "autoload": {
  6764. "classmap": [
  6765. "src/"
  6766. ]
  6767. },
  6768. "notification-url": "https://packagist.org/downloads/",
  6769. "license": [
  6770. "BSD-3-Clause"
  6771. ],
  6772. "authors": [
  6773. {
  6774. "name": "Sebastian Bergmann",
  6775. "email": "sebastian@phpunit.de"
  6776. }
  6777. ],
  6778. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  6779. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  6780. "time": "2017-08-03T12:35:26+00:00"
  6781. },
  6782. {
  6783. "name": "sebastian/object-reflector",
  6784. "version": "1.1.1",
  6785. "source": {
  6786. "type": "git",
  6787. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  6788. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  6789. },
  6790. "dist": {
  6791. "type": "zip",
  6792. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  6793. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  6794. "shasum": "",
  6795. "mirrors": [
  6796. {
  6797. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6798. "preferred": true
  6799. }
  6800. ]
  6801. },
  6802. "require": {
  6803. "php": "^7.0"
  6804. },
  6805. "require-dev": {
  6806. "phpunit/phpunit": "^6.0"
  6807. },
  6808. "type": "library",
  6809. "extra": {
  6810. "branch-alias": {
  6811. "dev-master": "1.1-dev"
  6812. }
  6813. },
  6814. "autoload": {
  6815. "classmap": [
  6816. "src/"
  6817. ]
  6818. },
  6819. "notification-url": "https://packagist.org/downloads/",
  6820. "license": [
  6821. "BSD-3-Clause"
  6822. ],
  6823. "authors": [
  6824. {
  6825. "name": "Sebastian Bergmann",
  6826. "email": "sebastian@phpunit.de"
  6827. }
  6828. ],
  6829. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  6830. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  6831. "time": "2017-03-29T09:07:27+00:00"
  6832. },
  6833. {
  6834. "name": "sebastian/recursion-context",
  6835. "version": "3.0.0",
  6836. "source": {
  6837. "type": "git",
  6838. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  6839. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  6840. },
  6841. "dist": {
  6842. "type": "zip",
  6843. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  6844. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  6845. "shasum": "",
  6846. "mirrors": [
  6847. {
  6848. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6849. "preferred": true
  6850. }
  6851. ]
  6852. },
  6853. "require": {
  6854. "php": "^7.0"
  6855. },
  6856. "require-dev": {
  6857. "phpunit/phpunit": "^6.0"
  6858. },
  6859. "type": "library",
  6860. "extra": {
  6861. "branch-alias": {
  6862. "dev-master": "3.0.x-dev"
  6863. }
  6864. },
  6865. "autoload": {
  6866. "classmap": [
  6867. "src/"
  6868. ]
  6869. },
  6870. "notification-url": "https://packagist.org/downloads/",
  6871. "license": [
  6872. "BSD-3-Clause"
  6873. ],
  6874. "authors": [
  6875. {
  6876. "name": "Jeff Welch",
  6877. "email": "whatthejeff@gmail.com"
  6878. },
  6879. {
  6880. "name": "Sebastian Bergmann",
  6881. "email": "sebastian@phpunit.de"
  6882. },
  6883. {
  6884. "name": "Adam Harvey",
  6885. "email": "aharvey@php.net"
  6886. }
  6887. ],
  6888. "description": "Provides functionality to recursively process PHP variables",
  6889. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  6890. "time": "2017-03-03T06:23:57+00:00"
  6891. },
  6892. {
  6893. "name": "sebastian/resource-operations",
  6894. "version": "2.0.1",
  6895. "source": {
  6896. "type": "git",
  6897. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  6898. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  6899. },
  6900. "dist": {
  6901. "type": "zip",
  6902. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  6903. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  6904. "shasum": "",
  6905. "mirrors": [
  6906. {
  6907. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6908. "preferred": true
  6909. }
  6910. ]
  6911. },
  6912. "require": {
  6913. "php": "^7.1"
  6914. },
  6915. "type": "library",
  6916. "extra": {
  6917. "branch-alias": {
  6918. "dev-master": "2.0-dev"
  6919. }
  6920. },
  6921. "autoload": {
  6922. "classmap": [
  6923. "src/"
  6924. ]
  6925. },
  6926. "notification-url": "https://packagist.org/downloads/",
  6927. "license": [
  6928. "BSD-3-Clause"
  6929. ],
  6930. "authors": [
  6931. {
  6932. "name": "Sebastian Bergmann",
  6933. "email": "sebastian@phpunit.de"
  6934. }
  6935. ],
  6936. "description": "Provides a list of PHP built-in functions that operate on resources",
  6937. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  6938. "time": "2018-10-04T04:07:39+00:00"
  6939. },
  6940. {
  6941. "name": "sebastian/type",
  6942. "version": "1.1.3",
  6943. "source": {
  6944. "type": "git",
  6945. "url": "https://github.com/sebastianbergmann/type.git",
  6946. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
  6947. },
  6948. "dist": {
  6949. "type": "zip",
  6950. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
  6951. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
  6952. "shasum": "",
  6953. "mirrors": [
  6954. {
  6955. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6956. "preferred": true
  6957. }
  6958. ]
  6959. },
  6960. "require": {
  6961. "php": "^7.2"
  6962. },
  6963. "require-dev": {
  6964. "phpunit/phpunit": "^8.2"
  6965. },
  6966. "type": "library",
  6967. "extra": {
  6968. "branch-alias": {
  6969. "dev-master": "1.1-dev"
  6970. }
  6971. },
  6972. "autoload": {
  6973. "classmap": [
  6974. "src/"
  6975. ]
  6976. },
  6977. "notification-url": "https://packagist.org/downloads/",
  6978. "license": [
  6979. "BSD-3-Clause"
  6980. ],
  6981. "authors": [
  6982. {
  6983. "name": "Sebastian Bergmann",
  6984. "email": "sebastian@phpunit.de",
  6985. "role": "lead"
  6986. }
  6987. ],
  6988. "description": "Collection of value objects that represent the types of the PHP type system",
  6989. "homepage": "https://github.com/sebastianbergmann/type",
  6990. "time": "2019-07-02T08:10:15+00:00"
  6991. },
  6992. {
  6993. "name": "sebastian/version",
  6994. "version": "2.0.1",
  6995. "source": {
  6996. "type": "git",
  6997. "url": "https://github.com/sebastianbergmann/version.git",
  6998. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  6999. },
  7000. "dist": {
  7001. "type": "zip",
  7002. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  7003. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  7004. "shasum": "",
  7005. "mirrors": [
  7006. {
  7007. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7008. "preferred": true
  7009. }
  7010. ]
  7011. },
  7012. "require": {
  7013. "php": ">=5.6"
  7014. },
  7015. "type": "library",
  7016. "extra": {
  7017. "branch-alias": {
  7018. "dev-master": "2.0.x-dev"
  7019. }
  7020. },
  7021. "autoload": {
  7022. "classmap": [
  7023. "src/"
  7024. ]
  7025. },
  7026. "notification-url": "https://packagist.org/downloads/",
  7027. "license": [
  7028. "BSD-3-Clause"
  7029. ],
  7030. "authors": [
  7031. {
  7032. "name": "Sebastian Bergmann",
  7033. "email": "sebastian@phpunit.de",
  7034. "role": "lead"
  7035. }
  7036. ],
  7037. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  7038. "homepage": "https://github.com/sebastianbergmann/version",
  7039. "time": "2016-10-03T07:35:21+00:00"
  7040. },
  7041. {
  7042. "name": "theseer/tokenizer",
  7043. "version": "1.2.0",
  7044. "source": {
  7045. "type": "git",
  7046. "url": "https://github.com/theseer/tokenizer.git",
  7047. "reference": "75a63c33a8577608444246075ea0af0d052e452a"
  7048. },
  7049. "dist": {
  7050. "type": "zip",
  7051. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
  7052. "reference": "75a63c33a8577608444246075ea0af0d052e452a",
  7053. "shasum": "",
  7054. "mirrors": [
  7055. {
  7056. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7057. "preferred": true
  7058. }
  7059. ]
  7060. },
  7061. "require": {
  7062. "ext-dom": "*",
  7063. "ext-tokenizer": "*",
  7064. "ext-xmlwriter": "*",
  7065. "php": "^7.2 || ^8.0"
  7066. },
  7067. "type": "library",
  7068. "autoload": {
  7069. "classmap": [
  7070. "src/"
  7071. ]
  7072. },
  7073. "notification-url": "https://packagist.org/downloads/",
  7074. "license": [
  7075. "BSD-3-Clause"
  7076. ],
  7077. "authors": [
  7078. {
  7079. "name": "Arne Blankerts",
  7080. "email": "arne@blankerts.de",
  7081. "role": "Developer"
  7082. }
  7083. ],
  7084. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  7085. "time": "2020-07-12T23:59:07+00:00"
  7086. },
  7087. {
  7088. "name": "webmozart/assert",
  7089. "version": "1.9.1",
  7090. "source": {
  7091. "type": "git",
  7092. "url": "https://github.com/webmozart/assert.git",
  7093. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  7094. },
  7095. "dist": {
  7096. "type": "zip",
  7097. "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  7098. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  7099. "shasum": "",
  7100. "mirrors": [
  7101. {
  7102. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7103. "preferred": true
  7104. }
  7105. ]
  7106. },
  7107. "require": {
  7108. "php": "^5.3.3 || ^7.0 || ^8.0",
  7109. "symfony/polyfill-ctype": "^1.8"
  7110. },
  7111. "conflict": {
  7112. "phpstan/phpstan": "<0.12.20",
  7113. "vimeo/psalm": "<3.9.1"
  7114. },
  7115. "require-dev": {
  7116. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  7117. },
  7118. "type": "library",
  7119. "autoload": {
  7120. "psr-4": {
  7121. "Webmozart\\Assert\\": "src/"
  7122. }
  7123. },
  7124. "notification-url": "https://packagist.org/downloads/",
  7125. "license": [
  7126. "MIT"
  7127. ],
  7128. "authors": [
  7129. {
  7130. "name": "Bernhard Schussek",
  7131. "email": "bschussek@gmail.com"
  7132. }
  7133. ],
  7134. "description": "Assertions to validate method input/output with nice error messages.",
  7135. "keywords": [
  7136. "assert",
  7137. "check",
  7138. "validate"
  7139. ],
  7140. "time": "2020-07-08T17:02:28+00:00"
  7141. }
  7142. ],
  7143. "aliases": [],
  7144. "minimum-stability": "dev",
  7145. "stability-flags": [],
  7146. "prefer-stable": true,
  7147. "prefer-lowest": false,
  7148. "platform": {
  7149. "php": "^7.2.5"
  7150. },
  7151. "platform-dev": []
  7152. }