-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove mode dependencies from entry (#1)
* Removed Recommendation from package * updated package names
- Loading branch information
Showing
27 changed files
with
1,461 additions
and
1,548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
vendor | ||
vendor | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
# TwitterEntry | ||
Provides Entries for publisher/publisher to post to Twitter. | ||
|
||
TwitterUserEntry: post a status message as a user. | ||
-> implements publisher/recommendation | ||
|
||
|
||
# Installation | ||
The recommended way to install this is through [composer](http://getcomposer.org). | ||
|
||
Edit your `composer.json` and add: | ||
|
||
```json | ||
{ | ||
"require": { | ||
"publisher/twitter-entry": "dev-master" | ||
} | ||
} | ||
``` | ||
|
||
And install dependencies: | ||
|
||
```bash | ||
$ curl -sS https://getcomposer.org/installer | php | ||
$ php composer.phar install | ||
# TwitterEntry | ||
Provides Entries for publisher/publisher to post to Twitter. | ||
|
||
TwitterUserEntry: post a status message as a user. | ||
|
||
# Installation | ||
The recommended way to install this is through [composer](http://getcomposer.org). | ||
|
||
Edit your `composer.json` and add: | ||
|
||
```json | ||
{ | ||
"require": { | ||
"publisher/entry_twitter": "dev-master" | ||
} | ||
} | ||
``` | ||
|
||
And install dependencies: | ||
|
||
```bash | ||
$ curl -sS https://getcomposer.org/installer | php | ||
$ php composer.phar install | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.