Skip to content

Commit

Permalink
Update the branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Jan 6, 2023
1 parent 185995d commit 6be4d50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [master]
branches: ['2.5']
pull_request:
release:
types: [created]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHPUnit Injector

[![Build Status](https://travis-ci.org/jakzal/phpunit-injector.svg?branch=master)](https://travis-ci.org/jakzal/phpunit-injector)
[![Build](https://github.com/jakzal/phpunit-injector/actions/workflows/build.yml/badge.svg)](https://github.com/jakzal/phpunit-injector/actions/workflows/build.yml)

Provides a PHPUnit listener to inject services from a PSR-11 dependency injection container to PHPUnit test cases.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-2.5": "2.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion manifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<copyright>
<author name="Jakub Zalas" email="[email protected]"/>
<license type="MIT" url="https://github.com/jakzal/phpunit-injector/blob/master/LICENSE"/>
<license type="MIT" url="https://github.com/jakzal/phpunit-injector/blob/2.5/LICENSE"/>
</copyright>

<requires>
Expand Down

0 comments on commit 6be4d50

Please sign in to comment.