Skip to content

Commit

Permalink
add php7 requirement to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kadet1090 committed Jul 25, 2016
1 parent 25a5da7 commit 239fe0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"description": "Asynchronous XMPP Library for PHP",
"keywords": ["xmpp", "async", "react", "jabber", "im"],
"require": {
"php": ">=7.0",
"react/stream": "^0.4.3",
"react/event-loop": "^0.4",
"evenement/evenement": "2.0.*",
"psr/log": "1.0.*"
},
"require-dev": {
"kadet/keylighter": "dev-master",
"kadet/keylighter": "^0.8",
"bramus/monolog-colored-line-formatter": "~2.0",
"monolog/monolog": "^1.20",
"phpunit/phpunit": "^5.4"
Expand All @@ -30,6 +31,5 @@
"Utils/Filter.php",
"Utils/Helper.php"
]
},
"minimum-stability": "dev"
}
}

0 comments on commit 239fe0b

Please sign in to comment.