Skip to content

Commit 36c1b10

Browse files
committed
Up deps
1 parent ae848ef commit 36c1b10

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@ name: build
22
on:
33
push: ~
44
pull_request: ~
5-
schedule:
6-
- cron: 5 8 * * 3
5+
workflow_dispatch: ~
76
jobs:
87
checks:
98
name: PHP ${{ matrix.php-versions }}
109
runs-on: ${{ matrix.operating-system }}
1110
strategy:
1211
fail-fast: false
1312
matrix:
14-
operating-system: [ubuntu-latest]
15-
php-versions: ['7.3', '7.4']
13+
operating-system: [ ubuntu-latest ]
14+
php-versions: [ '7.4', '8.0', '8.1' ]
1615
steps:
1716
- name: Checkout
18-
uses: actions/checkout@v2.3.3
17+
uses: actions/checkout@v3
1918
- name: Setup PHP, with composer and extensions
2019
uses: shivammathur/setup-php@v2
2120
with:

composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"name": "setono/code-quality-pack",
3-
"type": "library",
43
"description": "A pack that installs code quality tools.",
54
"license": "MIT",
5+
"type": "library",
66
"require": {
7-
"ergebnis/composer-normalize": "^2.15",
8-
"sylius-labs/coding-standard": "^4.1.1",
9-
"vimeo/psalm": "^4.11.2"
10-
},
11-
"conflict": {
12-
"sylius-labs/coding-standard": "4.1.0",
13-
"symfony/dependency-injection": "^4.4.19",
14-
"symplify/easy-coding-standard": "9.3.27"
7+
"ergebnis/composer-normalize": "^2.27",
8+
"sylius-labs/coding-standard": "^4.2",
9+
"vimeo/psalm": "^4.23"
1510
},
1611
"config": {
12+
"allow-plugins": {
13+
"dealerdirect/phpcodesniffer-composer-installer": false,
14+
"ergebnis/composer-normalize": true
15+
},
1716
"sort-packages": true
1817
}
1918
}

0 commit comments

Comments
 (0)