File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
"autoload" : {
6
6
"psr-4" : {
7
7
"PH7\\ ApiSimpleMenu\\ " : " src/"
8
- }
8
+ },
9
+ "files" : [
10
+ " src/helpers/headers.inc.php" ,
11
+ " src/helpers/misc.inc.php" ,
12
+ " src/config/config.inc.php" ,
13
+ " src/config/database.inc.php" ,
14
+ " src/Route/routes.php"
15
+ ]
9
16
},
10
17
"authors" : [
11
18
{
Original file line number Diff line number Diff line change 10
10
$ whoops = new WhoopsRun ();
11
11
$ whoops ->pushHandler (new WhoopsJsonResponseHandler );
12
12
$ whoops ->register ();
13
-
14
-
15
- require __DIR__ . '/src/helpers/headers.inc.php ' ;
16
- require __DIR__ . '/src/helpers/misc.inc.php ' ;
17
- require __DIR__ . '/src/config/config.inc.php ' ;
18
- require __DIR__ . '/src/config/database.inc.php ' ; // TODO Could find sth cleaner
19
- require __DIR__ . '/src/Route/routes.php ' ;
You can’t perform that action at this time.
0 commit comments