Reference link for adding composer.json file -

https://www.drupal.org/node/2514612
https://www.drupal.org/node/2404989

CommentFileSizeAuthor
#2 composer-file-2767521.patch930 bytesaks22

Comments

aks22 created an issue. See original summary.

aks22’s picture

Status: Active » Needs review
StatusFileSize
new930 bytes

Patch file added.

BarisW’s picture

Assigned: aks22 » Unassigned
Status: Needs review » Reviewed & tested by the community

Thanks! Two minor coding standard issues, I'll fix them when committing the patch.

  1. +++ b/composer.json
    @@ -0,0 +1,19 @@
    +  "minimum-stability": "stable",  ¶
    

    Trailing space

  2. +++ b/composer.json
    @@ -0,0 +1,19 @@
    \ No newline at end of file
    

    No newline at the end of the file

BarisW’s picture

One more minor issue:

+++ b/composer.json
@@ -0,0 +1,19 @@
+      "name": "Baris Wanschers (BarisW)"

This line misses a comma.

  • BarisW committed 98b51eb on 8.x-1.x authored by aks22
    Issue #2767521 by aks22, BarisW: Add composer.json
    
BarisW’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.