Skip to content

Commit 11b8059

Browse files
felixuref3l1x
authored andcommitted
Composer: require PHP 8.2+, add autoload-dev, use full versions
1 parent 5862f37 commit 11b8059

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=8.0",
22+
"php": ">=8.2",
2323
"guzzlehttp/guzzle": "^7.5.0",
2424
"nette/di": "^3.1.2",
2525
"nette/utils": "^3.2.8 || ^4.0.0",
2626
"tracy/tracy": "^2.9.5"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.5.1",
30-
"contributte/tester": "^0.1.0",
31-
"contributte/qa": "^0.4.0",
30+
"contributte/tester": "~0.4.0",
31+
"contributte/qa": "~0.4.0",
3232
"phpstan/phpstan": "^1.9.4",
3333
"phpstan/phpstan-deprecation-rules": "^1.1.1",
3434
"phpstan/phpstan-nette": "^1.2.0",
@@ -39,6 +39,11 @@
3939
"Contributte\\Guzzlette\\": "src"
4040
}
4141
},
42+
"autoload-dev": {
43+
"psr-4": {
44+
"Tests\\": "tests"
45+
}
46+
},
4247
"minimum-stability": "dev",
4348
"prefer-stable": true,
4449
"config": {

0 commit comments

Comments
 (0)