Skip to content

Commit 13c46d7

Browse files
committed
Optimized
1 parent d457d26 commit 13c46d7

File tree

15 files changed

+2
-1107
lines changed

15 files changed

+2
-1107
lines changed

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,9 @@
5252
},
5353
"autoload": {
5454
"psr-4": {
55-
"App\\": "app/",
56-
"Installer\\": "installer/"
55+
"App\\": "app/"
5756
},
5857
"files": [
59-
"app/Kernel/Functions.php"
6058
]
6159
},
6260
"autoload-dev": {
@@ -66,11 +64,8 @@
6664
},
6765
"minimum-stability": "dev",
6866
"prefer-stable": true,
69-
"extra": {
70-
},
67+
"extra": [],
7168
"scripts": {
72-
"pre-install-cmd": "Installer\\Script::install",
73-
"pre-update-cmd": "Installer\\Script::install",
7469
"post-root-package-install": [
7570
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
7671
],

0 commit comments

Comments
 (0)