-
-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 4d7cecb.
- Loading branch information
Showing
25 changed files
with
706 additions
and
1,572 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]" | ||
} | ||
], | ||
"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" | ||
} | ||
"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" | ||
} | ||
} | ||
} |
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]" | ||
} | ||
], | ||
"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" | ||
} | ||
"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" | ||
} | ||
} | ||
} |
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]" | ||
} | ||
], | ||
"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" | ||
} | ||
"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" | ||
} | ||
} | ||
} |
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\\": "" | ||
} | ||
"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" | ||
}, | ||
"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" | ||
} | ||
"phing-custom-typedefs": { | ||
"tarfileset": "Phing\\Task\\Ext\\Archive\\TarFileSet", | ||
"zipfileset": "Phing\\Task\\Ext\\Archive\\ZipFileSet" | ||
} | ||
} | ||
} |
Oops, something went wrong.