ClassLoader.php
1 week ago
InstalledVersions.php
1 week ago
autoload_classmap.php
1 week ago
autoload_namespaces.php
1 week ago
autoload_psr4.php
1 week ago
autoload_real.php
1 week ago
autoload_static.php
1 week ago
installed.json
1 week ago
installed.php
1 week ago
installed.json
222 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "doctrine/collections", |
| 5 | "version": "1.8.0", |
| 6 | "version_normalized": "1.8.0.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/doctrine/collections.git", |
| 10 | "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e", |
| 15 | "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "doctrine/deprecations": "^0.5.3 || ^1", |
| 20 | "php": "^7.1.3 || ^8.0" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "doctrine/coding-standard": "^9.0 || ^10.0", |
| 24 | "phpstan/phpstan": "^1.4.8", |
| 25 | "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", |
| 26 | "vimeo/psalm": "^4.22" |
| 27 | }, |
| 28 | "time": "2022-09-01T20:12:10+00:00", |
| 29 | "type": "library", |
| 30 | "installation-source": "dist", |
| 31 | "autoload": { |
| 32 | "psr-4": { |
| 33 | "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" |
| 34 | } |
| 35 | }, |
| 36 | "notification-url": "https://packagist.org/downloads/", |
| 37 | "license": [ |
| 38 | "MIT" |
| 39 | ], |
| 40 | "authors": [ |
| 41 | { |
| 42 | "name": "Guilherme Blanco", |
| 43 | "email": "guilhermeblanco@gmail.com" |
| 44 | }, |
| 45 | { |
| 46 | "name": "Roman Borschel", |
| 47 | "email": "roman@code-factory.org" |
| 48 | }, |
| 49 | { |
| 50 | "name": "Benjamin Eberlei", |
| 51 | "email": "kontakt@beberlei.de" |
| 52 | }, |
| 53 | { |
| 54 | "name": "Jonathan Wage", |
| 55 | "email": "jonwage@gmail.com" |
| 56 | }, |
| 57 | { |
| 58 | "name": "Johannes Schmitt", |
| 59 | "email": "schmittjoh@gmail.com" |
| 60 | } |
| 61 | ], |
| 62 | "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", |
| 63 | "homepage": "https://www.doctrine-project.org/projects/collections.html", |
| 64 | "keywords": [ |
| 65 | "array", |
| 66 | "collections", |
| 67 | "iterators", |
| 68 | "php" |
| 69 | ], |
| 70 | "support": { |
| 71 | "issues": "https://github.com/doctrine/collections/issues", |
| 72 | "source": "https://github.com/doctrine/collections/tree/1.8.0" |
| 73 | }, |
| 74 | "install-path": "../doctrine/collections" |
| 75 | }, |
| 76 | { |
| 77 | "name": "doctrine/deprecations", |
| 78 | "version": "1.1.6", |
| 79 | "version_normalized": "1.1.6.0", |
| 80 | "source": { |
| 81 | "type": "git", |
| 82 | "url": "https://github.com/doctrine/deprecations.git", |
| 83 | "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" |
| 84 | }, |
| 85 | "dist": { |
| 86 | "type": "zip", |
| 87 | "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", |
| 88 | "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", |
| 89 | "shasum": "" |
| 90 | }, |
| 91 | "require": { |
| 92 | "php": "^7.1 || ^8.0" |
| 93 | }, |
| 94 | "conflict": { |
| 95 | "phpunit/phpunit": "<=7.5 || >=14" |
| 96 | }, |
| 97 | "require-dev": { |
| 98 | "doctrine/coding-standard": "^9 || ^12 || ^14", |
| 99 | "phpstan/phpstan": "1.4.10 || 2.1.30", |
| 100 | "phpstan/phpstan-phpunit": "^1.0 || ^2", |
| 101 | "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", |
| 102 | "psr/log": "^1 || ^2 || ^3" |
| 103 | }, |
| 104 | "suggest": { |
| 105 | "psr/log": "Allows logging deprecations via PSR-3 logger implementation" |
| 106 | }, |
| 107 | "time": "2026-02-07T07:09:04+00:00", |
| 108 | "type": "library", |
| 109 | "installation-source": "dist", |
| 110 | "autoload": { |
| 111 | "psr-4": { |
| 112 | "Doctrine\\Deprecations\\": "src" |
| 113 | } |
| 114 | }, |
| 115 | "notification-url": "https://packagist.org/downloads/", |
| 116 | "license": [ |
| 117 | "MIT" |
| 118 | ], |
| 119 | "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", |
| 120 | "homepage": "https://www.doctrine-project.org/", |
| 121 | "support": { |
| 122 | "issues": "https://github.com/doctrine/deprecations/issues", |
| 123 | "source": "https://github.com/doctrine/deprecations/tree/1.1.6" |
| 124 | }, |
| 125 | "install-path": "../doctrine/deprecations" |
| 126 | }, |
| 127 | { |
| 128 | "name": "psr/log", |
| 129 | "version": "1.1.4", |
| 130 | "version_normalized": "1.1.4.0", |
| 131 | "source": { |
| 132 | "type": "git", |
| 133 | "url": "https://github.com/php-fig/log.git", |
| 134 | "reference": "d49695b909c3b7628b6289db5479a1c204601f11" |
| 135 | }, |
| 136 | "dist": { |
| 137 | "type": "zip", |
| 138 | "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", |
| 139 | "reference": "d49695b909c3b7628b6289db5479a1c204601f11", |
| 140 | "shasum": "" |
| 141 | }, |
| 142 | "require": { |
| 143 | "php": ">=5.3.0" |
| 144 | }, |
| 145 | "time": "2021-05-03T11:20:27+00:00", |
| 146 | "type": "library", |
| 147 | "extra": { |
| 148 | "branch-alias": { |
| 149 | "dev-master": "1.1.x-dev" |
| 150 | } |
| 151 | }, |
| 152 | "installation-source": "dist", |
| 153 | "autoload": { |
| 154 | "psr-4": { |
| 155 | "Psr\\Log\\": "Psr/Log/" |
| 156 | } |
| 157 | }, |
| 158 | "notification-url": "https://packagist.org/downloads/", |
| 159 | "license": [ |
| 160 | "MIT" |
| 161 | ], |
| 162 | "authors": [ |
| 163 | { |
| 164 | "name": "PHP-FIG", |
| 165 | "homepage": "https://www.php-fig.org/" |
| 166 | } |
| 167 | ], |
| 168 | "description": "Common interface for logging libraries", |
| 169 | "homepage": "https://github.com/php-fig/log", |
| 170 | "keywords": [ |
| 171 | "log", |
| 172 | "psr", |
| 173 | "psr-3" |
| 174 | ], |
| 175 | "support": { |
| 176 | "source": "https://github.com/php-fig/log/tree/1.1.4" |
| 177 | }, |
| 178 | "install-path": "../psr/log" |
| 179 | }, |
| 180 | { |
| 181 | "name": "wpdesk/wp-wpdesk-helper-override", |
| 182 | "version": "1.1.0", |
| 183 | "version_normalized": "1.1.0.0", |
| 184 | "source": { |
| 185 | "type": "git", |
| 186 | "url": "https://gitlab.com/wpdesk/wp-wpdesk-helper-override.git", |
| 187 | "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542" |
| 188 | }, |
| 189 | "dist": { |
| 190 | "type": "zip", |
| 191 | "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-helper-override/repository/archive.zip?sha=77844fc71da7ebb7645f10f0fc15f5294fed8542", |
| 192 | "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542", |
| 193 | "shasum": "" |
| 194 | }, |
| 195 | "require": { |
| 196 | "php": ">=5.6" |
| 197 | }, |
| 198 | "require-dev": { |
| 199 | "phpunit/phpunit": "<7" |
| 200 | }, |
| 201 | "time": "2019-08-13T07:33:46+00:00", |
| 202 | "type": "library", |
| 203 | "installation-source": "dist", |
| 204 | "autoload": { |
| 205 | "classmap": [ |
| 206 | "src" |
| 207 | ] |
| 208 | }, |
| 209 | "notification-url": "https://packagist.org/downloads/", |
| 210 | "authors": [ |
| 211 | { |
| 212 | "name": "Krzysiek", |
| 213 | "email": "krzysiek@wpdesk.pl" |
| 214 | } |
| 215 | ], |
| 216 | "install-path": "../wpdesk/wp-wpdesk-helper-override" |
| 217 | } |
| 218 | ], |
| 219 | "dev": false, |
| 220 | "dev-package-names": [] |
| 221 | } |
| 222 |