Skip to content

Commit c67a68a

Browse files
committed
Updated dependencies
1 parent 358037c commit c67a68a

1 file changed

Lines changed: 20 additions & 8 deletions

File tree

composer.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
22
"name": "koded/logging",
3+
"description": "A simple standalone logging facility with several log processors",
34
"type": "library",
45
"license": "BSD-3-Clause",
5-
"description": "A simple standalone logging facility with several log processors",
6-
"keywords": ["logging", "log", "logger", "logging-library", "psr-3", "php7"],
6+
"homepage": "https://github.com/kodedphp/logging",
7+
"keywords": [
8+
"logging",
9+
"log",
10+
"logger",
11+
"logging-library",
12+
"psr-3"
13+
],
714
"authors": [
815
{
916
"name": "Mihail Binev",
@@ -12,8 +19,8 @@
1219
],
1320
"require": {
1421
"php": "^7.1.4",
15-
"psr/log": "^1.0.1",
16-
"koded/stdlib": "~3"
22+
"psr/log": "~1",
23+
"koded/stdlib": "~4"
1724
},
1825
"autoload": {
1926
"psr-4": {
@@ -24,8 +31,13 @@
2431
]
2532
},
2633
"require-dev": {
27-
"phpunit/phpunit": "*",
28-
"mikey179/vfsStream": "~1",
29-
"satooshi/php-coveralls": "~1"
34+
"phpunit/phpunit": "~7",
35+
"mikey179/vfsstream": "~1",
36+
"scrutinizer/ocular": "~1"
37+
},
38+
"autoload-dev": {
39+
"psr-4": {
40+
"Koded\\Logging\\": "Tests/"
41+
}
3042
}
31-
}
43+
}

0 commit comments

Comments
 (0)