File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : ['2.5' ]
6
6
pull_request :
7
7
release :
8
8
types : [created]
Original file line number Diff line number Diff line change 1
1
# PHPUnit Injector
2
2
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 )
4
4
5
5
Provides a PHPUnit listener to inject services from a PSR-11 dependency injection container to PHPUnit test cases.
6
6
Original file line number Diff line number Diff line change 37
37
],
38
38
"extra" : {
39
39
"branch-alias" : {
40
- "dev-master " : " 2.x-dev"
40
+ "dev-2.5 " : " 2.x-dev"
41
41
}
42
42
}
43
43
}
Original file line number Diff line number Diff line change 6
6
7
7
<copyright >
8
8
<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" />
10
10
</copyright >
11
11
12
12
<requires >
You can’t perform that action at this time.
0 commit comments