Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ronmarasigan committed Feb 3, 2024
1 parent 8fe306c commit 0ba9893
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"LavaLust\\Scheme\\": "src/",
"LavaLust\\Scheme\\Library\\": "src/Lib"
"LavaLust\\Scheme\\": "src/"
}
},
"require": {}
Expand Down
5 changes: 5 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
include 'vendor/autoload.php';

use LavaLust\Scheme\App;
new App();

0 comments on commit 0ba9893

Please sign in to comment.