Skip to content

Commit

Permalink
Create a sub-projet for replay main classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Divi committed Dec 7, 2014
1 parent 815d24c commit 79b863d
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 529 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
examples/replays
.idea

vendor
composer.phar
composer.lock

examples/replays
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ See the list of [contributors](https://github.com/EloGank/lol-replay-downloader/

## Licence

[MIT, more information](./LICENCE)
[MIT, more information](./LICENSE)

*This repository isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends.
League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends (c) Riot Games, Inc.*
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elogank/lol-replay-downloader",
"description": "League of Legends replay downloader library",
"keywords": ["lol", "library", "league of legends", "replay", "match", "record", "spectator"],
"keywords": ["lol", "library", "league of legends", "replay", "match", "record", "spectator", "download"],
"licence": "MIT",
"authors": [
{
Expand All @@ -11,6 +11,7 @@
],
"require": {
"php": ">=5.4.0",
"elogank/lol-replay": "1.0.*@dev",
"kriswallsmith/buzz": "~0.13"
},
"extra": {
Expand Down
19 changes: 0 additions & 19 deletions src/EloGank/Replay/Crypt/Exception/ReplayDecoderException.php

This file was deleted.

138 changes: 0 additions & 138 deletions src/EloGank/Replay/Crypt/ReplayCrypt.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace EloGank\Replay\Client\Exception;
namespace EloGank\Replay\Downloader\Client\Exception;

use EloGank\Replay\Exception\ReplayException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace EloGank\Replay\Client\Exception;
namespace EloGank\Replay\Downloader\Client\Exception;

use EloGank\Replay\Exception\ReplayException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
* file that was distributed with this source code.
*/

namespace EloGank\Replay\Client;
namespace EloGank\Replay\Downloader\Client;

use Buzz\Browser;
use EloGank\Replay\Client\Exception\TimeoutException;
use EloGank\Replay\Client\Exception\UnknownRegionException;
use EloGank\Replay\Downloader\Client\Exception\TimeoutException;
use EloGank\Replay\Downloader\Client\Exception\UnknownRegionException;

/**
* @author Sylvain Lorinet <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/EloGank/Replay/Downloader/ReplayDownloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace EloGank\Replay\Downloader;

use EloGank\Replay\Client\ReplayClient;
use EloGank\Replay\Downloader\Client\ReplayClient;
use EloGank\Replay\Crypt\ReplayCrypt;
use EloGank\Replay\Downloader\Exception\GameEndedException;
use EloGank\Replay\Downloader\Exception\GameNotFoundException;
Expand Down
17 changes: 0 additions & 17 deletions src/EloGank/Replay/Exception/ReplayException.php

This file was deleted.

43 changes: 0 additions & 43 deletions src/EloGank/Replay/Output/OutputInterface.php

This file was deleted.

Loading

0 comments on commit 79b863d

Please sign in to comment.