Skip to content

Commit

Permalink
switched project to b3none league
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed May 8, 2019
1 parent 9bd60d0 commit ced1b07
Show file tree
Hide file tree
Showing 15 changed files with 847 additions and 29 deletions.
10 changes: 5 additions & 5 deletions app/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
use Pecee\SimpleRouter\Exceptions\HttpException;
use Pecee\SimpleRouter\Exceptions\NotFoundHttpException;
use Pecee\SimpleRouter\SimpleRouter;
use Redline\League\Controllers\HomeController;
use Redline\League\Controllers\MatchController;
use Redline\League\Controllers\MatchesController;
use Redline\League\Controllers\PlayersController;
use Redline\League\Controllers\ProfileController;
use B3none\League\Controllers\HomeController;
use B3none\League\Controllers\MatchController;
use B3none\League\Controllers\MatchesController;
use B3none\League\Controllers\PlayersController;
use B3none\League\Controllers\ProfileController;

class Router
{
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"autoload": {
"psr-4": {
"Redline\\League\\": "src/"
"B3none\\League\\": "src/"
}
},
"require": {
Expand All @@ -19,6 +19,7 @@
"smith197/steamauthentication": "^4.0",
"twig/twig": "^2.9",
"catfan/medoo": "^1.6",
"b3none/steam-id-converter": "^1.1"
"b3none/steam-id-converter": "^1.1",
"robmorgan/phinx": "^0.10.7"
}
}
Loading

0 comments on commit ced1b07

Please sign in to comment.