File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ language: php
33php :
44 - 7.0
55 - 7.1
6+ - 7.2
7+ - 7.3
8+ - 7.4
9+ - 8.0
610
711before_script :
812 - ' composer install --dev --prefer-source'
Original file line number Diff line number Diff line change 33A simple parser to split SQL (and/or DDL) files into individual SQL queries and strip comments.
44
55[ ![ PHP Version] ( https://img.shields.io/badge/php-7.0%2B-blue.svg )] ( https://packagist.org/packages/kodus/sql-split )
6- [ ![ Build Status] ( https://travis-ci.org/kodus/sql-split.svg?branch=master )] ( https://travis-ci.org/kodus/sql-split )
6+ [ ![ PHP Version] ( https://img.shields.io/badge/php-8.0%2B-blue.svg )] ( https://packagist.org/packages/kodus/sql-split )
7+ [ ![ Build Status] ( https://travis-ci.com/kodus/sql-split.svg?branch=master )] ( https://travis-ci.com/kodus/sql-split )
78
89### Install via Composer
910
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^7.0"
13+ "php" : " ^7.0|^8.0 "
1414 },
1515 "require-dev" : {
1616 "mindplay/testies" : " ^0.3.0"
You can’t perform that action at this time.
0 commit comments