Skip to content

Commit

Permalink
⬆️ Make it compatible with version 0.0.9-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoslayertech committed Jul 27, 2023
1 parent e0da3c7 commit 2d98ca7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ composer.lock
## Root folders
# Boot
@/*
@imports
9 changes: 5 additions & 4 deletions bootgly
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
* --------------------------------------------------------------------------
* Bootgly PHP Framework
* Developed by Rodrigo Vieira (@rodrigoslayertech)
* Copyright 2020-present
* Copyright 2023-present
* Licensed under MIT
* --------------------------------------------------------------------------
*/

namespace Bootgly;

#error_reporting(E_ALL); ini_set('display_errors', 'On');

#phpinfo(); exit;

require_once '@/autoload.php';
define('BOOTGLY_WORKING_BASE', __DIR__);
define('BOOTGLY_WORKING_DIR', BOOTGLY_WORKING_BASE . DIRECTORY_SEPARATOR);

(@include __DIR__ . '/@imports/autoload.php') || exit("Type `composer install` to install dependencies.\n");
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],

"config": {
"vendor-dir": "./@/"
"vendor-dir": "./@imports/"
},

"require": {
"php": "^8.2",
"bootgly/bootgly": "dev-main"
"bootgly/bootgly": "v0.0.9-alpha"
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 2d98ca7

Please sign in to comment.