Skip to content

Commit

Permalink
Merge pull request #1 from b3none/migrations
Browse files Browse the repository at this point in the history
switched project to b3none league
  • Loading branch information
B3none authored May 8, 2019
2 parents 1132865 + ced1b07 commit b75a66b
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 b75a66b

Please sign in to comment.