Skip to content

Commit bc443f1

Browse files
committed
feat!: upgrade for php 8.5
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent be894fe commit bc443f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: composer
4-
versioning-strategy: increase
4+
versioning-strategy: increase-if-necessary
55
directories:
66
- "/"
77
- "/tools"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"issues": "https://github.com/neilime/php-css-lint/issues"
2929
},
3030
"require": {
31-
"php": "^8.1",
31+
"php": "^8.2",
3232
"ext-json": "*"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)