Skip to content

Commit 6be4d50

Browse files
committedJan 6, 2023
Update the branch alias
1 parent 185995d commit 6be4d50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: [master]
5+
branches: ['2.5']
66
pull_request:
77
release:
88
types: [created]

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHPUnit Injector
22

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

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

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "2.x-dev"
40+
"dev-2.5": "2.x-dev"
4141
}
4242
}
4343
}

‎manifest.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<copyright>
88
<author name="Jakub Zalas" email="oss@zalas.pl"/>
9-
<license type="MIT" url="https://github.com/jakzal/phpunit-injector/blob/master/LICENSE"/>
9+
<license type="MIT" url="https://github.com/jakzal/phpunit-injector/blob/2.5/LICENSE"/>
1010
</copyright>
1111

1212
<requires>

0 commit comments

Comments
 (0)
Please sign in to comment.