Skip to content

Commit

Permalink
Propagate composer.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phing-ci committed Nov 26, 2024
1 parent 06be68c commit d8058a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

0 comments on commit d8058a6

Please sign in to comment.