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.

composer.lock 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  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": "285ddc9ddeefce0b996c355da865d991",
  8. "packages": [
  9. {
  10. "name": "fig/http-message-util",
  11. "version": "1.1.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/http-message-util.git",
  15. "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
  20. "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^5.3 || ^7.0 || ^8.0"
  25. },
  26. "suggest": {
  27. "psr/http-message": "The package containing the PSR-7 interfaces"
  28. },
  29. "type": "library",
  30. "extra": {
  31. "branch-alias": {
  32. "dev-master": "1.1.x-dev"
  33. }
  34. },
  35. "autoload": {
  36. "psr-4": {
  37. "Fig\\Http\\Message\\": "src/"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "PHP-FIG",
  47. "homepage": "https://www.php-fig.org/"
  48. }
  49. ],
  50. "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
  51. "keywords": [
  52. "http",
  53. "http-message",
  54. "psr",
  55. "psr-7",
  56. "request",
  57. "response"
  58. ],
  59. "support": {
  60. "issues": "https://github.com/php-fig/http-message-util/issues",
  61. "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
  62. },
  63. "time": "2020-11-24T22:02:12+00:00"
  64. },
  65. {
  66. "name": "nikic/fast-route",
  67. "version": "v1.3.0",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/nikic/FastRoute.git",
  71. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  76. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.4.0"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "^4.8.35|~5.7"
  84. },
  85. "type": "library",
  86. "autoload": {
  87. "files": [
  88. "src/functions.php"
  89. ],
  90. "psr-4": {
  91. "FastRoute\\": "src/"
  92. }
  93. },
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "BSD-3-Clause"
  97. ],
  98. "authors": [
  99. {
  100. "name": "Nikita Popov",
  101. "email": "nikic@php.net"
  102. }
  103. ],
  104. "description": "Fast request router for PHP",
  105. "keywords": [
  106. "router",
  107. "routing"
  108. ],
  109. "support": {
  110. "issues": "https://github.com/nikic/FastRoute/issues",
  111. "source": "https://github.com/nikic/FastRoute/tree/master"
  112. },
  113. "time": "2018-02-13T20:26:39+00:00"
  114. },
  115. {
  116. "name": "psr/container",
  117. "version": "2.0.2",
  118. "source": {
  119. "type": "git",
  120. "url": "https://github.com/php-fig/container.git",
  121. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  122. },
  123. "dist": {
  124. "type": "zip",
  125. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  126. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  127. "shasum": ""
  128. },
  129. "require": {
  130. "php": ">=7.4.0"
  131. },
  132. "type": "library",
  133. "extra": {
  134. "branch-alias": {
  135. "dev-master": "2.0.x-dev"
  136. }
  137. },
  138. "autoload": {
  139. "psr-4": {
  140. "Psr\\Container\\": "src/"
  141. }
  142. },
  143. "notification-url": "https://packagist.org/downloads/",
  144. "license": [
  145. "MIT"
  146. ],
  147. "authors": [
  148. {
  149. "name": "PHP-FIG",
  150. "homepage": "https://www.php-fig.org/"
  151. }
  152. ],
  153. "description": "Common Container Interface (PHP FIG PSR-11)",
  154. "homepage": "https://github.com/php-fig/container",
  155. "keywords": [
  156. "PSR-11",
  157. "container",
  158. "container-interface",
  159. "container-interop",
  160. "psr"
  161. ],
  162. "support": {
  163. "issues": "https://github.com/php-fig/container/issues",
  164. "source": "https://github.com/php-fig/container/tree/2.0.2"
  165. },
  166. "time": "2021-11-05T16:47:00+00:00"
  167. },
  168. {
  169. "name": "psr/http-factory",
  170. "version": "1.0.1",
  171. "source": {
  172. "type": "git",
  173. "url": "https://github.com/php-fig/http-factory.git",
  174. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  175. },
  176. "dist": {
  177. "type": "zip",
  178. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  179. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  180. "shasum": ""
  181. },
  182. "require": {
  183. "php": ">=7.0.0",
  184. "psr/http-message": "^1.0"
  185. },
  186. "type": "library",
  187. "extra": {
  188. "branch-alias": {
  189. "dev-master": "1.0.x-dev"
  190. }
  191. },
  192. "autoload": {
  193. "psr-4": {
  194. "Psr\\Http\\Message\\": "src/"
  195. }
  196. },
  197. "notification-url": "https://packagist.org/downloads/",
  198. "license": [
  199. "MIT"
  200. ],
  201. "authors": [
  202. {
  203. "name": "PHP-FIG",
  204. "homepage": "http://www.php-fig.org/"
  205. }
  206. ],
  207. "description": "Common interfaces for PSR-7 HTTP message factories",
  208. "keywords": [
  209. "factory",
  210. "http",
  211. "message",
  212. "psr",
  213. "psr-17",
  214. "psr-7",
  215. "request",
  216. "response"
  217. ],
  218. "support": {
  219. "source": "https://github.com/php-fig/http-factory/tree/master"
  220. },
  221. "time": "2019-04-30T12:38:16+00:00"
  222. },
  223. {
  224. "name": "psr/http-message",
  225. "version": "1.0.1",
  226. "source": {
  227. "type": "git",
  228. "url": "https://github.com/php-fig/http-message.git",
  229. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  230. },
  231. "dist": {
  232. "type": "zip",
  233. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  234. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  235. "shasum": ""
  236. },
  237. "require": {
  238. "php": ">=5.3.0"
  239. },
  240. "type": "library",
  241. "extra": {
  242. "branch-alias": {
  243. "dev-master": "1.0.x-dev"
  244. }
  245. },
  246. "autoload": {
  247. "psr-4": {
  248. "Psr\\Http\\Message\\": "src/"
  249. }
  250. },
  251. "notification-url": "https://packagist.org/downloads/",
  252. "license": [
  253. "MIT"
  254. ],
  255. "authors": [
  256. {
  257. "name": "PHP-FIG",
  258. "homepage": "http://www.php-fig.org/"
  259. }
  260. ],
  261. "description": "Common interface for HTTP messages",
  262. "homepage": "https://github.com/php-fig/http-message",
  263. "keywords": [
  264. "http",
  265. "http-message",
  266. "psr",
  267. "psr-7",
  268. "request",
  269. "response"
  270. ],
  271. "support": {
  272. "source": "https://github.com/php-fig/http-message/tree/master"
  273. },
  274. "time": "2016-08-06T14:39:51+00:00"
  275. },
  276. {
  277. "name": "psr/http-server-handler",
  278. "version": "1.0.1",
  279. "source": {
  280. "type": "git",
  281. "url": "https://github.com/php-fig/http-server-handler.git",
  282. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
  283. },
  284. "dist": {
  285. "type": "zip",
  286. "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  287. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  288. "shasum": ""
  289. },
  290. "require": {
  291. "php": ">=7.0",
  292. "psr/http-message": "^1.0"
  293. },
  294. "type": "library",
  295. "extra": {
  296. "branch-alias": {
  297. "dev-master": "1.0.x-dev"
  298. }
  299. },
  300. "autoload": {
  301. "psr-4": {
  302. "Psr\\Http\\Server\\": "src/"
  303. }
  304. },
  305. "notification-url": "https://packagist.org/downloads/",
  306. "license": [
  307. "MIT"
  308. ],
  309. "authors": [
  310. {
  311. "name": "PHP-FIG",
  312. "homepage": "http://www.php-fig.org/"
  313. }
  314. ],
  315. "description": "Common interface for HTTP server-side request handler",
  316. "keywords": [
  317. "handler",
  318. "http",
  319. "http-interop",
  320. "psr",
  321. "psr-15",
  322. "psr-7",
  323. "request",
  324. "response",
  325. "server"
  326. ],
  327. "support": {
  328. "issues": "https://github.com/php-fig/http-server-handler/issues",
  329. "source": "https://github.com/php-fig/http-server-handler/tree/master"
  330. },
  331. "time": "2018-10-30T16:46:14+00:00"
  332. },
  333. {
  334. "name": "psr/http-server-middleware",
  335. "version": "1.0.1",
  336. "source": {
  337. "type": "git",
  338. "url": "https://github.com/php-fig/http-server-middleware.git",
  339. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
  340. },
  341. "dist": {
  342. "type": "zip",
  343. "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  344. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  345. "shasum": ""
  346. },
  347. "require": {
  348. "php": ">=7.0",
  349. "psr/http-message": "^1.0",
  350. "psr/http-server-handler": "^1.0"
  351. },
  352. "type": "library",
  353. "extra": {
  354. "branch-alias": {
  355. "dev-master": "1.0.x-dev"
  356. }
  357. },
  358. "autoload": {
  359. "psr-4": {
  360. "Psr\\Http\\Server\\": "src/"
  361. }
  362. },
  363. "notification-url": "https://packagist.org/downloads/",
  364. "license": [
  365. "MIT"
  366. ],
  367. "authors": [
  368. {
  369. "name": "PHP-FIG",
  370. "homepage": "http://www.php-fig.org/"
  371. }
  372. ],
  373. "description": "Common interface for HTTP server-side middleware",
  374. "keywords": [
  375. "http",
  376. "http-interop",
  377. "middleware",
  378. "psr",
  379. "psr-15",
  380. "psr-7",
  381. "request",
  382. "response"
  383. ],
  384. "support": {
  385. "issues": "https://github.com/php-fig/http-server-middleware/issues",
  386. "source": "https://github.com/php-fig/http-server-middleware/tree/master"
  387. },
  388. "time": "2018-10-30T17:12:04+00:00"
  389. },
  390. {
  391. "name": "psr/log",
  392. "version": "3.0.0",
  393. "source": {
  394. "type": "git",
  395. "url": "https://github.com/php-fig/log.git",
  396. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  397. },
  398. "dist": {
  399. "type": "zip",
  400. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  401. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  402. "shasum": ""
  403. },
  404. "require": {
  405. "php": ">=8.0.0"
  406. },
  407. "type": "library",
  408. "extra": {
  409. "branch-alias": {
  410. "dev-master": "3.x-dev"
  411. }
  412. },
  413. "autoload": {
  414. "psr-4": {
  415. "Psr\\Log\\": "src"
  416. }
  417. },
  418. "notification-url": "https://packagist.org/downloads/",
  419. "license": [
  420. "MIT"
  421. ],
  422. "authors": [
  423. {
  424. "name": "PHP-FIG",
  425. "homepage": "https://www.php-fig.org/"
  426. }
  427. ],
  428. "description": "Common interface for logging libraries",
  429. "homepage": "https://github.com/php-fig/log",
  430. "keywords": [
  431. "log",
  432. "psr",
  433. "psr-3"
  434. ],
  435. "support": {
  436. "source": "https://github.com/php-fig/log/tree/3.0.0"
  437. },
  438. "time": "2021-07-14T16:46:02+00:00"
  439. },
  440. {
  441. "name": "ralouphie/getallheaders",
  442. "version": "3.0.3",
  443. "source": {
  444. "type": "git",
  445. "url": "https://github.com/ralouphie/getallheaders.git",
  446. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  447. },
  448. "dist": {
  449. "type": "zip",
  450. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  451. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  452. "shasum": ""
  453. },
  454. "require": {
  455. "php": ">=5.6"
  456. },
  457. "require-dev": {
  458. "php-coveralls/php-coveralls": "^2.1",
  459. "phpunit/phpunit": "^5 || ^6.5"
  460. },
  461. "type": "library",
  462. "autoload": {
  463. "files": [
  464. "src/getallheaders.php"
  465. ]
  466. },
  467. "notification-url": "https://packagist.org/downloads/",
  468. "license": [
  469. "MIT"
  470. ],
  471. "authors": [
  472. {
  473. "name": "Ralph Khattar",
  474. "email": "ralph.khattar@gmail.com"
  475. }
  476. ],
  477. "description": "A polyfill for getallheaders.",
  478. "support": {
  479. "issues": "https://github.com/ralouphie/getallheaders/issues",
  480. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  481. },
  482. "time": "2019-03-08T08:55:37+00:00"
  483. },
  484. {
  485. "name": "slim/psr7",
  486. "version": "1.5",
  487. "source": {
  488. "type": "git",
  489. "url": "https://github.com/slimphp/Slim-Psr7.git",
  490. "reference": "a47b43a8da7c0208b4c228af0cb29ea36080635a"
  491. },
  492. "dist": {
  493. "type": "zip",
  494. "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/a47b43a8da7c0208b4c228af0cb29ea36080635a",
  495. "reference": "a47b43a8da7c0208b4c228af0cb29ea36080635a",
  496. "shasum": ""
  497. },
  498. "require": {
  499. "fig/http-message-util": "^1.1.5",
  500. "php": "^7.3 || ^8.0",
  501. "psr/http-factory": "^1.0",
  502. "psr/http-message": "^1.0",
  503. "ralouphie/getallheaders": "^3.0",
  504. "symfony/polyfill-php80": "^1.23"
  505. },
  506. "provide": {
  507. "psr/http-factory-implementation": "1.0",
  508. "psr/http-message-implementation": "1.0"
  509. },
  510. "require-dev": {
  511. "adriansuter/php-autoload-override": "^1.2",
  512. "ext-json": "*",
  513. "http-interop/http-factory-tests": "^0.9.0",
  514. "php-http/psr7-integration-tests": "dev-master",
  515. "phpspec/prophecy": "^1.14",
  516. "phpspec/prophecy-phpunit": "^2.0",
  517. "phpstan/phpstan": "^0.12.99",
  518. "phpunit/phpunit": "^9.5",
  519. "squizlabs/php_codesniffer": "^3.6"
  520. },
  521. "type": "library",
  522. "autoload": {
  523. "psr-4": {
  524. "Slim\\Psr7\\": "src"
  525. }
  526. },
  527. "notification-url": "https://packagist.org/downloads/",
  528. "license": [
  529. "MIT"
  530. ],
  531. "authors": [
  532. {
  533. "name": "Josh Lockhart",
  534. "email": "hello@joshlockhart.com",
  535. "homepage": "http://joshlockhart.com"
  536. },
  537. {
  538. "name": "Andrew Smith",
  539. "email": "a.smith@silentworks.co.uk",
  540. "homepage": "http://silentworks.co.uk"
  541. },
  542. {
  543. "name": "Rob Allen",
  544. "email": "rob@akrabat.com",
  545. "homepage": "http://akrabat.com"
  546. },
  547. {
  548. "name": "Pierre Berube",
  549. "email": "pierre@lgse.com",
  550. "homepage": "http://www.lgse.com"
  551. }
  552. ],
  553. "description": "Strict PSR-7 implementation",
  554. "homepage": "https://www.slimframework.com",
  555. "keywords": [
  556. "http",
  557. "psr-7",
  558. "psr7"
  559. ],
  560. "support": {
  561. "issues": "https://github.com/slimphp/Slim-Psr7/issues",
  562. "source": "https://github.com/slimphp/Slim-Psr7/tree/1.5"
  563. },
  564. "time": "2021-09-22T04:33:00+00:00"
  565. },
  566. {
  567. "name": "slim/slim",
  568. "version": "4.9.0",
  569. "source": {
  570. "type": "git",
  571. "url": "https://github.com/slimphp/Slim.git",
  572. "reference": "44d3c9c0bfcc47e52e42b097b6062689d21b904b"
  573. },
  574. "dist": {
  575. "type": "zip",
  576. "url": "https://api.github.com/repos/slimphp/Slim/zipball/44d3c9c0bfcc47e52e42b097b6062689d21b904b",
  577. "reference": "44d3c9c0bfcc47e52e42b097b6062689d21b904b",
  578. "shasum": ""
  579. },
  580. "require": {
  581. "ext-json": "*",
  582. "nikic/fast-route": "^1.3",
  583. "php": "^7.3 || ^8.0",
  584. "psr/container": "^1.0 || ^2.0",
  585. "psr/http-factory": "^1.0",
  586. "psr/http-message": "^1.0",
  587. "psr/http-server-handler": "^1.0",
  588. "psr/http-server-middleware": "^1.0",
  589. "psr/log": "^1.1 || ^2.0 || ^3.0"
  590. },
  591. "require-dev": {
  592. "adriansuter/php-autoload-override": "^1.2",
  593. "ext-simplexml": "*",
  594. "guzzlehttp/psr7": "^2.0",
  595. "laminas/laminas-diactoros": "^2.8",
  596. "nyholm/psr7": "^1.4",
  597. "nyholm/psr7-server": "^1.0",
  598. "phpspec/prophecy": "^1.14",
  599. "phpspec/prophecy-phpunit": "^2.0",
  600. "phpstan/phpstan": "^0.12.99",
  601. "phpunit/phpunit": "^9.5",
  602. "slim/http": "^1.2",
  603. "slim/psr7": "^1.5",
  604. "squizlabs/php_codesniffer": "^3.6"
  605. },
  606. "suggest": {
  607. "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
  608. "ext-xml": "Needed to support XML format in BodyParsingMiddleware",
  609. "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
  610. "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
  611. },
  612. "type": "library",
  613. "autoload": {
  614. "psr-4": {
  615. "Slim\\": "Slim"
  616. }
  617. },
  618. "notification-url": "https://packagist.org/downloads/",
  619. "license": [
  620. "MIT"
  621. ],
  622. "authors": [
  623. {
  624. "name": "Josh Lockhart",
  625. "email": "hello@joshlockhart.com",
  626. "homepage": "https://joshlockhart.com"
  627. },
  628. {
  629. "name": "Andrew Smith",
  630. "email": "a.smith@silentworks.co.uk",
  631. "homepage": "http://silentworks.co.uk"
  632. },
  633. {
  634. "name": "Rob Allen",
  635. "email": "rob@akrabat.com",
  636. "homepage": "http://akrabat.com"
  637. },
  638. {
  639. "name": "Pierre Berube",
  640. "email": "pierre@lgse.com",
  641. "homepage": "http://www.lgse.com"
  642. },
  643. {
  644. "name": "Gabriel Manricks",
  645. "email": "gmanricks@me.com",
  646. "homepage": "http://gabrielmanricks.com"
  647. }
  648. ],
  649. "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
  650. "homepage": "https://www.slimframework.com",
  651. "keywords": [
  652. "api",
  653. "framework",
  654. "micro",
  655. "router"
  656. ],
  657. "support": {
  658. "docs": "https://www.slimframework.com/docs/v4/",
  659. "forum": "https://discourse.slimframework.com/",
  660. "irc": "irc://irc.freenode.net:6667/slimphp",
  661. "issues": "https://github.com/slimphp/Slim/issues",
  662. "rss": "https://www.slimframework.com/blog/feed.rss",
  663. "slack": "https://slimphp.slack.com/",
  664. "source": "https://github.com/slimphp/Slim",
  665. "wiki": "https://github.com/slimphp/Slim/wiki"
  666. },
  667. "funding": [
  668. {
  669. "url": "https://opencollective.com/slimphp",
  670. "type": "open_collective"
  671. },
  672. {
  673. "url": "https://tidelift.com/funding/github/packagist/slim/slim",
  674. "type": "tidelift"
  675. }
  676. ],
  677. "time": "2021-10-05T03:00:00+00:00"
  678. },
  679. {
  680. "name": "symfony/polyfill-php80",
  681. "version": "v1.25.0",
  682. "source": {
  683. "type": "git",
  684. "url": "https://github.com/symfony/polyfill-php80.git",
  685. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
  686. },
  687. "dist": {
  688. "type": "zip",
  689. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  690. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  691. "shasum": ""
  692. },
  693. "require": {
  694. "php": ">=7.1"
  695. },
  696. "type": "library",
  697. "extra": {
  698. "branch-alias": {
  699. "dev-main": "1.23-dev"
  700. },
  701. "thanks": {
  702. "name": "symfony/polyfill",
  703. "url": "https://github.com/symfony/polyfill"
  704. }
  705. },
  706. "autoload": {
  707. "files": [
  708. "bootstrap.php"
  709. ],
  710. "psr-4": {
  711. "Symfony\\Polyfill\\Php80\\": ""
  712. },
  713. "classmap": [
  714. "Resources/stubs"
  715. ]
  716. },
  717. "notification-url": "https://packagist.org/downloads/",
  718. "license": [
  719. "MIT"
  720. ],
  721. "authors": [
  722. {
  723. "name": "Ion Bazan",
  724. "email": "ion.bazan@gmail.com"
  725. },
  726. {
  727. "name": "Nicolas Grekas",
  728. "email": "p@tchwork.com"
  729. },
  730. {
  731. "name": "Symfony Community",
  732. "homepage": "https://symfony.com/contributors"
  733. }
  734. ],
  735. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  736. "homepage": "https://symfony.com",
  737. "keywords": [
  738. "compatibility",
  739. "polyfill",
  740. "portable",
  741. "shim"
  742. ],
  743. "support": {
  744. "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
  745. },
  746. "funding": [
  747. {
  748. "url": "https://symfony.com/sponsor",
  749. "type": "custom"
  750. },
  751. {
  752. "url": "https://github.com/fabpot",
  753. "type": "github"
  754. },
  755. {
  756. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  757. "type": "tidelift"
  758. }
  759. ],
  760. "time": "2022-03-04T08:16:47+00:00"
  761. }
  762. ],
  763. "packages-dev": [],
  764. "aliases": [],
  765. "minimum-stability": "stable",
  766. "stability-flags": [],
  767. "prefer-stable": false,
  768. "prefer-lowest": false,
  769. "platform": [],
  770. "platform-dev": [],
  771. "plugin-api-version": "2.1.0"
  772. }