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 1669534 commit e5c9263Copy full SHA for e5c9263
composer.json
@@ -17,6 +17,7 @@
17
"homepage": "https://kodeart.com"
18
}
19
],
20
+ "prefer-stable": true,
21
"require": {
22
"php": "^7.2",
23
"psr/log": "~1",
@@ -33,14 +34,11 @@
33
34
"require-dev": {
35
"phpunit/phpunit": "^7",
36
"mikey179/vfsstream": "~1",
- "scrutinizer/ocular": "~1",
37
"phpbench/phpbench": "@dev"
38
},
39
"autoload-dev": {
40
"psr-4": {
41
"Koded\\Logging\\": "Tests/"
42
43
- },
44
- "prefer-stable": true,
45
- "minimum-stability": "dev"
+ }
46
0 commit comments