Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved zendcodeanalyser task to own repo #1266

Merged
merged 2 commits into from
Feb 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions classes/phing/tasks/defaults.properties
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ phpunit=phing.tasks.ext.phpunit.PHPUnitTask
phpunitreport=phing.tasks.ext.phpunit.PHPUnitReportTask
phplint=phing.tasks.ext.PhpLintTask
xmllint=phing.tasks.ext.XmlLintTask
analyze=phing.tasks.ext.ZendCodeAnalyzerTask
zendcodeanalyzer=phing.tasks.ext.ZendCodeAnalyzerTask
jshint=phing.tasks.ext.JsHintTask
jsllint=phing.tasks.ext.JslLintTask
manifest=phing.tasks.ext.ManifestTask
Expand Down
199 changes: 0 additions & 199 deletions classes/phing/tasks/ext/ZendCodeAnalyzerTask.php

This file was deleted.

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"phing/task-phkpackage": "dev-master",
"phing/task-ioncube": "dev-master",
"phing/task-smarty": "dev-master",
"phing/task-zendcodeanalyser": "dev-master",
"sebastian/version": "^2.0",
"symfony/console": "^2.8 || ^3.1 || ^4.0 || ^5.0",
"symfony/yaml": "^2.8 || ^3.1 || ^4.0 || ^5.0",
Expand Down
47 changes: 46 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions custom.task.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ phkpackage=Phing\Tasks\Ext\PhkPackageTask
ioncubeencoder=Phing\Tasks\Ext\IoncubeEncoderTask
ioncubelicense=Phing\Tasks\Ext\IoncubeLicenseTask
smarty=Phing\Tasks\Ext\SmartyTask
zendcodeanalyser=Phing\Tasks\Ext\ZendCodeAnalyzerTask