D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
rest-api
/
vendor
/
composer
/
Filename :
installed.json
back
Copy
{ "packages": [ { "name": "doctrine\/annotations", "version": "1.14.4", "version_normalized": "1.14.4.0", "source": { "type": "git", "url": "https:\/\/github.com\/doctrine\/annotations.git", "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/doctrine\/annotations\/zipball\/253dca476f70808a5aeed3a47cc2cc88c5cab915", "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915", "shasum": "" }, "require": { "doctrine\/lexer": "^1 || ^2", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr\/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine\/cache": "^1.11 || ^2.0", "doctrine\/coding-standard": "^9 || ^12", "phpstan\/phpstan": "~1.4.10 || ^1.10.28", "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.5", "symfony\/cache": "^4.4 || ^5.4 || ^6.4 || ^7", "vimeo\/psalm": "^4.30 || ^5.14" }, "suggest": { "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, "time": "2024-09-05T10:15:52+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Doctrine\\Common\\Annotations\\": "lib\/Doctrine\/Common\/Annotations" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "https:\/\/www.doctrine-project.org\/projects\/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], "support": { "issues": "https:\/\/github.com\/doctrine\/annotations\/issues", "source": "https:\/\/github.com\/doctrine\/annotations\/tree\/1.14.4" }, "install-path": "..\/doctrine\/annotations" }, { "name": "doctrine\/cache", "version": "1.13.0", "version_normalized": "1.13.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/doctrine\/cache.git", "reference": "56cd022adb5514472cb144c087393c1821911d09" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/doctrine\/cache\/zipball\/56cd022adb5514472cb144c087393c1821911d09", "reference": "56cd022adb5514472cb144c087393c1821911d09", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { "doctrine\/common": ">2.2,<2.4" }, "require-dev": { "alcaeus\/mongo-php-adapter": "^1.1", "cache\/integration-tests": "dev-master", "doctrine\/coding-standard": "^9", "mongodb\/mongodb": "^1.1", "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.5", "predis\/predis": "~1.0", "psr\/cache": "^1.0 || ^2.0 || ^3.0", "symfony\/cache": "^4.4 || ^5.4 || ^6", "symfony\/var-exporter": "^4.4 || ^5.4 || ^6" }, "suggest": { "alcaeus\/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "time": "2022-05-20T20:06:54+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Doctrine\\Common\\Cache\\": "lib\/Doctrine\/Common\/Cache" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", "homepage": "https:\/\/www.doctrine-project.org\/projects\/cache.html", "keywords": [ "abstraction", "apcu", "cache", "caching", "couchdb", "memcached", "php", "redis", "xcache" ], "support": { "issues": "https:\/\/github.com\/doctrine\/cache\/issues", "source": "https:\/\/github.com\/doctrine\/cache\/tree\/1.13.0" }, "funding": [ { "url": "https:\/\/www.doctrine-project.org\/sponsorship.html", "type": "custom" }, { "url": "https:\/\/www.patreon.com\/phpdoctrine", "type": "patreon" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/doctrine%2Fcache", "type": "tidelift" } ], "install-path": "..\/doctrine\/cache" }, { "name": "doctrine\/deprecations", "version": "1.1.4", "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https:\/\/github.com\/doctrine\/deprecations.git", "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/doctrine\/deprecations\/zipball\/31610dbb31faa98e6b5447b62340826f54fbc4e9", "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine\/coding-standard": "^9 || ^12", "phpstan\/phpstan": "1.4.10 || 2.0.3", "phpstan\/phpstan-phpunit": "^1.0 || ^2", "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.5", "psr\/log": "^1 || ^2 || ^3" }, "suggest": { "psr\/log": "Allows logging deprecations via PSR-3 logger implementation" }, "time": "2024-12-07T21:18:45+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Doctrine\\Deprecations\\": "src" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "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.", "homepage": "https:\/\/www.doctrine-project.org\/", "support": { "issues": "https:\/\/github.com\/doctrine\/deprecations\/issues", "source": "https:\/\/github.com\/doctrine\/deprecations\/tree\/1.1.4" }, "install-path": "..\/doctrine\/deprecations" }, { "name": "doctrine\/instantiator", "version": "1.5.0", "version_normalized": "1.5.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/doctrine\/instantiator.git", "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/doctrine\/instantiator\/zipball\/0a0fa9780f5d4e507415a065172d26a98d02047b", "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine\/coding-standard": "^9 || ^11", "ext-pdo": "*", "ext-phar": "*", "phpbench\/phpbench": "^0.16 || ^1", "phpstan\/phpstan": "^1.4", "phpstan\/phpstan-phpunit": "^1", "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.5", "vimeo\/psalm": "^4.30 || ^5.4" }, "time": "2022-12-30T00:15:36+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Doctrine\\Instantiator\\": "src\/Doctrine\/Instantiator\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https:\/\/ocramius.github.io\/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https:\/\/www.doctrine-project.org\/projects\/instantiator.html", "keywords": [ "constructor", "instantiate" ], "support": { "issues": "https:\/\/github.com\/doctrine\/instantiator\/issues", "source": "https:\/\/github.com\/doctrine\/instantiator\/tree\/1.5.0" }, "funding": [ { "url": "https:\/\/www.doctrine-project.org\/sponsorship.html", "type": "custom" }, { "url": "https:\/\/www.patreon.com\/phpdoctrine", "type": "patreon" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/doctrine%2Finstantiator", "type": "tidelift" } ], "install-path": "..\/doctrine\/instantiator" }, { "name": "doctrine\/lexer", "version": "2.1.1", "version_normalized": "2.1.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/doctrine\/lexer.git", "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/doctrine\/lexer\/zipball\/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", "shasum": "" }, "require": { "doctrine\/deprecations": "^1.0", "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine\/coding-standard": "^9 || ^12", "phpstan\/phpstan": "^1.3", "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.6", "psalm\/plugin-phpunit": "^0.18.3", "vimeo\/psalm": "^4.11 || ^5.21" }, "time": "2024-02-05T11:35:39+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https:\/\/www.doctrine-project.org\/projects\/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "support": { "issues": "https:\/\/github.com\/doctrine\/lexer\/issues", "source": "https:\/\/github.com\/doctrine\/lexer\/tree\/2.1.1" }, "funding": [ { "url": "https:\/\/www.doctrine-project.org\/sponsorship.html", "type": "custom" }, { "url": "https:\/\/www.patreon.com\/phpdoctrine", "type": "patreon" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/doctrine%2Flexer", "type": "tidelift" } ], "install-path": "..\/doctrine\/lexer" }, { "name": "fig\/http-message-util", "version": "1.1.5", "version_normalized": "1.1.5.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/http-message-util.git", "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message-util\/zipball\/9d94dc0154230ac39e5bf89398b324a86f63f765", "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "suggest": { "psr\/http-message": "The package containing the PSR-7 interfaces" }, "time": "2020-11-24T22:02:12+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Fig\\Http\\Message\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https:\/\/www.php-fig.org\/" } ], "description": "Utility classes and constants for use with PSR-7 (psr\/http-message)", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "issues": "https:\/\/github.com\/php-fig\/http-message-util\/issues", "source": "https:\/\/github.com\/php-fig\/http-message-util\/tree\/1.1.5" }, "install-path": "..\/fig\/http-message-util" }, { "name": "jms\/metadata", "version": "2.8.0", "version_normalized": "2.8.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/schmittjoh\/metadata.git", "reference": "7ca240dcac0c655eb15933ee55736ccd2ea0d7a6" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/schmittjoh\/metadata\/zipball\/7ca240dcac0c655eb15933ee55736ccd2ea0d7a6", "reference": "7ca240dcac0c655eb15933ee55736ccd2ea0d7a6", "shasum": "" }, "require": { "php": "^7.2|^8.0" }, "require-dev": { "doctrine\/cache": "^1.0", "doctrine\/coding-standard": "^8.0", "mikey179\/vfsstream": "^1.6.7", "phpunit\/phpunit": "^8.5|^9.0", "psr\/container": "^1.0|^2.0", "symfony\/cache": "^3.1|^4.0|^5.0", "symfony\/dependency-injection": "^3.1|^4.0|^5.0" }, "time": "2023-02-15T13:44:18+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Metadata\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "description": "Class\/method\/property metadata management in PHP", "keywords": [ "annotations", "metadata", "xml", "yaml" ], "support": { "issues": "https:\/\/github.com\/schmittjoh\/metadata\/issues", "source": "https:\/\/github.com\/schmittjoh\/metadata\/tree\/2.8.0" }, "install-path": "..\/jms\/metadata" }, { "name": "jms\/serializer", "version": "3.32.3", "version_normalized": "3.32.3.0", "source": { "type": "git", "url": "https:\/\/github.com\/schmittjoh\/serializer.git", "reference": "033c9beab9eb708509a3d400e9f0ffeb2d440e71" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/schmittjoh\/serializer\/zipball\/033c9beab9eb708509a3d400e9f0ffeb2d440e71", "reference": "033c9beab9eb708509a3d400e9f0ffeb2d440e71", "shasum": "" }, "require": { "doctrine\/instantiator": "^1.3.1 || ^2.0", "doctrine\/lexer": "^2.0 || ^3.0", "jms\/metadata": "^2.6", "php": "^7.4 || ^8.0", "phpstan\/phpdoc-parser": "^1.20 || ^2.0" }, "require-dev": { "doctrine\/annotations": "^1.14 || ^2.0", "doctrine\/coding-standard": "^12.0", "doctrine\/orm": "^2.14 || ^3.0", "doctrine\/persistence": "^2.5.2 || ^3.0", "doctrine\/phpcr-odm": "^1.5.2 || ^2.0", "ext-pdo_sqlite": "*", "jackalope\/jackalope-doctrine-dbal": "^1.3", "ocramius\/proxy-manager": "^1.0 || ^2.0", "phpbench\/phpbench": "^1.0", "phpstan\/phpstan": "^2.0", "phpunit\/phpunit": "^9.0 || ^10.0 || ^11.0", "psr\/container": "^1.0 || ^2.0", "rector\/rector": "^1.0.0 || ^2.0@dev", "slevomat\/coding-standard": "dev-master#f2cc4c553eae68772624ffd7dd99022343b69c31 as 8.11.9999", "symfony\/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony\/expression-language": "^5.4 || ^6.0 || ^7.0", "symfony\/filesystem": "^5.4 || ^6.0 || ^7.0", "symfony\/form": "^5.4 || ^6.0 || ^7.0", "symfony\/translation": "^5.4 || ^6.0 || ^7.0", "symfony\/uid": "^5.4 || ^6.0 || ^7.0", "symfony\/validator": "^5.4 || ^6.0 || ^7.0", "symfony\/yaml": "^5.4 || ^6.0 || ^7.0", "twig\/twig": "^1.34 || ^2.4 || ^3.0" }, "suggest": { "doctrine\/collections": "Required if you like to use doctrine collection types as ArrayCollection.", "symfony\/cache": "Required if you like to use cache functionality.", "symfony\/uid": "Required if you'd like to serialize UID objects.", "symfony\/yaml": "Required if you'd like to use the YAML metadata format." }, "time": "2025-02-11T23:16:25+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\JMS\\Serializer\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "description": "Library for (de-)serializing data of any complexity; supports XML, and JSON.", "homepage": "http:\/\/jmsyst.com\/libs\/serializer", "keywords": [ "deserialization", "jaxb", "json", "serialization", "xml" ], "support": { "issues": "https:\/\/github.com\/schmittjoh\/serializer\/issues", "source": "https:\/\/github.com\/schmittjoh\/serializer\/tree\/3.32.3" }, "funding": [ { "url": "https:\/\/github.com\/goetas", "type": "github" } ], "install-path": "..\/jms\/serializer" }, { "name": "laravel\/serializable-closure", "version": "v1.3.7", "version_normalized": "1.3.7.0", "source": { "type": "git", "url": "https:\/\/github.com\/laravel\/serializable-closure.git", "reference": "4f48ade902b94323ca3be7646db16209ec76be3d" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/laravel\/serializable-closure\/zipball\/4f48ade902b94323ca3be7646db16209ec76be3d", "reference": "4f48ade902b94323ca3be7646db16209ec76be3d", "shasum": "" }, "require": { "php": "^7.3|^8.0" }, "require-dev": { "illuminate\/support": "^8.0|^9.0|^10.0|^11.0", "nesbot\/carbon": "^2.61|^3.0", "pestphp\/pest": "^1.21.3", "phpstan\/phpstan": "^1.8.2", "symfony\/var-dumper": "^5.4.11|^6.2.0|^7.0.0" }, "time": "2024-11-14T18:34:49+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Laravel\\SerializableClosure\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" }, { "name": "Nuno Maduro", "email": "nuno@laravel.com" } ], "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", "keywords": [ "closure", "laravel", "serializable" ], "support": { "issues": "https:\/\/github.com\/laravel\/serializable-closure\/issues", "source": "https:\/\/github.com\/laravel\/serializable-closure" }, "install-path": "..\/laravel\/serializable-closure" }, { "name": "nikic\/fast-route", "version": "v1.3.0", "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/nikic\/FastRoute.git", "reference": "181d480e08d9476e61381e04a71b34dc0432e812" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/nikic\/FastRoute\/zipball\/181d480e08d9476e61381e04a71b34dc0432e812", "reference": "181d480e08d9476e61381e04a71b34dc0432e812", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit\/phpunit": "^4.8.35|~5.7" }, "time": "2018-02-13T20:26:39+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src\/functions.php" ], "psr-4": { "PleskRestApi\\FastRoute\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "description": "Fast request router for PHP", "keywords": [ "router", "routing" ], "support": { "issues": "https:\/\/github.com\/nikic\/FastRoute\/issues", "source": "https:\/\/github.com\/nikic\/FastRoute\/tree\/master" }, "install-path": "..\/nikic\/fast-route" }, { "name": "php-di\/invoker", "version": "2.3.6", "version_normalized": "2.3.6.0", "source": { "type": "git", "url": "https:\/\/github.com\/PHP-DI\/Invoker.git", "reference": "59f15608528d8a8838d69b422a919fd6b16aa576" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/PHP-DI\/Invoker\/zipball\/59f15608528d8a8838d69b422a919fd6b16aa576", "reference": "59f15608528d8a8838d69b422a919fd6b16aa576", "shasum": "" }, "require": { "php": ">=7.3", "psr\/container": "^1.0|^2.0" }, "require-dev": { "athletic\/athletic": "~0.1.8", "mnapoli\/hard-mode": "~0.3.0", "phpunit\/phpunit": "^9.0" }, "time": "2025-01-17T12:49:27+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Invoker\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "description": "Generic and extensible callable invoker", "homepage": "https:\/\/github.com\/PHP-DI\/Invoker", "keywords": [ "callable", "dependency", "dependency-injection", "injection", "invoke", "invoker" ], "support": { "issues": "https:\/\/github.com\/PHP-DI\/Invoker\/issues", "source": "https:\/\/github.com\/PHP-DI\/Invoker\/tree\/2.3.6" }, "funding": [ { "url": "https:\/\/github.com\/mnapoli", "type": "github" } ], "install-path": "..\/php-di\/invoker" }, { "name": "php-di\/php-di", "version": "7.0.9", "version_normalized": "7.0.9.0", "source": { "type": "git", "url": "https:\/\/github.com\/PHP-DI\/PHP-DI.git", "reference": "d8480267f5cf239650debba704f3ecd15b638cde" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PHP-DI\/zipball\/d8480267f5cf239650debba704f3ecd15b638cde", "reference": "d8480267f5cf239650debba704f3ecd15b638cde", "shasum": "" }, "require": { "laravel\/serializable-closure": "^1.0 || ^2.0", "php": ">=8.0", "php-di\/invoker": "^2.0", "psr\/container": "^1.1 || ^2.0" }, "provide": { "psr\/container-implementation": "^1.0" }, "require-dev": { "friendsofphp\/php-cs-fixer": "^3", "friendsofphp\/proxy-manager-lts": "^1", "mnapoli\/phpunit-easymock": "^1.3", "phpunit\/phpunit": "^9.6", "vimeo\/psalm": "^5|^6" }, "suggest": { "friendsofphp\/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)" }, "time": "2025-02-28T12:46:35+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src\/functions.php" ], "psr-4": { "PleskRestApi\\DI\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "description": "The dependency injection container for humans", "homepage": "https:\/\/php-di.org\/", "keywords": [ "PSR-11", "container", "container-interop", "dependency injection", "di", "ioc", "psr11" ], "support": { "issues": "https:\/\/github.com\/PHP-DI\/PHP-DI\/issues", "source": "https:\/\/github.com\/PHP-DI\/PHP-DI\/tree\/7.0.9" }, "funding": [ { "url": "https:\/\/github.com\/mnapoli", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/php-di\/php-di", "type": "tidelift" } ], "install-path": "..\/php-di\/php-di" }, { "name": "phpstan\/phpdoc-parser", "version": "2.1.0", "version_normalized": "2.1.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/phpstan\/phpdoc-parser.git", "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/phpstan\/phpdoc-parser\/zipball\/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "doctrine\/annotations": "^2.0", "nikic\/php-parser": "^5.3.0", "php-parallel-lint\/php-parallel-lint": "^1.2", "phpstan\/extension-installer": "^1.0", "phpstan\/phpstan": "^2.0", "phpstan\/phpstan-phpunit": "^2.0", "phpstan\/phpstan-strict-rules": "^2.0", "phpunit\/phpunit": "^9.6", "symfony\/process": "^5.2" }, "time": "2025-02-19T13:28:12+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\PHPStan\\PhpDocParser\\": [ "src\/" ] } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https:\/\/github.com\/phpstan\/phpdoc-parser\/issues", "source": "https:\/\/github.com\/phpstan\/phpdoc-parser\/tree\/2.1.0" }, "install-path": "..\/phpstan\/phpdoc-parser" }, { "name": "plesk\/api-php-lib", "version": "v2.2.1", "version_normalized": "2.2.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/plesk\/api-php-lib.git", "reference": "2ceece815106b8997319bcc62fe79d5fe095c65f" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/plesk\/api-php-lib\/zipball\/2ceece815106b8997319bcc62fe79d5fe095c65f", "reference": "2ceece815106b8997319bcc62fe79d5fe095c65f", "shasum": "" }, "require": { "ext-curl": "*", "ext-dom": "*", "ext-simplexml": "*", "ext-xml": "*", "php": "^7.4 || ^8.0" }, "require-dev": { "phpunit\/phpunit": "^9", "spatie\/phpunit-watcher": "^1.22", "squizlabs\/php_codesniffer": "^3.6", "vimeo\/psalm": "^4.10 || ^5.0" }, "time": "2025-04-04T10:05:51+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "PleskX\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Alexei Yuzhakov", "email": "sibprogrammer@gmail.com" }, { "name": "WebPros International GmbH.", "email": "plesk-dev-leads@plesk.com" } ], "description": "PHP object-oriented library for Plesk XML-RPC API", "support": { "issues": "https:\/\/github.com\/plesk\/api-php-lib\/issues", "source": "https:\/\/github.com\/plesk\/api-php-lib\/tree\/v2.2.1" }, "install-path": "..\/plesk\/api-php-lib" }, { "name": "plesk\/db-upgrader", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "git@github.com:webpros-plesk\/db-upgrader.git", "reference": "0d0e23a938e43c3921221cd69b77018572979caf" }, "dist": { "type": "zip", "url": "https:\/\/packagist.pp.plesk.tech\/dist\/plesk\/db-upgrader\/plesk-db-upgrader-0d0e23a938e43c3921221cd69b77018572979caf-zip-6ab066.zip", "reference": "0d0e23a938e43c3921221cd69b77018572979caf" }, "require-dev": { "phpunit\/phpunit": "^9.5", "plesk\/zf1": "1.12.17-patch10" }, "time": "2023-05-24T06:31:23+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskExt\\Upgrader\\": "src\/" } }, "autoload-dev": { "psr-4": { "PleskExt\\Upgrader\\Tests\\": "tests\/php" } }, "scripts": { "test": [ "phpunit" ] }, "support": { "source": "https:\/\/github.com\/webpros-plesk\/db-upgrader\/tree\/master" }, "install-path": "..\/plesk\/db-upgrader" }, { "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\/container", "version": "1.1.2", "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/container.git", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/513e0666f7216c7459170d56df27dfcefe1689ea", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { "php": ">=7.4.0" }, "time": "2021-11-05T16:50:12+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Container\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https:\/\/www.php-fig.org\/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https:\/\/github.com\/php-fig\/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https:\/\/github.com\/php-fig\/container\/issues", "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.2" }, "install-path": "..\/psr\/container" }, { "name": "psr\/http-factory", "version": "1.1.0", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/http-factory.git", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { "php": ">=7.1", "psr\/http-message": "^1.0 || ^2.0" }, "time": "2024-04-15T12:06:14+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https:\/\/www.php-fig.org\/" } ], "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https:\/\/github.com\/php-fig\/http-factory" }, "install-path": "..\/psr\/http-factory" }, { "name": "psr\/http-message", "version": "1.1", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/http-message.git", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "time": "2023-04-04T09:50:52+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http:\/\/www.php-fig.org\/" } ], "description": "Common interface for HTTP messages", "homepage": "https:\/\/github.com\/php-fig\/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/1.1" }, "install-path": "..\/psr\/http-message" }, { "name": "psr\/http-server-handler", "version": "1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/http-server-handler.git", "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/http-server-handler\/zipball\/84c4fb66179be4caaf8e97bd239203245302e7d4", "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4", "shasum": "" }, "require": { "php": ">=7.0", "psr\/http-message": "^1.0 || ^2.0" }, "time": "2023-04-10T20:06:20+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Server\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https:\/\/www.php-fig.org\/" } ], "description": "Common interface for HTTP server-side request handler", "keywords": [ "handler", "http", "http-interop", "psr", "psr-15", "psr-7", "request", "response", "server" ], "support": { "source": "https:\/\/github.com\/php-fig\/http-server-handler\/tree\/1.0.2" }, "install-path": "..\/psr\/http-server-handler" }, { "name": "psr\/http-server-middleware", "version": "1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/http-server-middleware.git", "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/http-server-middleware\/zipball\/c1481f747daaa6a0782775cd6a8c26a1bf4a3829", "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829", "shasum": "" }, "require": { "php": ">=7.0", "psr\/http-message": "^1.0 || ^2.0", "psr\/http-server-handler": "^1.0" }, "time": "2023-04-11T06:14:47+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Server\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https:\/\/www.php-fig.org\/" } ], "description": "Common interface for HTTP server-side middleware", "keywords": [ "http", "http-interop", "middleware", "psr", "psr-15", "psr-7", "request", "response" ], "support": { "issues": "https:\/\/github.com\/php-fig\/http-server-middleware\/issues", "source": "https:\/\/github.com\/php-fig\/http-server-middleware\/tree\/1.0.2" }, "install-path": "..\/psr\/http-server-middleware" }, { "name": "psr\/log", "version": "3.0.2", "version_normalized": "3.0.2.0", "source": { "type": "git", "url": "https:\/\/github.com\/php-fig\/log.git", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { "php": ">=8.0.0" }, "time": "2024-09-11T13:17:53+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Log\\": "src" } }, "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\/3.0.2" }, "install-path": "..\/psr\/log" }, { "name": "ralouphie\/getallheaders", "version": "3.0.3", "version_normalized": "3.0.3.0", "source": { "type": "git", "url": "https:\/\/github.com\/ralouphie\/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls\/php-coveralls": "^2.1", "phpunit\/phpunit": "^5 || ^6.5" }, "time": "2019-03-08T08:55:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src\/getallheaders.php" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues", "source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop" }, "install-path": "..\/ralouphie\/getallheaders" }, { "name": "slim\/php-view", "version": "2.2.1", "version_normalized": "2.2.1.0", "source": { "type": "git", "url": "https:\/\/github.com\/slimphp\/PHP-View.git", "reference": "a13ada9d7962ca1b48799c0d9ffbca4c33245aed" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/slimphp\/PHP-View\/zipball\/a13ada9d7962ca1b48799c0d9ffbca4c33245aed", "reference": "a13ada9d7962ca1b48799c0d9ffbca4c33245aed", "shasum": "" }, "require": { "psr\/http-message": "^1.0" }, "require-dev": { "phpunit\/phpunit": "^4.8", "slim\/slim": "^3.0" }, "time": "2019-04-15T20:43:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Slim\\Views\\": "src" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Glenn Eggleton", "email": "geggleto@gmail.com" } ], "description": "Render PHP view scripts into a PSR-7 Response object.", "keywords": [ "framework", "php", "phtml", "renderer", "slim", "template", "view" ], "support": { "issues": "https:\/\/github.com\/slimphp\/PHP-View\/issues", "source": "https:\/\/github.com\/slimphp\/PHP-View\/tree\/2.2.1" }, "install-path": "..\/slim\/php-view" }, { "name": "slim\/psr7", "version": "1.7.0", "version_normalized": "1.7.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/slimphp\/Slim-Psr7.git", "reference": "753e9646def5ff4db1a06e5cf4ef539bfd30f467" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/slimphp\/Slim-Psr7\/zipball\/753e9646def5ff4db1a06e5cf4ef539bfd30f467", "reference": "753e9646def5ff4db1a06e5cf4ef539bfd30f467", "shasum": "" }, "require": { "fig\/http-message-util": "^1.1.5", "php": "^8.0", "psr\/http-factory": "^1.1", "psr\/http-message": "^1.0 || ^2.0", "ralouphie\/getallheaders": "^3.0", "symfony\/polyfill-php80": "^1.29" }, "provide": { "psr\/http-factory-implementation": "^1.0", "psr\/http-message-implementation": "^1.0 || ^2.0" }, "require-dev": { "adriansuter\/php-autoload-override": "^1.4", "ext-json": "*", "http-interop\/http-factory-tests": "^1.1.0", "php-http\/psr7-integration-tests": "1.3.0", "phpspec\/prophecy": "^1.19", "phpspec\/prophecy-phpunit": "^2.2", "phpstan\/phpstan": "^1.11", "phpunit\/phpunit": "^9.6", "squizlabs\/php_codesniffer": "^3.10" }, "time": "2024-06-08T14:48:17+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Slim\\Psr7\\": "src" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Josh Lockhart", "email": "hello@joshlockhart.com", "homepage": "http:\/\/joshlockhart.com" }, { "name": "Andrew Smith", "email": "a.smith@silentworks.co.uk", "homepage": "http:\/\/silentworks.co.uk" }, { "name": "Rob Allen", "email": "rob@akrabat.com", "homepage": "http:\/\/akrabat.com" }, { "name": "Pierre Berube", "email": "pierre@lgse.com", "homepage": "http:\/\/www.lgse.com" } ], "description": "Strict PSR-7 implementation", "homepage": "https:\/\/www.slimframework.com", "keywords": [ "http", "psr-7", "psr7" ], "support": { "issues": "https:\/\/github.com\/slimphp\/Slim-Psr7\/issues", "source": "https:\/\/github.com\/slimphp\/Slim-Psr7\/tree\/1.7.0" }, "install-path": "..\/slim\/psr7" }, { "name": "slim\/slim", "version": "4.14.0", "version_normalized": "4.14.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/slimphp\/Slim.git", "reference": "5943393b88716eb9e82c4161caa956af63423913" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/slimphp\/Slim\/zipball\/5943393b88716eb9e82c4161caa956af63423913", "reference": "5943393b88716eb9e82c4161caa956af63423913", "shasum": "" }, "require": { "ext-json": "*", "nikic\/fast-route": "^1.3", "php": "^7.4 || ^8.0", "psr\/container": "^1.0 || ^2.0", "psr\/http-factory": "^1.1", "psr\/http-message": "^1.1 || ^2.0", "psr\/http-server-handler": "^1.0", "psr\/http-server-middleware": "^1.0", "psr\/log": "^1.1 || ^2.0 || ^3.0" }, "require-dev": { "adriansuter\/php-autoload-override": "^1.4", "ext-simplexml": "*", "guzzlehttp\/psr7": "^2.6", "httpsoft\/http-message": "^1.1", "httpsoft\/http-server-request": "^1.1", "laminas\/laminas-diactoros": "^2.17 || ^3", "nyholm\/psr7": "^1.8", "nyholm\/psr7-server": "^1.1", "phpspec\/prophecy": "^1.19", "phpspec\/prophecy-phpunit": "^2.1", "phpstan\/phpstan": "^1.11", "phpunit\/phpunit": "^9.6", "slim\/http": "^1.3", "slim\/psr7": "^1.6", "squizlabs\/php_codesniffer": "^3.10", "vimeo\/psalm": "^5.24" }, "suggest": { "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware", "ext-xml": "Needed to support XML format in BodyParsingMiddleware", "php-di\/php-di": "PHP-DI is the recommended container library to be used with Slim", "slim\/psr7": "Slim PSR-7 implementation. See https:\/\/www.slimframework.com\/docs\/v4\/start\/installation.html for more information." }, "time": "2024-06-13T08:54:48+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Slim\\": "Slim" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Josh Lockhart", "email": "hello@joshlockhart.com", "homepage": "https:\/\/joshlockhart.com" }, { "name": "Andrew Smith", "email": "a.smith@silentworks.co.uk", "homepage": "http:\/\/silentworks.co.uk" }, { "name": "Rob Allen", "email": "rob@akrabat.com", "homepage": "http:\/\/akrabat.com" }, { "name": "Pierre Berube", "email": "pierre@lgse.com", "homepage": "http:\/\/www.lgse.com" }, { "name": "Gabriel Manricks", "email": "gmanricks@me.com", "homepage": "http:\/\/gabrielmanricks.com" } ], "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", "homepage": "https:\/\/www.slimframework.com", "keywords": [ "api", "framework", "micro", "router" ], "support": { "docs": "https:\/\/www.slimframework.com\/docs\/v4\/", "forum": "https:\/\/discourse.slimframework.com\/", "irc": "irc:\/\/irc.freenode.net:6667\/slimphp", "issues": "https:\/\/github.com\/slimphp\/Slim\/issues", "rss": "https:\/\/www.slimframework.com\/blog\/feed.rss", "slack": "https:\/\/slimphp.slack.com\/", "source": "https:\/\/github.com\/slimphp\/Slim", "wiki": "https:\/\/github.com\/slimphp\/Slim\/wiki" }, "funding": [ { "url": "https:\/\/opencollective.com\/slimphp", "type": "open_collective" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/slim\/slim", "type": "tidelift" } ], "install-path": "..\/slim\/slim" }, { "name": "symfony\/deprecation-contracts", "version": "v2.5.4", "version_normalized": "2.5.4.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git", "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/605389f2a7e5625f273b53960dc46aeaf9c62918", "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", "shasum": "" }, "require": { "php": ">=7.1" }, "time": "2024-09-25T14:11:13+00:00", "type": "library", "extra": { "thanks": { "url": "https:\/\/github.com\/symfony\/contracts", "name": "symfony\/contracts" }, "branch-alias": { "dev-main": "2.5-dev" } }, "installation-source": "dist", "autoload": { "files": [ "function.php" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https:\/\/symfony.com", "support": { "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v2.5.4" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/deprecation-contracts" }, { "name": "symfony\/intl", "version": "v5.4.47", "version_normalized": "5.4.47.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/intl.git", "reference": "5258476a3ab680cd633a1d23130fcc9e8027e3ff" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/intl\/zipball\/5258476a3ab680cd633a1d23130fcc9e8027e3ff", "reference": "5258476a3ab680cd633a1d23130fcc9e8027e3ff", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony\/deprecation-contracts": "^2.1|^3", "symfony\/polyfill-php80": "^1.16" }, "require-dev": { "symfony\/filesystem": "^4.4|^5.0|^6.0", "symfony\/var-exporter": "^5.4|^6.0" }, "time": "2024-11-08T08:12:23+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "Resources\/functions.php" ], "psr-4": { "PleskRestApi\\Symfony\\Component\\Intl\\": "" }, "classmap": [ "Resources\/stubs" ], "exclude-from-classmap": [ "\/Tests\/", "\/Resources\/data\/" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Eriksen Costa", "email": "eriksen.costa@infranology.com.br" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library", "homepage": "https:\/\/symfony.com", "keywords": [ "i18n", "icu", "internationalization", "intl", "l10n", "localization" ], "support": { "source": "https:\/\/github.com\/symfony\/intl\/tree\/v5.4.47" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/intl" }, { "name": "symfony\/polyfill-ctype", "version": "v1.31.0", "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git", "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/a3cc8b044a6ea513310cbd48ef7333b384945638", "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { "php": ">=7.2" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { "thanks": { "url": "https:\/\/github.com\/symfony\/polyfill", "name": "symfony\/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "PleskRestApi\\Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https:\/\/symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.31.0" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/polyfill-ctype" }, { "name": "symfony\/polyfill-mbstring", "version": "v1.31.0", "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git", "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/85181ba99b2345b0ef10ce42ecac37612d9fd341", "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "" }, "require": { "php": ">=7.2" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { "thanks": { "url": "https:\/\/github.com\/symfony\/polyfill", "name": "symfony\/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "PleskRestApi\\Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https:\/\/symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.31.0" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/polyfill-mbstring" }, { "name": "symfony\/polyfill-php73", "version": "v1.31.0", "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/polyfill-php73.git", "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php73\/zipball\/0f68c03565dcaaf25a890667542e8bd75fe7e5bb", "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb", "shasum": "" }, "require": { "php": ">=7.2" }, "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { "thanks": { "url": "https:\/\/github.com\/symfony\/polyfill", "name": "symfony\/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "PleskRestApi\\Symfony\\Polyfill\\Php73\\": "" }, "classmap": [ "Resources\/stubs" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https:\/\/symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https:\/\/github.com\/symfony\/polyfill-php73\/tree\/v1.31.0" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/polyfill-php73" }, { "name": "symfony\/polyfill-php80", "version": "v1.31.0", "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/polyfill-php80.git", "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { "php": ">=7.2" }, "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { "thanks": { "url": "https:\/\/github.com\/symfony\/polyfill", "name": "symfony\/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "PleskRestApi\\Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources\/stubs" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https:\/\/symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https:\/\/github.com\/symfony\/polyfill-php80\/tree\/v1.31.0" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/polyfill-php80" }, { "name": "symfony\/polyfill-php81", "version": "v1.31.0", "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/polyfill-php81.git", "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php81\/zipball\/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "shasum": "" }, "require": { "php": ">=7.2" }, "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { "thanks": { "url": "https:\/\/github.com\/symfony\/polyfill", "name": "symfony\/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "PleskRestApi\\Symfony\\Polyfill\\Php81\\": "" }, "classmap": [ "Resources\/stubs" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https:\/\/symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https:\/\/github.com\/symfony\/polyfill-php81\/tree\/v1.31.0" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/polyfill-php81" }, { "name": "symfony\/translation-contracts", "version": "v2.5.4", "version_normalized": "2.5.4.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/translation-contracts.git", "reference": "450d4172653f38818657022252f9d81be89ee9a8" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/translation-contracts\/zipball\/450d4172653f38818657022252f9d81be89ee9a8", "reference": "450d4172653f38818657022252f9d81be89ee9a8", "shasum": "" }, "require": { "php": ">=7.2.5" }, "suggest": { "symfony\/translation-implementation": "" }, "time": "2024-09-25T14:11:13+00:00", "type": "library", "extra": { "thanks": { "url": "https:\/\/github.com\/symfony\/contracts", "name": "symfony\/contracts" }, "branch-alias": { "dev-main": "2.5-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Symfony\\Contracts\\Translation\\": "" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Generic abstractions related to translation", "homepage": "https:\/\/symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https:\/\/github.com\/symfony\/translation-contracts\/tree\/v2.5.4" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/translation-contracts" }, { "name": "symfony\/validator", "version": "v5.4.48", "version_normalized": "5.4.48.0", "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/validator.git", "reference": "883667679d93d6c30f1b7490d669801712d3be2f" }, "dist": { "type": "zip", "url": "https:\/\/api.github.com\/repos\/symfony\/validator\/zipball\/883667679d93d6c30f1b7490d669801712d3be2f", "reference": "883667679d93d6c30f1b7490d669801712d3be2f", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony\/deprecation-contracts": "^2.1|^3", "symfony\/polyfill-ctype": "~1.8", "symfony\/polyfill-mbstring": "~1.0", "symfony\/polyfill-php73": "~1.0", "symfony\/polyfill-php80": "^1.16", "symfony\/polyfill-php81": "^1.22", "symfony\/translation-contracts": "^1.1|^2|^3" }, "conflict": { "doctrine\/annotations": "<1.13", "doctrine\/cache": "<1.11", "doctrine\/lexer": "<1.1", "symfony\/dependency-injection": "<4.4", "symfony\/expression-language": "<5.1", "symfony\/http-kernel": "<4.4", "symfony\/intl": "<4.4", "symfony\/property-info": "<5.3", "symfony\/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3", "symfony\/yaml": "<4.4" }, "require-dev": { "doctrine\/annotations": "^1.13|^2", "doctrine\/cache": "^1.11|^2.0", "egulias\/email-validator": "^2.1.10|^3|^4", "symfony\/cache": "^4.4|^5.0|^6.0", "symfony\/config": "^4.4|^5.0|^6.0", "symfony\/console": "^4.4|^5.0|^6.0", "symfony\/dependency-injection": "^4.4|^5.0|^6.0", "symfony\/expression-language": "^5.1|^6.0", "symfony\/finder": "^4.4|^5.0|^6.0", "symfony\/http-client": "^4.4|^5.0|^6.0", "symfony\/http-foundation": "^4.4|^5.0|^6.0", "symfony\/http-kernel": "^4.4|^5.0|^6.0", "symfony\/intl": "^4.4|^5.0|^6.0", "symfony\/mime": "^4.4|^5.0|^6.0", "symfony\/property-access": "^5.4|^6.0", "symfony\/property-info": "^5.3|^6.0", "symfony\/translation": "^5.4.35|~6.3.12|^6.4.3", "symfony\/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "egulias\/email-validator": "Strict (RFC compliant) email validation", "psr\/cache-implementation": "For using the mapping cache.", "symfony\/config": "", "symfony\/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints", "symfony\/http-foundation": "", "symfony\/intl": "", "symfony\/property-access": "For accessing properties within comparison constraints", "symfony\/property-info": "To automatically add NotNull and Type constraints", "symfony\/translation": "For translating validation errors.", "symfony\/yaml": "" }, "time": "2024-11-27T08:58:20+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PleskRestApi\\Symfony\\Component\\Validator\\": "" }, "exclude-from-classmap": [ "\/Tests\/", "\/Resources\/bin\/" ] }, "notification-url": "https:\/\/packagist.org\/downloads\/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https:\/\/symfony.com\/contributors" } ], "description": "Provides tools to validate values", "homepage": "https:\/\/symfony.com", "support": { "source": "https:\/\/github.com\/symfony\/validator\/tree\/v5.4.48" }, "funding": [ { "url": "https:\/\/symfony.com\/sponsor", "type": "custom" }, { "url": "https:\/\/github.com\/fabpot", "type": "github" }, { "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony", "type": "tidelift" } ], "install-path": "..\/symfony\/validator" } ], "dev": false, "dev-package-names": [] }