Skip to content

Commit

Permalink
Propagate composer.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Nov 26, 2024
1 parent 7cee2b3 commit 0d8fa9e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions src/Phing/Task/Ext/Analyzer/composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"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]"
}
],
"type": "phing-extension",
"require": {
"php": ">= 7.4",
"pdepend/pdepend": "^2.9",
"phploc/phploc": "^7.0",
"phpmd/phpmd": "^2.10",
"phpmd/phpmd": "^2.14",
"phpstan/phpstan": "^0.12.87 || ^1.0",
"sebastian/phpcpd": "^6.0"
},
Expand All @@ -34,5 +32,7 @@
"phpdepend": "Phing\\Task\\Ext\\Analyzer\\Pdepend\\PhpDependTask",
"sonar": "Phing\\Task\\Ext\\Analyzer\\Sonar\\SonarTask"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
4 changes: 2 additions & 2 deletions src/Phing/Task/Ext/Sass/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "phing/task-sass",
"description": "SassTask.",
"license": "LGPL-3.0-only",
"type": "phing-extension",
"authors": [
{
"name": "Siad Ardroumli",
"email": "[email protected]"
}
],
"type": "phing-extension",
"require": {
"php": ">= 7.4"
},
"require-dev": {
"phing/phing": "3.0.x-dev",
"scssphp/scssphp": "~1.11.0"
"scssphp/scssphp": "^1.13"
},
"autoload": {
"psr-4": {
Expand Down
10 changes: 5 additions & 5 deletions src/Phing/Task/Ext/Smarty/composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"name": "phing/task-smarty",
"description": "A task for generating output by using Smarty.",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "LGPL-3.0-only",
"type": "phing-extension",
"authors": [
{
"name": "Siad Ardroumli",
"email": "[email protected]"
}
],
"type": "phing-extension",
"require": {
"php": ">= 7.4"
},
"require-dev": {
"phing/phing": "3.0.x-dev",
"smarty/smarty": "^3.1"
"smarty/smarty": "^5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -27,5 +25,7 @@
"phing-custom-taskdefs": {
"smarty": "Phing\\Task\\Ext\\Smarty\\SmartyTask"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
18 changes: 9 additions & 9 deletions src/Phing/Task/Ext/Visualizer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "phing/task-visualizer",
"description": "VisualizerTask creates buildfile maps, these diagrams display calls and depends among targets.",
"license": "LGPL-3.0-only",
"type": "phing-extension",
"authors": [
{
"name": "Siad Ardroumli",
Expand All @@ -13,6 +12,7 @@
"email": "[email protected]"
}
],
"type": "phing-extension",
"require": {
"php": ">= 7.4",
"jawira/plantuml-client": "^1.0"
Expand All @@ -24,24 +24,24 @@
"guzzlehttp/guzzle": "^7.2",
"phing/phing": "3.0.x-dev",
"phpstan/phpstan": "^0.12.87 || ^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Phing\\Task\\Ext\\Visualizer\\": ""
}
},
"extra": {
"phing-custom-taskdefs": {
"visualizer": "Phing\\Task\\Ext\\Visualizer\\VisualizerTask"
}
},
"config": {
"allow-plugins": {
"phing/phing-composer-configurator": true,
"ergebnis/composer-normalize": true
}
},
"extra": {
"phing-custom-taskdefs": {
"visualizer": "Phing\\Task\\Ext\\Visualizer\\VisualizerTask"
}
}
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 0d8fa9e

Please sign in to comment.