Skip to content

Commit 5c41c99

Browse files
committed
Updated README
1 parent 6e655a6 commit 5c41c99

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ build/
55
.php_cs.cache
66
clover.xml
77
/php-cs-fixer.phar
8+
/.phpunit.result.cache

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased](https://github.com/contentful/ContentfulBundle/compare/6.1.0...HEAD)
6+
## [Unreleased](https://github.com/contentful/ContentfulBundle/compare/6.2.0...HEAD)
77

88
<!-- PENDING-CHANGES -->
99
> No meaningful changes since last release.
1010
<!-- /PENDING-CHANGES -->
1111
12+
## [6.2.0](https://github.com/contentful/ContentfulBundle/tree/6.2.0) (2021-03-26)
13+
14+
### Added
15+
16+
* Support for PHP8
17+
18+
### Internal
19+
20+
* Small code cleanups
21+
1222
## [6.1.0](https://github.com/contentful/ContentfulBundle/tree/6.1.0) (2020-07-29)
1323

1424
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![CircleCI](https://img.shields.io/circleci/project/github/contentful/ContentfulBundle.svg?style=for-the-badge)](https://circleci.com/gh/contentful/ContentfulBundle)
66
[![Packagist](https://img.shields.io/github/license/contentful/ContentfulBundle.svg?style=for-the-badge)](https://packagist.org/packages/contentful/contentful-bundle)
77

8-
> Symfony Bundle for the Contentful Delivery SDK. This bundle requires PHP 7.0 or higher, and Symfony 3.4 or higher. It also requires Twig to be installed.
8+
> Symfony Bundle for the Contentful Delivery SDK. This bundle requires PHP 7.2 or higher or PHP 8.0 or higher, and Symfony 3.4 or higher. It also requires Twig to be installed.
99
1010
# Setup
1111

0 commit comments

Comments
 (0)