Skip to content

Commit 39a6fa4

Browse files
Added PHP 8.0 to compatible PHP versions in composer.json
1 parent 7fced19 commit 39a6fa4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
A 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+
[![PHP Version](https://img.shields.io/badge/php-8.0%2B-blue.svg)](https://packagist.org/packages/kodus/sql-split)
67
[![Build Status](https://travis-ci.org/kodus/sql-split.svg?branch=master)](https://travis-ci.org/kodus/sql-split)
78

89
### Install via Composer

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0"
13+
"php": "^7.0|^8.0"
1414
},
1515
"require-dev": {
1616
"mindplay/testies": "^0.3.0"

0 commit comments

Comments
 (0)