Skip to content

Commit

Permalink
Moved JsMinTask to own repo. (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored Apr 10, 2020
1 parent 864342b commit 33753e6
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 216 deletions.
1 change: 0 additions & 1 deletion classes/phing/tasks/defaults.properties
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ phpmd=phing.tasks.ext.phpmd.PHPMDTask
phpdepend=phing.tasks.ext.pdepend.PhpDependTask
pharpackage=phing.tasks.ext.phar.PharPackageTask
replaceregexp=phing.tasks.ext.ReplaceRegexpTask
jsmin=phing.tasks.ext.jsmin.JsMinTask
version=phing.tasks.ext.VersionTask
filehash=phing.tasks.ext.FileHashTask
filesize=phing.tasks.ext.FileSizeTask
Expand Down
156 changes: 0 additions & 156 deletions classes/phing/tasks/ext/jsmin/JsMinTask.php

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"phing/task-coverage": "dev-master",
"phing/task-ftpdeploy": "dev-master",
"phing/task-ioncube": "dev-master",
"phing/task-jsmin": "dev-master",
"phing/task-liquibase": "dev-master",
"phing/task-phkpackage": "dev-master",
"phing/task-phpdoc": "dev-master",
Expand Down Expand Up @@ -69,8 +70,7 @@
"siad007/versioncontrol_hg": "^1.0",
"squizlabs/php_codesniffer": "^2.9 || ^3.5",
"symfony/dependency-injection": "^2.8.50 || ^3.4.26 || ~4.1.12 || >4.2.7 <6.0.0",
"symfony/stopwatch": "~2.8 || ^3.1 || ^4.0 || ^5.0",
"tedivm/jshrink": "^1.3"
"symfony/stopwatch": "~2.8 || ^3.1 || ^4.0 || ^5.0"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 33753e6

Please sign in to comment.