installed.json 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366
  1. {
  2. "packages": [
  3. {
  4. "name": "aws/aws-crt-php",
  5. "version": "v1.2.6",
  6. "version_normalized": "1.2.6.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/awslabs/aws-crt-php.git",
  10. "reference": "a63485b65b6b3367039306496d49737cf1995408"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/a63485b65b6b3367039306496d49737cf1995408",
  15. "reference": "a63485b65b6b3367039306496d49737cf1995408",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.5"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
  23. "yoast/phpunit-polyfills": "^1.0"
  24. },
  25. "suggest": {
  26. "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
  27. },
  28. "time": "2024-06-13T17:21:28+00:00",
  29. "type": "library",
  30. "installation-source": "dist",
  31. "autoload": {
  32. "classmap": [
  33. "src/"
  34. ]
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "Apache-2.0"
  39. ],
  40. "authors": [
  41. {
  42. "name": "AWS SDK Common Runtime Team",
  43. "email": "aws-sdk-common-runtime@amazon.com"
  44. }
  45. ],
  46. "description": "AWS Common Runtime for PHP",
  47. "homepage": "https://github.com/awslabs/aws-crt-php",
  48. "keywords": [
  49. "amazon",
  50. "aws",
  51. "crt",
  52. "sdk"
  53. ],
  54. "support": {
  55. "issues": "https://github.com/awslabs/aws-crt-php/issues",
  56. "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.6"
  57. },
  58. "install-path": "../aws/aws-crt-php"
  59. },
  60. {
  61. "name": "aws/aws-php-sns-message-validator",
  62. "version": "1.9.0",
  63. "version_normalized": "1.9.0.0",
  64. "source": {
  65. "type": "git",
  66. "url": "https://github.com/aws/aws-php-sns-message-validator.git",
  67. "reference": "de457eaf8fbfa05f2f611d546d7357c6fdec86f8"
  68. },
  69. "dist": {
  70. "type": "zip",
  71. "url": "https://api.github.com/repos/aws/aws-php-sns-message-validator/zipball/de457eaf8fbfa05f2f611d546d7357c6fdec86f8",
  72. "reference": "de457eaf8fbfa05f2f611d546d7357c6fdec86f8",
  73. "shasum": ""
  74. },
  75. "require": {
  76. "ext-openssl": "*",
  77. "php": ">=7.2.5",
  78. "psr/http-message": "^1.0 || ^2.0"
  79. },
  80. "require-dev": {
  81. "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
  82. "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
  83. "squizlabs/php_codesniffer": "^2.3",
  84. "yoast/phpunit-polyfills": "^1.0"
  85. },
  86. "time": "2023-12-18T17:03:51+00:00",
  87. "type": "library",
  88. "installation-source": "dist",
  89. "autoload": {
  90. "psr-4": {
  91. "Aws\\Sns\\": "src/"
  92. }
  93. },
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "Apache-2.0"
  97. ],
  98. "authors": [
  99. {
  100. "name": "Amazon Web Services",
  101. "homepage": "http://aws.amazon.com"
  102. }
  103. ],
  104. "description": "Amazon SNS message validation for PHP",
  105. "homepage": "http://aws.amazon.com/sdkforphp",
  106. "keywords": [
  107. "SNS",
  108. "amazon",
  109. "aws",
  110. "cloud",
  111. "message",
  112. "sdk",
  113. "webhooks"
  114. ],
  115. "support": {
  116. "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
  117. "issues": "https://github.com/aws/aws-sns-message-validator/issues",
  118. "source": "https://github.com/aws/aws-php-sns-message-validator/tree/1.9.0"
  119. },
  120. "install-path": "../aws/aws-php-sns-message-validator"
  121. },
  122. {
  123. "name": "aws/aws-sdk-php",
  124. "version": "3.316.3",
  125. "version_normalized": "3.316.3.0",
  126. "source": {
  127. "type": "git",
  128. "url": "https://github.com/aws/aws-sdk-php.git",
  129. "reference": "e832e594b3c213760e067e15ef2739f77505e832"
  130. },
  131. "dist": {
  132. "type": "zip",
  133. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e832e594b3c213760e067e15ef2739f77505e832",
  134. "reference": "e832e594b3c213760e067e15ef2739f77505e832",
  135. "shasum": ""
  136. },
  137. "require": {
  138. "aws/aws-crt-php": "^1.2.3",
  139. "ext-json": "*",
  140. "ext-pcre": "*",
  141. "ext-simplexml": "*",
  142. "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
  143. "guzzlehttp/promises": "^1.4.0 || ^2.0",
  144. "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
  145. "mtdowling/jmespath.php": "^2.6",
  146. "php": ">=7.2.5",
  147. "psr/http-message": "^1.0 || ^2.0"
  148. },
  149. "require-dev": {
  150. "andrewsville/php-token-reflection": "^1.4",
  151. "aws/aws-php-sns-message-validator": "~1.0",
  152. "behat/behat": "~3.0",
  153. "composer/composer": "^1.10.22",
  154. "dms/phpunit-arraysubset-asserts": "^0.4.0",
  155. "doctrine/cache": "~1.4",
  156. "ext-dom": "*",
  157. "ext-openssl": "*",
  158. "ext-pcntl": "*",
  159. "ext-sockets": "*",
  160. "nette/neon": "^2.3",
  161. "paragonie/random_compat": ">= 2",
  162. "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
  163. "psr/cache": "^1.0",
  164. "psr/simple-cache": "^1.0",
  165. "sebastian/comparator": "^1.2.3 || ^4.0",
  166. "yoast/phpunit-polyfills": "^1.0"
  167. },
  168. "suggest": {
  169. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  170. "doctrine/cache": "To use the DoctrineCacheAdapter",
  171. "ext-curl": "To send requests using cURL",
  172. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
  173. "ext-sockets": "To use client-side monitoring"
  174. },
  175. "time": "2024-07-12T18:07:23+00:00",
  176. "type": "library",
  177. "extra": {
  178. "branch-alias": {
  179. "dev-master": "3.0-dev"
  180. }
  181. },
  182. "installation-source": "dist",
  183. "autoload": {
  184. "files": [
  185. "src/functions.php"
  186. ],
  187. "psr-4": {
  188. "Aws\\": "src/"
  189. }
  190. },
  191. "notification-url": "https://packagist.org/downloads/",
  192. "license": [
  193. "Apache-2.0"
  194. ],
  195. "authors": [
  196. {
  197. "name": "Amazon Web Services",
  198. "homepage": "http://aws.amazon.com"
  199. }
  200. ],
  201. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  202. "homepage": "http://aws.amazon.com/sdkforphp",
  203. "keywords": [
  204. "amazon",
  205. "aws",
  206. "cloud",
  207. "dynamodb",
  208. "ec2",
  209. "glacier",
  210. "s3",
  211. "sdk"
  212. ],
  213. "support": {
  214. "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
  215. "issues": "https://github.com/aws/aws-sdk-php/issues",
  216. "source": "https://github.com/aws/aws-sdk-php/tree/3.316.3"
  217. },
  218. "install-path": "../aws/aws-sdk-php"
  219. },
  220. {
  221. "name": "guzzlehttp/guzzle",
  222. "version": "7.8.1",
  223. "version_normalized": "7.8.1.0",
  224. "source": {
  225. "type": "git",
  226. "url": "https://github.com/guzzle/guzzle.git",
  227. "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
  228. },
  229. "dist": {
  230. "type": "zip",
  231. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
  232. "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
  233. "shasum": ""
  234. },
  235. "require": {
  236. "ext-json": "*",
  237. "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
  238. "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
  239. "php": "^7.2.5 || ^8.0",
  240. "psr/http-client": "^1.0",
  241. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  242. },
  243. "provide": {
  244. "psr/http-client-implementation": "1.0"
  245. },
  246. "require-dev": {
  247. "bamarni/composer-bin-plugin": "^1.8.2",
  248. "ext-curl": "*",
  249. "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
  250. "php-http/message-factory": "^1.1",
  251. "phpunit/phpunit": "^8.5.36 || ^9.6.15",
  252. "psr/log": "^1.1 || ^2.0 || ^3.0"
  253. },
  254. "suggest": {
  255. "ext-curl": "Required for CURL handler support",
  256. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  257. "psr/log": "Required for using the Log middleware"
  258. },
  259. "time": "2023-12-03T20:35:24+00:00",
  260. "type": "library",
  261. "extra": {
  262. "bamarni-bin": {
  263. "bin-links": true,
  264. "forward-command": false
  265. }
  266. },
  267. "installation-source": "dist",
  268. "autoload": {
  269. "files": [
  270. "src/functions_include.php"
  271. ],
  272. "psr-4": {
  273. "GuzzleHttp\\": "src/"
  274. }
  275. },
  276. "notification-url": "https://packagist.org/downloads/",
  277. "license": [
  278. "MIT"
  279. ],
  280. "authors": [
  281. {
  282. "name": "Graham Campbell",
  283. "email": "hello@gjcampbell.co.uk",
  284. "homepage": "https://github.com/GrahamCampbell"
  285. },
  286. {
  287. "name": "Michael Dowling",
  288. "email": "mtdowling@gmail.com",
  289. "homepage": "https://github.com/mtdowling"
  290. },
  291. {
  292. "name": "Jeremy Lindblom",
  293. "email": "jeremeamia@gmail.com",
  294. "homepage": "https://github.com/jeremeamia"
  295. },
  296. {
  297. "name": "George Mponos",
  298. "email": "gmponos@gmail.com",
  299. "homepage": "https://github.com/gmponos"
  300. },
  301. {
  302. "name": "Tobias Nyholm",
  303. "email": "tobias.nyholm@gmail.com",
  304. "homepage": "https://github.com/Nyholm"
  305. },
  306. {
  307. "name": "Márk Sági-Kazár",
  308. "email": "mark.sagikazar@gmail.com",
  309. "homepage": "https://github.com/sagikazarmark"
  310. },
  311. {
  312. "name": "Tobias Schultze",
  313. "email": "webmaster@tubo-world.de",
  314. "homepage": "https://github.com/Tobion"
  315. }
  316. ],
  317. "description": "Guzzle is a PHP HTTP client library",
  318. "keywords": [
  319. "client",
  320. "curl",
  321. "framework",
  322. "http",
  323. "http client",
  324. "psr-18",
  325. "psr-7",
  326. "rest",
  327. "web service"
  328. ],
  329. "support": {
  330. "issues": "https://github.com/guzzle/guzzle/issues",
  331. "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
  332. },
  333. "funding": [
  334. {
  335. "url": "https://github.com/GrahamCampbell",
  336. "type": "github"
  337. },
  338. {
  339. "url": "https://github.com/Nyholm",
  340. "type": "github"
  341. },
  342. {
  343. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  344. "type": "tidelift"
  345. }
  346. ],
  347. "install-path": "../guzzlehttp/guzzle"
  348. },
  349. {
  350. "name": "guzzlehttp/promises",
  351. "version": "2.0.2",
  352. "version_normalized": "2.0.2.0",
  353. "source": {
  354. "type": "git",
  355. "url": "https://github.com/guzzle/promises.git",
  356. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
  357. },
  358. "dist": {
  359. "type": "zip",
  360. "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
  361. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
  362. "shasum": ""
  363. },
  364. "require": {
  365. "php": "^7.2.5 || ^8.0"
  366. },
  367. "require-dev": {
  368. "bamarni/composer-bin-plugin": "^1.8.2",
  369. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  370. },
  371. "time": "2023-12-03T20:19:20+00:00",
  372. "type": "library",
  373. "extra": {
  374. "bamarni-bin": {
  375. "bin-links": true,
  376. "forward-command": false
  377. }
  378. },
  379. "installation-source": "dist",
  380. "autoload": {
  381. "psr-4": {
  382. "GuzzleHttp\\Promise\\": "src/"
  383. }
  384. },
  385. "notification-url": "https://packagist.org/downloads/",
  386. "license": [
  387. "MIT"
  388. ],
  389. "authors": [
  390. {
  391. "name": "Graham Campbell",
  392. "email": "hello@gjcampbell.co.uk",
  393. "homepage": "https://github.com/GrahamCampbell"
  394. },
  395. {
  396. "name": "Michael Dowling",
  397. "email": "mtdowling@gmail.com",
  398. "homepage": "https://github.com/mtdowling"
  399. },
  400. {
  401. "name": "Tobias Nyholm",
  402. "email": "tobias.nyholm@gmail.com",
  403. "homepage": "https://github.com/Nyholm"
  404. },
  405. {
  406. "name": "Tobias Schultze",
  407. "email": "webmaster@tubo-world.de",
  408. "homepage": "https://github.com/Tobion"
  409. }
  410. ],
  411. "description": "Guzzle promises library",
  412. "keywords": [
  413. "promise"
  414. ],
  415. "support": {
  416. "issues": "https://github.com/guzzle/promises/issues",
  417. "source": "https://github.com/guzzle/promises/tree/2.0.2"
  418. },
  419. "funding": [
  420. {
  421. "url": "https://github.com/GrahamCampbell",
  422. "type": "github"
  423. },
  424. {
  425. "url": "https://github.com/Nyholm",
  426. "type": "github"
  427. },
  428. {
  429. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  430. "type": "tidelift"
  431. }
  432. ],
  433. "install-path": "../guzzlehttp/promises"
  434. },
  435. {
  436. "name": "guzzlehttp/psr7",
  437. "version": "2.6.2",
  438. "version_normalized": "2.6.2.0",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/guzzle/psr7.git",
  442. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
  447. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
  448. "shasum": ""
  449. },
  450. "require": {
  451. "php": "^7.2.5 || ^8.0",
  452. "psr/http-factory": "^1.0",
  453. "psr/http-message": "^1.1 || ^2.0",
  454. "ralouphie/getallheaders": "^3.0"
  455. },
  456. "provide": {
  457. "psr/http-factory-implementation": "1.0",
  458. "psr/http-message-implementation": "1.0"
  459. },
  460. "require-dev": {
  461. "bamarni/composer-bin-plugin": "^1.8.2",
  462. "http-interop/http-factory-tests": "^0.9",
  463. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  464. },
  465. "suggest": {
  466. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  467. },
  468. "time": "2023-12-03T20:05:35+00:00",
  469. "type": "library",
  470. "extra": {
  471. "bamarni-bin": {
  472. "bin-links": true,
  473. "forward-command": false
  474. }
  475. },
  476. "installation-source": "dist",
  477. "autoload": {
  478. "psr-4": {
  479. "GuzzleHttp\\Psr7\\": "src/"
  480. }
  481. },
  482. "notification-url": "https://packagist.org/downloads/",
  483. "license": [
  484. "MIT"
  485. ],
  486. "authors": [
  487. {
  488. "name": "Graham Campbell",
  489. "email": "hello@gjcampbell.co.uk",
  490. "homepage": "https://github.com/GrahamCampbell"
  491. },
  492. {
  493. "name": "Michael Dowling",
  494. "email": "mtdowling@gmail.com",
  495. "homepage": "https://github.com/mtdowling"
  496. },
  497. {
  498. "name": "George Mponos",
  499. "email": "gmponos@gmail.com",
  500. "homepage": "https://github.com/gmponos"
  501. },
  502. {
  503. "name": "Tobias Nyholm",
  504. "email": "tobias.nyholm@gmail.com",
  505. "homepage": "https://github.com/Nyholm"
  506. },
  507. {
  508. "name": "Márk Sági-Kazár",
  509. "email": "mark.sagikazar@gmail.com",
  510. "homepage": "https://github.com/sagikazarmark"
  511. },
  512. {
  513. "name": "Tobias Schultze",
  514. "email": "webmaster@tubo-world.de",
  515. "homepage": "https://github.com/Tobion"
  516. },
  517. {
  518. "name": "Márk Sági-Kazár",
  519. "email": "mark.sagikazar@gmail.com",
  520. "homepage": "https://sagikazarmark.hu"
  521. }
  522. ],
  523. "description": "PSR-7 message implementation that also provides common utility methods",
  524. "keywords": [
  525. "http",
  526. "message",
  527. "psr-7",
  528. "request",
  529. "response",
  530. "stream",
  531. "uri",
  532. "url"
  533. ],
  534. "support": {
  535. "issues": "https://github.com/guzzle/psr7/issues",
  536. "source": "https://github.com/guzzle/psr7/tree/2.6.2"
  537. },
  538. "funding": [
  539. {
  540. "url": "https://github.com/GrahamCampbell",
  541. "type": "github"
  542. },
  543. {
  544. "url": "https://github.com/Nyholm",
  545. "type": "github"
  546. },
  547. {
  548. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  549. "type": "tidelift"
  550. }
  551. ],
  552. "install-path": "../guzzlehttp/psr7"
  553. },
  554. {
  555. "name": "microsoft/azure-storage-blob",
  556. "version": "1.5.4",
  557. "version_normalized": "1.5.4.0",
  558. "source": {
  559. "type": "git",
  560. "url": "https://github.com/Azure/azure-storage-blob-php.git",
  561. "reference": "1023ce1dbf062351a32ca5ec72ad1fd4a504f1bf"
  562. },
  563. "dist": {
  564. "type": "zip",
  565. "url": "https://api.github.com/repos/Azure/azure-storage-blob-php/zipball/1023ce1dbf062351a32ca5ec72ad1fd4a504f1bf",
  566. "reference": "1023ce1dbf062351a32ca5ec72ad1fd4a504f1bf",
  567. "shasum": ""
  568. },
  569. "require": {
  570. "microsoft/azure-storage-common": "~1.5",
  571. "php": ">=5.6.0"
  572. },
  573. "time": "2022-09-02T02:13:06+00:00",
  574. "type": "library",
  575. "installation-source": "dist",
  576. "autoload": {
  577. "psr-4": {
  578. "MicrosoftAzure\\Storage\\Blob\\": "src/Blob"
  579. }
  580. },
  581. "notification-url": "https://packagist.org/downloads/",
  582. "license": [
  583. "MIT"
  584. ],
  585. "authors": [
  586. {
  587. "name": "Azure Storage PHP Client Library",
  588. "email": "dmsh@microsoft.com"
  589. }
  590. ],
  591. "description": "This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Blob APIs.",
  592. "keywords": [
  593. "azure",
  594. "blob",
  595. "php",
  596. "sdk",
  597. "storage"
  598. ],
  599. "support": {
  600. "issues": "https://github.com/Azure/azure-storage-blob-php/issues",
  601. "source": "https://github.com/Azure/azure-storage-blob-php/tree/v1.5.4"
  602. },
  603. "install-path": "../microsoft/azure-storage-blob"
  604. },
  605. {
  606. "name": "microsoft/azure-storage-common",
  607. "version": "1.5.2",
  608. "version_normalized": "1.5.2.0",
  609. "source": {
  610. "type": "git",
  611. "url": "https://github.com/Azure/azure-storage-common-php.git",
  612. "reference": "8ca7b1bf4c9ca7c663e75a02a0035b05b37196a0"
  613. },
  614. "dist": {
  615. "type": "zip",
  616. "url": "https://api.github.com/repos/Azure/azure-storage-common-php/zipball/8ca7b1bf4c9ca7c663e75a02a0035b05b37196a0",
  617. "reference": "8ca7b1bf4c9ca7c663e75a02a0035b05b37196a0",
  618. "shasum": ""
  619. },
  620. "require": {
  621. "guzzlehttp/guzzle": "~6.0|^7.0",
  622. "php": ">=5.6.0"
  623. },
  624. "time": "2021-10-09T03:03:47+00:00",
  625. "type": "library",
  626. "installation-source": "dist",
  627. "autoload": {
  628. "psr-4": {
  629. "MicrosoftAzure\\Storage\\Common\\": "src/Common"
  630. }
  631. },
  632. "notification-url": "https://packagist.org/downloads/",
  633. "license": [
  634. "MIT"
  635. ],
  636. "authors": [
  637. {
  638. "name": "Azure Storage PHP Client Library",
  639. "email": "dmsh@microsoft.com"
  640. }
  641. ],
  642. "description": "This project provides a set of common code shared by Azure Storage Blob, Table, Queue and File PHP client libraries.",
  643. "keywords": [
  644. "azure",
  645. "common",
  646. "php",
  647. "sdk",
  648. "storage"
  649. ],
  650. "support": {
  651. "issues": "https://github.com/Azure/azure-storage-common-php/issues",
  652. "source": "https://github.com/Azure/azure-storage-common-php/tree/v1.5.2"
  653. },
  654. "install-path": "../microsoft/azure-storage-common"
  655. },
  656. {
  657. "name": "mtdowling/jmespath.php",
  658. "version": "2.7.0",
  659. "version_normalized": "2.7.0.0",
  660. "source": {
  661. "type": "git",
  662. "url": "https://github.com/jmespath/jmespath.php.git",
  663. "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
  664. },
  665. "dist": {
  666. "type": "zip",
  667. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
  668. "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
  669. "shasum": ""
  670. },
  671. "require": {
  672. "php": "^7.2.5 || ^8.0",
  673. "symfony/polyfill-mbstring": "^1.17"
  674. },
  675. "require-dev": {
  676. "composer/xdebug-handler": "^3.0.3",
  677. "phpunit/phpunit": "^8.5.33"
  678. },
  679. "time": "2023-08-25T10:54:48+00:00",
  680. "bin": [
  681. "bin/jp.php"
  682. ],
  683. "type": "library",
  684. "extra": {
  685. "branch-alias": {
  686. "dev-master": "2.7-dev"
  687. }
  688. },
  689. "installation-source": "dist",
  690. "autoload": {
  691. "files": [
  692. "src/JmesPath.php"
  693. ],
  694. "psr-4": {
  695. "JmesPath\\": "src/"
  696. }
  697. },
  698. "notification-url": "https://packagist.org/downloads/",
  699. "license": [
  700. "MIT"
  701. ],
  702. "authors": [
  703. {
  704. "name": "Graham Campbell",
  705. "email": "hello@gjcampbell.co.uk",
  706. "homepage": "https://github.com/GrahamCampbell"
  707. },
  708. {
  709. "name": "Michael Dowling",
  710. "email": "mtdowling@gmail.com",
  711. "homepage": "https://github.com/mtdowling"
  712. }
  713. ],
  714. "description": "Declaratively specify how to extract elements from a JSON document",
  715. "keywords": [
  716. "json",
  717. "jsonpath"
  718. ],
  719. "support": {
  720. "issues": "https://github.com/jmespath/jmespath.php/issues",
  721. "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
  722. },
  723. "install-path": "../mtdowling/jmespath.php"
  724. },
  725. {
  726. "name": "nikic/php-parser",
  727. "version": "v4.19.1",
  728. "version_normalized": "4.19.1.0",
  729. "source": {
  730. "type": "git",
  731. "url": "https://github.com/nikic/PHP-Parser.git",
  732. "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b"
  733. },
  734. "dist": {
  735. "type": "zip",
  736. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b",
  737. "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b",
  738. "shasum": ""
  739. },
  740. "require": {
  741. "ext-tokenizer": "*",
  742. "php": ">=7.1"
  743. },
  744. "require-dev": {
  745. "ircmaxell/php-yacc": "^0.0.7",
  746. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  747. },
  748. "time": "2024-03-17T08:10:35+00:00",
  749. "bin": [
  750. "bin/php-parse"
  751. ],
  752. "type": "library",
  753. "extra": {
  754. "branch-alias": {
  755. "dev-master": "4.9-dev"
  756. }
  757. },
  758. "installation-source": "dist",
  759. "autoload": {
  760. "psr-4": {
  761. "PhpParser\\": "lib/PhpParser"
  762. }
  763. },
  764. "notification-url": "https://packagist.org/downloads/",
  765. "license": [
  766. "BSD-3-Clause"
  767. ],
  768. "authors": [
  769. {
  770. "name": "Nikita Popov"
  771. }
  772. ],
  773. "description": "A PHP parser written in PHP",
  774. "keywords": [
  775. "parser",
  776. "php"
  777. ],
  778. "support": {
  779. "issues": "https://github.com/nikic/PHP-Parser/issues",
  780. "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1"
  781. },
  782. "install-path": "../nikic/php-parser"
  783. },
  784. {
  785. "name": "psr/http-client",
  786. "version": "1.0.3",
  787. "version_normalized": "1.0.3.0",
  788. "source": {
  789. "type": "git",
  790. "url": "https://github.com/php-fig/http-client.git",
  791. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  792. },
  793. "dist": {
  794. "type": "zip",
  795. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  796. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  797. "shasum": ""
  798. },
  799. "require": {
  800. "php": "^7.0 || ^8.0",
  801. "psr/http-message": "^1.0 || ^2.0"
  802. },
  803. "time": "2023-09-23T14:17:50+00:00",
  804. "type": "library",
  805. "extra": {
  806. "branch-alias": {
  807. "dev-master": "1.0.x-dev"
  808. }
  809. },
  810. "installation-source": "dist",
  811. "autoload": {
  812. "psr-4": {
  813. "Psr\\Http\\Client\\": "src/"
  814. }
  815. },
  816. "notification-url": "https://packagist.org/downloads/",
  817. "license": [
  818. "MIT"
  819. ],
  820. "authors": [
  821. {
  822. "name": "PHP-FIG",
  823. "homepage": "https://www.php-fig.org/"
  824. }
  825. ],
  826. "description": "Common interface for HTTP clients",
  827. "homepage": "https://github.com/php-fig/http-client",
  828. "keywords": [
  829. "http",
  830. "http-client",
  831. "psr",
  832. "psr-18"
  833. ],
  834. "support": {
  835. "source": "https://github.com/php-fig/http-client"
  836. },
  837. "install-path": "../psr/http-client"
  838. },
  839. {
  840. "name": "psr/http-factory",
  841. "version": "1.1.0",
  842. "version_normalized": "1.1.0.0",
  843. "source": {
  844. "type": "git",
  845. "url": "https://github.com/php-fig/http-factory.git",
  846. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
  847. },
  848. "dist": {
  849. "type": "zip",
  850. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  851. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  852. "shasum": ""
  853. },
  854. "require": {
  855. "php": ">=7.1",
  856. "psr/http-message": "^1.0 || ^2.0"
  857. },
  858. "time": "2024-04-15T12:06:14+00:00",
  859. "type": "library",
  860. "extra": {
  861. "branch-alias": {
  862. "dev-master": "1.0.x-dev"
  863. }
  864. },
  865. "installation-source": "dist",
  866. "autoload": {
  867. "psr-4": {
  868. "Psr\\Http\\Message\\": "src/"
  869. }
  870. },
  871. "notification-url": "https://packagist.org/downloads/",
  872. "license": [
  873. "MIT"
  874. ],
  875. "authors": [
  876. {
  877. "name": "PHP-FIG",
  878. "homepage": "https://www.php-fig.org/"
  879. }
  880. ],
  881. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  882. "keywords": [
  883. "factory",
  884. "http",
  885. "message",
  886. "psr",
  887. "psr-17",
  888. "psr-7",
  889. "request",
  890. "response"
  891. ],
  892. "support": {
  893. "source": "https://github.com/php-fig/http-factory"
  894. },
  895. "install-path": "../psr/http-factory"
  896. },
  897. {
  898. "name": "psr/http-message",
  899. "version": "2.0",
  900. "version_normalized": "2.0.0.0",
  901. "source": {
  902. "type": "git",
  903. "url": "https://github.com/php-fig/http-message.git",
  904. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  905. },
  906. "dist": {
  907. "type": "zip",
  908. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  909. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  910. "shasum": ""
  911. },
  912. "require": {
  913. "php": "^7.2 || ^8.0"
  914. },
  915. "time": "2023-04-04T09:54:51+00:00",
  916. "type": "library",
  917. "extra": {
  918. "branch-alias": {
  919. "dev-master": "2.0.x-dev"
  920. }
  921. },
  922. "installation-source": "dist",
  923. "autoload": {
  924. "psr-4": {
  925. "Psr\\Http\\Message\\": "src/"
  926. }
  927. },
  928. "notification-url": "https://packagist.org/downloads/",
  929. "license": [
  930. "MIT"
  931. ],
  932. "authors": [
  933. {
  934. "name": "PHP-FIG",
  935. "homepage": "https://www.php-fig.org/"
  936. }
  937. ],
  938. "description": "Common interface for HTTP messages",
  939. "homepage": "https://github.com/php-fig/http-message",
  940. "keywords": [
  941. "http",
  942. "http-message",
  943. "psr",
  944. "psr-7",
  945. "request",
  946. "response"
  947. ],
  948. "support": {
  949. "source": "https://github.com/php-fig/http-message/tree/2.0"
  950. },
  951. "install-path": "../psr/http-message"
  952. },
  953. {
  954. "name": "ralouphie/getallheaders",
  955. "version": "3.0.3",
  956. "version_normalized": "3.0.3.0",
  957. "source": {
  958. "type": "git",
  959. "url": "https://github.com/ralouphie/getallheaders.git",
  960. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  961. },
  962. "dist": {
  963. "type": "zip",
  964. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  965. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  966. "shasum": ""
  967. },
  968. "require": {
  969. "php": ">=5.6"
  970. },
  971. "require-dev": {
  972. "php-coveralls/php-coveralls": "^2.1",
  973. "phpunit/phpunit": "^5 || ^6.5"
  974. },
  975. "time": "2019-03-08T08:55:37+00:00",
  976. "type": "library",
  977. "installation-source": "dist",
  978. "autoload": {
  979. "files": [
  980. "src/getallheaders.php"
  981. ]
  982. },
  983. "notification-url": "https://packagist.org/downloads/",
  984. "license": [
  985. "MIT"
  986. ],
  987. "authors": [
  988. {
  989. "name": "Ralph Khattar",
  990. "email": "ralph.khattar@gmail.com"
  991. }
  992. ],
  993. "description": "A polyfill for getallheaders.",
  994. "support": {
  995. "issues": "https://github.com/ralouphie/getallheaders/issues",
  996. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  997. },
  998. "install-path": "../ralouphie/getallheaders"
  999. },
  1000. {
  1001. "name": "sebastian/comparator",
  1002. "version": "3.0.5",
  1003. "version_normalized": "3.0.5.0",
  1004. "source": {
  1005. "type": "git",
  1006. "url": "https://github.com/sebastianbergmann/comparator.git",
  1007. "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
  1008. },
  1009. "dist": {
  1010. "type": "zip",
  1011. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
  1012. "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
  1013. "shasum": ""
  1014. },
  1015. "require": {
  1016. "php": ">=7.1",
  1017. "sebastian/diff": "^3.0",
  1018. "sebastian/exporter": "^3.1"
  1019. },
  1020. "require-dev": {
  1021. "phpunit/phpunit": "^8.5"
  1022. },
  1023. "time": "2022-09-14T12:31:48+00:00",
  1024. "type": "library",
  1025. "extra": {
  1026. "branch-alias": {
  1027. "dev-master": "3.0-dev"
  1028. }
  1029. },
  1030. "installation-source": "dist",
  1031. "autoload": {
  1032. "classmap": [
  1033. "src/"
  1034. ]
  1035. },
  1036. "notification-url": "https://packagist.org/downloads/",
  1037. "license": [
  1038. "BSD-3-Clause"
  1039. ],
  1040. "authors": [
  1041. {
  1042. "name": "Sebastian Bergmann",
  1043. "email": "sebastian@phpunit.de"
  1044. },
  1045. {
  1046. "name": "Jeff Welch",
  1047. "email": "whatthejeff@gmail.com"
  1048. },
  1049. {
  1050. "name": "Volker Dusch",
  1051. "email": "github@wallbash.com"
  1052. },
  1053. {
  1054. "name": "Bernhard Schussek",
  1055. "email": "bschussek@2bepublished.at"
  1056. }
  1057. ],
  1058. "description": "Provides the functionality to compare PHP values for equality",
  1059. "homepage": "https://github.com/sebastianbergmann/comparator",
  1060. "keywords": [
  1061. "comparator",
  1062. "compare",
  1063. "equality"
  1064. ],
  1065. "support": {
  1066. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  1067. "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
  1068. },
  1069. "funding": [
  1070. {
  1071. "url": "https://github.com/sebastianbergmann",
  1072. "type": "github"
  1073. }
  1074. ],
  1075. "install-path": "../sebastian/comparator"
  1076. },
  1077. {
  1078. "name": "sebastian/diff",
  1079. "version": "3.0.6",
  1080. "version_normalized": "3.0.6.0",
  1081. "source": {
  1082. "type": "git",
  1083. "url": "https://github.com/sebastianbergmann/diff.git",
  1084. "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6"
  1085. },
  1086. "dist": {
  1087. "type": "zip",
  1088. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6",
  1089. "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6",
  1090. "shasum": ""
  1091. },
  1092. "require": {
  1093. "php": ">=7.1"
  1094. },
  1095. "require-dev": {
  1096. "phpunit/phpunit": "^7.5 || ^8.0",
  1097. "symfony/process": "^2 || ^3.3 || ^4"
  1098. },
  1099. "time": "2024-03-02T06:16:36+00:00",
  1100. "type": "library",
  1101. "extra": {
  1102. "branch-alias": {
  1103. "dev-master": "3.0-dev"
  1104. }
  1105. },
  1106. "installation-source": "dist",
  1107. "autoload": {
  1108. "classmap": [
  1109. "src/"
  1110. ]
  1111. },
  1112. "notification-url": "https://packagist.org/downloads/",
  1113. "license": [
  1114. "BSD-3-Clause"
  1115. ],
  1116. "authors": [
  1117. {
  1118. "name": "Sebastian Bergmann",
  1119. "email": "sebastian@phpunit.de"
  1120. },
  1121. {
  1122. "name": "Kore Nordmann",
  1123. "email": "mail@kore-nordmann.de"
  1124. }
  1125. ],
  1126. "description": "Diff implementation",
  1127. "homepage": "https://github.com/sebastianbergmann/diff",
  1128. "keywords": [
  1129. "diff",
  1130. "udiff",
  1131. "unidiff",
  1132. "unified diff"
  1133. ],
  1134. "support": {
  1135. "issues": "https://github.com/sebastianbergmann/diff/issues",
  1136. "source": "https://github.com/sebastianbergmann/diff/tree/3.0.6"
  1137. },
  1138. "funding": [
  1139. {
  1140. "url": "https://github.com/sebastianbergmann",
  1141. "type": "github"
  1142. }
  1143. ],
  1144. "install-path": "../sebastian/diff"
  1145. },
  1146. {
  1147. "name": "sebastian/exporter",
  1148. "version": "3.1.6",
  1149. "version_normalized": "3.1.6.0",
  1150. "source": {
  1151. "type": "git",
  1152. "url": "https://github.com/sebastianbergmann/exporter.git",
  1153. "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56"
  1154. },
  1155. "dist": {
  1156. "type": "zip",
  1157. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1939bc8fd1d39adcfa88c5b35335910869214c56",
  1158. "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56",
  1159. "shasum": ""
  1160. },
  1161. "require": {
  1162. "php": ">=7.2",
  1163. "sebastian/recursion-context": "^3.0"
  1164. },
  1165. "require-dev": {
  1166. "ext-mbstring": "*",
  1167. "phpunit/phpunit": "^8.5"
  1168. },
  1169. "time": "2024-03-02T06:21:38+00:00",
  1170. "type": "library",
  1171. "extra": {
  1172. "branch-alias": {
  1173. "dev-master": "3.1.x-dev"
  1174. }
  1175. },
  1176. "installation-source": "dist",
  1177. "autoload": {
  1178. "classmap": [
  1179. "src/"
  1180. ]
  1181. },
  1182. "notification-url": "https://packagist.org/downloads/",
  1183. "license": [
  1184. "BSD-3-Clause"
  1185. ],
  1186. "authors": [
  1187. {
  1188. "name": "Sebastian Bergmann",
  1189. "email": "sebastian@phpunit.de"
  1190. },
  1191. {
  1192. "name": "Jeff Welch",
  1193. "email": "whatthejeff@gmail.com"
  1194. },
  1195. {
  1196. "name": "Volker Dusch",
  1197. "email": "github@wallbash.com"
  1198. },
  1199. {
  1200. "name": "Adam Harvey",
  1201. "email": "aharvey@php.net"
  1202. },
  1203. {
  1204. "name": "Bernhard Schussek",
  1205. "email": "bschussek@gmail.com"
  1206. }
  1207. ],
  1208. "description": "Provides the functionality to export PHP variables for visualization",
  1209. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1210. "keywords": [
  1211. "export",
  1212. "exporter"
  1213. ],
  1214. "support": {
  1215. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  1216. "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.6"
  1217. },
  1218. "funding": [
  1219. {
  1220. "url": "https://github.com/sebastianbergmann",
  1221. "type": "github"
  1222. }
  1223. ],
  1224. "install-path": "../sebastian/exporter"
  1225. },
  1226. {
  1227. "name": "sebastian/recursion-context",
  1228. "version": "3.0.2",
  1229. "version_normalized": "3.0.2.0",
  1230. "source": {
  1231. "type": "git",
  1232. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1233. "reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c"
  1234. },
  1235. "dist": {
  1236. "type": "zip",
  1237. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/9bfd3c6f1f08c026f542032dfb42813544f7d64c",
  1238. "reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c",
  1239. "shasum": ""
  1240. },
  1241. "require": {
  1242. "php": ">=7.0"
  1243. },
  1244. "require-dev": {
  1245. "phpunit/phpunit": "^6.0"
  1246. },
  1247. "time": "2024-03-01T14:07:30+00:00",
  1248. "type": "library",
  1249. "extra": {
  1250. "branch-alias": {
  1251. "dev-master": "3.0.x-dev"
  1252. }
  1253. },
  1254. "installation-source": "dist",
  1255. "autoload": {
  1256. "classmap": [
  1257. "src/"
  1258. ]
  1259. },
  1260. "notification-url": "https://packagist.org/downloads/",
  1261. "license": [
  1262. "BSD-3-Clause"
  1263. ],
  1264. "authors": [
  1265. {
  1266. "name": "Sebastian Bergmann",
  1267. "email": "sebastian@phpunit.de"
  1268. },
  1269. {
  1270. "name": "Jeff Welch",
  1271. "email": "whatthejeff@gmail.com"
  1272. },
  1273. {
  1274. "name": "Adam Harvey",
  1275. "email": "aharvey@php.net"
  1276. }
  1277. ],
  1278. "description": "Provides functionality to recursively process PHP variables",
  1279. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1280. "support": {
  1281. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  1282. "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.2"
  1283. },
  1284. "funding": [
  1285. {
  1286. "url": "https://github.com/sebastianbergmann",
  1287. "type": "github"
  1288. }
  1289. ],
  1290. "install-path": "../sebastian/recursion-context"
  1291. },
  1292. {
  1293. "name": "symfony/deprecation-contracts",
  1294. "version": "v2.5.3",
  1295. "version_normalized": "2.5.3.0",
  1296. "source": {
  1297. "type": "git",
  1298. "url": "https://github.com/symfony/deprecation-contracts.git",
  1299. "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
  1300. },
  1301. "dist": {
  1302. "type": "zip",
  1303. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
  1304. "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
  1305. "shasum": ""
  1306. },
  1307. "require": {
  1308. "php": ">=7.1"
  1309. },
  1310. "time": "2023-01-24T14:02:46+00:00",
  1311. "type": "library",
  1312. "extra": {
  1313. "branch-alias": {
  1314. "dev-main": "2.5-dev"
  1315. },
  1316. "thanks": {
  1317. "name": "symfony/contracts",
  1318. "url": "https://github.com/symfony/contracts"
  1319. }
  1320. },
  1321. "installation-source": "dist",
  1322. "autoload": {
  1323. "files": [
  1324. "function.php"
  1325. ]
  1326. },
  1327. "notification-url": "https://packagist.org/downloads/",
  1328. "license": [
  1329. "MIT"
  1330. ],
  1331. "authors": [
  1332. {
  1333. "name": "Nicolas Grekas",
  1334. "email": "p@tchwork.com"
  1335. },
  1336. {
  1337. "name": "Symfony Community",
  1338. "homepage": "https://symfony.com/contributors"
  1339. }
  1340. ],
  1341. "description": "A generic function and convention to trigger deprecation notices",
  1342. "homepage": "https://symfony.com",
  1343. "support": {
  1344. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
  1345. },
  1346. "funding": [
  1347. {
  1348. "url": "https://symfony.com/sponsor",
  1349. "type": "custom"
  1350. },
  1351. {
  1352. "url": "https://github.com/fabpot",
  1353. "type": "github"
  1354. },
  1355. {
  1356. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1357. "type": "tidelift"
  1358. }
  1359. ],
  1360. "install-path": "../symfony/deprecation-contracts"
  1361. }
  1362. ],
  1363. "dev": false,
  1364. "dev-package-names": []
  1365. }