Skip to content

Commit 5c21595

Browse files
Documentation
1 parent 106f5ab commit 5c21595

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
A simple parser to split SQL (and/or DDL) files into individual SQL queries and strip comments.
44

5-
[![PHP Version](https://img.shields.io/badge/php-7.4%2B-blue.svg)](https://packagist.org/packages/kodus/sql-split)
65
[![PHP Version](https://img.shields.io/badge/php-8.0%2B-blue.svg)](https://packagist.org/packages/kodus/sql-split)
7-
[![PHP Version](https://img.shields.io/badge/php-8.1%2B-blue.svg)](https://packagist.org/packages/kodus/sql-split)
86
[![Build Status](https://travis-ci.org/kodus/sql-split.svg?branch=master)](https://travis-ci.org/kodus/sql-split)
97

108
### Install via Composer

UPGRADING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ UPGRADING
55
### PHP 8.0 required
66
From version 2.0.0, `kodus/sql-split` requires at least PHP version 8.0
77

8+
### Typehints added
9+
Typehints were added to properties and method signatures of `Kodus\SQLSplit\Tokenizer` and `Kodus\SQLSplit\Splitter`.
10+
11+
If you've made classes that extend those, you should update these classes with correct typehints as well.
12+
813
### Namespace changed
914
From version 2.0.0, the namespace of the `Splitter` and `Tokenizer` has changed from `Kodus\SQL` to `Kodus\SQLSplit`.
1015

0 commit comments

Comments
 (0)