Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebb767 committed Mar 26, 2021
1 parent 6e655a6 commit 5c41c99
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build/
.php_cs.cache
clover.xml
/php-cs-fixer.phar
/.phpunit.result.cache
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

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

<!-- PENDING-CHANGES -->
> No meaningful changes since last release.
<!-- /PENDING-CHANGES -->
## [6.2.0](https://github.com/contentful/ContentfulBundle/tree/6.2.0) (2021-03-26)

### Added

* Support for PHP8

### Internal

* Small code cleanups

## [6.1.0](https://github.com/contentful/ContentfulBundle/tree/6.1.0) (2020-07-29)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![CircleCI](https://img.shields.io/circleci/project/github/contentful/ContentfulBundle.svg?style=for-the-badge)](https://circleci.com/gh/contentful/ContentfulBundle)
[![Packagist](https://img.shields.io/github/license/contentful/ContentfulBundle.svg?style=for-the-badge)](https://packagist.org/packages/contentful/contentful-bundle)

> 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.
> 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.
# Setup

Expand Down

0 comments on commit 5c41c99

Please sign in to comment.