Skip to content

Commit

Permalink
Update fetcher namespace
Browse files Browse the repository at this point in the history
Put main bundle version on dev-master
  • Loading branch information
milosa committed Nov 20, 2018
1 parent 088747b commit 86a15d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"php": "^7.2",
"abraham/twitteroauth": "^0.7.4",
"milosa/social-media-aggregator-bundle": "^0.0.6",
"milosa/social-media-aggregator-bundle": "dev-master",
"symfony/config": "^4.1",
"symfony/dependency-injection": "^4.1",
"symfony/http-kernel": "^4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/TwitterFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Milosa\SocialMediaAggregatorBundle\Twitter;

use Abraham\TwitterOAuth\TwitterOAuth;
use Milosa\SocialMediaAggregatorBundle\Aggregator\Sites\Fetcher;
use Milosa\SocialMediaAggregatorBundle\Aggregator\Fetcher;

class TwitterFetcher extends Fetcher
{
Expand Down

0 comments on commit 86a15d3

Please sign in to comment.