D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
catalog
/
vendor
/
composer
/
Filename :
installed.json
back
Copy
{ "packages": [ { "name": "erusev\/parsedown", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "https:\/\/github.com\/erusev\/parsedown.git", "reference": "c9dc49f68f7bd14e5aa107d86a08ce59203f02ee" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/erusev\/parsedown\/zipball\/c9dc49f68f7bd14e5aa107d86a08ce59203f02ee", "reference": "c9dc49f68f7bd14e5aa107d86a08ce59203f02ee", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=7.1" }, "require-dev": { "phpunit\/phpunit": "^7.5|^8.5|^9.6" }, "time": "2024-12-01T16:36:17+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskCatalog\\Parsedown\\": "\/Parsedown\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Emanuil Rusev", "email": "hello@erusev.com", "homepage": "http:\/\/erusev.com" } ], "description": "Parser for Markdown.", "homepage": "http:\/\/parsedown.org", "keywords": [ "markdown", "parser" ], "support": { "issues": "https:\/\/github.com\/erusev\/parsedown\/issues", "source": "https:\/\/github.com\/erusev\/parsedown\/tree\/master" }, "install-path": "..\/erusev\/parsedown" }, { "name": "laminas\/laminas-stdlib", "version": "3.16.1", "version_normalized": "3.16.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/laminas\/laminas-stdlib.git", "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/laminas\/laminas-stdlib\/zipball\/f4f773641807c7ccee59b758bfe4ac4ba33ecb17", "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17", "shasum": "" }, "require": { "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "zendframework\/zend-stdlib": "*" }, "require-dev": { "laminas\/laminas-coding-standard": "^2.4.0", "phpbench\/phpbench": "^1.2.7", "phpunit\/phpunit": "^9.5.26", "psalm\/plugin-phpunit": "^0.18.0", "vimeo\/psalm": "^5.0.0" }, "time": "2022-12-03T18:48:01+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskCatalog\\Laminas\\Stdlib\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "BSD-3-Clause" ], "description": "SPL extensions, array utilities, error handlers, and more", "homepage": "https:\/\/laminas.dev", "keywords": [ "laminas", "stdlib" ], "support": { "chat": "https:\/\/laminas.dev\/chat", "docs": "https:\/\/docs.laminas.dev\/laminas-stdlib\/", "forum": "https:\/\/discourse.laminas.dev", "issues": "https:\/\/github.com\/laminas\/laminas-stdlib\/issues", "rss": "https:\/\/github.com\/laminas\/laminas-stdlib\/releases.atom", "source": "https:\/\/github.com\/laminas\/laminas-stdlib" }, "funding": [ { "url": "https:\/\/funding.communitybridge.org\/projects\/laminas-project", "type": "community_bridge" } ], "install-path": "..\/laminas\/laminas-stdlib" }, { "name": "plesk\/zendsearch", "version": "2.0.5", "version_normalized": "2.0.5.0", "source": { "type": "git", "url": "https:\/\/github.com\/plesk\/ZendSearch.git", "reference": "35997da7f6ab4c31492ed97e4354b73c4a6dcd99" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/plesk\/ZendSearch\/zipball\/35997da7f6ab4c31492ed97e4354b73c4a6dcd99", "reference": "35997da7f6ab4c31492ed97e4354b73c4a6dcd99", "shasum": "" }, "require": { "laminas\/laminas-stdlib": "^3.2.1", "php": ">=7.1" }, "require-dev": { "phpunit\/phpunit": "^8" }, "time": "2025-01-28T08:12:49+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskCatalog\\ZendSearch\\": "library\/ZendSearch\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "BSD-3-Clause" ], "description": "a general purpose text search engine written entirely in PHP 5", "keywords": [ "lucene", "zf2" ], "support": { "source": "https:\/\/github.com\/plesk\/ZendSearch\/tree\/2.0.5" }, "install-path": "..\/plesk\/zendsearch" }, { "name": "psr\/cache", "version": "3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/cache.git", "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", "shasum": "" }, "require": { "php": ">=8.0.0" }, "time": "2021-02-03T23:26:27+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Cache\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https:\/\/www.php-fig.org\/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https:\/\/github.com\/php-fig\/cache\/tree\/3.0.0" }, "install-path": "..\/psr\/cache" }, { "name": "psr\/log", "version": "1.1.4", "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2021-05-03T11:20:27+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Log\\": "Psr\/Log\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https:\/\/www.php-fig.org\/" } ], "description": "Common interface for logging libraries", "homepage": "https:\/\/github.com\/php-fig\/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https:\/\/github.com\/php-fig\/log\/tree\/1.1.4" }, "install-path": "..\/psr\/log" }, { "name": "psr\/simple-cache", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/simple-cache\/zipball\/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2017-10-23T01:57:42+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http:\/\/www.php-fig.org\/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https:\/\/github.com\/php-fig\/simple-cache\/tree\/master" }, "install-path": "..\/psr\/simple-cache" }, { "name": "tedivm\/stash", "version": "v1.2.0", "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/tedious\/Stash.git", "reference": "64a8134d27cf2fc9515d1c1db8017199f3bdb341" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/tedious\/Stash\/zipball\/64a8134d27cf2fc9515d1c1db8017199f3bdb341", "reference": "64a8134d27cf2fc9515d1c1db8017199f3bdb341", "shasum": "" }, "require": { "php": "^8.0", "psr\/cache": "^2|^3" }, "provide": { "psr\/cache-implementation": "2.0|3.0" }, "require-dev": { "dms\/phpunit-arraysubset-asserts": "^0.5.0", "friendsofphp\/php-cs-fixer": "^2.8", "php-coveralls\/php-coveralls": "^2.0", "phpunit\/phpunit": "^9.0|^10" }, "time": "2025-02-08T14:23:29+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskCatalog\\Stash\\": "src\/Stash\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Robert Hafner", "email": "tedivm@tedivm.com" }, { "name": "Josh Hall-Bachner", "email": "charlequin@gmail.com" } ], "description": "The place to keep your cache.", "homepage": "http:\/\/github.com\/tedious\/Stash", "keywords": [ "apc", "cache", "caching", "memcached", "psr-6", "psr6", "redis", "sessions" ], "support": { "issues": "https:\/\/github.com\/tedious\/Stash\/issues", "source": "https:\/\/github.com\/tedious\/Stash\/tree\/v1.2.0" }, "funding": [ { "url": "https:\/\/github.com\/tedivm", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/tedivm\/stash", "type": "tidelift" } ], "install-path": "..\/tedivm\/stash" }, { "name": "webonyx\/graphql-php", "version": "v15.19.1", "version_normalized": "15.19.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/webonyx\/graphql-php.git", "reference": "fa01712b1a170ddc1d92047011b2f4c2bdfa8234" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/webonyx\/graphql-php\/zipball\/fa01712b1a170ddc1d92047011b2f4c2bdfa8234", "reference": "fa01712b1a170ddc1d92047011b2f4c2bdfa8234", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": "^7.4 || ^8" }, "require-dev": { "amphp\/amp": "^2.6", "amphp\/http-server": "^2.1", "dms\/phpunit-arraysubset-asserts": "dev-master", "ergebnis\/composer-normalize": "^2.28", "friendsofphp\/php-cs-fixer": "3.65.0", "mll-lab\/php-cs-fixer-config": "^5.9.2", "nyholm\/psr7": "^1.5", "phpbench\/phpbench": "^1.2", "phpstan\/extension-installer": "^1.1", "phpstan\/phpstan": "1.12.12", "phpstan\/phpstan-phpunit": "1.4.1", "phpstan\/phpstan-strict-rules": "1.6.1", "phpunit\/phpunit": "^9.5 || ^10.5.21 || ^11", "psr\/http-message": "^1 || ^2", "react\/http": "^1.6", "react\/promise": "^2.0 || ^3.0", "rector\/rector": "^1.0", "symfony\/polyfill-php81": "^1.23", "symfony\/var-exporter": "^5 || ^6 || ^7", "thecodingmachine\/safe": "^1.3 || ^2" }, "suggest": { "amphp\/http-server": "To leverage async resolving with webserver on AMPHP platform", "psr\/http-message": "To use standard GraphQL server", "react\/promise": "To leverage async resolving on React PHP platform" }, "time": "2024-12-19T10:52:18+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskCatalog\\GraphQL\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "description": "A PHP port of GraphQL reference implementation", "homepage": "https:\/\/github.com\/webonyx\/graphql-php", "keywords": [ "api", "graphql" ], "support": { "issues": "https:\/\/github.com\/webonyx\/graphql-php\/issues", "source": "https:\/\/github.com\/webonyx\/graphql-php\/tree\/v15.19.1" }, "funding": [ { "url": "https:\/\/opencollective.com\/webonyx-graphql-php", "type": "open_collective" } ], "install-path": "..\/webonyx\/graphql-php" } ], "dev": false, "dev-package-names": [] }