Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

813 рядки
29KB

  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": "60e95733c2ba68d85ecc8ec7828e8d39",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "v7.0.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/googleapis/php-jwt.git",
  15. "reference": "47ad26bab5e7c70ae8a6f08ed25ff83631121380"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/googleapis/php-jwt/zipball/47ad26bab5e7c70ae8a6f08ed25ff83631121380",
  20. "reference": "47ad26bab5e7c70ae8a6f08ed25ff83631121380",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^8.0"
  25. },
  26. "require-dev": {
  27. "guzzlehttp/guzzle": "^7.4",
  28. "phpfastcache/phpfastcache": "^9.2",
  29. "phpspec/prophecy-phpunit": "^2.0",
  30. "phpunit/phpunit": "^9.5",
  31. "psr/cache": "^2.0||^3.0",
  32. "psr/http-client": "^1.0",
  33. "psr/http-factory": "^1.0"
  34. },
  35. "suggest": {
  36. "ext-sodium": "Support EdDSA (Ed25519) signatures",
  37. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  38. },
  39. "type": "library",
  40. "autoload": {
  41. "psr-4": {
  42. "Firebase\\JWT\\": "src"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "BSD-3-Clause"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Neuman Vong",
  52. "email": "neuman+pear@twilio.com",
  53. "role": "Developer"
  54. },
  55. {
  56. "name": "Anant Narayanan",
  57. "email": "anant@php.net",
  58. "role": "Developer"
  59. }
  60. ],
  61. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  62. "homepage": "https://github.com/firebase/php-jwt",
  63. "keywords": [
  64. "jwt",
  65. "php"
  66. ],
  67. "support": {
  68. "issues": "https://github.com/googleapis/php-jwt/issues",
  69. "source": "https://github.com/googleapis/php-jwt/tree/v7.0.5"
  70. },
  71. "time": "2026-04-01T20:38:03+00:00"
  72. },
  73. {
  74. "name": "guzzlehttp/guzzle",
  75. "version": "7.10.3",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/guzzle/guzzle.git",
  79. "reference": "47ba23c7a55247e2e1b7407aca90e9bbed0d9d86"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/47ba23c7a55247e2e1b7407aca90e9bbed0d9d86",
  84. "reference": "47ba23c7a55247e2e1b7407aca90e9bbed0d9d86",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "ext-json": "*",
  89. "guzzlehttp/promises": "^2.3",
  90. "guzzlehttp/psr7": "^2.8",
  91. "php": "^7.2.5 || ^8.0",
  92. "psr/http-client": "^1.0",
  93. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  94. },
  95. "provide": {
  96. "psr/http-client-implementation": "1.0"
  97. },
  98. "require-dev": {
  99. "bamarni/composer-bin-plugin": "^1.8.2",
  100. "ext-curl": "*",
  101. "guzzle/client-integration-tests": "3.0.2",
  102. "guzzlehttp/test-server": "^0.3.2",
  103. "php-http/message-factory": "^1.1",
  104. "phpunit/phpunit": "^8.5.52 || ^9.6.34",
  105. "psr/log": "^1.1 || ^2.0 || ^3.0"
  106. },
  107. "suggest": {
  108. "ext-curl": "Required for CURL handler support",
  109. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  110. "psr/log": "Required for using the Log middleware"
  111. },
  112. "type": "library",
  113. "extra": {
  114. "bamarni-bin": {
  115. "bin-links": true,
  116. "forward-command": false
  117. }
  118. },
  119. "autoload": {
  120. "files": [
  121. "src/functions_include.php"
  122. ],
  123. "psr-4": {
  124. "GuzzleHttp\\": "src/"
  125. }
  126. },
  127. "notification-url": "https://packagist.org/downloads/",
  128. "license": [
  129. "MIT"
  130. ],
  131. "authors": [
  132. {
  133. "name": "Graham Campbell",
  134. "email": "hello@gjcampbell.co.uk",
  135. "homepage": "https://github.com/GrahamCampbell"
  136. },
  137. {
  138. "name": "Michael Dowling",
  139. "email": "mtdowling@gmail.com",
  140. "homepage": "https://github.com/mtdowling"
  141. },
  142. {
  143. "name": "Jeremy Lindblom",
  144. "email": "jeremeamia@gmail.com",
  145. "homepage": "https://github.com/jeremeamia"
  146. },
  147. {
  148. "name": "George Mponos",
  149. "email": "gmponos@gmail.com",
  150. "homepage": "https://github.com/gmponos"
  151. },
  152. {
  153. "name": "Tobias Nyholm",
  154. "email": "tobias.nyholm@gmail.com",
  155. "homepage": "https://github.com/Nyholm"
  156. },
  157. {
  158. "name": "Márk Sági-Kazár",
  159. "email": "mark.sagikazar@gmail.com",
  160. "homepage": "https://github.com/sagikazarmark"
  161. },
  162. {
  163. "name": "Tobias Schultze",
  164. "email": "webmaster@tubo-world.de",
  165. "homepage": "https://github.com/Tobion"
  166. }
  167. ],
  168. "description": "Guzzle is a PHP HTTP client library",
  169. "keywords": [
  170. "client",
  171. "curl",
  172. "framework",
  173. "http",
  174. "http client",
  175. "psr-18",
  176. "psr-7",
  177. "rest",
  178. "web service"
  179. ],
  180. "support": {
  181. "issues": "https://github.com/guzzle/guzzle/issues",
  182. "source": "https://github.com/guzzle/guzzle/tree/7.10.3"
  183. },
  184. "funding": [
  185. {
  186. "url": "https://github.com/GrahamCampbell",
  187. "type": "github"
  188. },
  189. {
  190. "url": "https://github.com/Nyholm",
  191. "type": "github"
  192. },
  193. {
  194. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  195. "type": "tidelift"
  196. }
  197. ],
  198. "time": "2026-05-20T22:59:19+00:00"
  199. },
  200. {
  201. "name": "guzzlehttp/promises",
  202. "version": "2.4.1",
  203. "source": {
  204. "type": "git",
  205. "url": "https://github.com/guzzle/promises.git",
  206. "reference": "09e8a212562fb1fb6a512c4156ed71525969d6c2"
  207. },
  208. "dist": {
  209. "type": "zip",
  210. "url": "https://api.github.com/repos/guzzle/promises/zipball/09e8a212562fb1fb6a512c4156ed71525969d6c2",
  211. "reference": "09e8a212562fb1fb6a512c4156ed71525969d6c2",
  212. "shasum": ""
  213. },
  214. "require": {
  215. "php": "^7.2.5 || ^8.0"
  216. },
  217. "require-dev": {
  218. "bamarni/composer-bin-plugin": "^1.8.2",
  219. "phpunit/phpunit": "^8.5.52 || ^9.6.34"
  220. },
  221. "type": "library",
  222. "extra": {
  223. "bamarni-bin": {
  224. "bin-links": true,
  225. "forward-command": false
  226. }
  227. },
  228. "autoload": {
  229. "psr-4": {
  230. "GuzzleHttp\\Promise\\": "src/"
  231. }
  232. },
  233. "notification-url": "https://packagist.org/downloads/",
  234. "license": [
  235. "MIT"
  236. ],
  237. "authors": [
  238. {
  239. "name": "Graham Campbell",
  240. "email": "hello@gjcampbell.co.uk",
  241. "homepage": "https://github.com/GrahamCampbell"
  242. },
  243. {
  244. "name": "Michael Dowling",
  245. "email": "mtdowling@gmail.com",
  246. "homepage": "https://github.com/mtdowling"
  247. },
  248. {
  249. "name": "Tobias Nyholm",
  250. "email": "tobias.nyholm@gmail.com",
  251. "homepage": "https://github.com/Nyholm"
  252. },
  253. {
  254. "name": "Tobias Schultze",
  255. "email": "webmaster@tubo-world.de",
  256. "homepage": "https://github.com/Tobion"
  257. }
  258. ],
  259. "description": "Guzzle promises library",
  260. "keywords": [
  261. "promise"
  262. ],
  263. "support": {
  264. "issues": "https://github.com/guzzle/promises/issues",
  265. "source": "https://github.com/guzzle/promises/tree/2.4.1"
  266. },
  267. "funding": [
  268. {
  269. "url": "https://github.com/GrahamCampbell",
  270. "type": "github"
  271. },
  272. {
  273. "url": "https://github.com/Nyholm",
  274. "type": "github"
  275. },
  276. {
  277. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  278. "type": "tidelift"
  279. }
  280. ],
  281. "time": "2026-05-20T22:57:30+00:00"
  282. },
  283. {
  284. "name": "guzzlehttp/psr7",
  285. "version": "2.10.1",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/guzzle/psr7.git",
  289. "reference": "73ab136360b5dfd858006eae9795e8fe43c80361"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/guzzle/psr7/zipball/73ab136360b5dfd858006eae9795e8fe43c80361",
  294. "reference": "73ab136360b5dfd858006eae9795e8fe43c80361",
  295. "shasum": ""
  296. },
  297. "require": {
  298. "php": "^7.2.5 || ^8.0",
  299. "psr/http-factory": "^1.0",
  300. "psr/http-message": "^1.1 || ^2.0",
  301. "ralouphie/getallheaders": "^3.0"
  302. },
  303. "provide": {
  304. "psr/http-factory-implementation": "1.0",
  305. "psr/http-message-implementation": "1.0"
  306. },
  307. "require-dev": {
  308. "bamarni/composer-bin-plugin": "^1.8.2",
  309. "http-interop/http-factory-tests": "1.1.0",
  310. "jshttp/mime-db": "1.54.0.1",
  311. "phpunit/phpunit": "^8.5.52 || ^9.6.34"
  312. },
  313. "suggest": {
  314. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  315. },
  316. "type": "library",
  317. "extra": {
  318. "bamarni-bin": {
  319. "bin-links": true,
  320. "forward-command": false
  321. }
  322. },
  323. "autoload": {
  324. "psr-4": {
  325. "GuzzleHttp\\Psr7\\": "src/"
  326. }
  327. },
  328. "notification-url": "https://packagist.org/downloads/",
  329. "license": [
  330. "MIT"
  331. ],
  332. "authors": [
  333. {
  334. "name": "Graham Campbell",
  335. "email": "hello@gjcampbell.co.uk",
  336. "homepage": "https://github.com/GrahamCampbell"
  337. },
  338. {
  339. "name": "Michael Dowling",
  340. "email": "mtdowling@gmail.com",
  341. "homepage": "https://github.com/mtdowling"
  342. },
  343. {
  344. "name": "George Mponos",
  345. "email": "gmponos@gmail.com",
  346. "homepage": "https://github.com/gmponos"
  347. },
  348. {
  349. "name": "Tobias Nyholm",
  350. "email": "tobias.nyholm@gmail.com",
  351. "homepage": "https://github.com/Nyholm"
  352. },
  353. {
  354. "name": "Márk Sági-Kazár",
  355. "email": "mark.sagikazar@gmail.com",
  356. "homepage": "https://github.com/sagikazarmark"
  357. },
  358. {
  359. "name": "Tobias Schultze",
  360. "email": "webmaster@tubo-world.de",
  361. "homepage": "https://github.com/Tobion"
  362. },
  363. {
  364. "name": "Márk Sági-Kazár",
  365. "email": "mark.sagikazar@gmail.com",
  366. "homepage": "https://sagikazarmark.hu"
  367. }
  368. ],
  369. "description": "PSR-7 message implementation that also provides common utility methods",
  370. "keywords": [
  371. "http",
  372. "message",
  373. "psr-7",
  374. "request",
  375. "response",
  376. "stream",
  377. "uri",
  378. "url"
  379. ],
  380. "support": {
  381. "issues": "https://github.com/guzzle/psr7/issues",
  382. "source": "https://github.com/guzzle/psr7/tree/2.10.1"
  383. },
  384. "funding": [
  385. {
  386. "url": "https://github.com/GrahamCampbell",
  387. "type": "github"
  388. },
  389. {
  390. "url": "https://github.com/Nyholm",
  391. "type": "github"
  392. },
  393. {
  394. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  395. "type": "tidelift"
  396. }
  397. ],
  398. "time": "2026-05-20T09:27:36+00:00"
  399. },
  400. {
  401. "name": "league/oauth2-client",
  402. "version": "2.9.0",
  403. "source": {
  404. "type": "git",
  405. "url": "https://github.com/thephpleague/oauth2-client.git",
  406. "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e"
  407. },
  408. "dist": {
  409. "type": "zip",
  410. "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/26e8c5da4f3d78cede7021e09b1330a0fc093d5e",
  411. "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e",
  412. "shasum": ""
  413. },
  414. "require": {
  415. "ext-json": "*",
  416. "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
  417. "php": "^7.1 || >=8.0.0 <8.6.0"
  418. },
  419. "require-dev": {
  420. "mockery/mockery": "^1.3.5",
  421. "php-parallel-lint/php-parallel-lint": "^1.4",
  422. "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
  423. "squizlabs/php_codesniffer": "^3.11"
  424. },
  425. "type": "library",
  426. "autoload": {
  427. "psr-4": {
  428. "League\\OAuth2\\Client\\": "src/"
  429. }
  430. },
  431. "notification-url": "https://packagist.org/downloads/",
  432. "license": [
  433. "MIT"
  434. ],
  435. "authors": [
  436. {
  437. "name": "Alex Bilbie",
  438. "email": "hello@alexbilbie.com",
  439. "homepage": "http://www.alexbilbie.com",
  440. "role": "Developer"
  441. },
  442. {
  443. "name": "Woody Gilk",
  444. "homepage": "https://github.com/shadowhand",
  445. "role": "Contributor"
  446. }
  447. ],
  448. "description": "OAuth 2.0 Client Library",
  449. "keywords": [
  450. "Authentication",
  451. "SSO",
  452. "authorization",
  453. "identity",
  454. "idp",
  455. "oauth",
  456. "oauth2",
  457. "single sign on"
  458. ],
  459. "support": {
  460. "issues": "https://github.com/thephpleague/oauth2-client/issues",
  461. "source": "https://github.com/thephpleague/oauth2-client/tree/2.9.0"
  462. },
  463. "time": "2025-11-25T22:17:17+00:00"
  464. },
  465. {
  466. "name": "psr/http-client",
  467. "version": "1.0.3",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/php-fig/http-client.git",
  471. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  476. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "php": "^7.0 || ^8.0",
  481. "psr/http-message": "^1.0 || ^2.0"
  482. },
  483. "type": "library",
  484. "extra": {
  485. "branch-alias": {
  486. "dev-master": "1.0.x-dev"
  487. }
  488. },
  489. "autoload": {
  490. "psr-4": {
  491. "Psr\\Http\\Client\\": "src/"
  492. }
  493. },
  494. "notification-url": "https://packagist.org/downloads/",
  495. "license": [
  496. "MIT"
  497. ],
  498. "authors": [
  499. {
  500. "name": "PHP-FIG",
  501. "homepage": "https://www.php-fig.org/"
  502. }
  503. ],
  504. "description": "Common interface for HTTP clients",
  505. "homepage": "https://github.com/php-fig/http-client",
  506. "keywords": [
  507. "http",
  508. "http-client",
  509. "psr",
  510. "psr-18"
  511. ],
  512. "support": {
  513. "source": "https://github.com/php-fig/http-client"
  514. },
  515. "time": "2023-09-23T14:17:50+00:00"
  516. },
  517. {
  518. "name": "psr/http-factory",
  519. "version": "1.1.0",
  520. "source": {
  521. "type": "git",
  522. "url": "https://github.com/php-fig/http-factory.git",
  523. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
  524. },
  525. "dist": {
  526. "type": "zip",
  527. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  528. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  529. "shasum": ""
  530. },
  531. "require": {
  532. "php": ">=7.1",
  533. "psr/http-message": "^1.0 || ^2.0"
  534. },
  535. "type": "library",
  536. "extra": {
  537. "branch-alias": {
  538. "dev-master": "1.0.x-dev"
  539. }
  540. },
  541. "autoload": {
  542. "psr-4": {
  543. "Psr\\Http\\Message\\": "src/"
  544. }
  545. },
  546. "notification-url": "https://packagist.org/downloads/",
  547. "license": [
  548. "MIT"
  549. ],
  550. "authors": [
  551. {
  552. "name": "PHP-FIG",
  553. "homepage": "https://www.php-fig.org/"
  554. }
  555. ],
  556. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  557. "keywords": [
  558. "factory",
  559. "http",
  560. "message",
  561. "psr",
  562. "psr-17",
  563. "psr-7",
  564. "request",
  565. "response"
  566. ],
  567. "support": {
  568. "source": "https://github.com/php-fig/http-factory"
  569. },
  570. "time": "2024-04-15T12:06:14+00:00"
  571. },
  572. {
  573. "name": "psr/http-message",
  574. "version": "2.0",
  575. "source": {
  576. "type": "git",
  577. "url": "https://github.com/php-fig/http-message.git",
  578. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  579. },
  580. "dist": {
  581. "type": "zip",
  582. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  583. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  584. "shasum": ""
  585. },
  586. "require": {
  587. "php": "^7.2 || ^8.0"
  588. },
  589. "type": "library",
  590. "extra": {
  591. "branch-alias": {
  592. "dev-master": "2.0.x-dev"
  593. }
  594. },
  595. "autoload": {
  596. "psr-4": {
  597. "Psr\\Http\\Message\\": "src/"
  598. }
  599. },
  600. "notification-url": "https://packagist.org/downloads/",
  601. "license": [
  602. "MIT"
  603. ],
  604. "authors": [
  605. {
  606. "name": "PHP-FIG",
  607. "homepage": "https://www.php-fig.org/"
  608. }
  609. ],
  610. "description": "Common interface for HTTP messages",
  611. "homepage": "https://github.com/php-fig/http-message",
  612. "keywords": [
  613. "http",
  614. "http-message",
  615. "psr",
  616. "psr-7",
  617. "request",
  618. "response"
  619. ],
  620. "support": {
  621. "source": "https://github.com/php-fig/http-message/tree/2.0"
  622. },
  623. "time": "2023-04-04T09:54:51+00:00"
  624. },
  625. {
  626. "name": "ralouphie/getallheaders",
  627. "version": "3.0.3",
  628. "source": {
  629. "type": "git",
  630. "url": "https://github.com/ralouphie/getallheaders.git",
  631. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  632. },
  633. "dist": {
  634. "type": "zip",
  635. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  636. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  637. "shasum": ""
  638. },
  639. "require": {
  640. "php": ">=5.6"
  641. },
  642. "require-dev": {
  643. "php-coveralls/php-coveralls": "^2.1",
  644. "phpunit/phpunit": "^5 || ^6.5"
  645. },
  646. "type": "library",
  647. "autoload": {
  648. "files": [
  649. "src/getallheaders.php"
  650. ]
  651. },
  652. "notification-url": "https://packagist.org/downloads/",
  653. "license": [
  654. "MIT"
  655. ],
  656. "authors": [
  657. {
  658. "name": "Ralph Khattar",
  659. "email": "ralph.khattar@gmail.com"
  660. }
  661. ],
  662. "description": "A polyfill for getallheaders.",
  663. "support": {
  664. "issues": "https://github.com/ralouphie/getallheaders/issues",
  665. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  666. },
  667. "time": "2019-03-08T08:55:37+00:00"
  668. },
  669. {
  670. "name": "stevenmaguire/oauth2-keycloak",
  671. "version": "6.1.1",
  672. "source": {
  673. "type": "git",
  674. "url": "https://github.com/stevenmaguire/oauth2-keycloak.git",
  675. "reference": "31bb3b1fa15b444212ed43facc898fafc7c2707a"
  676. },
  677. "dist": {
  678. "type": "zip",
  679. "url": "https://api.github.com/repos/stevenmaguire/oauth2-keycloak/zipball/31bb3b1fa15b444212ed43facc898fafc7c2707a",
  680. "reference": "31bb3b1fa15b444212ed43facc898fafc7c2707a",
  681. "shasum": ""
  682. },
  683. "require": {
  684. "firebase/php-jwt": "^7.0",
  685. "league/oauth2-client": "^2.8",
  686. "php": "^8.0"
  687. },
  688. "require-dev": {
  689. "mockery/mockery": "^1.6",
  690. "phpstan/phpstan": "^1.12",
  691. "phpunit/phpunit": "~9.6.4",
  692. "squizlabs/php_codesniffer": "~3.7.0"
  693. },
  694. "type": "library",
  695. "extra": {
  696. "branch-alias": {
  697. "dev-master": "1.0.x-dev"
  698. }
  699. },
  700. "autoload": {
  701. "psr-4": {
  702. "Stevenmaguire\\OAuth2\\Client\\": "src/"
  703. }
  704. },
  705. "notification-url": "https://packagist.org/downloads/",
  706. "license": [
  707. "MIT"
  708. ],
  709. "authors": [
  710. {
  711. "name": "Steven Maguire",
  712. "email": "stevenmaguire@gmail.com",
  713. "homepage": "https://github.com/stevenmaguire"
  714. }
  715. ],
  716. "description": "Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  717. "keywords": [
  718. "authorisation",
  719. "authorization",
  720. "client",
  721. "keycloak",
  722. "oauth",
  723. "oauth2"
  724. ],
  725. "support": {
  726. "issues": "https://github.com/stevenmaguire/oauth2-keycloak/issues",
  727. "source": "https://github.com/stevenmaguire/oauth2-keycloak/tree/6.1.1"
  728. },
  729. "time": "2026-03-30T07:32:03+00:00"
  730. },
  731. {
  732. "name": "symfony/deprecation-contracts",
  733. "version": "v3.7.0",
  734. "source": {
  735. "type": "git",
  736. "url": "https://github.com/symfony/deprecation-contracts.git",
  737. "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b"
  738. },
  739. "dist": {
  740. "type": "zip",
  741. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/50f59d1f3ca46d41ac911f97a78626b6756af35b",
  742. "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b",
  743. "shasum": ""
  744. },
  745. "require": {
  746. "php": ">=8.1"
  747. },
  748. "type": "library",
  749. "extra": {
  750. "thanks": {
  751. "url": "https://github.com/symfony/contracts",
  752. "name": "symfony/contracts"
  753. },
  754. "branch-alias": {
  755. "dev-main": "3.7-dev"
  756. }
  757. },
  758. "autoload": {
  759. "files": [
  760. "function.php"
  761. ]
  762. },
  763. "notification-url": "https://packagist.org/downloads/",
  764. "license": [
  765. "MIT"
  766. ],
  767. "authors": [
  768. {
  769. "name": "Nicolas Grekas",
  770. "email": "p@tchwork.com"
  771. },
  772. {
  773. "name": "Symfony Community",
  774. "homepage": "https://symfony.com/contributors"
  775. }
  776. ],
  777. "description": "A generic function and convention to trigger deprecation notices",
  778. "homepage": "https://symfony.com",
  779. "support": {
  780. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.0"
  781. },
  782. "funding": [
  783. {
  784. "url": "https://symfony.com/sponsor",
  785. "type": "custom"
  786. },
  787. {
  788. "url": "https://github.com/fabpot",
  789. "type": "github"
  790. },
  791. {
  792. "url": "https://github.com/nicolas-grekas",
  793. "type": "github"
  794. },
  795. {
  796. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  797. "type": "tidelift"
  798. }
  799. ],
  800. "time": "2026-04-13T15:52:40+00:00"
  801. }
  802. ],
  803. "packages-dev": [],
  804. "aliases": [],
  805. "minimum-stability": "stable",
  806. "stability-flags": {},
  807. "prefer-stable": false,
  808. "prefer-lowest": false,
  809. "platform": {},
  810. "platform-dev": {},
  811. "plugin-api-version": "2.9.0"
  812. }

Powered by TurnKey Linux.