We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff704f commit ff71f8bCopy full SHA for ff71f8b
2 files changed
README.md
@@ -1,2 +1,7 @@
1
# simple-php-debuging
2
Simple PHP debuging tools and utils
3
+
4
+# Install
5
+```bash
6
+composer require trash07/simple-php-debuging
7
+```
composer.json
@@ -9,5 +9,8 @@
9
"email": "mmkpeto5@gmail.com"
10
}
11
],
12
- "require": {}
+ "minimum-stability": "dev",
13
+ "require": {
14
+ "php": ">=5.4.0"
15
+ }
16
0 commit comments