Skip to content

Commit 51fb9a1

Browse files
committed
Remove version property
1 parent df7ec5b commit 51fb9a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/stubs/install/composer.json.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "{{ $PACKAGE_DESC }}",
44
"type": "library",
55
"license": "MIT",
6-
"version": "1.0.0",
76
@if ($PACKAGE_TAGS && count($PACKAGE_TAGS)) "keywords": [
87
@foreach ($PACKAGE_TAGS as $key => $tag)
98
"{{ $tag }}"@if ($key !== count($PACKAGE_TAGS) - 1),@endif

0 commit comments

Comments
 (0)