Skip to content

Commit e3a21c5

Browse files
committed
drop support for PHP 7.3
1 parent 63de53a commit e3a21c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
1313
- `rdfkafka` extension is now supported by PHP 8.1
1414
- `bin/devkit.php` is made available into the Composer `bin-dir`
1515

16+
### Removed
17+
18+
- drop support for PHP 7.3 has ended 6th December 2021.
19+
1620
## [1.3.0] - 2022-01-09
1721

1822
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["php", "pecl-extensions", "tools"],
55
"type": "project",
66
"require": {
7-
"php": "^7.3|^8.0",
7+
"php": "^7.4|^8.0",
88
"ext-json": "*",
99
"doctrine/collections": "^1.6.5",
1010
"symfony/config": "^4.4|^5.0",

0 commit comments

Comments
 (0)