We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3852c commit e01b5f5Copy full SHA for e01b5f5
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup PHP with composer v2
16
uses: shivammathur/setup-php@v2
17
with:
18
- php-version: '8.4'
+ php-version: '8.5'
19
20
- name: Install dependencies
21
run: |
composer.json
@@ -8,7 +8,7 @@
8
}
9
],
10
"require": {
11
- "php": "^8.4",
+ "php": "^8.5",
12
"crowdin/crowdin-api-client": "^1.19",
13
"guzzlehttp/guzzle": "^7.10",
14
"php-di/php-di": "^7.1",
@@ -40,7 +40,7 @@
40
"ergebnis/composer-normalize": true
41
},
42
"platform": {
43
- "php": "8.4"
+ "php": "8.5"
44
45
"sort-packages": true
46
phpstan.dist.neon
@@ -1,5 +1,5 @@
1
parameters:
2
- phpVersion: 80400
+ phpVersion: 80500
3
level: 9
4
paths:
5
- src/
0 commit comments