diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 04ce1e0..d454d24 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ 5.3 ] + branches: [ 5.4 ] pull_request: - branches: [ 5.3 ] + branches: [ 5.4 ] permissions: contents: read diff --git a/README.md b/README.md index 7a99074..2847992 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ![License](https://img.shields.io/packagist/l/softspring/twig-extra-bundle?style=flat-square) ![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/twig-extra-bundle/php?style=flat-square) ![Downloads](https://img.shields.io/packagist/dt/softspring/twig-extra-bundle?style=flat-square) -[![CI](https://img.shields.io/github/actions/workflow/status/softspring/twig-extra-bundle/php.yml?branch=5.3&style=flat-square&label=CI)](https://github.com/softspring/twig-extra-bundle/actions/workflows/php.yml) -![Coverage](https://raw.githubusercontent.com/softspring/twig-extra-bundle/5.3/.github/badges/coverage.svg) +[![CI](https://img.shields.io/github/actions/workflow/status/softspring/twig-extra-bundle/php.yml?branch=5.4&style=flat-square&label=CI)](https://github.com/softspring/twig-extra-bundle/actions/workflows/php.yml) +![Coverage](https://raw.githubusercontent.com/softspring/twig-extra-bundle/5.4/.github/badges/coverage.svg) The SfsTwigExtraBundle adds some twig extra functions. diff --git a/docs/1_installation.md b/docs/1_installation.md index e0649ca..9e32882 100644 --- a/docs/1_installation.md +++ b/docs/1_installation.md @@ -9,7 +9,7 @@ of the Composer documentation. Open a command console, enter your project directory and execute: ```bash -$ composer require softspring\twig-extra-bundle:^5.3 +$ composer require softspring\twig-extra-bundle:^5.4 ``` ## Applications that don't use Symfony Flex @@ -20,7 +20,7 @@ Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: ```console -$ composer require softspring\twig-extra-bundle:^5.3 +$ composer require softspring\twig-extra-bundle:^5.4 ``` ### Step 2: Enable the Bundle