-
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
685 additions
and
685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"name": "phing/task-aws", | ||
"description": "AWS related tasks.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
"name": "phing/task-aws", | ||
"description": "AWS related tasks.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4", | ||
"aws/aws-sdk-php": "^3.181" | ||
}, | ||
"require-dev": { | ||
"phing/phing": "3.0.x-dev" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\Amazon\\": "" | ||
} | ||
}, | ||
"extra": { | ||
"phing-custom-taskdefs": { | ||
"s3get": "Phing\\Task\\Ext\\Amazon\\S3\\S3GetTask", | ||
"s3put": "Phing\\Task\\Ext\\Amazon\\S3\\S3PutTask" | ||
} | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4", | ||
"aws/aws-sdk-php": "^3.181" | ||
}, | ||
"require-dev": { | ||
"phing/phing": "3.0.x-dev" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\Amazon\\": "" | ||
} | ||
}, | ||
"extra": { | ||
"phing-custom-taskdefs": { | ||
"s3get": "Phing\\Task\\Ext\\Amazon\\S3\\S3GetTask", | ||
"s3put": "Phing\\Task\\Ext\\Amazon\\S3\\S3PutTask" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"name": "phing/task-analyzers", | ||
"description": "Tasks for code analysis.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
"name": "phing/task-analyzers", | ||
"description": "Tasks for code analysis.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4", | ||
"pdepend/pdepend": "^2.9", | ||
"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" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\Analyzer\\": "" | ||
} | ||
}, | ||
"extra": { | ||
"phing-custom-taskdefs": { | ||
"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" | ||
} | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4", | ||
"pdepend/pdepend": "^2.9", | ||
"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" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\Analyzer\\": "" | ||
} | ||
}, | ||
"extra": { | ||
"phing-custom-taskdefs": { | ||
"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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "phing/task-apigen", | ||
"description": "Task for ApiGen, a tool for creating professional API documentation from PHP source code.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
"name": "phing/task-apigen", | ||
"description": "Task for ApiGen, a tool for creating professional API documentation from PHP source code.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4" | ||
}, | ||
"require-dev": { | ||
"phing/phing": "3.0.x-dev" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\ApiGen\\": "" | ||
} | ||
}, | ||
"extra": { | ||
"phing-custom-taskdefs": { | ||
"apigen": "Phing\\Task\\Ext\\ApiGen\\ApiGenTask" | ||
} | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4" | ||
}, | ||
"require-dev": { | ||
"phing/phing": "3.0.x-dev" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\ApiGen\\": "" | ||
} | ||
}, | ||
"extra": { | ||
"phing-custom-taskdefs": { | ||
"apigen": "Phing\\Task\\Ext\\ApiGen\\ApiGenTask" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"name": "phing/task-archives", | ||
"description": "Archive related phing tasks and types.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4", | ||
"pear/archive_tar": "^1.4" | ||
}, | ||
"require-dev": { | ||
"phing/phing": "3.0.x-dev" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\Archive\\": "" | ||
} | ||
}, | ||
"extra": { | ||
"phing-custom-taskdefs": { | ||
"tar": "Phing\\Task\\Ext\\Archive\\TarTask", | ||
"untar": "Phing\\Task\\Ext\\Archive\\UntarTask", | ||
"zip": "Phing\\Task\\Ext\\Archive\\ZipTask", | ||
"unzip": "Phing\\Task\\Ext\\Archive\\UnzipTask" | ||
"name": "phing/task-archives", | ||
"description": "Archive related phing tasks and types.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4", | ||
"pear/archive_tar": "^1.4" | ||
}, | ||
"require-dev": { | ||
"phing/phing": "3.0.x-dev" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\Archive\\": "" | ||
} | ||
}, | ||
"phing-custom-typedefs": { | ||
"tarfileset": "Phing\\Task\\Ext\\Archive\\TarFileSet", | ||
"zipfileset": "Phing\\Task\\Ext\\Archive\\ZipFileSet" | ||
"extra": { | ||
"phing-custom-taskdefs": { | ||
"tar": "Phing\\Task\\Ext\\Archive\\TarTask", | ||
"untar": "Phing\\Task\\Ext\\Archive\\UntarTask", | ||
"zip": "Phing\\Task\\Ext\\Archive\\ZipTask", | ||
"unzip": "Phing\\Task\\Ext\\Archive\\UnzipTask" | ||
}, | ||
"phing-custom-typedefs": { | ||
"tarfileset": "Phing\\Task\\Ext\\Archive\\TarFileSet", | ||
"zipfileset": "Phing\\Task\\Ext\\Archive\\ZipFileSet" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "phing/task-coverage", | ||
"description": "coverage database tasks which can be used to gather code coverage information for unit tests.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
"name": "phing/task-coverage", | ||
"description": "coverage database tasks which can be used to gather code coverage information for unit tests.", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "LGPL-3.0-only", | ||
"type": "phing-extension", | ||
"authors": [ | ||
{ | ||
"name": "Siad Ardroumli", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4" | ||
}, | ||
"require-dev": { | ||
"phing/phing": "3.0.x-dev" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\Coverage\\": "" | ||
} | ||
}, | ||
"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" | ||
} | ||
} | ||
], | ||
"require": { | ||
"php": ">= 7.4" | ||
}, | ||
"require-dev": { | ||
"phing/phing": "3.0.x-dev" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Phing\\Task\\Ext\\Coverage\\": "" | ||
} | ||
}, | ||
"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" | ||
} | ||
} | ||
} |
Oops, something went wrong.