Skip to content

Commit df5f54c

Browse files
committed
style fix with PHP-CS-Fixer +fixes in tests + composer.json + doxyfile + Readme.md
1 parent b382a09 commit df5f54c

File tree

5 files changed

+1732
-1181
lines changed

5 files changed

+1732
-1181
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ my mod of dBug
44
A debug output library which is used to visualize different datatypes.
55
Initially was developed by ospinto.
66

7-
For more info visit [http://kolanich.github.com/dBug/]
7+
For more info visit [https://kolanich.github.com/dBug/]
88

9-
![ohloh stats](https://www.ohloh.net/p/php-dbug/widgets/project_partner_badge.gif)
9+
[![openhub stats](https://openhub.net/p/php-dbug/widgets/project_partner_badge.gif)](https://openhub.net/p/php-dbug)
1010

1111
## Very very brief list of features
1212

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require" : {
20-
"php" : ">=5.2"
20+
"php" : ">=5.3"
2121
},
2222
"suggest" : {
2323
"ext-Reflection" : "to show protected and private info (now is only implemented for Exceptions)"

0 commit comments

Comments
 (0)