From c40ab4b2af995c7ae0c68489ffb8cf5e3400cf9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:44:38 +0000 Subject: [PATCH] Bump phing/phing from 2.17.4 to 3.0.0 Bumps [phing/phing](https://github.com/phingofficial/phing) from 2.17.4 to 3.0.0. - [Release notes](https://github.com/phingofficial/phing/releases) - [Changelog](https://github.com/phingofficial/phing/blob/main/CHANGELOG.md) - [Commits](https://github.com/phingofficial/phing/compare/2.17.4...3.0.0) --- updated-dependencies: - dependency-name: phing/phing dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 270 ++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 220 insertions(+), 52 deletions(-) diff --git a/composer.json b/composer.json index 2660b7326..55aa0c076 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "bamarni/symfony-console-autocomplete": "^1.2.0", "friendsofphp/php-cs-fixer": "^3.4", "mikey179/vfsstream": "^1.6", - "phing/phing": "~2.17.0", + "phing/phing": "~3.0.0", "phpunit/phpunit": "^9", "rector/rector": "^1.0.0", "seld/phar-utils": "~1.2.0" diff --git a/composer.lock b/composer.lock index d1ab35502..e9a9b40a7 100644 --- a/composer.lock +++ b/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": "4030da981d8fe9a2636b5e323c51867a", + "content-hash": "f4ec0a528b77f80082d2c152d2576f5e", "packages": [ { "name": "fakerphp/faker", @@ -1870,16 +1870,16 @@ }, { "name": "symfony/yaml", - "version": "v5.4.35", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4" + "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e78db7f5c70a21f0417a31f414c4a95fe76c07e4", - "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4", + "url": "https://api.github.com/repos/symfony/yaml/zipball/81cad0ceab3d61fe14fe941ff18a230ac9c80f83", + "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83", "shasum": "" }, "require": { @@ -1925,7 +1925,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.4.35" + "source": "https://github.com/symfony/yaml/tree/v5.4.40" }, "funding": [ { @@ -1941,7 +1941,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T13:51:25+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "twig/twig", @@ -2862,54 +2862,130 @@ }, { "name": "phing/phing", - "version": "2.17.4", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/phingofficial/phing.git", - "reference": "9f3bc8c72e65452686dcf64497e02a082f138908" + "reference": "52a1dffa3c8f1fb7c4106d6645fe18407112b31c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phingofficial/phing/zipball/9f3bc8c72e65452686dcf64497e02a082f138908", - "reference": "9f3bc8c72e65452686dcf64497e02a082f138908", + "url": "https://api.github.com/repos/phingofficial/phing/zipball/52a1dffa3c8f1fb7c4106d6645fe18407112b31c", + "reference": "52a1dffa3c8f1fb7c4106d6645fe18407112b31c", "shasum": "" }, "require": { - "php": ">=5.2.0" + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-simplexml": "*", + "ext-xml": "*", + "php": ">= 7.4", + "sebastian/version": "^3.0|^4.0", + "symfony/console": "^5.3.10|^6.0", + "symfony/yaml": "^5.0|^6.0" + }, + "replace": { + "phing/task-analyzers": "self.version", + "phing/task-apigen": "self.version", + "phing/task-archives": "self.version", + "phing/task-aws": "self.version", + "phing/task-coverage": "self.version", + "phing/task-dbdeploy": "self.version", + "phing/task-ftpdeploy": "self.version", + "phing/task-git": "self.version", + "phing/task-hg": "self.version", + "phing/task-http": "self.version", + "phing/task-inifile": "self.version", + "phing/task-ioncube": "self.version", + "phing/task-jshint": "self.version", + "phing/task-jsmin": "self.version", + "phing/task-liquibase": "self.version", + "phing/task-phkpackage": "self.version", + "phing/task-phpdoc": "self.version", + "phing/task-phpunit": "self.version", + "phing/task-sass": "self.version", + "phing/task-smarty": "self.version", + "phing/task-ssh": "self.version", + "phing/task-svn": "self.version", + "phing/task-visualizer": "self.version", + "phing/task-zendcodeanalyser": "self.version", + "phing/task-zendserverdevelopmenttools": "self.version" }, "require-dev": { + "aws/aws-sdk-php": "^3.181", + "ergebnis/composer-normalize": "^2.13", + "ext-curl": "*", + "ext-iconv": "*", + "ext-openssl": "*", "ext-pdo_sqlite": "*", - "mikey179/vfsstream": "^1.6", - "pdepend/pdepend": "2.x", - "pear/archive_tar": "1.4.x", - "pear/http_request2": "dev-trunk", - "pear/net_growl": "dev-trunk", - "pear/pear-core-minimal": "1.10.1", - "pear/versioncontrol_git": "@dev", - "pear/versioncontrol_svn": "~0.5", - "phpdocumentor/phpdocumentor": "2.x", - "phploc/phploc": "~2.0.6", - "phpmd/phpmd": "~2.2", - "phpunit/phpunit": ">=3.7", - "sebastian/git": "~1.0", - "sebastian/phpcpd": "2.x", + "ext-phar": "*", + "ext-sockets": "*", + "ext-xsl": "*", + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^3.0", + "guzzlehttp/guzzle": "^7.2", + "jawira/plantuml-client": "^1.0", + "jawira/plantuml-encoding": "^1.0", + "mehr-als-nix/parallel": "^v1.0", + "mikey179/vfsstream": "2.0.x-dev", + "monolog/monolog": "^2.2", + "pdepend/pdepend": "^2.9", + "pear/archive_tar": "^1.4", + "pear/console_getopt": "^v1.4.3", + "pear/mail": "^2.0", + "pear/mail_mime": "^1.10", + "pear/net_ftp": "dev-master", + "pear/net_growl": "dev-master", + "pear/pear-core-minimal": "~1.10.10", + "pear/pear_exception": "^v1.0.2", + "pear/versioncontrol_git": "dev-master", + "pear/versioncontrol_svn": "^0.7.0", + "phing/phing-composer-configurator": "dev-master", + "phpmd/phpmd": "^2.14", + "phpstan/phpstan": "^0.12.87 || ^1.0", + "phpunit/phpunit": "^9.5.10", + "psr/http-message": "^2.0", + "roave/security-advisories": "dev-master", + "scssphp/scssphp": "~1.12.0", "siad007/versioncontrol_hg": "^1.0", - "simpletest/simpletest": "^1.1", - "squizlabs/php_codesniffer": "~2.2", - "symfony/yaml": "^2.8 || ^3.1 || ^4.0" + "smarty/smarty": "^5.0", + "squizlabs/php_codesniffer": "^3.5", + "symfony/config": "^5.2|^6.0", + "symfony/dependency-injection": "^5.2|^6.0", + "symfony/stopwatch": "^5.2|^6.0", + "symplify/monorepo-builder": "^11.2", + "tedivm/jshrink": "^1.3" }, "suggest": { - "pdepend/pdepend": "PHP version of JDepend", - "pear/archive_tar": "Tar file management class", - "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository", - "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", + "aws/aws-sdk-php": "Used for Amazon tasks", + "ext-gettext": "*", + "ext-posix": "*", + "ext-sockets": "*", + "ext-tidy": "*", + "guzzlehttp/guzzle": "Used for Http tasks", + "jawira/plantuml-encoding": "Required by VisualizerTask", + "mehr-als-nix/parallel": "̈Used for Parallel task", + "monolog/monolog": "Required by the MonologListener", + "pdepend/pdepend": "Used for PHPDepend task", + "pear/archive_tar": "Used for Tar task", + "pear/mail": "Used for Mail task", + "pear/mail_mime": "Used for Mail task", + "pear/net_ftp": "Used for FtpDeploy task", + "pear/net_growl": "Used for Growl task", + "pear/pear-core-minimal": "Used for PEAR-related tasks", + "pear/versioncontrol_git": "Used for Git tasks", + "pear/versioncontrol_svn": "Used for Subversion tasks", "phpdocumentor/phpdocumentor": "Documentation Generator for PHP", - "phploc/phploc": "A tool for quickly measuring the size of a PHP project", - "phpmd/phpmd": "PHP version of PMD tool", + "phpmd/phpmd": "Used for PHPMD task", + "phpstan/phpstan": "Used for PHPStan task", "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", "phpunit/phpunit": "The PHP Unit Testing Framework", - "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code", - "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.", + "scssphp/scssphp": "A compiler for SCSS written in PHP, used by SassTask", + "siad007/versioncontrol_hg": "Used for Mercurial tasks", + "smarty/smarty": "Used for Smarty task", + "squizlabs/php_codesniffer": "Used for PHP CodeSniffer task", + "symfony/stopwatch": "Needed by the StopwatchTask", "tedivm/jshrink": "Javascript Minifier built in PHP" }, "bin": [ @@ -2917,19 +2993,104 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "2.16.x-dev" + "phing-custom-taskdefs": { + "visualizer": "Phing\\Task\\Ext\\Visualizer\\VisualizerTask", + "gitarchive": "Phing\\Task\\Ext\\Git\\Git\\GitArchiveTask", + "gitinit": "Phing\\Task\\Ext\\Git\\Git\\GitInitTask", + "gitclone": "Phing\\Task\\Ext\\Git\\Git\\GitCloneTask", + "gitgc": "Phing\\Task\\Ext\\Git\\Git\\GitGcTask", + "gitbranch": "Phing\\Task\\Ext\\Git\\Git\\GitBranchTask", + "gitfetch": "Phing\\Task\\Ext\\Git\\Git\\GitFetchTask", + "gitmerge": "Phing\\Task\\Ext\\Git\\Git\\GitMergeTask", + "gitcheckout": "Phing\\Task\\Ext\\Git\\Git\\GitCheckoutTask", + "gitpull": "Phing\\Task\\Ext\\Git\\Git\\GitPullTask", + "gitpush": "Phing\\Task\\Ext\\Git\\Git\\GitPushTask", + "gitlog": "Phing\\Task\\Ext\\Git\\Git\\GitLogTask", + "gittag": "Phing\\Task\\Ext\\Git\\Git\\GitTagTask", + "gitcommit": "Phing\\Task\\Ext\\Git\\Git\\GitCommitTask", + "gitdescribe": "Phing\\Task\\Ext\\Git\\Git\\GitDescribeTask", + "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", + "phpstan": "Phing\\Task\\Ext\\Analyzer\\Phpstan\\PHPStanTask", + "phpmd": "Phing\\Task\\Ext\\Analyzer\\Phpmd\\PHPMDTask", + "phpdepend": "Phing\\Task\\Ext\\Analyzer\\Pdepend\\PhpDependTask", + "sonar": "Phing\\Task\\Ext\\Analyzer\\Sonar\\SonarTask", + "phkpackage": "Phing\\Task\\Ext\\PhkPackage\\PhkPackageTask", + "sass": "Phing\\Task\\Ext\\Sass\\SassTask", + "jsmin": "Phing\\Task\\Ext\\JsMin\\JsMinTask", + "liquibase-changelog": "Phing\\Task\\Ext\\Liquibase\\LiquibaseChangeLogTask", + "liquibase-dbdoc": "Phing\\Task\\Ext\\Liquibase\\LiquibaseDbDocTask", + "liquibase-diff": "Phing\\Task\\Ext\\Liquibase\\LiquibaseDiffTask", + "liquibase-rollback": "Phing\\Task\\Ext\\Liquibase\\LiquibaseRollbackTask", + "liquibase-tag": "Phing\\Task\\Ext\\Liquibase\\LiquibaseTagTask", + "liquibase-update": "Phing\\Task\\Ext\\Liquibase\\LiquibaseUpdateTask", + "liquibase": "Phing\\Task\\Ext\\Liquibase\\LiquibaseTask", + "s3get": "Phing\\Task\\Ext\\Amazon\\S3\\S3GetTask", + "s3put": "Phing\\Task\\Ext\\Amazon\\S3\\S3PutTask", + "zsdtvalidate": "Phing\\Task\\Ext\\ZendServerDeploymentTool\\ZsdtValidateTask", + "zsdtpack": "Phing\\Task\\Ext\\ZendServerDeploymentTool\\ZsdtPackTask", + "hgadd": "Phing\\Task\\Ext\\Hg\\HgAddTask", + "hgarchive": "Phing\\Task\\Ext\\Hg\\HgArchiveTask", + "hgclone": "Phing\\Task\\Ext\\Hg\\HgCloneTask", + "hgcommit": "Phing\\Task\\Ext\\Hg\\HgCommitTask", + "hginit": "Phing\\Task\\Ext\\Hg\\HgInitTask", + "hglog": "Phing\\Task\\Ext\\Hg\\HgLogTask", + "hgpull": "Phing\\Task\\Ext\\Hg\\HgPullTask", + "hgpush": "Phing\\Task\\Ext\\Hg\\HgPushTask", + "hgrevert": "Phing\\Task\\Ext\\Hg\\HgRevertTask", + "hgtag": "Phing\\Task\\Ext\\Hg\\HgTagTask", + "hgupdate": "Phing\\Task\\Ext\\Hg\\HgUpdateTask", + "http-request": "Phing\\Task\\Ext\\Http\\HttpRequestTask", + "httpget": "Phing\\Task\\Ext\\Http\\HttpGetTask", + "phpunit": "Phing\\Task\\Ext\\PhpUnit\\PHPUnitTask", + "phpunitreport": "Phing\\Task\\Ext\\PhpUnit\\PHPUnitReportTask", + "apigen": "Phing\\Task\\Ext\\ApiGen\\ApiGenTask", + "ssh": "Phing\\Task\\Ext\\Ssh\\SshTask", + "scp": "Phing\\Task\\Ext\\Ssh\\ScpTask", + "dbdeploy": "Phing\\Task\\Ext\\DbDeploy\\DbDeployTask", + "smarty": "Phing\\Task\\Ext\\Snmarty\\SmartyTask", + "ioncubeencoder": "Phing\\Task\\Ext\\Ioncube\\IoncubeEncoderTask", + "ioncubelicense": "Phing\\Task\\Ext\\Ioncube\\IoncubeLicenseTask", + "tar": "Phing\\Task\\Ext\\Archive\\TarTask", + "untar": "Phing\\Task\\Ext\\Archive\\UntarTask", + "zip": "Phing\\Task\\Ext\\Archive\\ZipTask", + "unzip": "Phing\\Task\\Ext\\Archive\\UnzipTask", + "jshint": "Phing\\Task\\Ext\\JsHint\\JsHintTask", + "zendcodeanalyzer": "Phing\\Task\\Ext\\ZendCodeAnalyzer\\ZendCodeAnalyzerTask", + "analyze": "Phing\\Task\\Ext\\ZendCodeAnalyzer\\ZendCodeAnalyzerTask", + "inifile": "Phing\\Task\\Ext\\IniFile\\IniFileTask", + "phpdoc": "Phing\\Task\\Ext\\PhpDoc\\PhpDocumentor2Task", + "phpdoc2": "Phing\\Task\\Ext\\PhpDoc\\PhpDocumentor2Task", + "ftpdeploy": "Phing\\Task\\Ext\\FtpDeploy\\FtpDeployTask", + "svnlastrevision": "Phing\\Task\\Ext\\Svn\\SvnLastRevisionTask", + "svncheckout": "Phing\\Task\\Ext\\Svn\\SvnCheckoutTask", + "svnexport": "Phing\\Task\\Ext\\Svn\\SvnExportTask", + "svnupdate": "Phing\\Task\\Ext\\Svn\\SvnUpdateTask", + "svnswitch": "Phing\\Task\\Ext\\Svn\\SvnSwitchTask", + "svncopy": "Phing\\Task\\Ext\\Svn\\SvnCopyTask", + "svncommit": "Phing\\Task\\Ext\\Svn\\SvnCommitTask", + "svnlist": "Phing\\Task\\Ext\\Svn\\SvnListTask", + "svnlog": "Phing\\Task\\Ext\\Svn\\SvnLogTask", + "svninfo": "Phing\\Task\\Ext\\Svn\\SvnInfoTask", + "svnproplist": "Phing\\Task\\Ext\\Svn\\SvnProplistTask", + "svnpropget": "Phing\\Task\\Ext\\Svn\\SvnPropgetTask", + "svnpropset": "Phing\\Task\\Ext\\Svn\\SvnPropsetTask", + "svnrevert": "Phing\\Task\\Ext\\Svn\\SvnRevertTask" + }, + "phing-custom-typedefs": { + "sshconfig": "Phing\\Task\\Ext\\Ssh\\Ssh2MethodParam", + "tarfileset": "Phing\\Task\\Ext\\Archive\\TarFileSet", + "zipfileset": "Phing\\Task\\Ext\\Archive\\ZipFileSet" } }, "autoload": { - "classmap": [ - "classes/phing/" - ] + "psr-4": { + "Phing\\": "src/Phing" + } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "classes" - ], "license": [ "LGPL-3.0-only" ], @@ -2940,29 +3101,36 @@ }, { "name": "Phing Community", - "homepage": "https://www.phing.info/trac/wiki/Development/Contributors" + "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://www.phing.info/trac/report", - "source": "https://github.com/phingofficial/phing/tree/2.17.4" + "issues": "https://github.com/phingofficial/phing/issues", + "source": "https://github.com/phingofficial/phing/" }, "funding": [ { - "url": "https://github.com/mrook", + "url": "https://github.com/sponsors/mrook", "type": "github" }, { - "url": "https://github.com/siad007", + "url": "https://github.com/sponsors/siad007", "type": "github" }, { @@ -2970,7 +3138,7 @@ "type": "patreon" } ], - "time": "2022-07-08T09:07:07+00:00" + "time": "2024-05-01T18:28:58+00:00" }, { "name": "phpstan/phpstan",