Skip to content

Commit f4be36d

Browse files
committed
Merge branch 'master' into dev
2 parents c0a621c + 20e4cef commit f4be36d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
php: ['7.4', '8.0', '8.1']
13-
dependency-version: [prefer-lowest, prefer-stable]
13+
dependency-version: [prefer-stable]
1414

1515
steps:
1616
- uses: actions/checkout@v2

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
}
2626
},
2727
"require-dev": {
28-
"doctrine/coding-standard": "8.2.0",
29-
"pestphp/pest": "^1.0.2",
30-
"phpstan/phpstan": "^0.12.77"
28+
"doctrine/coding-standard": "9.0.0",
29+
"pestphp/pest": "^1.21.1",
30+
"phpstan/phpstan": "^1.2.0"
3131
}
3232
}

0 commit comments

Comments
 (0)