Skip to content

Commit b3657d2

Browse files
committed
Composer: require PHP 8.2+, use full version format, add autoload-dev
1 parent fed64b6 commit b3657d2

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,24 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1",
19+
"php": ">=8.2",
2020
"nette/code-checker": "^3.3.2"
2121
},
2222
"require-dev": {
23-
"contributte/qa": "^0.4",
24-
"contributte/tester": "^0.3",
25-
"contributte/phpstan": "^0.1"
23+
"contributte/qa": "~0.4.0",
24+
"contributte/tester": "~0.3.0",
25+
"contributte/phpstan": "~0.2.0"
2626
},
2727
"autoload": {
2828
"psr-4": {
2929
"Contributte\\CodeChecker\\": "src/"
3030
}
3131
},
32+
"autoload-dev": {
33+
"psr-4": {
34+
"Tests\\": "tests"
35+
}
36+
},
3237
"bin": [
3338
"bin/checker"
3439
],

0 commit comments

Comments
 (0)