We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdaebab commit 030eb58Copy full SHA for 030eb58
3 files changed
codeception.yml
@@ -21,5 +21,4 @@ coverage:
21
- src/*
22
exclude:
23
- src/Asset/*
24
- - src/Installer.php
25
bootstrap: bootstrap.php
composer.json
@@ -30,13 +30,7 @@
30
"Composer\\Config::disableProcessTimeout",
31
"@php ./yii serve"
32
],
33
- "test": "codecept run",
34
- "post-install-cmd": [
35
- "App\\Installer::postUpdate"
36
- ],
37
- "post-update-cmd": [
38
39
- ]
+ "test": "codecept run"
40
},
41
"require": {
42
"php": "^8.2",
src/Installer.php
0 commit comments