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

Commit

Permalink
whoops...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cas Leentfaar committed Jan 21, 2015
1 parent 6beb5a3 commit e527783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"jms/serializer": "~0.16",
"symfony/event-dispatcher": "~2.2",
"guzzlehttp/guzzle": ">=4.2",
"doctrine/collections": "~1.2"
"doctrine/collections": "~1.2",
"doctrine/dbal": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
Expand Down
16 changes: 3 additions & 13 deletions src/CL/Slack/Resources/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ First you need to get a hold of this library. There are two ways of doing this:

#### Method a) Using composer

Add the following to your ``composer.json`` (see http://getcomposer.org/), and jump to step 3.
Install Composer (see http://getcomposer.org/), then run `$ composer require cleentfaar/slack ~0.12`, and jump to step 3.

```json
"require" : {
"cleentfaar/slack": "~0.11"
}
```

#### Method b) Using submodules

Expand All @@ -23,10 +18,6 @@ Run the following commands to bring in the needed libraries as submodules.
git submodule add https://github.com/cleentfaar/slack.git vendor/bundles/CL/Slack
```


## Step 2) Register the namespaces

If you installed the bundle by composer, use the created autoload.php (jump to step 3).
Add the following two namespace entries to the `registerNamespaces` call in your autoloader:

``` php
Expand All @@ -40,7 +31,6 @@ $loader->registerNamespaces(array(
```


### Step 3) Start slacking!
### Step 3) Start using this package!

Ready to become a professional slacker :smile:? Check out the [usage documentation](usage.md) or the more detailed
[method reference](methods/index.md)!
Check out the [usage documentation](https://github.com/cleentfaar/slack/tree/master/Resources/doc/usage.md)!

0 comments on commit e527783

Please sign in to comment.