Skip to content

Commit

Permalink
Configure new 5.4 development version
Browse files Browse the repository at this point in the history
  • Loading branch information
javihgil committed Oct 29, 2024
1 parent fa08edb commit 8f4f8fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/1_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8f4f8fb

Please sign in to comment.