We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7ec5b commit 51fb9a1Copy full SHA for 51fb9a1
resources/stubs/install/composer.json.blade.php
@@ -3,7 +3,6 @@
3
"description": "{{ $PACKAGE_DESC }}",
4
"type": "library",
5
"license": "MIT",
6
- "version": "1.0.0",
7
@if ($PACKAGE_TAGS && count($PACKAGE_TAGS)) "keywords": [
8
@foreach ($PACKAGE_TAGS as $key => $tag)
9
"{{ $tag }}"@if ($key !== count($PACKAGE_TAGS) - 1),@endif
0 commit comments