Skip to content

Commit 030eb58

Browse files
authored
Remove installer (#379)
1 parent fdaebab commit 030eb58

3 files changed

Lines changed: 1 addition & 44 deletions

File tree

codeception.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ coverage:
2121
- src/*
2222
exclude:
2323
- src/Asset/*
24-
- src/Installer.php
2524
bootstrap: bootstrap.php

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@
3030
"Composer\\Config::disableProcessTimeout",
3131
"@php ./yii serve"
3232
],
33-
"test": "codecept run",
34-
"post-install-cmd": [
35-
"App\\Installer::postUpdate"
36-
],
37-
"post-update-cmd": [
38-
"App\\Installer::postUpdate"
39-
]
33+
"test": "codecept run"
4034
},
4135
"require": {
4236
"php": "^8.2",

src/Installer.php

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)