File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Wa72SimpleLogger (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),
55the common logger interface standardized by the PHP Framework Interop Group (www.php-fig.org ).
66
77Wa72SimpleLogger 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 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"
You can’t perform that action at this time.
0 commit comments