github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/internal/backends/php/testdata/composer1.lock (about) 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": "e808da9a844054dca9773c657bb85937", 8 "packages": [ 9 { 10 "name": "monolog/monolog", 11 "version": "3.2.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/Seldaek/monolog.git", 15 "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/305444bc6fb6c89e490f4b34fa6e979584d7fa81", 20 "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=8.1", 25 "psr/log": "^2.0 || ^3.0" 26 }, 27 "provide": { 28 "psr/log-implementation": "3.0.0" 29 }, 30 "require-dev": { 31 "aws/aws-sdk-php": "^3.0", 32 "doctrine/couchdb": "~1.0@dev", 33 "elasticsearch/elasticsearch": "^7 || ^8", 34 "ext-json": "*", 35 "graylog2/gelf-php": "^1.4.2", 36 "guzzlehttp/guzzle": "^7.4", 37 "guzzlehttp/psr7": "^2.2", 38 "mongodb/mongodb": "^1.8", 39 "php-amqplib/php-amqplib": "~2.4 || ^3", 40 "phpstan/phpstan": "^1.4", 41 "phpstan/phpstan-deprecation-rules": "^1.0", 42 "phpstan/phpstan-strict-rules": "^1.1", 43 "phpunit/phpunit": "^9.5.16", 44 "predis/predis": "^1.1", 45 "ruflin/elastica": "^7", 46 "symfony/mailer": "^5.4 || ^6", 47 "symfony/mime": "^5.4 || ^6" 48 }, 49 "suggest": { 50 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", 51 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", 52 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", 53 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", 54 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", 55 "ext-mbstring": "Allow to work properly with unicode symbols", 56 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", 57 "ext-openssl": "Required to send log messages using SSL", 58 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", 59 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", 60 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", 61 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", 62 "rollbar/rollbar": "Allow sending log messages to Rollbar", 63 "ruflin/elastica": "Allow sending log messages to an Elastic Search server" 64 }, 65 "type": "library", 66 "extra": { 67 "branch-alias": { 68 "dev-main": "3.x-dev" 69 } 70 }, 71 "autoload": { 72 "psr-4": { 73 "Monolog\\": "src/Monolog" 74 } 75 }, 76 "notification-url": "https://packagist.org/downloads/", 77 "license": [ 78 "MIT" 79 ], 80 "authors": [ 81 { 82 "name": "Jordi Boggiano", 83 "email": "j.boggiano@seld.be", 84 "homepage": "https://seld.be" 85 } 86 ], 87 "description": "Sends your logs to files, sockets, inboxes, databases and various web services", 88 "homepage": "https://github.com/Seldaek/monolog", 89 "keywords": [ 90 "log", 91 "logging", 92 "psr-3" 93 ], 94 "support": { 95 "issues": "https://github.com/Seldaek/monolog/issues", 96 "source": "https://github.com/Seldaek/monolog/tree/3.2.0" 97 }, 98 "funding": [ 99 { 100 "url": "https://github.com/Seldaek", 101 "type": "github" 102 }, 103 { 104 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", 105 "type": "tidelift" 106 } 107 ], 108 "time": "2022-07-24T12:00:55+00:00" 109 }, 110 { 111 "name": "psr/log", 112 "version": "3.0.0", 113 "source": { 114 "type": "git", 115 "url": "https://github.com/php-fig/log.git", 116 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" 117 }, 118 "dist": { 119 "type": "zip", 120 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", 121 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", 122 "shasum": "" 123 }, 124 "require": { 125 "php": ">=8.0.0" 126 }, 127 "type": "library", 128 "extra": { 129 "branch-alias": { 130 "dev-master": "3.x-dev" 131 } 132 }, 133 "autoload": { 134 "psr-4": { 135 "Psr\\Log\\": "src" 136 } 137 }, 138 "notification-url": "https://packagist.org/downloads/", 139 "license": [ 140 "MIT" 141 ], 142 "authors": [ 143 { 144 "name": "PHP-FIG", 145 "homepage": "https://www.php-fig.org/" 146 } 147 ], 148 "description": "Common interface for logging libraries", 149 "homepage": "https://github.com/php-fig/log", 150 "keywords": [ 151 "log", 152 "psr", 153 "psr-3" 154 ], 155 "support": { 156 "source": "https://github.com/php-fig/log/tree/3.0.0" 157 }, 158 "time": "2021-07-14T16:46:02+00:00" 159 } 160 ], 161 "packages-dev": [], 162 "aliases": [], 163 "minimum-stability": "stable", 164 "stability-flags": [], 165 "prefer-stable": false, 166 "prefer-lowest": false, 167 "platform": [], 168 "platform-dev": [], 169 "plugin-api-version": "2.3.0" 170 }