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 5862f37 commit 11b8059Copy full SHA for 11b8059
composer.json
@@ -19,16 +19,16 @@
19
}
20
],
21
"require": {
22
- "php": ">=8.0",
+ "php": ">=8.2",
23
"guzzlehttp/guzzle": "^7.5.0",
24
"nette/di": "^3.1.2",
25
"nette/utils": "^3.2.8 || ^4.0.0",
26
"tracy/tracy": "^2.9.5"
27
},
28
"require-dev": {
29
"mockery/mockery": "^1.5.1",
30
- "contributte/tester": "^0.1.0",
31
- "contributte/qa": "^0.4.0",
+ "contributte/tester": "~0.4.0",
+ "contributte/qa": "~0.4.0",
32
"phpstan/phpstan": "^1.9.4",
33
"phpstan/phpstan-deprecation-rules": "^1.1.1",
34
"phpstan/phpstan-nette": "^1.2.0",
@@ -39,6 +39,11 @@
39
"Contributte\\Guzzlette\\": "src"
40
41
42
+ "autoload-dev": {
43
+ "psr-4": {
44
+ "Tests\\": "tests"
45
+ }
46
+ },
47
"minimum-stability": "dev",
48
"prefer-stable": true,
49
"config": {
0 commit comments