We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be894fe commit bc443f1Copy full SHA for bc443f1
.github/dependabot.yml
@@ -1,7 +1,7 @@
1
version: 2
2
updates:
3
- package-ecosystem: composer
4
- versioning-strategy: increase
+ versioning-strategy: increase-if-necessary
5
directories:
6
- "/"
7
- "/tools"
composer.json
@@ -28,7 +28,7 @@
28
"issues": "https://github.com/neilime/php-css-lint/issues"
29
},
30
"require": {
31
- "php": "^8.1",
+ "php": "^8.2",
32
"ext-json": "*"
33
34
"require-dev": {
0 commit comments