Skip to content

Commit 2905e6e

Browse files
author
Christoph Singer
committed
PHP 5.4 required because of short array syntax
1 parent 99857ca commit 2905e6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Wa72SimpleLogger (collection of PHP logger classes)
22
===================================================
33

4-
Wa72SimpleLogger is a collection of very simple logger classes for PHP 5.3 implementing \Psr\Log\LoggerInterface (PSR-3),
4+
Wa72SimpleLogger is a collection of very simple logger classes for PHP 5.4 implementing \Psr\Log\LoggerInterface (PSR-3),
55
the common logger interface standardized by the PHP Framework Interop Group (www.php-fig.org).
66

77
Wa72SimpleLogger is intended for small projects or testing purposes if you don't need a full-featured logging solution

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
}
1414
],
1515
"require":{
16-
"php":">=5.3.1",
17-
"psr/log":"1.*"
16+
"php":">=5.4",
17+
"psr/log":"^1.0.0"
1818
},
1919
"provide": {
2020
"psr/log-implementation": "1.0.0"

0 commit comments

Comments
 (0)