Skip to content

Commit ff71f8b

Browse files
committed
Added minimum stability check
1 parent 8ff704f commit ff71f8b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# simple-php-debuging
22
Simple PHP debuging tools and utils
3+
4+
# Install
5+
```bash
6+
composer require trash07/simple-php-debuging
7+
```

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"email": "mmkpeto5@gmail.com"
1010
}
1111
],
12-
"require": {}
12+
"minimum-stability": "dev",
13+
"require": {
14+
"php": ">=5.4.0"
15+
}
1316
}

0 commit comments

Comments
 (0)