semver
1 year ago
ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_files.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
1 year ago
installed.json
1 year ago
installed.php
1 year ago
platform_check.php
1 year ago
installed.json
337 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "composer/semver", |
| 5 | "version": "3.4.3", |
| 6 | "version_normalized": "3.4.3.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/composer/semver.git", |
| 10 | "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", |
| 15 | "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "php": "^5.3.2 || ^7.0 || ^8.0" |
| 20 | }, |
| 21 | "require-dev": { |
| 22 | "phpstan/phpstan": "^1.11", |
| 23 | "symfony/phpunit-bridge": "^3 || ^7" |
| 24 | }, |
| 25 | "time": "2024-09-19T14:15:21+00:00", |
| 26 | "type": "library", |
| 27 | "extra": { |
| 28 | "branch-alias": { |
| 29 | "dev-main": "3.x-dev" |
| 30 | } |
| 31 | }, |
| 32 | "installation-source": "dist", |
| 33 | "autoload": { |
| 34 | "psr-4": { |
| 35 | "Composer\\Semver\\": "src" |
| 36 | } |
| 37 | }, |
| 38 | "notification-url": "https://packagist.org/downloads/", |
| 39 | "license": [ |
| 40 | "MIT" |
| 41 | ], |
| 42 | "authors": [ |
| 43 | { |
| 44 | "name": "Nils Adermann", |
| 45 | "email": "naderman@naderman.de", |
| 46 | "homepage": "http://www.naderman.de" |
| 47 | }, |
| 48 | { |
| 49 | "name": "Jordi Boggiano", |
| 50 | "email": "j.boggiano@seld.be", |
| 51 | "homepage": "http://seld.be" |
| 52 | }, |
| 53 | { |
| 54 | "name": "Rob Bast", |
| 55 | "email": "rob.bast@gmail.com", |
| 56 | "homepage": "http://robbast.nl" |
| 57 | } |
| 58 | ], |
| 59 | "description": "Semver library that offers utilities, version constraint parsing and validation.", |
| 60 | "keywords": [ |
| 61 | "semantic", |
| 62 | "semver", |
| 63 | "validation", |
| 64 | "versioning" |
| 65 | ], |
| 66 | "support": { |
| 67 | "irc": "ircs://irc.libera.chat:6697/composer", |
| 68 | "issues": "https://github.com/composer/semver/issues", |
| 69 | "source": "https://github.com/composer/semver/tree/3.4.3" |
| 70 | }, |
| 71 | "funding": [ |
| 72 | { |
| 73 | "url": "https://packagist.com", |
| 74 | "type": "custom" |
| 75 | }, |
| 76 | { |
| 77 | "url": "https://github.com/composer", |
| 78 | "type": "github" |
| 79 | }, |
| 80 | { |
| 81 | "url": "https://tidelift.com/funding/github/packagist/composer/composer", |
| 82 | "type": "tidelift" |
| 83 | } |
| 84 | ], |
| 85 | "install-path": "./semver" |
| 86 | }, |
| 87 | { |
| 88 | "name": "matomo/device-detector", |
| 89 | "version": "6.4.6", |
| 90 | "version_normalized": "6.4.6.0", |
| 91 | "source": { |
| 92 | "type": "git", |
| 93 | "url": "https://github.com/matomo-org/device-detector.git", |
| 94 | "reference": "6f07f615199851548db47a900815d2ea2cdcde08" |
| 95 | }, |
| 96 | "dist": { |
| 97 | "type": "zip", |
| 98 | "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/6f07f615199851548db47a900815d2ea2cdcde08", |
| 99 | "reference": "6f07f615199851548db47a900815d2ea2cdcde08", |
| 100 | "shasum": "" |
| 101 | }, |
| 102 | "require": { |
| 103 | "mustangostang/spyc": "*", |
| 104 | "php": "^7.2|^8.0" |
| 105 | }, |
| 106 | "replace": { |
| 107 | "piwik/device-detector": "self.version" |
| 108 | }, |
| 109 | "require-dev": { |
| 110 | "matthiasmullie/scrapbook": "^1.4.7", |
| 111 | "mayflower/mo4-coding-standard": "^v9.0.0", |
| 112 | "phpstan/phpstan": "^1.10.44", |
| 113 | "phpunit/phpunit": "^8.5.8", |
| 114 | "psr/cache": "^1.0.1", |
| 115 | "psr/simple-cache": "^1.0.1", |
| 116 | "slevomat/coding-standard": "<8.16.0", |
| 117 | "symfony/yaml": "^5.1.7" |
| 118 | }, |
| 119 | "suggest": { |
| 120 | "doctrine/cache": "Can directly be used for caching purpose", |
| 121 | "ext-yaml": "Necessary for using the Pecl YAML parser" |
| 122 | }, |
| 123 | "time": "2025-06-10T10:00:59+00:00", |
| 124 | "type": "library", |
| 125 | "installation-source": "dist", |
| 126 | "autoload": { |
| 127 | "psr-4": { |
| 128 | "DeviceDetector\\": "" |
| 129 | }, |
| 130 | "exclude-from-classmap": [ |
| 131 | "Tests/" |
| 132 | ] |
| 133 | }, |
| 134 | "notification-url": "https://packagist.org/downloads/", |
| 135 | "license": [ |
| 136 | "LGPL-3.0-or-later" |
| 137 | ], |
| 138 | "authors": [ |
| 139 | { |
| 140 | "name": "The Matomo Team", |
| 141 | "email": "hello@matomo.org", |
| 142 | "homepage": "https://matomo.org/team/" |
| 143 | } |
| 144 | ], |
| 145 | "description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.", |
| 146 | "homepage": "https://matomo.org", |
| 147 | "keywords": [ |
| 148 | "devicedetection", |
| 149 | "parser", |
| 150 | "useragent" |
| 151 | ], |
| 152 | "support": { |
| 153 | "forum": "https://forum.matomo.org/", |
| 154 | "issues": "https://github.com/matomo-org/device-detector/issues", |
| 155 | "source": "https://github.com/matomo-org/matomo", |
| 156 | "wiki": "https://dev.matomo.org/" |
| 157 | }, |
| 158 | "install-path": "../matomo/device-detector" |
| 159 | }, |
| 160 | { |
| 161 | "name": "mustangostang/spyc", |
| 162 | "version": "0.6.3", |
| 163 | "version_normalized": "0.6.3.0", |
| 164 | "source": { |
| 165 | "type": "git", |
| 166 | "url": "https://github.com/mustangostang/spyc.git", |
| 167 | "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0" |
| 168 | }, |
| 169 | "dist": { |
| 170 | "type": "zip", |
| 171 | "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0", |
| 172 | "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0", |
| 173 | "shasum": "" |
| 174 | }, |
| 175 | "require": { |
| 176 | "php": ">=5.3.1" |
| 177 | }, |
| 178 | "require-dev": { |
| 179 | "phpunit/phpunit": "4.3.*@dev" |
| 180 | }, |
| 181 | "time": "2019-09-10T13:16:29+00:00", |
| 182 | "type": "library", |
| 183 | "extra": { |
| 184 | "branch-alias": { |
| 185 | "dev-master": "0.5.x-dev" |
| 186 | } |
| 187 | }, |
| 188 | "installation-source": "dist", |
| 189 | "autoload": { |
| 190 | "files": [ |
| 191 | "Spyc.php" |
| 192 | ] |
| 193 | }, |
| 194 | "notification-url": "https://packagist.org/downloads/", |
| 195 | "license": [ |
| 196 | "MIT" |
| 197 | ], |
| 198 | "authors": [ |
| 199 | { |
| 200 | "name": "mustangostang", |
| 201 | "email": "vlad.andersen@gmail.com" |
| 202 | } |
| 203 | ], |
| 204 | "description": "A simple YAML loader/dumper class for PHP", |
| 205 | "homepage": "https://github.com/mustangostang/spyc/", |
| 206 | "keywords": [ |
| 207 | "spyc", |
| 208 | "yaml", |
| 209 | "yml" |
| 210 | ], |
| 211 | "support": { |
| 212 | "issues": "https://github.com/mustangostang/spyc/issues", |
| 213 | "source": "https://github.com/mustangostang/spyc/tree/0.6.3" |
| 214 | }, |
| 215 | "install-path": "../mustangostang/spyc" |
| 216 | }, |
| 217 | { |
| 218 | "name": "psr/http-message", |
| 219 | "version": "2.0", |
| 220 | "version_normalized": "2.0.0.0", |
| 221 | "source": { |
| 222 | "type": "git", |
| 223 | "url": "https://github.com/php-fig/http-message.git", |
| 224 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" |
| 225 | }, |
| 226 | "dist": { |
| 227 | "type": "zip", |
| 228 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 229 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 230 | "shasum": "" |
| 231 | }, |
| 232 | "require": { |
| 233 | "php": "^7.2 || ^8.0" |
| 234 | }, |
| 235 | "time": "2023-04-04T09:54:51+00:00", |
| 236 | "type": "library", |
| 237 | "extra": { |
| 238 | "branch-alias": { |
| 239 | "dev-master": "2.0.x-dev" |
| 240 | } |
| 241 | }, |
| 242 | "installation-source": "dist", |
| 243 | "autoload": { |
| 244 | "psr-4": { |
| 245 | "Psr\\Http\\Message\\": "src/" |
| 246 | } |
| 247 | }, |
| 248 | "notification-url": "https://packagist.org/downloads/", |
| 249 | "license": [ |
| 250 | "MIT" |
| 251 | ], |
| 252 | "authors": [ |
| 253 | { |
| 254 | "name": "PHP-FIG", |
| 255 | "homepage": "https://www.php-fig.org/" |
| 256 | } |
| 257 | ], |
| 258 | "description": "Common interface for HTTP messages", |
| 259 | "homepage": "https://github.com/php-fig/http-message", |
| 260 | "keywords": [ |
| 261 | "http", |
| 262 | "http-message", |
| 263 | "psr", |
| 264 | "psr-7", |
| 265 | "request", |
| 266 | "response" |
| 267 | ], |
| 268 | "support": { |
| 269 | "source": "https://github.com/php-fig/http-message/tree/2.0" |
| 270 | }, |
| 271 | "install-path": "../psr/http-message" |
| 272 | }, |
| 273 | { |
| 274 | "name": "vectorface/whip", |
| 275 | "version": "v0.5.0", |
| 276 | "version_normalized": "0.5.0.0", |
| 277 | "source": { |
| 278 | "type": "git", |
| 279 | "url": "https://github.com/Vectorface/whip.git", |
| 280 | "reference": "0d0f4648cfb29777f0ae9f2dc6a3853e16674f78" |
| 281 | }, |
| 282 | "dist": { |
| 283 | "type": "zip", |
| 284 | "url": "https://api.github.com/repos/Vectorface/whip/zipball/0d0f4648cfb29777f0ae9f2dc6a3853e16674f78", |
| 285 | "reference": "0d0f4648cfb29777f0ae9f2dc6a3853e16674f78", |
| 286 | "shasum": "" |
| 287 | }, |
| 288 | "require": { |
| 289 | "php": ">=8.0", |
| 290 | "psr/http-message": "^1.0 || ^2.0" |
| 291 | }, |
| 292 | "require-dev": { |
| 293 | "phpunit/phpunit": "^9.0", |
| 294 | "squizlabs/php_codesniffer": "~2.0" |
| 295 | }, |
| 296 | "time": "2024-01-22T01:03:59+00:00", |
| 297 | "type": "library", |
| 298 | "installation-source": "dist", |
| 299 | "autoload": { |
| 300 | "psr-4": { |
| 301 | "Vectorface\\Whip\\": "./src" |
| 302 | } |
| 303 | }, |
| 304 | "notification-url": "https://packagist.org/downloads/", |
| 305 | "license": [ |
| 306 | "MIT" |
| 307 | ], |
| 308 | "authors": [ |
| 309 | { |
| 310 | "name": "Daniel Bruce", |
| 311 | "email": "dbruce@vectorface.com", |
| 312 | "role": "Developer" |
| 313 | }, |
| 314 | { |
| 315 | "name": "Cory Darby", |
| 316 | "email": "ckdarby@vectorface.com", |
| 317 | "role": "Developer" |
| 318 | } |
| 319 | ], |
| 320 | "description": "A PHP class for retrieving accurate IP address information for the client.", |
| 321 | "homepage": "https://github.com/Vectorface/whip", |
| 322 | "keywords": [ |
| 323 | "IP", |
| 324 | "cdn", |
| 325 | "cloudflare" |
| 326 | ], |
| 327 | "support": { |
| 328 | "issues": "https://github.com/Vectorface/whip/issues", |
| 329 | "source": "https://github.com/Vectorface/whip" |
| 330 | }, |
| 331 | "install-path": "../vectorface/whip" |
| 332 | } |
| 333 | ], |
| 334 | "dev": true, |
| 335 | "dev-package-names": [] |
| 336 | } |
| 337 |