Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Update composer.json to correct usage #19

Merged
merged 1 commit into from
May 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
],
"require": {
"php": ">=5.4",
"cleentfaar/slack": "^0.15.3",
"symfony/framework-bundle": "~2.2"
"cleentfaar/slack": "~0.15",
"symfony/framework-bundle": "~2.2|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
Expand Down