Skip to content

Commit ed284a5

Browse files
committed
Fix syntax in composer.json
1 parent 85aaab8 commit ed284a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"Anam\\PhantomLinux\\" : "/"
1818
}
1919
},
20-
"bin": "bin/phantomjs",
20+
"bin": ["bin/phantomjs"],
2121
"minimum-stability": "stable"
2222
}

0 commit comments

Comments
 (0)