Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Add version to composer (it gets confused otherwise)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
  • Loading branch information
NanoSector committed Jan 2, 2016
1 parent cfe7efe commit c526f68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "wildphp/wild-irc-bot",
"version": "2.0.1",
"description": "A modular IRC bot written in PHP",
"type": "project",
"require": {
"php": ">=5.5.0",
"myclabs/php-enum": "^1.4",
"react/react": "^0.4.2",
"guzzlehttp/guzzle": "^6.1"
"guzzlehttp/guzzle": "^6.1",
"wildphp/module-channelmanager": "^2.1",
"wildphp/module-linksniffer": "^2.0"
},
"require-dev":
{
Expand Down

0 comments on commit c526f68

Please sign in to comment.