Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

812 linhas
28KB

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

Powered by TurnKey Linux.