Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Oct 5, 2021
1 parent 3af83d5 commit 8544655
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All Notable changes to `Csv` will be documented in this file

## 9.7.2 - 2021-10-05

### Added

- None

### Deprecated

- None

### Fixed

- Update dependencies requirement for development
- PHP8.1 compliance: replace `FILTER_SANITIZE_STRING` by `FILTER_UNSAFE_RAW`
- PHP8.1 compliance: remove duplicated public properties declaration
- PHP8.1 compliance: add support for fputcsv `$eol` argument

### Removed

- None

## 9.7.1 - 2021-04-17

### Added
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"require-dev": {
"ext-curl" : "*",
"ext-dom": "*",
"friendsofphp/php-cs-fixer": "^2.19",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit" : "^9.5",
"phpstan/phpstan": "^0.12.92",
"phpstan/phpstan-strict-rules": "^0.12.10",
"phpstan/phpstan-phpunit": "^0.12.21"
"phpstan/phpstan": "^0.12.99",
"phpstan/phpstan-strict-rules": "^0.12.11",
"phpstan/phpstan-phpunit": "^0.12.22"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion src/StatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public function testSetLimitThrowException(): void

/**
* @covers ::offset
* @covers ::__construct
*/
public function testSetOffset(): void
{
Expand Down

0 comments on commit 8544655

Please sign in to comment.