File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 uses : actions/checkout@v2
3131 - name : Import DB
3232 run : " mysql -u root -h 127.0.0.1 -e 'create database errorheromodule' && mysql -u root -h 127.0.0.1 errorheromodule < spec/Fixture/data/sql.sql"
33- - name : " Validate composer.json and composer.lock "
33+ - name : " Validate composer.json"
3434 run : " composer validate"
3535 - name : " Install dependencies"
36- run : " composer install --prefer-dist -- ignore-platform-reqs"
36+ run : " composer install --ignore-platform-reqs"
3737 - name : " CS Check"
3838 run : " composer cs-check"
3939 - name : " Code analyze"
Original file line number Diff line number Diff line change 103103 "autoload-dev" : {
104104 "psr-4" : {
105105 "ErrorHeroModule\\ Spec\\ " : " spec/"
106- }
106+ },
107+ "classmap" : [
108+ " stubs"
109+ ]
107110 },
108111 "minimum-stability" : " dev" ,
109112 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments