Skip to content

Commit 8eb9582

Browse files
committed
revert
1 parent 13c46d7 commit 8eb9582

File tree

15 files changed

+1107
-2
lines changed

15 files changed

+1107
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@
5252
},
5353
"autoload": {
5454
"psr-4": {
55-
"App\\": "app/"
55+
"App\\": "app/",
56+
"Installer\\": "installer/"
5657
},
5758
"files": [
59+
"app/Kernel/Functions.php"
5860
]
5961
},
6062
"autoload-dev": {
@@ -64,8 +66,11 @@
6466
},
6567
"minimum-stability": "dev",
6668
"prefer-stable": true,
67-
"extra": [],
69+
"extra": {
70+
},
6871
"scripts": {
72+
"pre-install-cmd": "Installer\\Script::install",
73+
"pre-update-cmd": "Installer\\Script::install",
6974
"post-root-package-install": [
7075
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
7176
],

0 commit comments

Comments
 (0)