File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Wa72SimpleLogger (collection of PHP logger classes)
2
2
===================================================
3
3
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),
5
5
the common logger interface standardized by the PHP Framework Interop Group (www.php-fig.org ).
6
6
7
7
Wa72SimpleLogger is intended for small projects or testing purposes if you don't need a full-featured logging solution
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" :{
16
- "php" :" >=5.3.1 " ,
17
- "psr/log" :" 1.* "
16
+ "php" :" >=5.4 " ,
17
+ "psr/log" :" ^1.0.0 "
18
18
},
19
19
"provide" : {
20
20
"psr/log-implementation" : " 1.0.0"
You can’t perform that action at this time.
0 commit comments