Commit 985ea32 1 parent 458a8ab commit 985ea32 Copy full SHA for 985ea32
File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 50
50
run : git branch &&
51
51
cd laravel &&
52
52
composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
53
- composer update -W
53
+ composer update --no-interaction - W
54
54
55
55
# Laravel setup
56
56
- name : Laravel setup
Original file line number Diff line number Diff line change 85
85
run : git branch &&
86
86
cd laravel &&
87
87
composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
88
- composer update -W
88
+ composer update --no-interaction - W
89
89
90
90
# Mysql | Laravel setup
91
91
- name : Mysql | Laravel setup
Original file line number Diff line number Diff line change 24
24
},
25
25
"type" : " library" ,
26
26
"require" : {
27
+ "symfony/yaml" : " 5.4.21" ,
27
28
"psr/http-message" : " 1.1" ,
28
29
"arcanedev/log-viewer" : " 8.1.0" ,
29
30
"larapack/doctrine-support" : " 0.1.9" ,
You can’t perform that action at this time.
0 commit comments