File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 2525 tools : composer
2626 - name : Install Composer dependencies
2727 run : composer update --optimize-autoloader --no-interaction ${{ matrix.composer-preferred-dependencies }}
28- - name : Run parallel-lint
29- run : php vendor/bin/parallel-lint ./src ./tests
30- - name : Run Easy Coding Standards
31- run : php vendor/bin/ecs check --verbose ./src ./tests
3228 - name : Run PHPUnit
3329 run : php vendor/bin/phpunit tests
Original file line number Diff line number Diff line change 3535 "symfony/routing" : " ^3.4|^4.0|^5.0" ,
3636 "doctrine/annotations" : " ^1.10.4"
3737 },
38- "require-dev" : {
39- "shopsys/coding-standards" : " 14.5.x-dev" ,
40- "php-parallel-lint/php-parallel-lint" : " ^1.3.1"
41- },
4238 "conflict" : {
4339 "symfony/dependency-injection" : " 3.4.15 || 3.4.16"
44- },
45- "config" : {
46- "allow-plugins" : {
47- "dealerdirect/phpcodesniffer-composer-installer" : true
48- }
4940 }
5041}
You can’t perform that action at this time.
0 commit comments