Skip to content

Commit

Permalink
Configure new 5.2 development version
Browse files Browse the repository at this point in the history
  • Loading branch information
javihgil committed Sep 15, 2023
1 parent 1f47542 commit 50790b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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: Build

on:
push:
branches: [ 5.1 ]
branches: [ 5.2 ]
pull_request:
branches: [ 5.1 ]
branches: [ 5.2 ]

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 @@ -6,8 +6,8 @@ This component, made for Symfony, allows to set response headers defining them i
[![Latest Unstable Version](https://poser.pugx.org/softspring/response-headers/v/unstable.svg)](https://packagist.org/packages/softspring/response-headers)
[![License](https://poser.pugx.org/softspring/response-headers/license.svg)](https://packagist.org/packages/softspring/response-headers)
[![Total Downloads](https://poser.pugx.org/softspring/response-headers/downloads)](https://packagist.org/packages/softspring/response-headers)
[![Build status](https://github.com/softspring/response-headers/actions/workflows/php.yml/badge.svg?branch=5.1)](https://github.com/softspring/response-headers/actions/workflows/php.yml)
![Coverage](https://raw.githubusercontent.com/softspring/response-headers/5.1/.github/badges/coverage.svg)
[![Build status](https://github.com/softspring/response-headers/actions/workflows/php.yml/badge.svg?branch=5.2)](https://github.com/softspring/response-headers/actions/workflows/php.yml)
![Coverage](https://raw.githubusercontent.com/softspring/response-headers/5.2/.github/badges/coverage.svg)

## Installation

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"extra": {
"branch-alias": {
"dev-5.0": "5.0.x-dev",
"dev-5.1": "5.1.x-dev"
"dev-5.1": "5.1.x-dev",
"dev-5.2": "5.2.x-dev"
}
}
}

0 comments on commit 50790b9

Please sign in to comment.