Skip to content

Commit

Permalink
Remove version from composer.json
Browse files Browse the repository at this point in the history
Php libraries should utilize git tags for library versioning and version
in composer.json should be ommited.

See: https://getcomposer.org/doc/04-schema.md#version

commit-id:044dc08b
  • Loading branch information
wszaranski committed Jul 31, 2023
1 parent d2ee7d8 commit 14495f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "searchspring/magento2-module",
"type": "magento2-module",
"version": "1.0.0",
"license": "GPL-3.0-only",
"require": {
"magento/module-customer": "*"
Expand Down

0 comments on commit 14495f0

Please sign in to comment.