Skip to content

Commit 6624c06

Browse files
author
Martin René Sørensen
committed
Updated README.md and composer.json
1 parent fbbf8fa commit 6624c06

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# DebugFunctions
22

3+
## Requirements
4+
5+
- PHP >= 5.0
36

47
### Usage
58

@@ -19,3 +22,7 @@ if you want your var_dump as a string.
1922
```php
2023
echo vds(false);
2124
```
25+
26+
## License
27+
28+
MIT

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "sicet7/debug",
3+
"license": "MIT",
34
"description": "Some small useful debug functions.",
5+
"version": "0.1",
46
"authors": [
57
{
68
"name": "Martin renee soerensen",
79
"email": "sicet7@hotmail.com"
810
}
911
],
1012
"require": {
11-
"php": ">=5.3.0"
13+
"php": ">=5.0"
1214
},
1315
"autoload": {
1416
"files": ["Functions.php"]

0 commit comments

Comments
 (0)