We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fced19 commit 39a6fa4Copy full SHA for 39a6fa4
2 files changed
README.md
@@ -3,6 +3,7 @@
3
A simple parser to split SQL (and/or DDL) files into individual SQL queries and strip comments.
4
5
[](https://packagist.org/packages/kodus/sql-split)
6
+[](https://packagist.org/packages/kodus/sql-split)
7
[](https://travis-ci.org/kodus/sql-split)
8
9
### Install via Composer
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^7.0"
+ "php": "^7.0|^8.0"
14
},
15
"require-dev": {
16
"mindplay/testies": "^0.3.0"
0 commit comments