Skip to content

Commit

Permalink
Update composer.json to include a new "name" field
Browse files Browse the repository at this point in the history
The commit updates the composer.json file by adding a new "name" field with the value "simpay-wordpress-{$version}.zip". This change allows for easier identification and organization of the project.
  • Loading branch information
DarkGL committed Oct 10, 2023
1 parent ea23634 commit 66c486f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"output.*",
"DOCKER_ENV",
"docker_tag"
]
],
"name": "simpay-wordpress-{$version}.zip"
}
}

0 comments on commit 66c486f

Please sign in to comment.