diff --git a/bin/builder/composer.lock b/bin/builder/composer.lock new file mode 100644 index 000000000..24d6722e8 --- /dev/null +++ b/bin/builder/composer.lock @@ -0,0 +1,4938 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "f76fa4f3d2ccee8913b17cea002f10d5", + "packages": [ + { + "name": "aws/aws-crt-php", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/awslabs/aws-crt-php.git", + "reference": "3942776a8c99209908ee0b287746263725685732" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732", + "reference": "3942776a8c99209908ee0b287746263725685732", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35|^5.4.3" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "AWS SDK Common Runtime Team", + "email": "aws-sdk-common-runtime@amazon.com" + } + ], + "description": "AWS Common Runtime for PHP", + "homepage": "http://aws.amazon.com/sdkforphp", + "keywords": [ + "amazon", + "aws", + "crt", + "sdk" + ], + "support": { + "issues": "https://github.com/awslabs/aws-crt-php/issues", + "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2" + }, + "time": "2021-09-03T22:57:30+00:00" + }, + { + "name": "aws/aws-sdk-php", + "version": "3.209.19", + "source": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-php.git", + "reference": "8ad887dc242150d2f3b72e867ca74c7c1e3baa19" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8ad887dc242150d2f3b72e867ca74c7c1e3baa19", + "reference": "8ad887dc242150d2f3b72e867ca74c7c1e3baa19", + "shasum": "" + }, + "require": { + "aws/aws-crt-php": "^1.0.2", + "ext-json": "*", + "ext-pcre": "*", + "ext-simplexml": "*", + "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0", + "guzzlehttp/promises": "^1.4.0", + "guzzlehttp/psr7": "^1.7.0|^2.0", + "mtdowling/jmespath.php": "^2.6", + "php": ">=5.5" + }, + "require-dev": { + "andrewsville/php-token-reflection": "^1.4", + "aws/aws-php-sns-message-validator": "~1.0", + "behat/behat": "~3.0", + "doctrine/cache": "~1.4", + "ext-dom": "*", + "ext-openssl": "*", + "ext-pcntl": "*", + "ext-sockets": "*", + "nette/neon": "^2.3", + "paragonie/random_compat": ">= 2", + "phpunit/phpunit": "^4.8.35|^5.4.3", + "psr/cache": "^1.0", + "psr/simple-cache": "^1.0", + "sebastian/comparator": "^1.2.3" + }, + "suggest": { + "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", + "doctrine/cache": "To use the DoctrineCacheAdapter", + "ext-curl": "To send requests using cURL", + "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", + "ext-sockets": "To use client-side monitoring" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Aws\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Amazon Web Services", + "homepage": "http://aws.amazon.com" + } + ], + "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", + "homepage": "http://aws.amazon.com/sdkforphp", + "keywords": [ + "amazon", + "aws", + "cloud", + "dynamodb", + "ec2", + "glacier", + "s3", + "sdk" + ], + "support": { + "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", + "issues": "https://github.com/aws/aws-sdk-php/issues", + "source": "https://github.com/aws/aws-sdk-php/tree/3.209.19" + }, + "time": "2022-02-07T19:14:57+00:00" + }, + { + "name": "composer/pcre", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/composer/pcre.git", + "reference": "437d09fdc9fbce60cb9defb28473e864b33c2d28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/pcre/zipball/437d09fdc9fbce60cb9defb28473e864b33c2d28", + "reference": "437d09fdc9fbce60cb9defb28473e864b33c2d28", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.3", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Pcre\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "keywords": [ + "PCRE", + "preg", + "regex", + "regular expression" + ], + "support": { + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/main" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-01-21T20:27:39+00:00" + }, + { + "name": "composer/xdebug-handler", + "version": "2.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "75700828507263dfd8f64e8e6a9326b309c0e121" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/75700828507263dfd8f64e8e6a9326b309c0e121", + "reference": "75700828507263dfd8f64e8e6a9326b309c0e121", + "shasum": "" + }, + "require": { + "composer/pcre": "^1", + "php": "^5.3.2 || ^7.0 || ^8.0", + "psr/log": "^1 || ^2 || ^3" + }, + "require-dev": { + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Composer\\XdebugHandler\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" + } + ], + "description": "Restarts a process without Xdebug.", + "keywords": [ + "Xdebug", + "performance" + ], + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/xdebug-handler/issues", + "source": "https://github.com/composer/xdebug-handler/tree/2.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-01-05T14:39:36+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "c1fd316f0a0f3325ed1e7cdbe61030418b868f9f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c1fd316f0a0f3325ed1e7cdbe61030418b868f9f", + "reference": "c1fd316f0a0f3325ed1e7cdbe61030418b868f9f", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.5", + "guzzlehttp/psr7": "^1.8.3 || ^2.1", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "ext-curl": "*", + "php-http/client-integration-tests": "^3.0", + "phpunit/phpunit": "^8.5.5 || ^9.3.5", + "psr/log": "^1.1 || ^2.0 || ^3.0" + }, + "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", + "psr/log": "Required for using the Log middleware" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "psr-18", + "psr-7", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/master" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2021-12-13T16:13:08+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4 || ^5.1" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2021-10-22T20:56:57+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "c5b547b9904106507e48c645b76ff74f18eea84e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/c5b547b9904106507e48c645b76ff74f18eea84e", + "reference": "c5b547b9904106507e48c645b76ff74f18eea84e", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0", + "ralouphie/getallheaders": "^3.0" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/master" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-01-02T11:26:46+00:00" + }, + { + "name": "jawira/plantuml-client", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/jawira/plantuml-client.git", + "reference": "295a07a5553bfb1ce16d02ccad7959adc12ae925" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jawira/plantuml-client/zipball/295a07a5553bfb1ce16d02ccad7959adc12ae925", + "reference": "295a07a5553bfb1ce16d02ccad7959adc12ae925", + "shasum": "" + }, + "require": { + "jawira/plantuml-encoding": "^1.0", + "php": ">=7.3" + }, + "require-dev": { + "ergebnis/composer-normalize": "^2.13", + "ext-fileinfo": "*", + "pds/skeleton": "^1.0", + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Jawira\\PlantUmlClient\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jawira Portugal", + "email": "dev@tugal.be" + } + ], + "description": "Convert PlantUML diagrams into images.", + "keywords": [ + "diagram", + "image", + "plantuml", + "uml" + ], + "support": { + "issues": "https://github.com/jawira/plantuml-client/issues", + "source": "https://github.com/jawira/plantuml-client/tree/v1.0.1" + }, + "time": "2021-06-29T20:21:34+00:00" + }, + { + "name": "jawira/plantuml-encoding", + "version": "v1.0.9", + "source": { + "type": "git", + "url": "https://github.com/jawira/plantuml-encoding.git", + "reference": "e7a0213a3813df97887975767c132c67f69595ef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jawira/plantuml-encoding/zipball/e7a0213a3813df97887975767c132c67f69595ef", + "reference": "e7a0213a3813df97887975767c132c67f69595ef", + "shasum": "" + }, + "require": { + "ext-zlib": "*", + "php": ">=5.3" + }, + "require-dev": { + "phpstan/phpstan": "^1.0", + "vimeo/psalm": "^4.0" + }, + "type": "library", + "autoload": { + "files": [ + "src/plantuml_functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jawira Portugal" + } + ], + "description": "PlantUML encoding functions", + "keywords": [ + "encodep", + "encoding", + "functions", + "plantuml", + "uml" + ], + "support": { + "issues": "https://github.com/jawira/plantuml-encoding/issues", + "source": "https://github.com/jawira/plantuml-encoding/tree/v1.0.9" + }, + "time": "2021-11-18T22:25:01+00:00" + }, + { + "name": "mehr-als-nix/parallel", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/MehrAlsNix/Parallel.git", + "reference": "14a71eb1a8f851108bed4a5b32d1c1027976e8f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/MehrAlsNix/Parallel/zipball/14a71eb1a8f851108bed4a5b32d1c1027976e8f3", + "reference": "14a71eb1a8f851108bed4a5b32d1c1027976e8f3", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "^6.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "MehrAlsNix\\Parallel\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "siad007", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "This package is a port of PhpDumentor/Parallel", + "support": { + "source": "https://github.com/MehrAlsNix/Parallel/tree/master" + }, + "time": "2017-12-10T12:33:51+00:00" + }, + { + "name": "mtdowling/jmespath.php", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/jmespath/jmespath.php.git", + "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb", + "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb", + "shasum": "" + }, + "require": { + "php": "^5.4 || ^7.0 || ^8.0", + "symfony/polyfill-mbstring": "^1.17" + }, + "require-dev": { + "composer/xdebug-handler": "^1.4 || ^2.0", + "phpunit/phpunit": "^4.8.36 || ^7.5.15" + }, + "default-branch": true, + "bin": [ + "bin/jp.php" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6-dev" + } + }, + "autoload": { + "psr-4": { + "JmesPath\\": "src/" + }, + "files": [ + "src/JmesPath.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Declaratively specify how to extract elements from a JSON document", + "keywords": [ + "json", + "jsonpath" + ], + "support": { + "issues": "https://github.com/jmespath/jmespath.php/issues", + "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1" + }, + "time": "2021-06-14T00:11:39+00:00" + }, + { + "name": "pdepend/pdepend", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/pdepend/pdepend.git", + "reference": "17e4ca871249f447fe8bc52cdee83ceade36052e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/17e4ca871249f447fe8bc52cdee83ceade36052e", + "reference": "17e4ca871249f447fe8bc52cdee83ceade36052e", + "shasum": "" + }, + "require": { + "php": ">=5.3.7", + "symfony/config": "^2.3.0|^3|^4|^5|^6.0", + "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0", + "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0" + }, + "require-dev": { + "easy-doc/easy-doc": "0.0.0|^1.2.3", + "gregwar/rst": "^1.0", + "phpunit/phpunit": "^4.8.36|^5.7.27", + "squizlabs/php_codesniffer": "^2.0.0" + }, + "default-branch": true, + "bin": [ + "src/bin/pdepend" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "PDepend\\": "src/main/php/PDepend" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Official version of pdepend to be handled with Composer", + "support": { + "issues": "https://github.com/pdepend/pdepend/issues", + "source": "https://github.com/pdepend/pdepend/tree/master" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", + "type": "tidelift" + } + ], + "time": "2022-02-03T15:19:13+00:00" + }, + { + "name": "pear/archive_tar", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/pear/Archive_Tar.git", + "reference": "7789ebb2f34f9e4adb3a4152ad0d1548930a9755" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/7789ebb2f34f9e4adb3a4152ad0d1548930a9755", + "reference": "7789ebb2f34f9e4adb3a4152ad0d1548930a9755", + "shasum": "" + }, + "require": { + "pear/pear-core-minimal": "^1.10.0alpha2", + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-bz2": "Bz2 compression support.", + "ext-xz": "Lzma2 compression support.", + "ext-zlib": "Gzip compression support." + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-0": { + "Archive_Tar": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Vincent Blavet", + "email": "vincent@phpconcept.net" + }, + { + "name": "Greg Beaver", + "email": "greg@chiaraquartet.net" + }, + { + "name": "Michiel Rook", + "email": "mrook@php.net" + } + ], + "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", + "homepage": "https://github.com/pear/Archive_Tar", + "keywords": [ + "archive", + "tar" + ], + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", + "source": "https://github.com/pear/Archive_Tar" + }, + "funding": [ + { + "url": "https://github.com/mrook", + "type": "github" + }, + { + "url": "https://www.patreon.com/michielrook", + "type": "patreon" + } + ], + "time": "2021-09-07T07:21:19+00:00" + }, + { + "name": "pear/console_getopt", + "version": "v1.4.3", + "source": { + "type": "git", + "url": "https://github.com/pear/Console_Getopt.git", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-0": { + "Console": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Andrei Zmievski", + "email": "andrei@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Developer" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" + } + ], + "description": "More info available on: http://pear.php.net/package/Console_Getopt", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", + "source": "https://github.com/pear/Console_Getopt" + }, + "time": "2019-11-20T18:27:48+00:00" + }, + { + "name": "pear/pear-core-minimal", + "version": "v1.10.11", + "source": { + "type": "git", + "url": "https://github.com/pear/pear-core-minimal.git", + "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d", + "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d", + "shasum": "" + }, + "require": { + "pear/console_getopt": "~1.4", + "pear/pear_exception": "~1.0" + }, + "replace": { + "rsky/pear-core-min": "self.version" + }, + "type": "library", + "autoload": { + "psr-0": { + "": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Christian Weiske", + "email": "cweiske@php.net", + "role": "Lead" + } + ], + "description": "Minimal set of PEAR core files to be used as composer dependency", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", + "source": "https://github.com/pear/pear-core-minimal" + }, + "time": "2021-08-10T22:31:03+00:00" + }, + { + "name": "pear/pear_exception", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", + "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "<9" + }, + "default-branch": true, + "type": "class", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "PEAR/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "." + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net" + } + ], + "description": "The PEAR Exception base class.", + "homepage": "https://github.com/pear/PEAR_Exception", + "keywords": [ + "exception" + ], + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", + "source": "https://github.com/pear/PEAR_Exception" + }, + "time": "2021-03-21T15:43:46+00:00" + }, + { + "name": "pear/versioncontrol_git", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/pear/VersionControl_Git.git", + "reference": "417059e9286d0c85b0a148fe295217c2bf26ef10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/VersionControl_Git/zipball/417059e9286d0c85b0a148fe295217c2bf26ef10", + "reference": "417059e9286d0c85b0a148fe295217c2bf26ef10", + "shasum": "" + }, + "require": { + "pear/pear-core-minimal": "^1.9", + "pear/pear_exception": "~1.0.0", + "php": "^7.3 || ^7.4 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-0": { + "VersionControl": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Kousuke Ebihara", + "email": "ebihara@php.net", + "role": "Lead" + } + ], + "description": "VersionControl_Git is a library that provides OO interface to handle Git repository.", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=VersionControl_Git", + "source": "https://github.com/pear/VersionControl_Git" + }, + "time": "2022-01-14T08:03:15+00:00" + }, + { + "name": "pear/versioncontrol_svn", + "version": "0.7.0", + "source": { + "type": "git", + "url": "https://github.com/pear/VersionControl_SVN.git", + "reference": "226ec8cb136a88f5093f650193d9c1d2230d2938" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/VersionControl_SVN/zipball/226ec8cb136a88f5093f650193d9c1d2230d2938", + "reference": "226ec8cb136a88f5093f650193d9c1d2230d2938", + "shasum": "" + }, + "require": { + "pear/pear-core-minimal": "^1.10", + "pear/pear_exception": "*@dev", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "type": "library", + "autoload": { + "psr-0": { + "VersionControl_": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Clay Loveless", + "email": "clay@loveless.net", + "role": "Lead" + }, + { + "name": "Michiel Rook", + "email": "mrook@php.net", + "role": "Lead" + } + ], + "description": "More info available on: http://pear.php.net/package/VersionControl_SVN", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=VersionControl_SVN", + "source": "https://github.com/pear/VersionControl_SVN" + }, + "funding": [ + { + "url": "https://github.com/mrook", + "type": "github" + }, + { + "url": "https://www.patreon.com/michielrook", + "type": "patreon" + } + ], + "time": "2021-06-01T12:01:18+00:00" + }, + { + "name": "phing/phing", + "version": "3.0.0-RC3", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/phing.git", + "reference": "9c75611506be1e454a33e7167c28880df0f0e86d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/phing/zipball/9c75611506be1e454a33e7167c28880df0f0e86d", + "reference": "9c75611506be1e454a33e7167c28880df0f0e86d", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-xml": "*", + "mehr-als-nix/parallel": "^v1.0", + "phing/phing-composer-configurator": "dev-master", + "phing/task-analyzers": "dev-main", + "phing/task-apigen": "dev-master", + "phing/task-archives": "dev-main", + "phing/task-aws": "dev-main", + "phing/task-coverage": "dev-master", + "phing/task-dbdeploy": "dev-main", + "phing/task-ftpdeploy": "dev-master", + "phing/task-git": "dev-main", + "phing/task-hg": "dev-main", + "phing/task-http": "dev-main", + "phing/task-inifile": "dev-main", + "phing/task-ioncube": "dev-master", + "phing/task-jshint": "dev-master", + "phing/task-jsmin": "dev-master", + "phing/task-liquibase": "dev-master", + "phing/task-phkpackage": "dev-master", + "phing/task-phpdoc": "dev-master", + "phing/task-phpunit": "dev-main", + "phing/task-sass": "dev-main", + "phing/task-smarty": "dev-master", + "phing/task-ssh": "dev-master", + "phing/task-svn": "dev-master", + "phing/task-visualizer": "dev-main", + "phing/task-zendcodeanalyser": "dev-master", + "phing/task-zendserverdevelopmenttools": "dev-master", + "php": "^7.3 || ^7.4 || ^8.0", + "sebastian/version": "^3.0", + "symfony/console": "^5.0", + "symfony/yaml": "^5.0" + }, + "require-dev": { + "ext-curl": "*", + "ext-iconv": "*", + "ext-openssl": "*", + "ext-pdo_sqlite": "*", + "ext-phar": "*", + "ext-simplexml": "*", + "ext-sockets": "*", + "ext-xsl": "*", + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^3.0", + "guzzlehttp/guzzle": "^7.1", + "jawira/plantuml-encoding": "^1.0", + "mikey179/vfsstream": "2.0.x-dev", + "monolog/monolog": "^2.2", + "pear/console_getopt": "^v1.4.3", + "pear/mail": "^1.4", + "pear/mail_mime": "^1.10", + "pear/net_growl": "dev-master", + "pear/pear-core-minimal": "^1.10.10", + "pear/pear_exception": "^v1.0.2", + "pear/versioncontrol_git": "dev-master", + "phpunit/phpunit": "^9.4", + "roave/security-advisories": "dev-master", + "scssphp/scssphp": "~1.0", + "squizlabs/php_codesniffer": "^3.5", + "symfony/config": "^5.2", + "symfony/dependency-injection": "^5.2", + "symfony/stopwatch": "^5.2" + }, + "suggest": { + "ext-gettext": "*", + "ext-posix": "*", + "ext-sockets": "*", + "ext-tidy": "*", + "jawira/plantuml-encoding": "Required by VisualizerTask", + "monolog/monolog": "Required by the MonologListener", + "phpdocumentor/phpdocumentor": "Documentation Generator for PHP", + "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", + "phpunit/phpunit": "The PHP Unit Testing Framework", + "scssphp/scssphp": "A compiler for SCSS written in PHP, used by SassTask", + "symfony/stopwatch": "Needed by the StopwatchTask", + "tedivm/jshrink": "Javascript Minifier built in PHP" + }, + "bin": [ + "bin/phing" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Phing\\": "src/Phing" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Michiel Rook", + "email": "mrook@php.net" + }, + { + "name": "Phing Community", + "homepage": "https://github.com/phingofficial/phing/blob/main/CREDITS.md" + } + ], + "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", + "homepage": "https://www.phing.info/", + "keywords": [ + "ant", + "build", + "build-automation", + "build-tool", + "make", + "phing", + "php", + "task", + "tool" + ], + "support": { + "chat": "https://phing.slack.com/", + "docs": "https://www.phing.info/docs/guide/stable/", + "irc": "irc://irc.freenode.net/phing", + "issues": "https://github.com/phingofficial/phing/issues", + "source": "https://github.com/phingofficial/phing/" + }, + "funding": [ + { + "url": "https://github.com/sponsors/mrook", + "type": "github" + }, + { + "url": "https://github.com/sponsors/siad007", + "type": "github" + }, + { + "url": "https://www.patreon.com/michielrook", + "type": "patreon" + } + ], + "time": "2021-09-09T14:38:12+00:00" + }, + { + "name": "phing/phing-composer-configurator", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/phing-composer-configurator.git", + "reference": "670a5bf784c90013e5e7f72cb0f8b9d51dd21bad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/phing-composer-configurator/zipball/670a5bf784c90013e5e7f72cb0f8b9d51dd21bad", + "reference": "670a5bf784c90013e5e7f72cb0f8b9d51dd21bad", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1|^2.0", + "php": ">= 7.3" + }, + "require-dev": { + "composer/composer": "~2.1.9", + "ergebnis/composer-normalize": "^2.0.2", + "ergebnis/phpstan-rules": "^0.14.2|^0.15.0", + "mikey179/vfsstream": "^1.6.8", + "pepakriz/phpstan-exception-rules": "^0.10.1|^0.11.0", + "phpstan/phpstan": "^0.12.4", + "phpstan/phpstan-beberlei-assert": "^0.12.2", + "phpstan/phpstan-deprecation-rules": "^0.12.1", + "phpstan/phpstan-phpunit": "^0.12.5", + "phpstan/phpstan-strict-rules": "^0.12.1", + "phpunit/phpunit": "^8.5.0|^9.4.2", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.5.3" + }, + "default-branch": true, + "type": "composer-plugin", + "extra": { + "class": [ + "Phing\\PhingComposerConfigurator\\ExtensionInstallerPlugin" + ] + }, + "autoload": { + "psr-4": { + "Phing\\PhingComposerConfigurator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + }, + { + "name": "Phing Community", + "homepage": "https://github.com/phingofficial/phing/blob/master/CREDITS.md" + } + ], + "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", + "homepage": "https://www.phing.info/", + "keywords": [ + "ant", + "build", + "build-automation", + "build-tool", + "make", + "phing", + "php", + "task", + "tool" + ], + "support": { + "docs": "https://www.phing.info/docs/guide/stable/", + "irc": "irc://irc.freenode.net/phing", + "issues": "https://github.com/phingofficial/phing-composer-configurator/issues", + "slack": "https://www.phing.info/slack", + "source": "https://github.com/phingofficial/phing-composer-configurator/" + }, + "time": "2022-01-18T08:22:20+00:00" + }, + { + "name": "phing/task-analyzers", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-analyzers.git", + "reference": "c5a6c66d1d6243f3110d1272a67714c83c52bf2a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-analyzers/zipball/c5a6c66d1d6243f3110d1272a67714c83c52bf2a", + "reference": "c5a6c66d1d6243f3110d1272a67714c83c52bf2a", + "shasum": "" + }, + "require": { + "pdepend/pdepend": "^2.9", + "php": ">= 7.1", + "phploc/phploc": "^7.0", + "phpmd/phpmd": "^2.10", + "phpstan/phpstan": "^0.12.87 || ^1.0", + "sebastian/phpcpd": "^6.0" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "phpstan": "Phing\\Task\\Ext\\Phpstan\\PHPStanTask", + "phpcpd": "Phing\\Task\\Ext\\Phpcpd\\PHPCPDTask", + "phploc": "Phing\\Task\\Ext\\Phploc\\PHPLocTask", + "phpmd": "Phing\\Task\\Ext\\Phpmd\\PHPMDTask", + "phpdepend": "Phing\\Task\\Ext\\Pdepend\\PhpDependTask", + "sonar": "Phing\\Task\\Ext\\Sonar\\SonarTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Tasks for code analysis.", + "support": { + "issues": "https://github.com/phingofficial/task-analyzers/issues", + "source": "https://github.com/phingofficial/task-analyzers/tree/main" + }, + "time": "2021-09-13T11:26:58+00:00" + }, + { + "name": "phing/task-apigen", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-apigen.git", + "reference": "df34b0d85ae681335d1911b5ebab0a6653e59946" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-apigen/zipball/df34b0d85ae681335d1911b5ebab0a6653e59946", + "reference": "df34b0d85ae681335d1911b5ebab0a6653e59946", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "apigen": "Phing\\Task\\Ext\\ApiGenTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Task for ApiGen, a tool for creating professional API documentation from PHP source code.", + "support": { + "issues": "https://github.com/phingofficial/task-apigen/issues", + "source": "https://github.com/phingofficial/task-apigen/tree/master" + }, + "time": "2021-01-25T14:55:48+00:00" + }, + { + "name": "phing/task-archives", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-archives.git", + "reference": "dfc47eada97a51d586931f1064798bf394339f1d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-archives/zipball/dfc47eada97a51d586931f1064798bf394339f1d", + "reference": "dfc47eada97a51d586931f1064798bf394339f1d", + "shasum": "" + }, + "require": { + "pear/archive_tar": "^1.4", + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "tar": "Phing\\Task\\Ext\\TarTask", + "untar": "Phing\\Task\\Ext\\UntarTask", + "zip": "Phing\\Task\\Ext\\ZipTask", + "unzip": "Phing\\Task\\Ext\\UnzipTask" + }, + "phing-custom-typedefs": { + "tarfileset": "Phing\\Task\\Ext\\TarFileSet", + "zipfileset": "Phing\\Task\\Ext\\ZipFileSet" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Archive related phing tasks and types.", + "support": { + "issues": "https://github.com/phingofficial/task-archives/issues", + "source": "https://github.com/phingofficial/task-archives/tree/main" + }, + "time": "2021-05-14T11:38:15+00:00" + }, + { + "name": "phing/task-aws", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-aws.git", + "reference": "c3c81955300f622ed2faff13421f69cce542b262" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-aws/zipball/c3c81955300f622ed2faff13421f69cce542b262", + "reference": "c3c81955300f622ed2faff13421f69cce542b262", + "shasum": "" + }, + "require": { + "aws/aws-sdk-php": "^3.181", + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "s3get": "Phing\\Task\\Ext\\Amazon\\S3\\S3GetTask", + "s3put": "Phing\\Task\\Ext\\Amazon\\S3\\S3PutTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "AWS related tasks.", + "support": { + "issues": "https://github.com/phingofficial/task-aws/issues", + "source": "https://github.com/phingofficial/task-aws/tree/main" + }, + "time": "2021-05-14T11:36:53+00:00" + }, + { + "name": "phing/task-coverage", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-coverage.git", + "reference": "e68f3ba3a63bb7b94f4d74eb9547cdb01c97cd92" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-coverage/zipball/e68f3ba3a63bb7b94f4d74eb9547cdb01c97cd92", + "reference": "e68f3ba3a63bb7b94f4d74eb9547cdb01c97cd92", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "coverage-setup": "Phing\\Task\\Ext\\Coverage\\CoverageSetupTask", + "coverage-merger": "Phing\\Task\\Ext\\Coverage\\CoverageMergerTask", + "coverage-report": "Phing\\Task\\Ext\\Coverage\\CoverageReportTask", + "coverage-threshold": "Phing\\Task\\Ext\\Coverage\\CoverageThresholdTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\Coverage\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "coverage database tasks which can be used to gather code coverage information for unit tests.", + "support": { + "issues": "https://github.com/phingofficial/task-coverage/issues", + "source": "https://github.com/phingofficial/task-coverage/tree/master" + }, + "time": "2021-02-07T20:49:32+00:00" + }, + { + "name": "phing/task-dbdeploy", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-dbdeploy.git", + "reference": "36519d66be4fd201dd06369aa6b411c855bb47bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-dbdeploy/zipball/36519d66be4fd201dd06369aa6b411c855bb47bc", + "reference": "36519d66be4fd201dd06369aa6b411c855bb47bc", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "dbdeploy": "Phing\\Task\\Ext\\DbDeployTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "support": { + "issues": "https://github.com/phingofficial/task-dbdeploy/issues", + "source": "https://github.com/phingofficial/task-dbdeploy/tree/main" + }, + "time": "2021-01-29T19:30:51+00:00" + }, + { + "name": "phing/task-ftpdeploy", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-ftpdeploy.git", + "reference": "4837b11e5033d49a3faf03bff53ab00f22685c9a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-ftpdeploy/zipball/4837b11e5033d49a3faf03bff53ab00f22685c9a", + "reference": "4837b11e5033d49a3faf03bff53ab00f22685c9a", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "pear/net_ftp": "dev-master", + "pear/pear-core-minimal": "~1.10.9", + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "ftpdeploy": "Phing\\Task\\Ext\\FtpDeployTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Deploys a set of files to a remote FTP server.", + "support": { + "issues": "https://github.com/phingofficial/task-ftpdeploy/issues", + "source": "https://github.com/phingofficial/task-ftpdeploy/tree/master" + }, + "time": "2021-01-25T14:56:06+00:00" + }, + { + "name": "phing/task-git", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-git.git", + "reference": "f928d2e109e23afa73d2799608f25c96a9bc7bff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-git/zipball/f928d2e109e23afa73d2799608f25c96a9bc7bff", + "reference": "f928d2e109e23afa73d2799608f25c96a9bc7bff", + "shasum": "" + }, + "require": { + "pear/versioncontrol_git": "dev-master", + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "gitarchive": "Phing\\Task\\Ext\\GitArchiveTask", + "gitinit": "Phing\\Task\\Ext\\GitInitTask", + "gitclone": "Phing\\Task\\Ext\\GitCloneTask", + "gitgc": "Phing\\Task\\Ext\\GitGcTask", + "gitbranch": "Phing\\Task\\Ext\\GitBranchTask", + "gitfetch": "Phing\\Task\\Ext\\GitFetchTask", + "gitmerge": "Phing\\Task\\Ext\\GitMergeTask", + "gitcheckout": "Phing\\Task\\Ext\\GitCheckoutTask", + "gitpull": "Phing\\Task\\Ext\\GitPullTask", + "gitpush": "Phing\\Task\\Ext\\GitPushTask", + "gitlog": "Phing\\Task\\Ext\\GitLogTask", + "gittag": "Phing\\Task\\Ext\\GitTagTask", + "gitcommit": "Phing\\Task\\Ext\\GitCommitTask", + "gitdescribe": "Phing\\Task\\Ext\\GitDescribeTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Git related phing tasks.", + "support": { + "issues": "https://github.com/phingofficial/task-git/issues", + "source": "https://github.com/phingofficial/task-git/tree/main" + }, + "time": "2021-05-14T10:56:32+00:00" + }, + { + "name": "phing/task-hg", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-hg.git", + "reference": "1b09e6d5e3fe8229abb58755a5f88996b2d210e7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-hg/zipball/1b09e6d5e3fe8229abb58755a5f88996b2d210e7", + "reference": "1b09e6d5e3fe8229abb58755a5f88996b2d210e7", + "shasum": "" + }, + "require": { + "php": ">= 7.1", + "siad007/versioncontrol_hg": "^1.0" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "hgadd": "Phing\\Task\\Ext\\HgAddTask", + "hgarchive": "Phing\\Task\\Ext\\HgArchiveTask", + "hgclone": "Phing\\Task\\Ext\\HgCloneTask", + "hgcommit": "Phing\\Task\\Ext\\HgCommitTask", + "hginit": "Phing\\Task\\Ext\\HgInitTask", + "hglog": "Phing\\Task\\Ext\\HgLogTask", + "hgpull": "Phing\\Task\\Ext\\HgPullTask", + "hgpush": "Phing\\Task\\Ext\\HgPushTask", + "hgrevert": "Phing\\Task\\Ext\\HgRevertTask", + "hgtag": "Phing\\Task\\Ext\\HgTagTask", + "hgupdate": "Phing\\Task\\Ext\\HgUpdateTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Mercurial related phing tasks.", + "support": { + "issues": "https://github.com/phingofficial/task-hg/issues", + "source": "https://github.com/phingofficial/task-hg/tree/main" + }, + "time": "2021-05-14T10:57:57+00:00" + }, + { + "name": "phing/task-http", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-http.git", + "reference": "fd5e1d9fea80a445349001cb76c8805ce1c0a9fe" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-http/zipball/fd5e1d9fea80a445349001cb76c8805ce1c0a9fe", + "reference": "fd5e1d9fea80a445349001cb76c8805ce1c0a9fe", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "guzzlehttp/guzzle": "^7.2", + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "http-request": "Phing\\Task\\Ext\\HttpRequestTask", + "httpget": "Phing\\Task\\Ext\\HttpGetTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "HTTP related tasks.", + "support": { + "issues": "https://github.com/phingofficial/task-http/issues", + "source": "https://github.com/phingofficial/task-http/tree/main" + }, + "time": "2021-01-31T23:04:30+00:00" + }, + { + "name": "phing/task-inifile", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-inifile.git", + "reference": "54b9e2c75b1c2fdef85ede464fc6cde4b071e136" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-inifile/zipball/54b9e2c75b1c2fdef85ede464fc6cde4b071e136", + "reference": "54b9e2c75b1c2fdef85ede464fc6cde4b071e136", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "inifile": "Phing\\Task\\Ext\\IniFileTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Tasks related to ini files.", + "support": { + "issues": "https://github.com/phingofficial/task-inifile/issues", + "source": "https://github.com/phingofficial/task-inifile/tree/main" + }, + "time": "2021-01-26T22:04:11+00:00" + }, + { + "name": "phing/task-ioncube", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-ioncube.git", + "reference": "67bbbfe22ade3037b65dcda5acb11b515b783a04" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-ioncube/zipball/67bbbfe22ade3037b65dcda5acb11b515b783a04", + "reference": "67bbbfe22ade3037b65dcda5acb11b515b783a04", + "shasum": "" + }, + "require": { + "php": ">= 7.3" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "ioncubeencoder": "Phing\\Task\\Ext\\IoncubeEncoderTask", + "ioncubelicense": "Phing\\Task\\Ext\\IoncubeLicenseTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "The Ioncube tasks executes ionCube commands.", + "support": { + "issues": "https://github.com/phingofficial/task-ioncube/issues", + "source": "https://github.com/phingofficial/task-ioncube/tree/master" + }, + "time": "2021-11-19T10:49:21+00:00" + }, + { + "name": "phing/task-jshint", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-jshint.git", + "reference": "c87f0513a4689bc7bab83f2fc4b3d83396c6466b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-jshint/zipball/c87f0513a4689bc7bab83f2fc4b3d83396c6466b", + "reference": "c87f0513a4689bc7bab83f2fc4b3d83396c6466b", + "shasum": "" + }, + "require": { + "ext-libxml": "*", + "ext-simplexml": "*", + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "jshint": "Phing\\Task\\Ext\\JsHintTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Checks the JavaScript code using JSHint.", + "support": { + "issues": "https://github.com/phingofficial/task-jshint/issues", + "source": "https://github.com/phingofficial/task-jshint/tree/master" + }, + "time": "2022-01-15T14:29:01+00:00" + }, + { + "name": "phing/task-jsmin", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-jsmin.git", + "reference": "9252bfe554e383420e44aad75cff3c2bff40075f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-jsmin/zipball/9252bfe554e383420e44aad75cff3c2bff40075f", + "reference": "9252bfe554e383420e44aad75cff3c2bff40075f", + "shasum": "" + }, + "require": { + "php": ">= 7.1", + "tedivm/jshrink": "^1.3" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "jsmin": "Phing\\Task\\Ext\\JsMinTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Task to minify javascript files.", + "support": { + "issues": "https://github.com/phingofficial/task-jsmin/issues", + "source": "https://github.com/phingofficial/task-jsmin/tree/master" + }, + "time": "2022-01-14T08:03:11+00:00" + }, + { + "name": "phing/task-liquibase", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-liquibase.git", + "reference": "91cfa93680e0bcff32aeb0d91262ebbce90b04e4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-liquibase/zipball/91cfa93680e0bcff32aeb0d91262ebbce90b04e4", + "reference": "91cfa93680e0bcff32aeb0d91262ebbce90b04e4", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "liquibase-changelog": "Phing\\Task\\Ext\\LiquibaseChangeLogTask", + "liquibase-dbdoc": "Phing\\Task\\Ext\\LiquibaseDbDocTask", + "liquibase-diff": "Phing\\Task\\Ext\\LiquibaseDiffTask", + "liquibase-rollback": "Phing\\Task\\Ext\\LiquibaseRollbackTask", + "liquibase-tag": "Phing\\Task\\Ext\\LiquibaseTagTask", + "liquibase-update": "Phing\\Task\\Ext\\LiquibaseUpdateTask", + "liquibase": "Phing\\Task\\Ext\\LiquibaseTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "The LiquibaseTask is a generic task for liquibase commands that don't require extra command parameters.", + "support": { + "issues": "https://github.com/phingofficial/task-liquibase/issues", + "source": "https://github.com/phingofficial/task-liquibase/tree/master" + }, + "time": "2021-01-25T14:57:23+00:00" + }, + { + "name": "phing/task-phkpackage", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-phkpackage.git", + "reference": "f753840d8bc7c2542a24c05466316de249208fac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-phkpackage/zipball/f753840d8bc7c2542a24c05466316de249208fac", + "reference": "f753840d8bc7c2542a24c05466316de249208fac", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "phkpackage": "Phing\\Task\\Ext\\PhkPackageTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "This task runs PHK_Creator.phk to build PHK-package.", + "support": { + "issues": "https://github.com/phingofficial/task-phkpackage/issues", + "source": "https://github.com/phingofficial/task-phkpackage/tree/master" + }, + "time": "2021-01-25T14:57:38+00:00" + }, + { + "name": "phing/task-phpdoc", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-phpdoc.git", + "reference": "87db308a415622244f3bf7f87f62e7f80b48752d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-phpdoc/zipball/87db308a415622244f3bf7f87f62e7f80b48752d", + "reference": "87db308a415622244f3bf7f87f62e7f80b48752d", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev", + "phpdocumentor/phpdocumentor": "^2.9" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "phpdoc": "Phing\\Task\\Ext\\PhpDocumentor2Task", + "phpdoc2": "Phing\\Task\\Ext\\PhpDocumentor2Task" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "This task runs phpDocumentor 2, a API documentation tool. This project is the result of the merge of the phpDocumentor and DocBlox projects.", + "support": { + "issues": "https://github.com/phingofficial/task-phpdoc/issues", + "source": "https://github.com/phingofficial/task-phpdoc/tree/master" + }, + "time": "2021-01-25T14:57:46+00:00" + }, + { + "name": "phing/task-phpunit", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-phpunit.git", + "reference": "30e828eb78400b6df1b022467f0c644f77c4ef67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-phpunit/zipball/30e828eb78400b6df1b022467f0c644f77c4ef67", + "reference": "30e828eb78400b6df1b022467f0c644f77c4ef67", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev", + "phpunit/phpunit": "^9.3" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "phpunit": "Phing\\Task\\Ext\\PHPUnitTask", + "phpunitreport": "Phing\\Task\\Ext\\PHPUnitReportTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "PHPUnit related tasks.", + "support": { + "issues": "https://github.com/phingofficial/task-phpunit/issues", + "source": "https://github.com/phingofficial/task-phpunit/tree/main" + }, + "time": "2022-01-18T15:24:52+00:00" + }, + { + "name": "phing/task-sass", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-sass.git", + "reference": "13d5209cf582d40b42551944d46db0d4d2f52c7a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-sass/zipball/13d5209cf582d40b42551944d46db0d4d2f52c7a", + "reference": "13d5209cf582d40b42551944d46db0d4d2f52c7a", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev", + "scssphp/scssphp": "~1.0" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "sass": "Phing\\Task\\Ext\\SassTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "SassTask.", + "support": { + "issues": "https://github.com/phingofficial/task-sass/issues", + "source": "https://github.com/phingofficial/task-sass/tree/main" + }, + "time": "2021-02-07T21:16:15+00:00" + }, + { + "name": "phing/task-smarty", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-smarty.git", + "reference": "ad36b52d43af7f2ce365006c458852ce2c2b3245" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-smarty/zipball/ad36b52d43af7f2ce365006c458852ce2c2b3245", + "reference": "ad36b52d43af7f2ce365006c458852ce2c2b3245", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev", + "smarty/smarty": "^3.1" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "smarty": "Phing\\Task\\Ext\\SmartyTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "A task for generating output by using Smarty.", + "support": { + "issues": "https://github.com/phingofficial/task-smarty/issues", + "source": "https://github.com/phingofficial/task-smarty/tree/master" + }, + "time": "2021-01-25T14:57:57+00:00" + }, + { + "name": "phing/task-ssh", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-ssh.git", + "reference": "28fabc264846eb9880ae963b7711cd02feb55407" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-ssh/zipball/28fabc264846eb9880ae963b7711cd02feb55407", + "reference": "28fabc264846eb9880ae963b7711cd02feb55407", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "ssh": "Phing\\Task\\Ext\\SshTask", + "scp": "Phing\\Task\\Ext\\ScpTask" + }, + "phing-custom-typedefs": { + "sshconfig": "Phing\\Task\\Ext\\Ssh2MethodParam" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Execute commands on a remote host using ssh.", + "support": { + "issues": "https://github.com/phingofficial/task-ssh/issues", + "source": "https://github.com/phingofficial/task-ssh/tree/master" + }, + "time": "2021-03-15T20:36:39+00:00" + }, + { + "name": "phing/task-svn", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-svn.git", + "reference": "69c30141f9b466b2a6cc2ca038a9f1b492b7f6a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-svn/zipball/69c30141f9b466b2a6cc2ca038a9f1b492b7f6a9", + "reference": "69c30141f9b466b2a6cc2ca038a9f1b492b7f6a9", + "shasum": "" + }, + "require": { + "pear/versioncontrol_svn": "^0.7.0", + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "svnlastrevision": "Phing\\Tasks\\Ext\\SvnLastRevisionTask", + "svncheckout": "Phing\\Tasks\\Ext\\SvnCheckoutTask", + "svnexport": "Phing\\Tasks\\Ext\\SvnExportTask", + "svnupdate": "Phing\\Tasks\\Ext\\SvnUpdateTask", + "svnswitch": "Phing\\Tasks\\Ext\\SvnSwitchTask", + "svncopy": "Phing\\Tasks\\Ext\\SvnCopyTask", + "svncommit": "Phing\\Tasks\\Ext\\SvnCommitTask", + "svnlist": "Phing\\Tasks\\Ext\\SvnListTask", + "svnlog": "Phing\\Tasks\\Ext\\SvnLogTask", + "svninfo": "Phing\\Tasks\\Ext\\SvnInfoTask", + "svnproplist": "Phing\\Tasks\\Ext\\SvnProplistTask", + "svnpropget": "Phing\\Tasks\\Ext\\SvnPropgetTask", + "svnpropset": "Phing\\Tasks\\Ext\\SvnPropsetTask", + "svnrevert": "Phing\\Tasks\\Ext\\SvnRevertTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Tasks\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Subversion related phing tasks.", + "support": { + "issues": "https://github.com/phingofficial/task-svn/issues", + "source": "https://github.com/phingofficial/task-svn/tree/master" + }, + "time": "2021-06-29T09:06:01+00:00" + }, + { + "name": "phing/task-visualizer", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-visualizer.git", + "reference": "3abb57a4860770a8b7a57e7f9485da637dc6b15a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-visualizer/zipball/3abb57a4860770a8b7a57e7f9485da637dc6b15a", + "reference": "3abb57a4860770a8b7a57e7f9485da637dc6b15a", + "shasum": "" + }, + "require": { + "jawira/plantuml-client": "^1.0", + "php": "^7.3 || ^7.4 || ^8.0" + }, + "require-dev": { + "ergebnis/composer-normalize": "^2.13", + "ext-simplexml": "*", + "ext-xsl": "*", + "guzzlehttp/guzzle": "^7.2", + "phing/phing": "dev-main", + "phpstan/phpstan": "^0.12", + "psr/http-message": "^1.0" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "visualizer": "Phing\\Task\\Ext\\VisualizerTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + }, + { + "name": "Jawira Portugal", + "email": "dev@tugal.be" + } + ], + "description": "VisualizerTask creates diagrams using buildfiles, these diagrams represents calls and depends among targets.", + "support": { + "issues": "https://github.com/phingofficial/task-visualizer/issues", + "source": "https://github.com/phingofficial/task-visualizer/tree/v1.2.0" + }, + "time": "2021-08-31T22:07:42+00:00" + }, + { + "name": "phing/task-zendcodeanalyser", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-zendcodeanalyser.git", + "reference": "c794fd80afd6b363076fa8acb55fb5cc25218938" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-zendcodeanalyser/zipball/c794fd80afd6b363076fa8acb55fb5cc25218938", + "reference": "c794fd80afd6b363076fa8acb55fb5cc25218938", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "zendcodeanalyzer": "Phing\\Task\\Ext\\ZendCodeAnalyzerTask", + "analyze": "Phing\\Task\\Ext\\ZendCodeAnalyzerTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "The ZendCodeAnalyzerTask analyze PHP source files using the Zend Code Analyzer tool that ships with all versions of Zend Studio.", + "support": { + "issues": "https://github.com/phingofficial/task-zendcodeanalyser/issues", + "source": "https://github.com/phingofficial/task-zendcodeanalyser/tree/master" + }, + "time": "2021-01-25T14:58:16+00:00" + }, + { + "name": "phing/task-zendserverdevelopmenttools", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phingofficial/task-zendserverdeploymenttool.git", + "reference": "a5f8b0ef4f373d1bbdc54dfbdbb1fe05bfc09893" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phingofficial/task-zendserverdeploymenttool/zipball/a5f8b0ef4f373d1bbdc54dfbdbb1fe05bfc09893", + "reference": "a5f8b0ef4f373d1bbdc54dfbdbb1fe05bfc09893", + "shasum": "" + }, + "require": { + "php": ">= 7.1" + }, + "require-dev": { + "phing/phing": "3.0.x-dev" + }, + "default-branch": true, + "type": "phing-extension", + "extra": { + "phing-custom-taskdefs": { + "zsdtvalidate": "Phing\\Task\\Ext\\ZsdtValidateTask", + "zsdtpack": "Phing\\Task\\Ext\\ZsdtPackTask" + } + }, + "autoload": { + "psr-4": { + "Phing\\Task\\Ext\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com" + } + ], + "description": "Zend Server Development Tools.", + "support": { + "issues": "https://github.com/phingofficial/task-zendserverdeploymenttool/issues", + "source": "https://github.com/phingofficial/task-zendserverdeploymenttool/tree/master" + }, + "time": "2021-01-25T14:58:31+00:00" + }, + { + "name": "phploc/phploc", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phploc.git", + "reference": "5f2a2864339a110b3efb685797988a81bf2f0308" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/5f2a2864339a110b3efb685797988a81bf2f0308", + "reference": "5f2a2864339a110b3efb685797988a81bf2f0308", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0", + "sebastian/cli-parser": "^1.0", + "sebastian/version": "^3.0" + }, + "default-branch": true, + "bin": [ + "phploc" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "A tool for quickly measuring the size of a PHP project.", + "homepage": "https://github.com/sebastianbergmann/phploc", + "support": { + "issues": "https://github.com/sebastianbergmann/phploc/issues", + "source": "https://github.com/sebastianbergmann/phploc/tree/master" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-08T07:03:20+00:00" + }, + { + "name": "phpmd/phpmd", + "version": "2.11.1", + "source": { + "type": "git", + "url": "https://github.com/phpmd/phpmd.git", + "reference": "08b60a2eb7e14c23f46ff8865b510ae08b75d0fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpmd/phpmd/zipball/08b60a2eb7e14c23f46ff8865b510ae08b75d0fd", + "reference": "08b60a2eb7e14c23f46ff8865b510ae08b75d0fd", + "shasum": "" + }, + "require": { + "composer/xdebug-handler": "^1.0 || ^2.0", + "ext-xml": "*", + "pdepend/pdepend": "^2.10.2", + "php": ">=5.3.9" + }, + "require-dev": { + "easy-doc/easy-doc": "0.0.0 || ^1.3.2", + "ext-json": "*", + "ext-simplexml": "*", + "gregwar/rst": "^1.0", + "mikey179/vfsstream": "^1.6.8", + "phpunit/phpunit": "^4.8.36 || ^5.7.27", + "squizlabs/php_codesniffer": "^2.0" + }, + "bin": [ + "src/bin/phpmd" + ], + "type": "library", + "autoload": { + "psr-0": { + "PHPMD\\": "src/main/php" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Manuel Pichler", + "email": "github@manuel-pichler.de", + "homepage": "https://github.com/manuelpichler", + "role": "Project Founder" + }, + { + "name": "Marc Würth", + "email": "ravage@bluewin.ch", + "homepage": "https://github.com/ravage84", + "role": "Project Maintainer" + }, + { + "name": "Other contributors", + "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", + "role": "Contributors" + } + ], + "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", + "homepage": "https://phpmd.org/", + "keywords": [ + "mess detection", + "mess detector", + "pdepend", + "phpmd", + "pmd" + ], + "support": { + "irc": "irc://irc.freenode.org/phpmd", + "issues": "https://github.com/phpmd/phpmd/issues", + "source": "https://github.com/phpmd/phpmd/tree/2.11.1" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", + "type": "tidelift" + } + ], + "time": "2021-12-17T11:25:43+00:00" + }, + { + "name": "phpstan/phpstan", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "3bff6c5b47afd633efecb20d5ee0dddb35aa0fd9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3bff6c5b47afd633efecb20d5ee0dddb35aa0fd9", + "reference": "3bff6c5b47afd633efecb20d5ee0dddb35aa0fd9", + "shasum": "" + }, + "require": { + "php": "^7.1|^8.0" + }, + "conflict": { + "phpstan/phpstan-shim": "*" + }, + "default-branch": true, + "bin": [ + "phpstan", + "phpstan.phar" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPStan - PHP Static Analysis Tool", + "support": { + "issues": "https://github.com/phpstan/phpstan/issues", + "source": "https://github.com/phpstan/phpstan/tree/master" + }, + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpstan", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], + "time": "2022-02-08T05:16:22+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "psr/container", + "version": "1.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "type": "library", + "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.x" + }, + "time": "2021-03-05T17:36:06+00:00" + }, + { + "name": "psr/http-client", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "22b2ef5687f43679481615605d7a15c557ce85b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/22b2ef5687f43679481615605d7a15c557ce85b1", + "reference": "22b2ef5687f43679481615605d7a15c557ce85b1", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "support": { + "source": "https://github.com/php-fig/http-client/tree/master" + }, + "time": "2020-09-19T09:12:31+00:00" + }, + { + "name": "psr/http-factory", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "36fa03d50ff82abcae81860bdaf4ed9a1510c7cd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/36fa03d50ff82abcae81860bdaf4ed9a1510c7cd", + "reference": "36fa03d50ff82abcae81860bdaf4ed9a1510c7cd", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "psr/http-message": "^1.0" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "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": "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/tree/master" + }, + "time": "2020-09-17T16:52:55+00:00" + }, + { + "name": "psr/http-message", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", + "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "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/master" + }, + "time": "2019-08-29T13:16:46+00:00" + }, + { + "name": "psr/log", + "version": "1.1.4", + "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" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "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" + }, + "time": "2021-05-03T11:20:27+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "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" + }, + "type": "library", + "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" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/phpcpd", + "version": "6.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpcpd.git", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0", + "phpunit/php-timer": "^5.0", + "sebastian/cli-parser": "^1.0", + "sebastian/version": "^3.0" + }, + "bin": [ + "phpcpd" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Copy/Paste Detector (CPD) for PHP code.", + "homepage": "https://github.com/sebastianbergmann/phpcpd", + "support": { + "issues": "https://github.com/sebastianbergmann/phpcpd/issues", + "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-12-07T05:39:23+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "siad007/versioncontrol_hg", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/siad007/versioncontrol_hg.git", + "reference": "bdeb5515f14a6ccd1abdc69e8d0c9e8e0bb75ec3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/siad007/versioncontrol_hg/zipball/bdeb5515f14a6ccd1abdc69e8d0c9e8e0bb75ec3", + "reference": "bdeb5515f14a6ccd1abdc69e8d0c9e8e0bb75ec3", + "shasum": "" + }, + "require": { + "php": ">=5.4" + }, + "require-dev": { + "codeclimate/php-test-reporter": "dev-master", + "mehr-als-nix/assumptions": "~1", + "phpunit/phpunit": "~4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Siad007\\VersionControl\\HG\\": "src", + "Siad007\\VersionControl\\HG\\Tests\\": "tests" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Siad Ardroumli", + "email": "siad.ardroumli@gmail.com", + "role": "Lead" + } + ], + "description": "VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.", + "support": { + "issues": "https://github.com/siad007/versioncontrol_hg/issues", + "source": "https://github.com/siad007/versioncontrol_hg/tree/develop" + }, + "time": "2021-01-22T20:43:06+00:00" + }, + { + "name": "symfony/config", + "version": "5.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/d65e1bd990c740e31feb07d2b0927b8d4df9956f", + "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "conflict": { + "symfony/finder": "<4.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/yaml": "^4.4|^5.0|^6.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "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": "Helps you find, load, combine, autofill and validate configuration values of any kind", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/config/tree/v5.4.3" + }, + "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" + } + ], + "time": "2022-01-03T09:50:52+00:00" + }, + { + "name": "symfony/console", + "version": "5.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "468f17e0875fb182bb3f8e51ed43d9be31e68dc2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/468f17e0875fb182bb3f8e51ed43d9be31e68dc2", + "reference": "468f17e0875fb182bb3f8e51ed43d9be31e68dc2", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/string": "^5.1|^6.0" + }, + "conflict": { + "psr/log": ">=3", + "symfony/dependency-injection": "<4.4", + "symfony/dotenv": "<5.1", + "symfony/event-dispatcher": "<4.4", + "symfony/lock": "<4.4", + "symfony/process": "<4.4" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/log": "^1|^2", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/lock": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "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": "Eases the creation of beautiful and testable command line interfaces", + "homepage": "https://symfony.com", + "keywords": [ + "cli", + "command line", + "console", + "terminal" + ], + "support": { + "source": "https://github.com/symfony/console/tree/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" + } + ], + "time": "2022-01-31T16:08:03+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "5.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "7cfcb0e2747aa4ce7ba92cde8f4d98b8dfce00a0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7cfcb0e2747aa4ce7ba92cde8f4d98b8dfce00a0", + "reference": "7cfcb0e2747aa4ce7ba92cde8f4d98b8dfce00a0", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.1.1", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "ext-psr": "<1.1|>=2", + "symfony/config": "<5.3", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", + "symfony/yaml": "<4.4.26" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" + }, + "require-dev": { + "symfony/config": "^5.3|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4.26|^5.0|^6.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "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": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/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" + } + ], + "time": "2022-02-04T18:39:09+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "2.5.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "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/main" + }, + "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" + } + ], + "time": "2021-07-12T14:48:14+00:00" + }, + { + "name": "symfony/filesystem", + "version": "5.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0f0c4bf1840420f4aef3f32044a9dbb24682731b", + "reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "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 basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v5.4.3" + }, + "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" + } + ], + "time": "2022-01-02T09:53:40+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.24.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "30885182c981ab175d4d034db0f6f469898070ab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-ctype": "*" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "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.24.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" + } + ], + "time": "2021-10-20T20:35:02+00:00" + }, + { + "name": "symfony/polyfill-intl-grapheme", + "version": "v1.24.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", + "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", + "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + } + }, + "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 intl's grapheme_* functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "grapheme", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.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" + } + ], + "time": "2021-11-23T21:10:46+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.24.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "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 for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.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" + } + ], + "time": "2021-02-19T12:13:01+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.24.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.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": "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.24.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" + } + ], + "time": "2021-11-30T18:21:41+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.24.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", + "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "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.24.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" + } + ], + "time": "2021-06-05T21:20:04+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.24.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "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.24.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" + } + ], + "time": "2021-09-13T13:58:33+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.24.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "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.24.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" + } + ], + "time": "2021-09-13T13:58:11+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "2.5.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "034c73d5dd4c05c71a27f05b3c43c0f2fcc8985a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/034c73d5dd4c05c71a27f05b3c43c0f2fcc8985a", + "reference": "034c73d5dd4c05c71a27f05b3c43c0f2fcc8985a", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "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 writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/2.5" + }, + "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" + } + ], + "time": "2021-11-23T10:19:22+00:00" + }, + { + "name": "symfony/string", + "version": "5.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/string.git", + "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10", + "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "~1.15" + }, + "conflict": { + "symfony/translation-contracts": ">=3.0" + }, + "require-dev": { + "symfony/error-handler": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/translation-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.4|^5.0|^6.0" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\String\\": "" + }, + "files": [ + "Resources/functions.php" + ], + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", + "homepage": "https://symfony.com", + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], + "support": { + "source": "https://github.com/symfony/string/tree/v5.4.3" + }, + "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" + } + ], + "time": "2022-01-02T09:53:40+00:00" + }, + { + "name": "symfony/yaml", + "version": "5.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "e80f87d2c9495966768310fc531b487ce64237a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2", + "reference": "e80f87d2c9495966768310fc531b487ce64237a2", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<5.3" + }, + "require-dev": { + "symfony/console": "^5.3|^6.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "default-branch": true, + "bin": [ + "Resources/bin/yaml-lint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "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": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v5.4.3" + }, + "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" + } + ], + "time": "2022-01-26T16:32:32+00:00" + }, + { + "name": "tedivm/jshrink", + "version": "v1.4.0", + "source": { + "type": "git", + "url": "https://github.com/tedious/JShrink.git", + "reference": "0513ba1407b1f235518a939455855e6952a48bbc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tedious/JShrink/zipball/0513ba1407b1f235518a939455855e6952a48bbc", + "reference": "0513ba1407b1f235518a939455855e6952a48bbc", + "shasum": "" + }, + "require": { + "php": "^5.6|^7.0|^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.8", + "php-coveralls/php-coveralls": "^1.1.0", + "phpunit/phpunit": "^6" + }, + "type": "library", + "autoload": { + "psr-0": { + "JShrink": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Robert Hafner", + "email": "tedivm@tedivm.com" + } + ], + "description": "Javascript Minifier built in PHP", + "homepage": "http://github.com/tedious/JShrink", + "keywords": [ + "javascript", + "minifier" + ], + "support": { + "issues": "https://github.com/tedious/JShrink/issues", + "source": "https://github.com/tedious/JShrink/tree/v1.4.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/tedivm/jshrink", + "type": "tidelift" + } + ], + "time": "2020-11-30T18:10:21+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [], + "platform-overrides": { + "php": "7.3.6" + }, + "plugin-api-version": "2.2.0" +} diff --git a/platforms/grav/gantry5/compat/composer.lock b/platforms/grav/gantry5/compat/composer.lock index 899711707..d763becf4 100644 --- a/platforms/grav/gantry5/compat/composer.lock +++ b/platforms/grav/gantry5/compat/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "scssphp/scssphp", - "version": "v1.11.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", - "reference": "33749d12c2569bb24071f94e9af828662dabb068" + "reference": "9699a52a862da4efb43985943afa17150155dd3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", - "reference": "33749d12c2569bb24071f94e9af828662dabb068", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/9699a52a862da4efb43985943afa17150155dd3d", + "reference": "9699a52a862da4efb43985943afa17150155dd3d", "shasum": "" }, "require": { @@ -82,9 +82,9 @@ ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", - "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" + "source": "https://github.com/scssphp/scssphp/tree/v1.10.0" }, - "time": "2022-09-02T21:24:55+00:00" + "time": "2022-01-06T18:16:18+00:00" } ], "packages-dev": [], diff --git a/platforms/grav/gantry5/composer.json b/platforms/grav/gantry5/composer.json index c45845c84..f140a3d5a 100644 --- a/platforms/grav/gantry5/composer.json +++ b/platforms/grav/gantry5/composer.json @@ -7,7 +7,7 @@ "require": { "php": ">=7.3.6", - "scssphp/scssphp": "~1.10", + "scssphp/scssphp": "1.6.0", "leafo/scssphp": "0.8.4" }, "autoload": { diff --git a/platforms/grav/gantry5/composer.lock b/platforms/grav/gantry5/composer.lock index a5259aa8d..e4fb12c18 100644 --- a/platforms/grav/gantry5/composer.lock +++ b/platforms/grav/gantry5/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "70ea7eae85a7b3eb8f126ea46bf3d8bc", + "content-hash": "164d72f03fe46652f0697e271f7b9fcd", "packages": [ { "name": "leafo/scssphp", @@ -67,16 +67,16 @@ }, { "name": "scssphp/scssphp", - "version": "v1.11.0", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", - "reference": "33749d12c2569bb24071f94e9af828662dabb068" + "reference": "b83594e2323c5d6e80785df3f91b9d1d32aad530" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", - "reference": "33749d12c2569bb24071f94e9af828662dabb068", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/b83594e2323c5d6e80785df3f91b9d1d32aad530", + "reference": "b83594e2323c5d6e80785df3f91b9d1d32aad530", "shasum": "" }, "require": { @@ -90,9 +90,8 @@ "sass/sass-spec": "*", "squizlabs/php_codesniffer": "~3.5", "symfony/phpunit-bridge": "^5.1", - "thoughtbot/bourbon": "^7.0", "twbs/bootstrap": "~5.0", - "twbs/bootstrap4": "4.6.1", + "twbs/bootstrap4": "4.6.0", "zurb/foundation": "~6.5" }, "suggest": { @@ -141,9 +140,9 @@ ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", - "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" + "source": "https://github.com/scssphp/scssphp/tree/v1.6.0" }, - "time": "2022-09-02T21:24:55+00:00" + "time": "2021-07-02T16:28:10+00:00" } ], "packages-dev": [], diff --git a/platforms/joomla/lib_gantry5/compat/composer.json b/platforms/joomla/lib_gantry5/compat/composer.json index bd3574cae..62ffdc13e 100644 --- a/platforms/joomla/lib_gantry5/compat/composer.json +++ b/platforms/joomla/lib_gantry5/compat/composer.json @@ -5,13 +5,9 @@ "require": { "php": ">=7.2.5", - "pimple/pimple": "~3.5", "twig/twig": "~1.44", "scssphp/scssphp": "~1.10" }, - "replace": { - "psr/container": "*" - }, "config": { "platform": { "php": "7.2.5" diff --git a/platforms/joomla/lib_gantry5/compat/composer.lock b/platforms/joomla/lib_gantry5/compat/composer.lock index d6b77eda1..fca796c63 100644 --- a/platforms/joomla/lib_gantry5/compat/composer.lock +++ b/platforms/joomla/lib_gantry5/compat/composer.lock @@ -4,73 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a50a4c4c4957e06f77b708af6fd95add", + "content-hash": "af610c9a8fb2cf713bb00fa0a6794ac3", "packages": [ - { - "name": "pimple/pimple", - "version": "v3.5.0", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Pimple.git", - "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", - "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "psr/container": "^1.1 || ^2.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^5.4@dev" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4.x-dev" - } - }, - "autoload": { - "psr-0": { - "Pimple": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Pimple, a simple Dependency Injection Container", - "homepage": "https://pimple.symfony.com", - "keywords": [ - "container", - "dependency injection" - ], - "support": { - "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" - }, - "time": "2021-10-28T11:13:42+00:00" - }, { "name": "scssphp/scssphp", - "version": "v1.11.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", - "reference": "33749d12c2569bb24071f94e9af828662dabb068" + "reference": "9699a52a862da4efb43985943afa17150155dd3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", - "reference": "33749d12c2569bb24071f94e9af828662dabb068", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/9699a52a862da4efb43985943afa17150155dd3d", + "reference": "9699a52a862da4efb43985943afa17150155dd3d", "shasum": "" }, "require": { @@ -135,22 +82,22 @@ ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", - "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" + "source": "https://github.com/scssphp/scssphp/tree/v1.10.0" }, - "time": "2022-09-02T21:24:55+00:00" + "time": "2022-01-06T18:16:18+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.27.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { @@ -165,7 +112,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -173,12 +120,12 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" - } + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -203,7 +150,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" }, "funding": [ { @@ -219,20 +166,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2021-10-20T20:35:02+00:00" }, { "name": "twig/twig", - "version": "v1.44.7", + "version": "v1.44.6", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "0887422319889e442458e48e2f3d9add1a172ad5" + "reference": "ae39480f010ef88adc7938503c9b02d3baf2f3b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/0887422319889e442458e48e2f3d9add1a172ad5", - "reference": "0887422319889e442458e48e2f3d9add1a172ad5", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/ae39480f010ef88adc7938503c9b02d3baf2f3b3", + "reference": "ae39480f010ef88adc7938503c9b02d3baf2f3b3", "shasum": "" }, "require": { @@ -285,7 +232,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v1.44.7" + "source": "https://github.com/twigphp/Twig/tree/v1.44.6" }, "funding": [ { @@ -297,7 +244,7 @@ "type": "tidelift" } ], - "time": "2022-09-28T08:38:36+00:00" + "time": "2021-11-25T13:31:46+00:00" } ], "packages-dev": [], diff --git a/platforms/joomla/lib_gantry5/composer.json b/platforms/joomla/lib_gantry5/composer.json index 99b648c09..fba33a5bf 100644 --- a/platforms/joomla/lib_gantry5/composer.json +++ b/platforms/joomla/lib_gantry5/composer.json @@ -4,16 +4,16 @@ "license": "GPLv2", "require": { - "php": ">=7.2.5", - "symfony/event-dispatcher": "^3.4", - "symfony/yaml": "^4.0.0", - "pimple/pimple": "^3.2", - "filp/whoops": "^2.15.1", - "rockettheme/toolbox": "~1.6.4", - "erusev/parsedown-extra": "^0.7", + "php": ">=5.6.20", + "symfony/event-dispatcher": "~3.4", + "symfony/yaml": "~3.4", + "pimple/pimple": "~3.2", + "filp/whoops": "~2.5", + "rockettheme/toolbox": "~1.5", + "erusev/parsedown-extra": "~0.7", - "twig/twig": "^2.5.15", - "scssphp/scssphp": "~1.10", + "twig/twig": "~1.42", + "scssphp/scssphp": "1.6.0", "leafo/scssphp": "0.8.4" }, "require-dev": { @@ -32,7 +32,7 @@ }, "config": { "platform": { - "php": "7.2.5" + "php": "5.6.20" } } } diff --git a/platforms/joomla/lib_gantry5/composer.lock b/platforms/joomla/lib_gantry5/composer.lock index a96d34cf5..83ed5a025 100644 --- a/platforms/joomla/lib_gantry5/composer.lock +++ b/platforms/joomla/lib_gantry5/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1a6a29e5774a744a7ee793f4130c5262", + "content-hash": "407a36bb5a3c925f8db023e1803747f8", "packages": [ { "name": "erusev/parsedown", @@ -173,7 +173,7 @@ "type": "github" } ], - "time": "2023-03-06T18:09:13+00:00" + "time": "2022-01-07T12:00:00+00:00" }, { "name": "leafo/scssphp", @@ -392,23 +392,23 @@ }, { "name": "rockettheme/toolbox", - "version": "1.6.4", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/rockettheme/toolbox.git", - "reference": "4d1021492385117323b50e3370626da613dd6c16" + "reference": "fdf0195ced25b83525d3b084c3e81f05de96ac8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rockettheme/toolbox/zipball/4d1021492385117323b50e3370626da613dd6c16", - "reference": "4d1021492385117323b50e3370626da613dd6c16", + "url": "https://api.github.com/repos/rockettheme/toolbox/zipball/fdf0195ced25b83525d3b084c3e81f05de96ac8c", + "reference": "fdf0195ced25b83525d3b084c3e81f05de96ac8c", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.6.0", "pimple/pimple": "^3.0", - "symfony/event-dispatcher": "^3.4|^4.0", + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0" }, "type": "library", @@ -454,23 +454,23 @@ "rockettheme" ], "support": { - "source": "https://github.com/rockettheme/toolbox/tree/1.6.4", + "source": "https://github.com/rockettheme/toolbox/tree/1.6.1", "issues": "https://github.com/rockettheme/toolbox/issues" }, - "time": "2023-03-24T18:58:25+00:00" + "time": "2022-02-08T08:36:03+00:00" }, { "name": "scssphp/scssphp", - "version": "v1.11.0", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", - "reference": "33749d12c2569bb24071f94e9af828662dabb068" + "reference": "b83594e2323c5d6e80785df3f91b9d1d32aad530" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", - "reference": "33749d12c2569bb24071f94e9af828662dabb068", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/b83594e2323c5d6e80785df3f91b9d1d32aad530", + "reference": "b83594e2323c5d6e80785df3f91b9d1d32aad530", "shasum": "" }, "require": { @@ -484,9 +484,8 @@ "sass/sass-spec": "*", "squizlabs/php_codesniffer": "~3.5", "symfony/phpunit-bridge": "^5.1", - "thoughtbot/bourbon": "^7.0", "twbs/bootstrap": "~5.0", - "twbs/bootstrap4": "4.6.1", + "twbs/bootstrap4": "4.6.0", "zurb/foundation": "~6.5" }, "suggest": { @@ -535,9 +534,9 @@ ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", - "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" + "source": "https://github.com/scssphp/scssphp/tree/v1.6.0" }, - "time": "2022-09-02T21:24:55+00:00" + "time": "2021-07-02T16:28:10+00:00" }, { "name": "symfony/event-dispatcher", @@ -617,23 +616,20 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.27.0", + "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", + "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "provide": { - "ext-ctype": "*" + "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" @@ -641,7 +637,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", @@ -679,7 +675,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0" }, "funding": [ { @@ -695,166 +691,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "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.27.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" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } - }, - "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.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.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" - } - ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/yaml", @@ -929,32 +766,30 @@ }, { "name": "twig/twig", - "version": "v2.15.4", + "version": "v1.42.5", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3" + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e059001d6d597dd50ea7c74dd2464b4adea48d3", - "reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.8" + "php": ">=5.5.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" + "symfony/phpunit-bridge": "^4.4|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.15-dev" + "dev-master": "1.42-dev" } }, "autoload": { @@ -993,19 +828,9 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.15.4" + "source": "https://github.com/twigphp/Twig/tree/1.x" }, - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", - "type": "tidelift" - } - ], - "time": "2022-12-27T12:26:20+00:00" + "time": "2020-02-11T05:59:23+00:00" } ], "packages-dev": [ @@ -1077,28 +902,25 @@ }, { "name": "phpunit/php-file-iterator", - "version": "2.0.5", + "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5" + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", - "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "require-dev": { - "phpunit/phpunit": "^8.5" + "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.4.x-dev" } }, "autoload": { @@ -1113,7 +935,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", + "email": "sb@sebastian-bergmann.de", "role": "lead" } ], @@ -1124,16 +946,11 @@ "iterator" ], "support": { + "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2021-12-02T12:42:26+00:00" + "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", @@ -1434,7 +1251,7 @@ }, "platform-dev": [], "platform-overrides": { - "php": "7.2.5" + "php": "5.6.20" }, "plugin-api-version": "2.3.0" } diff --git a/platforms/wordpress/gantry5/compat/composer.json b/platforms/wordpress/gantry5/compat/composer.json index 3abb82a22..ddc422f5d 100644 --- a/platforms/wordpress/gantry5/compat/composer.json +++ b/platforms/wordpress/gantry5/compat/composer.json @@ -5,13 +5,9 @@ "require": { "php": ">=7.2.5", - "pimple/pimple": "~3.5", "twig/twig": "~1.44", "scssphp/scssphp": "~1.10" }, - "replace": { - "psr/container": "*" - }, "config": { "platform": { "php": "7.2.5" diff --git a/platforms/wordpress/gantry5/compat/composer.lock b/platforms/wordpress/gantry5/compat/composer.lock index 433eca17b..a0358b56e 100644 --- a/platforms/wordpress/gantry5/compat/composer.lock +++ b/platforms/wordpress/gantry5/compat/composer.lock @@ -4,73 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "be734234d8f8e7f34e4847e6092d608f", + "content-hash": "e1459729b2d2f0a91d027897a82bf100", "packages": [ - { - "name": "pimple/pimple", - "version": "v3.5.0", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Pimple.git", - "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", - "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "psr/container": "^1.1 || ^2.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^5.4@dev" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4.x-dev" - } - }, - "autoload": { - "psr-0": { - "Pimple": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Pimple, a simple Dependency Injection Container", - "homepage": "https://pimple.symfony.com", - "keywords": [ - "container", - "dependency injection" - ], - "support": { - "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" - }, - "time": "2021-10-28T11:13:42+00:00" - }, { "name": "scssphp/scssphp", - "version": "v1.11.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", - "reference": "33749d12c2569bb24071f94e9af828662dabb068" + "reference": "9699a52a862da4efb43985943afa17150155dd3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", - "reference": "33749d12c2569bb24071f94e9af828662dabb068", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/9699a52a862da4efb43985943afa17150155dd3d", + "reference": "9699a52a862da4efb43985943afa17150155dd3d", "shasum": "" }, "require": { @@ -135,22 +82,22 @@ ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", - "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" + "source": "https://github.com/scssphp/scssphp/tree/v1.10.0" }, - "time": "2022-09-02T21:24:55+00:00" + "time": "2022-01-06T18:16:18+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.27.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { @@ -165,7 +112,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -173,12 +120,12 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" - } + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -203,7 +150,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" }, "funding": [ { @@ -219,20 +166,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2021-10-20T20:35:02+00:00" }, { "name": "twig/twig", - "version": "v1.44.7", + "version": "v1.44.6", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "0887422319889e442458e48e2f3d9add1a172ad5" + "reference": "ae39480f010ef88adc7938503c9b02d3baf2f3b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/0887422319889e442458e48e2f3d9add1a172ad5", - "reference": "0887422319889e442458e48e2f3d9add1a172ad5", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/ae39480f010ef88adc7938503c9b02d3baf2f3b3", + "reference": "ae39480f010ef88adc7938503c9b02d3baf2f3b3", "shasum": "" }, "require": { @@ -285,7 +232,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v1.44.7" + "source": "https://github.com/twigphp/Twig/tree/v1.44.6" }, "funding": [ { @@ -297,7 +244,7 @@ "type": "tidelift" } ], - "time": "2022-09-28T08:38:36+00:00" + "time": "2021-11-25T13:31:46+00:00" } ], "packages-dev": [], diff --git a/platforms/wordpress/gantry5/composer.lock b/platforms/wordpress/gantry5/composer.lock index a029fcc62..c1207cb1e 100644 --- a/platforms/wordpress/gantry5/composer.lock +++ b/platforms/wordpress/gantry5/composer.lock @@ -387,7 +387,7 @@ "type": "github" } ], - "time": "2023-03-06T18:09:13+00:00" + "time": "2022-01-07T12:00:00+00:00" }, { "name": "leafo/scssphp", @@ -607,23 +607,23 @@ }, { "name": "rockettheme/toolbox", - "version": "1.6.4", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/rockettheme/toolbox.git", - "reference": "4d1021492385117323b50e3370626da613dd6c16" + "reference": "fdf0195ced25b83525d3b084c3e81f05de96ac8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rockettheme/toolbox/zipball/4d1021492385117323b50e3370626da613dd6c16", - "reference": "4d1021492385117323b50e3370626da613dd6c16", + "url": "https://api.github.com/repos/rockettheme/toolbox/zipball/fdf0195ced25b83525d3b084c3e81f05de96ac8c", + "reference": "fdf0195ced25b83525d3b084c3e81f05de96ac8c", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.6.0", "pimple/pimple": "^3.0", - "symfony/event-dispatcher": "^3.4|^4.0", + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0" }, "type": "library", @@ -669,10 +669,10 @@ "rockettheme" ], "support": { - "source": "https://github.com/rockettheme/toolbox/tree/1.6.4", + "source": "https://github.com/rockettheme/toolbox/tree/1.6.1", "issues": "https://github.com/rockettheme/toolbox/issues" }, - "time": "2023-03-24T18:58:25+00:00" + "time": "2022-02-08T08:36:03+00:00" }, { "name": "scssphp/scssphp",