File tree 4 files changed +5
-19
lines changed
4 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 25
25
phpunit :
26
26
uses : yiisoft/actions/.github/workflows/phpunit.yml@master
27
27
with :
28
- composer-command : composer config preferred-install.yiisoft/db source && composer update --no-interaction --no-progress --optimize-autoloader --ansi
28
+ composer-command : composer update --no-interaction --no-progress --optimize-autoloader --ansi
29
29
extensions : pdo, pdo_sqlite
30
30
os : >-
31
31
['ubuntu-latest', 'windows-latest']
Original file line number Diff line number Diff line change 23
23
mutation :
24
24
uses : yiisoft/actions/.github/workflows/roave-infection.yml@master
25
25
with :
26
- composer-command : composer config preferred-install.yiisoft/db source && composer update --no-interaction --no-progress --optimize-autoloader --ansi
26
+ composer-command : composer update --no-interaction --no-progress --optimize-autoloader --ansi
27
27
os : >-
28
28
['ubuntu-latest']
29
29
php : >-
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 34
34
"roave/infection-static-analysis-plugin" : " ^1.16" ,
35
35
"spatie/phpunit-watcher" : " ^1.23" ,
36
36
"vimeo/psalm" : " ^4.18" ,
37
- "wikimedia/composer-merge-plugin" : " ^2.0" ,
38
37
"yiisoft/aliases" : " ^2.0" ,
39
38
"yiisoft/json" : " ^1.0"
40
39
},
45
44
},
46
45
"autoload-dev" : {
47
46
"psr-4" : {
48
- "Yiisoft\\ Db\\ Sqlite\\ Tests\\ " : " tests"
47
+ "Yiisoft\\ Db\\ Sqlite\\ Tests\\ " : " tests" ,
48
+ "Yiisoft\\ Db\\ Tests\\ " : " vendor/yiisoft/db/tests"
49
49
}
50
50
},
51
51
"extra" : {
52
52
"branch-alias" : {
53
53
"dev-master" : " 3.0.x-dev"
54
- },
55
- "merge-plugin" : {
56
- "include" : [
57
- " composer.dev.json"
58
- ],
59
- "merge-dev" : true
60
54
}
61
55
},
62
56
"config" : {
63
57
"allow-plugins" : {
64
58
"infection/extension-installer" : true ,
65
- "composer/package-versions-deprecated" : true ,
66
- "wikimedia/composer-merge-plugin" : true
59
+ "composer/package-versions-deprecated" : true
67
60
},
68
61
"sort-packages" : true
69
62
},
You can’t perform that action at this time.
0 commit comments