File manager - Edit - /home/jardides/www/Jardi-design/old/plugins/system/cwgears/libraries/CoalaWeb/vendor/composer/installed.json
Back
{ "packages": [ { "name": "bamarni/composer-bin-plugin", "version": "1.4.1", "version_normalized": "1.4.1.0", "source": { "type": "git", "url": "https://github.com/bamarni/composer-bin-plugin.git", "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/9329fb0fbe29e0e1b2db8f4639a193e4f5406225", "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": "^5.5.9 || ^7.0 || ^8.0" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "symfony/console": "^2.5 || ^3.0 || ^4.0" }, "time": "2020-05-03T08:27:20+00:00", "type": "composer-plugin", "extra": { "class": "Bamarni\\Composer\\Bin\\Plugin" }, "installation-source": "dist", "autoload": { "psr-4": { "Bamarni\\Composer\\Bin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "No conflicts for your bin dependencies", "keywords": [ "composer", "conflict", "dependency", "executable", "isolation", "tool" ], "support": { "issues": "https://github.com/bamarni/composer-bin-plugin/issues", "source": "https://github.com/bamarni/composer-bin-plugin/tree/master" }, "install-path": "../bamarni/composer-bin-plugin" }, { "name": "michelf/php-markdown", "version": "1.9.0", "version_normalized": "1.9.0.0", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c", "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": ">=4.3 <5.8" }, "time": "2019-12-02T02:32:27+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Michelf\\": "Michelf/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", "homepage": "https://michelf.ca/", "role": "Developer" }, { "name": "John Gruber", "homepage": "https://daringfireball.net/" } ], "description": "PHP Markdown", "homepage": "https://michelf.ca/projects/php-markdown/", "keywords": [ "markdown" ], "install-path": "../michelf/php-markdown" }, { "name": "mobiledetect/mobiledetectlib", "version": "2.8.36", "version_normalized": "2.8.36.0", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", "reference": "e55c155f4d1ab299a0cfca8ec29a0154918c9e3d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/e55c155f4d1ab299a0cfca8ec29a0154918c9e3d", "reference": "e55c155f4d1ab299a0cfca8ec29a0154918c9e3d", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "phpunit/phpunit": "~4.8.35||~5.7" }, "time": "2021-02-13T14:35:52+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "Mobile_Detect.php" ], "psr-0": { "Detection": "namespaced/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Serban Ghita", "email": "serbanghita@gmail.com", "homepage": "http://mobiledetect.net", "role": "Developer" } ], "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", "homepage": "https://github.com/serbanghita/Mobile-Detect", "keywords": [ "detect mobile devices", "mobile", "mobile detect", "mobile detector", "php mobile detect" ], "support": { "issues": "https://github.com/serbanghita/Mobile-Detect/issues", "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.36" }, "install-path": "../mobiledetect/mobiledetectlib" }, { "name": "splitbrain/php-archive", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/splitbrain/php-archive.git", "reference": "10d89013572ba1f4d4ad7fcb74860242f4c3860b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/10d89013572ba1f4d4ad7fcb74860242f4c3860b", "reference": "10d89013572ba1f4d4ad7fcb74860242f4c3860b", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "ext-bz2": "*", "ext-zip": "*", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^4.8" }, "suggest": { "ext-iconv": "Used for proper filename encode handling", "ext-mbstring": "Can be used alternatively for handling filename encoding" }, "time": "2018-09-09T12:13:53+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "splitbrain\\PHPArchive\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andreas Gohr", "email": "andi@splitbrain.org" } ], "description": "Pure-PHP implementation to read and write TAR and ZIP archives", "keywords": [ "archive", "extract", "tar", "unpack", "unzip", "zip" ], "install-path": "../splitbrain/php-archive" } ], "dev": true, "dev-package-names": [ "bamarni/composer-bin-plugin" ] }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings