Skip to content

Commit 5199111

Browse files
authored
Merge pull request #7 from stof/update_dev_deps
Update dependencies
2 parents 38d0a97 + dd0cf3a commit 5199111

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ jobs:
99
name: Check composer.json
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: shivammathur/setup-php@v2
1414
with:
1515
coverage: none
16-
php-version: '8.1'
16+
php-version: '8.2'
1717
- run: composer validate --strict --no-check-lock
1818

1919
static_analysis:
2020
name: Static analysis
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: shivammathur/setup-php@v2
2525
with:
2626
coverage: none
27-
php-version: '8.1'
27+
php-version: '8.2'
2828
- name: Install dependencies
2929
run: composer update --ansi --no-progress --prefer-dist --no-interaction
3030
- run: vendor/bin/phpstan analyze
@@ -50,7 +50,7 @@ jobs:
5050
composer_flags: '--prefer-lowest'
5151

5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
- uses: shivammathur/setup-php@v2
5555
with:
5656
coverage: "none"

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"require-dev": {
99
"ext-mbstring": "*",
10-
"phpstan/phpstan": "^1.9",
11-
"phpstan/phpstan-deprecation-rules": "^1.1",
12-
"phpstan/phpstan-phpunit": "^1.3",
13-
"phpunit/phpunit": "^9.5",
14-
"symfony/http-client": "^5.3"
10+
"phpstan/phpstan": "^1.10.39",
11+
"phpstan/phpstan-deprecation-rules": "^1.1.4",
12+
"phpstan/phpstan-phpunit": "^1.3.15",
13+
"phpunit/phpunit": "^9.6.13",
14+
"symfony/http-client": "^5.4.29 || ^6.3.5"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)