ClassLoader.php
5 years ago
InstalledVersions.php
5 years ago
LICENSE
7 years ago
autoload_classmap.php
5 years ago
autoload_namespaces.php
7 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
5 years ago
installed.php
5 years ago
platform_check.php
5 years ago
installed.json
366 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "composer/installers", |
| 5 | "version": "v1.9.0", |
| 6 | "version_normalized": "1.9.0.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/composer/installers.git", |
| 10 | "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca", |
| 15 | "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "composer-plugin-api": "^1.0 || ^2.0" |
| 20 | }, |
| 21 | "replace": { |
| 22 | "roundcube/plugin-installer": "*", |
| 23 | "shama/baton": "*" |
| 24 | }, |
| 25 | "require-dev": { |
| 26 | "composer/composer": "1.6.* || 2.0.*@dev", |
| 27 | "composer/semver": "1.0.* || 2.0.*@dev", |
| 28 | "phpunit/phpunit": "^4.8.36", |
| 29 | "sebastian/comparator": "^1.2.4", |
| 30 | "symfony/process": "^2.3" |
| 31 | }, |
| 32 | "time": "2020-04-07T06:57:05+00:00", |
| 33 | "type": "composer-plugin", |
| 34 | "extra": { |
| 35 | "class": "Composer\\Installers\\Plugin", |
| 36 | "branch-alias": { |
| 37 | "dev-master": "1.0-dev" |
| 38 | } |
| 39 | }, |
| 40 | "installation-source": "dist", |
| 41 | "autoload": { |
| 42 | "psr-4": { |
| 43 | "Composer\\Installers\\": "src/Composer/Installers" |
| 44 | } |
| 45 | }, |
| 46 | "notification-url": "https://packagist.org/downloads/", |
| 47 | "license": [ |
| 48 | "MIT" |
| 49 | ], |
| 50 | "authors": [ |
| 51 | { |
| 52 | "name": "Kyle Robinson Young", |
| 53 | "email": "kyle@dontkry.com", |
| 54 | "homepage": "https://github.com/shama" |
| 55 | } |
| 56 | ], |
| 57 | "description": "A multi-framework Composer library installer", |
| 58 | "homepage": "https://composer.github.io/installers/", |
| 59 | "keywords": [ |
| 60 | "Craft", |
| 61 | "Dolibarr", |
| 62 | "Eliasis", |
| 63 | "Hurad", |
| 64 | "ImageCMS", |
| 65 | "Kanboard", |
| 66 | "Lan Management System", |
| 67 | "MODX Evo", |
| 68 | "MantisBT", |
| 69 | "Mautic", |
| 70 | "Maya", |
| 71 | "OXID", |
| 72 | "Plentymarkets", |
| 73 | "Porto", |
| 74 | "RadPHP", |
| 75 | "SMF", |
| 76 | "Thelia", |
| 77 | "Whmcs", |
| 78 | "WolfCMS", |
| 79 | "agl", |
| 80 | "aimeos", |
| 81 | "annotatecms", |
| 82 | "attogram", |
| 83 | "bitrix", |
| 84 | "cakephp", |
| 85 | "chef", |
| 86 | "cockpit", |
| 87 | "codeigniter", |
| 88 | "concrete5", |
| 89 | "croogo", |
| 90 | "dokuwiki", |
| 91 | "drupal", |
| 92 | "eZ Platform", |
| 93 | "elgg", |
| 94 | "expressionengine", |
| 95 | "fuelphp", |
| 96 | "grav", |
| 97 | "installer", |
| 98 | "itop", |
| 99 | "joomla", |
| 100 | "known", |
| 101 | "kohana", |
| 102 | "laravel", |
| 103 | "lavalite", |
| 104 | "lithium", |
| 105 | "magento", |
| 106 | "majima", |
| 107 | "mako", |
| 108 | "mediawiki", |
| 109 | "modulework", |
| 110 | "modx", |
| 111 | "moodle", |
| 112 | "osclass", |
| 113 | "phpbb", |
| 114 | "piwik", |
| 115 | "ppi", |
| 116 | "puppet", |
| 117 | "pxcms", |
| 118 | "reindex", |
| 119 | "roundcube", |
| 120 | "shopware", |
| 121 | "silverstripe", |
| 122 | "sydes", |
| 123 | "sylius", |
| 124 | "symfony", |
| 125 | "typo3", |
| 126 | "wordpress", |
| 127 | "yawik", |
| 128 | "zend", |
| 129 | "zikula" |
| 130 | ], |
| 131 | "funding": [ |
| 132 | { |
| 133 | "url": "https://packagist.com", |
| 134 | "type": "custom" |
| 135 | }, |
| 136 | { |
| 137 | "url": "https://tidelift.com/funding/github/packagist/composer/composer", |
| 138 | "type": "tidelift" |
| 139 | } |
| 140 | ], |
| 141 | "install-path": "./installers" |
| 142 | }, |
| 143 | { |
| 144 | "name": "paypal/paypal-checkout-sdk", |
| 145 | "version": "1.0.1", |
| 146 | "version_normalized": "1.0.1.0", |
| 147 | "source": { |
| 148 | "type": "git", |
| 149 | "url": "https://github.com/paypal/Checkout-PHP-SDK.git", |
| 150 | "reference": "ed6a55075448308b87a8b59dcb7fedf04a048cb1" |
| 151 | }, |
| 152 | "dist": { |
| 153 | "type": "zip", |
| 154 | "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/ed6a55075448308b87a8b59dcb7fedf04a048cb1", |
| 155 | "reference": "ed6a55075448308b87a8b59dcb7fedf04a048cb1", |
| 156 | "shasum": "" |
| 157 | }, |
| 158 | "require": { |
| 159 | "paypal/paypalhttp": "1.0.0" |
| 160 | }, |
| 161 | "require-dev": { |
| 162 | "phpunit/phpunit": "^5.7" |
| 163 | }, |
| 164 | "time": "2019-11-07T23:16:44+00:00", |
| 165 | "type": "library", |
| 166 | "installation-source": "dist", |
| 167 | "autoload": { |
| 168 | "psr-4": { |
| 169 | "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk", |
| 170 | "Sample\\": "samples/" |
| 171 | } |
| 172 | }, |
| 173 | "notification-url": "https://packagist.org/downloads/", |
| 174 | "license": [ |
| 175 | "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE" |
| 176 | ], |
| 177 | "authors": [ |
| 178 | { |
| 179 | "name": "PayPal", |
| 180 | "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors" |
| 181 | } |
| 182 | ], |
| 183 | "description": "PayPal's PHP SDK for Checkout REST APIs", |
| 184 | "homepage": "http://github.com/paypal/Checkout-PHP-SDK/", |
| 185 | "keywords": [ |
| 186 | "checkout", |
| 187 | "orders", |
| 188 | "payments", |
| 189 | "paypal", |
| 190 | "rest", |
| 191 | "sdk" |
| 192 | ], |
| 193 | "install-path": "../paypal/paypal-checkout-sdk" |
| 194 | }, |
| 195 | { |
| 196 | "name": "paypal/paypalhttp", |
| 197 | "version": "1.0.0", |
| 198 | "version_normalized": "1.0.0.0", |
| 199 | "source": { |
| 200 | "type": "git", |
| 201 | "url": "https://github.com/paypal/paypalhttp_php.git", |
| 202 | "reference": "1ad9b846a046f09d6135cbf2cbaa7701bbc630a3" |
| 203 | }, |
| 204 | "dist": { |
| 205 | "type": "zip", |
| 206 | "url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/1ad9b846a046f09d6135cbf2cbaa7701bbc630a3", |
| 207 | "reference": "1ad9b846a046f09d6135cbf2cbaa7701bbc630a3", |
| 208 | "shasum": "" |
| 209 | }, |
| 210 | "require": { |
| 211 | "ext-curl": "*" |
| 212 | }, |
| 213 | "require-dev": { |
| 214 | "phpunit/phpunit": "^5.7", |
| 215 | "wiremock-php/wiremock-php": "1.43.2" |
| 216 | }, |
| 217 | "time": "2019-11-06T21:27:12+00:00", |
| 218 | "type": "library", |
| 219 | "installation-source": "dist", |
| 220 | "autoload": { |
| 221 | "psr-4": { |
| 222 | "PayPalHttp\\": "lib/PayPalHttp" |
| 223 | } |
| 224 | }, |
| 225 | "notification-url": "https://packagist.org/downloads/", |
| 226 | "license": [ |
| 227 | "MIT" |
| 228 | ], |
| 229 | "authors": [ |
| 230 | { |
| 231 | "name": "PayPal", |
| 232 | "homepage": "https://github.com/paypal/paypalhttp_php/contributors" |
| 233 | } |
| 234 | ], |
| 235 | "abandoned": true, |
| 236 | "install-path": "../paypal/paypalhttp" |
| 237 | }, |
| 238 | { |
| 239 | "name": "stripe/stripe-php", |
| 240 | "version": "v6.43.1", |
| 241 | "version_normalized": "6.43.1.0", |
| 242 | "source": { |
| 243 | "type": "git", |
| 244 | "url": "https://github.com/stripe/stripe-php.git", |
| 245 | "reference": "42fcdaf99c44bb26937223f8eae1f263491d5ab8" |
| 246 | }, |
| 247 | "dist": { |
| 248 | "type": "zip", |
| 249 | "url": "https://api.github.com/repos/stripe/stripe-php/zipball/42fcdaf99c44bb26937223f8eae1f263491d5ab8", |
| 250 | "reference": "42fcdaf99c44bb26937223f8eae1f263491d5ab8", |
| 251 | "shasum": "" |
| 252 | }, |
| 253 | "require": { |
| 254 | "ext-curl": "*", |
| 255 | "ext-json": "*", |
| 256 | "ext-mbstring": "*", |
| 257 | "php": ">=5.4.0" |
| 258 | }, |
| 259 | "require-dev": { |
| 260 | "php-coveralls/php-coveralls": "1.*", |
| 261 | "phpunit/phpunit": "~4.0", |
| 262 | "squizlabs/php_codesniffer": "~2.0", |
| 263 | "symfony/process": "~2.8" |
| 264 | }, |
| 265 | "time": "2019-08-29T16:56:12+00:00", |
| 266 | "type": "library", |
| 267 | "extra": { |
| 268 | "branch-alias": { |
| 269 | "dev-master": "2.0-dev" |
| 270 | } |
| 271 | }, |
| 272 | "installation-source": "dist", |
| 273 | "autoload": { |
| 274 | "psr-4": { |
| 275 | "Stripe\\": "lib/" |
| 276 | } |
| 277 | }, |
| 278 | "notification-url": "https://packagist.org/downloads/", |
| 279 | "license": [ |
| 280 | "MIT" |
| 281 | ], |
| 282 | "authors": [ |
| 283 | { |
| 284 | "name": "Stripe and contributors", |
| 285 | "homepage": "https://github.com/stripe/stripe-php/contributors" |
| 286 | } |
| 287 | ], |
| 288 | "description": "Stripe PHP Library", |
| 289 | "homepage": "https://stripe.com/", |
| 290 | "keywords": [ |
| 291 | "api", |
| 292 | "payment processing", |
| 293 | "stripe" |
| 294 | ], |
| 295 | "install-path": "../stripe/stripe-php" |
| 296 | }, |
| 297 | { |
| 298 | "name": "tecnickcom/tcpdf", |
| 299 | "version": "6.3.5", |
| 300 | "version_normalized": "6.3.5.0", |
| 301 | "source": { |
| 302 | "type": "git", |
| 303 | "url": "https://github.com/tecnickcom/TCPDF.git", |
| 304 | "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" |
| 305 | }, |
| 306 | "dist": { |
| 307 | "type": "zip", |
| 308 | "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", |
| 309 | "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", |
| 310 | "shasum": "" |
| 311 | }, |
| 312 | "require": { |
| 313 | "php": ">=5.3.0" |
| 314 | }, |
| 315 | "time": "2020-02-14T14:20:12+00:00", |
| 316 | "type": "library", |
| 317 | "installation-source": "dist", |
| 318 | "autoload": { |
| 319 | "classmap": [ |
| 320 | "config", |
| 321 | "include", |
| 322 | "tcpdf.php", |
| 323 | "tcpdf_parser.php", |
| 324 | "tcpdf_import.php", |
| 325 | "tcpdf_barcodes_1d.php", |
| 326 | "tcpdf_barcodes_2d.php", |
| 327 | "include/tcpdf_colors.php", |
| 328 | "include/tcpdf_filters.php", |
| 329 | "include/tcpdf_font_data.php", |
| 330 | "include/tcpdf_fonts.php", |
| 331 | "include/tcpdf_images.php", |
| 332 | "include/tcpdf_static.php", |
| 333 | "include/barcodes/datamatrix.php", |
| 334 | "include/barcodes/pdf417.php", |
| 335 | "include/barcodes/qrcode.php" |
| 336 | ] |
| 337 | }, |
| 338 | "notification-url": "https://packagist.org/downloads/", |
| 339 | "license": [ |
| 340 | "LGPL-3.0-only" |
| 341 | ], |
| 342 | "authors": [ |
| 343 | { |
| 344 | "name": "Nicola Asuni", |
| 345 | "email": "info@tecnick.com", |
| 346 | "role": "lead" |
| 347 | } |
| 348 | ], |
| 349 | "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", |
| 350 | "homepage": "http://www.tcpdf.org/", |
| 351 | "keywords": [ |
| 352 | "PDFD32000-2008", |
| 353 | "TCPDF", |
| 354 | "barcodes", |
| 355 | "datamatrix", |
| 356 | "pdf", |
| 357 | "pdf417", |
| 358 | "qrcode" |
| 359 | ], |
| 360 | "install-path": "../tecnickcom/tcpdf" |
| 361 | } |
| 362 | ], |
| 363 | "dev": false, |
| 364 | "dev-package-names": [] |
| 365 | } |
| 366 |