composer.lock 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  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": "a7bc80d4b7f1c019b3006b02e3589bc3",
  8. "packages": [
  9. {
  10. "name": "doctrine/inflector",
  11. "version": "v1.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/inflector.git",
  15. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  20. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": "^7.1"
  31. },
  32. "require-dev": {
  33. "phpunit/phpunit": "^6.2"
  34. },
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.3.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-4": {
  43. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Roman Borschel",
  53. "email": "roman@code-factory.org"
  54. },
  55. {
  56. "name": "Benjamin Eberlei",
  57. "email": "kontakt@beberlei.de"
  58. },
  59. {
  60. "name": "Guilherme Blanco",
  61. "email": "guilhermeblanco@gmail.com"
  62. },
  63. {
  64. "name": "Jonathan Wage",
  65. "email": "jonwage@gmail.com"
  66. },
  67. {
  68. "name": "Johannes Schmitt",
  69. "email": "schmittjoh@gmail.com"
  70. }
  71. ],
  72. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  73. "homepage": "http://www.doctrine-project.org",
  74. "keywords": [
  75. "inflection",
  76. "pluralize",
  77. "singularize",
  78. "string"
  79. ],
  80. "time": "2018-01-09T20:05:19+00:00"
  81. },
  82. {
  83. "name": "illuminate/container",
  84. "version": "v5.8.24",
  85. "source": {
  86. "type": "git",
  87. "url": "https://github.com/illuminate/container.git",
  88. "reference": "9405989993a48c2cd50ad1e5b2b08a33383c3807"
  89. },
  90. "dist": {
  91. "type": "zip",
  92. "url": "https://api.github.com/repos/illuminate/container/zipball/9405989993a48c2cd50ad1e5b2b08a33383c3807",
  93. "reference": "9405989993a48c2cd50ad1e5b2b08a33383c3807",
  94. "shasum": "",
  95. "mirrors": [
  96. {
  97. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  98. "preferred": true
  99. }
  100. ]
  101. },
  102. "require": {
  103. "illuminate/contracts": "5.8.*",
  104. "illuminate/support": "5.8.*",
  105. "php": "^7.1.3",
  106. "psr/container": "^1.0"
  107. },
  108. "type": "library",
  109. "extra": {
  110. "branch-alias": {
  111. "dev-master": "5.8-dev"
  112. }
  113. },
  114. "autoload": {
  115. "psr-4": {
  116. "Illuminate\\Container\\": ""
  117. }
  118. },
  119. "notification-url": "https://packagist.org/downloads/",
  120. "license": [
  121. "MIT"
  122. ],
  123. "authors": [
  124. {
  125. "name": "Taylor Otwell",
  126. "email": "taylor@laravel.com"
  127. }
  128. ],
  129. "description": "The Illuminate Container package.",
  130. "homepage": "https://laravel.com",
  131. "time": "2019-04-22T13:12:35+00:00"
  132. },
  133. {
  134. "name": "illuminate/contracts",
  135. "version": "v5.8.24",
  136. "source": {
  137. "type": "git",
  138. "url": "https://github.com/illuminate/contracts.git",
  139. "reference": "33b4e0ffb89eb2216c764235c9e95fed1f3fab82"
  140. },
  141. "dist": {
  142. "type": "zip",
  143. "url": "https://api.github.com/repos/illuminate/contracts/zipball/33b4e0ffb89eb2216c764235c9e95fed1f3fab82",
  144. "reference": "33b4e0ffb89eb2216c764235c9e95fed1f3fab82",
  145. "shasum": "",
  146. "mirrors": [
  147. {
  148. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  149. "preferred": true
  150. }
  151. ]
  152. },
  153. "require": {
  154. "php": "^7.1.3",
  155. "psr/container": "^1.0",
  156. "psr/simple-cache": "^1.0"
  157. },
  158. "type": "library",
  159. "extra": {
  160. "branch-alias": {
  161. "dev-master": "5.8-dev"
  162. }
  163. },
  164. "autoload": {
  165. "psr-4": {
  166. "Illuminate\\Contracts\\": ""
  167. }
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "Taylor Otwell",
  176. "email": "taylor@laravel.com"
  177. }
  178. ],
  179. "description": "The Illuminate Contracts package.",
  180. "homepage": "https://laravel.com",
  181. "time": "2019-06-11T14:00:26+00:00"
  182. },
  183. {
  184. "name": "illuminate/database",
  185. "version": "v5.8.24",
  186. "source": {
  187. "type": "git",
  188. "url": "https://github.com/illuminate/database.git",
  189. "reference": "12d54c516df34c668c55a4636f7a3c921ada9c4d"
  190. },
  191. "dist": {
  192. "type": "zip",
  193. "url": "https://api.github.com/repos/illuminate/database/zipball/12d54c516df34c668c55a4636f7a3c921ada9c4d",
  194. "reference": "12d54c516df34c668c55a4636f7a3c921ada9c4d",
  195. "shasum": "",
  196. "mirrors": [
  197. {
  198. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  199. "preferred": true
  200. }
  201. ]
  202. },
  203. "require": {
  204. "ext-json": "*",
  205. "illuminate/container": "5.8.*",
  206. "illuminate/contracts": "5.8.*",
  207. "illuminate/support": "5.8.*",
  208. "php": "^7.1.3"
  209. },
  210. "suggest": {
  211. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
  212. "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
  213. "illuminate/console": "Required to use the database commands (5.8.*).",
  214. "illuminate/events": "Required to use the observers with Eloquent (5.8.*).",
  215. "illuminate/filesystem": "Required to use the migrations (5.8.*).",
  216. "illuminate/pagination": "Required to paginate the result set (5.8.*)."
  217. },
  218. "type": "library",
  219. "extra": {
  220. "branch-alias": {
  221. "dev-master": "5.8-dev"
  222. }
  223. },
  224. "autoload": {
  225. "psr-4": {
  226. "Illuminate\\Database\\": ""
  227. }
  228. },
  229. "notification-url": "https://packagist.org/downloads/",
  230. "license": [
  231. "MIT"
  232. ],
  233. "authors": [
  234. {
  235. "name": "Taylor Otwell",
  236. "email": "taylor@laravel.com"
  237. }
  238. ],
  239. "description": "The Illuminate Database package.",
  240. "homepage": "https://laravel.com",
  241. "keywords": [
  242. "database",
  243. "laravel",
  244. "orm",
  245. "sql"
  246. ],
  247. "time": "2019-06-16T20:03:32+00:00"
  248. },
  249. {
  250. "name": "illuminate/support",
  251. "version": "v5.8.24",
  252. "source": {
  253. "type": "git",
  254. "url": "https://github.com/illuminate/support.git",
  255. "reference": "b05653f5ecce996734d3facd06a81aff504b6a2f"
  256. },
  257. "dist": {
  258. "type": "zip",
  259. "url": "https://api.github.com/repos/illuminate/support/zipball/b05653f5ecce996734d3facd06a81aff504b6a2f",
  260. "reference": "b05653f5ecce996734d3facd06a81aff504b6a2f",
  261. "shasum": "",
  262. "mirrors": [
  263. {
  264. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  265. "preferred": true
  266. }
  267. ]
  268. },
  269. "require": {
  270. "doctrine/inflector": "^1.1",
  271. "ext-json": "*",
  272. "ext-mbstring": "*",
  273. "illuminate/contracts": "5.8.*",
  274. "nesbot/carbon": "^1.26.3 || ^2.0",
  275. "php": "^7.1.3"
  276. },
  277. "conflict": {
  278. "tightenco/collect": "<5.5.33"
  279. },
  280. "suggest": {
  281. "illuminate/filesystem": "Required to use the composer class (5.8.*).",
  282. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  283. "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
  284. "symfony/process": "Required to use the composer class (^4.2).",
  285. "symfony/var-dumper": "Required to use the dd function (^4.2).",
  286. "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
  287. },
  288. "type": "library",
  289. "extra": {
  290. "branch-alias": {
  291. "dev-master": "5.8-dev"
  292. }
  293. },
  294. "autoload": {
  295. "psr-4": {
  296. "Illuminate\\Support\\": ""
  297. },
  298. "files": [
  299. "helpers.php"
  300. ]
  301. },
  302. "notification-url": "https://packagist.org/downloads/",
  303. "license": [
  304. "MIT"
  305. ],
  306. "authors": [
  307. {
  308. "name": "Taylor Otwell",
  309. "email": "taylor@laravel.com"
  310. }
  311. ],
  312. "description": "The Illuminate Support package.",
  313. "homepage": "https://laravel.com",
  314. "time": "2019-06-19T14:12:17+00:00"
  315. },
  316. {
  317. "name": "nesbot/carbon",
  318. "version": "2.20.0",
  319. "source": {
  320. "type": "git",
  321. "url": "https://github.com/briannesbitt/Carbon.git",
  322. "reference": "bc671b896c276795fad8426b0aa24e8ade0f2498"
  323. },
  324. "dist": {
  325. "type": "zip",
  326. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bc671b896c276795fad8426b0aa24e8ade0f2498",
  327. "reference": "bc671b896c276795fad8426b0aa24e8ade0f2498",
  328. "shasum": "",
  329. "mirrors": [
  330. {
  331. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  332. "preferred": true
  333. }
  334. ]
  335. },
  336. "require": {
  337. "ext-json": "*",
  338. "php": "^7.1.8 || ^8.0",
  339. "symfony/translation": "^3.4 || ^4.0"
  340. },
  341. "require-dev": {
  342. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  343. "kylekatarnls/multi-tester": "^1.1",
  344. "phpmd/phpmd": "^2.6",
  345. "phpstan/phpstan": "^0.11",
  346. "phpunit/phpunit": "^7.5 || ^8.0",
  347. "squizlabs/php_codesniffer": "^3.4"
  348. },
  349. "type": "library",
  350. "extra": {
  351. "laravel": {
  352. "providers": [
  353. "Carbon\\Laravel\\ServiceProvider"
  354. ]
  355. }
  356. },
  357. "autoload": {
  358. "psr-4": {
  359. "Carbon\\": "src/Carbon/"
  360. }
  361. },
  362. "notification-url": "https://packagist.org/downloads/",
  363. "license": [
  364. "MIT"
  365. ],
  366. "authors": [
  367. {
  368. "name": "Brian Nesbitt",
  369. "email": "brian@nesbot.com",
  370. "homepage": "http://nesbot.com"
  371. }
  372. ],
  373. "description": "A simple API extension for DateTime.",
  374. "homepage": "http://carbon.nesbot.com",
  375. "keywords": [
  376. "date",
  377. "datetime",
  378. "time"
  379. ],
  380. "time": "2019-06-25T10:00:57+00:00"
  381. },
  382. {
  383. "name": "psr/container",
  384. "version": "1.0.0",
  385. "source": {
  386. "type": "git",
  387. "url": "https://github.com/php-fig/container.git",
  388. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  389. },
  390. "dist": {
  391. "type": "zip",
  392. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  393. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  394. "shasum": "",
  395. "mirrors": [
  396. {
  397. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  398. "preferred": true
  399. }
  400. ]
  401. },
  402. "require": {
  403. "php": ">=5.3.0"
  404. },
  405. "type": "library",
  406. "extra": {
  407. "branch-alias": {
  408. "dev-master": "1.0.x-dev"
  409. }
  410. },
  411. "autoload": {
  412. "psr-4": {
  413. "Psr\\Container\\": "src/"
  414. }
  415. },
  416. "notification-url": "https://packagist.org/downloads/",
  417. "license": [
  418. "MIT"
  419. ],
  420. "authors": [
  421. {
  422. "name": "PHP-FIG",
  423. "homepage": "http://www.php-fig.org/"
  424. }
  425. ],
  426. "description": "Common Container Interface (PHP FIG PSR-11)",
  427. "homepage": "https://github.com/php-fig/container",
  428. "keywords": [
  429. "PSR-11",
  430. "container",
  431. "container-interface",
  432. "container-interop",
  433. "psr"
  434. ],
  435. "time": "2017-02-14T16:28:37+00:00"
  436. },
  437. {
  438. "name": "psr/simple-cache",
  439. "version": "1.0.1",
  440. "source": {
  441. "type": "git",
  442. "url": "https://github.com/php-fig/simple-cache.git",
  443. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  444. },
  445. "dist": {
  446. "type": "zip",
  447. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  448. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  449. "shasum": "",
  450. "mirrors": [
  451. {
  452. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  453. "preferred": true
  454. }
  455. ]
  456. },
  457. "require": {
  458. "php": ">=5.3.0"
  459. },
  460. "type": "library",
  461. "extra": {
  462. "branch-alias": {
  463. "dev-master": "1.0.x-dev"
  464. }
  465. },
  466. "autoload": {
  467. "psr-4": {
  468. "Psr\\SimpleCache\\": "src/"
  469. }
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "MIT"
  474. ],
  475. "authors": [
  476. {
  477. "name": "PHP-FIG",
  478. "homepage": "http://www.php-fig.org/"
  479. }
  480. ],
  481. "description": "Common interfaces for simple caching",
  482. "keywords": [
  483. "cache",
  484. "caching",
  485. "psr",
  486. "psr-16",
  487. "simple-cache"
  488. ],
  489. "time": "2017-10-23T01:57:42+00:00"
  490. },
  491. {
  492. "name": "symfony/polyfill-mbstring",
  493. "version": "v1.11.0",
  494. "source": {
  495. "type": "git",
  496. "url": "https://github.com/symfony/polyfill-mbstring.git",
  497. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  498. },
  499. "dist": {
  500. "type": "zip",
  501. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  502. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  503. "shasum": "",
  504. "mirrors": [
  505. {
  506. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  507. "preferred": true
  508. }
  509. ]
  510. },
  511. "require": {
  512. "php": ">=5.3.3"
  513. },
  514. "suggest": {
  515. "ext-mbstring": "For best performance"
  516. },
  517. "type": "library",
  518. "extra": {
  519. "branch-alias": {
  520. "dev-master": "1.11-dev"
  521. }
  522. },
  523. "autoload": {
  524. "psr-4": {
  525. "Symfony\\Polyfill\\Mbstring\\": ""
  526. },
  527. "files": [
  528. "bootstrap.php"
  529. ]
  530. },
  531. "notification-url": "https://packagist.org/downloads/",
  532. "license": [
  533. "MIT"
  534. ],
  535. "authors": [
  536. {
  537. "name": "Nicolas Grekas",
  538. "email": "p@tchwork.com"
  539. },
  540. {
  541. "name": "Symfony Community",
  542. "homepage": "https://symfony.com/contributors"
  543. }
  544. ],
  545. "description": "Symfony polyfill for the Mbstring extension",
  546. "homepage": "https://symfony.com",
  547. "keywords": [
  548. "compatibility",
  549. "mbstring",
  550. "polyfill",
  551. "portable",
  552. "shim"
  553. ],
  554. "time": "2019-02-06T07:57:58+00:00"
  555. },
  556. {
  557. "name": "symfony/translation",
  558. "version": "v4.3.1",
  559. "source": {
  560. "type": "git",
  561. "url": "https://github.com/symfony/translation.git",
  562. "reference": "5dda505e5f65d759741dfaf4e54b36010a4b57aa"
  563. },
  564. "dist": {
  565. "type": "zip",
  566. "url": "https://api.github.com/repos/symfony/translation/zipball/5dda505e5f65d759741dfaf4e54b36010a4b57aa",
  567. "reference": "5dda505e5f65d759741dfaf4e54b36010a4b57aa",
  568. "shasum": "",
  569. "mirrors": [
  570. {
  571. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  572. "preferred": true
  573. }
  574. ]
  575. },
  576. "require": {
  577. "php": "^7.1.3",
  578. "symfony/polyfill-mbstring": "~1.0",
  579. "symfony/translation-contracts": "^1.1.2"
  580. },
  581. "conflict": {
  582. "symfony/config": "<3.4",
  583. "symfony/dependency-injection": "<3.4",
  584. "symfony/yaml": "<3.4"
  585. },
  586. "provide": {
  587. "symfony/translation-implementation": "1.0"
  588. },
  589. "require-dev": {
  590. "psr/log": "~1.0",
  591. "symfony/config": "~3.4|~4.0",
  592. "symfony/console": "~3.4|~4.0",
  593. "symfony/dependency-injection": "~3.4|~4.0",
  594. "symfony/finder": "~2.8|~3.0|~4.0",
  595. "symfony/http-kernel": "~3.4|~4.0",
  596. "symfony/intl": "~3.4|~4.0",
  597. "symfony/service-contracts": "^1.1.2",
  598. "symfony/var-dumper": "~3.4|~4.0",
  599. "symfony/yaml": "~3.4|~4.0"
  600. },
  601. "suggest": {
  602. "psr/log-implementation": "To use logging capability in translator",
  603. "symfony/config": "",
  604. "symfony/yaml": ""
  605. },
  606. "type": "library",
  607. "extra": {
  608. "branch-alias": {
  609. "dev-master": "4.3-dev"
  610. }
  611. },
  612. "autoload": {
  613. "psr-4": {
  614. "Symfony\\Component\\Translation\\": ""
  615. },
  616. "exclude-from-classmap": [
  617. "/Tests/"
  618. ]
  619. },
  620. "notification-url": "https://packagist.org/downloads/",
  621. "license": [
  622. "MIT"
  623. ],
  624. "authors": [
  625. {
  626. "name": "Fabien Potencier",
  627. "email": "fabien@symfony.com"
  628. },
  629. {
  630. "name": "Symfony Community",
  631. "homepage": "https://symfony.com/contributors"
  632. }
  633. ],
  634. "description": "Symfony Translation Component",
  635. "homepage": "https://symfony.com",
  636. "time": "2019-06-03T20:27:40+00:00"
  637. },
  638. {
  639. "name": "symfony/translation-contracts",
  640. "version": "v1.1.5",
  641. "source": {
  642. "type": "git",
  643. "url": "https://github.com/symfony/translation-contracts.git",
  644. "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c"
  645. },
  646. "dist": {
  647. "type": "zip",
  648. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
  649. "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
  650. "shasum": "",
  651. "mirrors": [
  652. {
  653. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  654. "preferred": true
  655. }
  656. ]
  657. },
  658. "require": {
  659. "php": "^7.1.3"
  660. },
  661. "suggest": {
  662. "symfony/translation-implementation": ""
  663. },
  664. "type": "library",
  665. "extra": {
  666. "branch-alias": {
  667. "dev-master": "1.1-dev"
  668. }
  669. },
  670. "autoload": {
  671. "psr-4": {
  672. "Symfony\\Contracts\\Translation\\": ""
  673. }
  674. },
  675. "notification-url": "https://packagist.org/downloads/",
  676. "license": [
  677. "MIT"
  678. ],
  679. "authors": [
  680. {
  681. "name": "Nicolas Grekas",
  682. "email": "p@tchwork.com"
  683. },
  684. {
  685. "name": "Symfony Community",
  686. "homepage": "https://symfony.com/contributors"
  687. }
  688. ],
  689. "description": "Generic abstractions related to translation",
  690. "homepage": "https://symfony.com",
  691. "keywords": [
  692. "abstractions",
  693. "contracts",
  694. "decoupling",
  695. "interfaces",
  696. "interoperability",
  697. "standards"
  698. ],
  699. "time": "2019-06-13T11:15:36+00:00"
  700. },
  701. {
  702. "name": "textalk/websocket",
  703. "version": "1.2.0",
  704. "source": {
  705. "type": "git",
  706. "url": "https://github.com/Textalk/websocket-php.git",
  707. "reference": "bfa18bb6bf523680c7803f6b04694fbbf2f67bbf"
  708. },
  709. "dist": {
  710. "type": "zip",
  711. "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/bfa18bb6bf523680c7803f6b04694fbbf2f67bbf",
  712. "reference": "bfa18bb6bf523680c7803f6b04694fbbf2f67bbf",
  713. "shasum": "",
  714. "mirrors": [
  715. {
  716. "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
  717. "preferred": true
  718. }
  719. ]
  720. },
  721. "require-dev": {
  722. "cboden/ratchet": "0.3.*",
  723. "phpunit/phpunit": "4.1.*",
  724. "phpunit/phpunit-selenium": "1.3.3",
  725. "satooshi/php-coveralls": "dev-master"
  726. },
  727. "type": "library",
  728. "autoload": {
  729. "psr-4": {
  730. "WebSocket\\": "lib"
  731. }
  732. },
  733. "notification-url": "https://packagist.org/downloads/",
  734. "license": [
  735. "MIT"
  736. ],
  737. "authors": [
  738. {
  739. "name": "Fredrik Liljegren",
  740. "email": "fredrik.liljegren@textalk.se"
  741. }
  742. ],
  743. "description": "WebSocket client and server",
  744. "time": "2015-10-09T07:32:42+00:00"
  745. }
  746. ],
  747. "packages-dev": [],
  748. "aliases": [],
  749. "minimum-stability": "stable",
  750. "stability-flags": [],
  751. "prefer-stable": false,
  752. "prefer-lowest": false,
  753. "platform": {
  754. "php": ">=7.0.0"
  755. },
  756. "platform-dev": []
  757. }