File tree 3 files changed +2
-50
lines changed
3 files changed +2
-50
lines changed Original file line number Diff line number Diff line change 20
20
tools : composer
21
21
- name : Install Composer dependencies
22
22
run : composer install --optimize-autoloader --no-interaction
23
- - name : Run parallel-lint
24
- run : php vendor/bin/parallel-lint ./src ./tests
25
- - name : Run Easy Coding Standards
26
- run : php vendor/bin/ecs check --verbose ./src ./tests
27
23
- name : Run PHPUnit
28
24
run : php vendor/bin/phpunit tests
Original file line number Diff line number Diff line change 40
40
"twig/twig" : " ^3.5.0"
41
41
},
42
42
"require-dev" : {
43
- "phpunit/phpunit" : " ^9.5.20" ,
44
- "shopsys/coding-standards" : " 15.0.x-dev"
43
+ "phpunit/phpunit" : " ^9.5.20"
45
44
},
46
45
"config" : {
47
46
"allow-plugins" : {
48
- "symfony/flex" : true ,
49
- "dealerdirect/phpcodesniffer-composer-installer" : true
47
+ "symfony/flex" : true
50
48
}
51
49
}
52
50
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments