File tree 3 files changed +35
-1
lines changed
3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ on :
2
+ pull_request :
3
+ paths-ignore :
4
+ - ' docs/**'
5
+ - ' README.md'
6
+ - ' CHANGELOG.md'
7
+ - ' .gitignore'
8
+ - ' .gitattributes'
9
+ - ' infection.json.dist'
10
+ - ' phpunit.xml.dist'
11
+ - ' psalm.xml'
12
+
13
+ push :
14
+ paths-ignore :
15
+ - ' docs/**'
16
+ - ' README.md'
17
+ - ' CHANGELOG.md'
18
+ - ' .gitignore'
19
+ - ' .gitattributes'
20
+ - ' infection.json.dist'
21
+ - ' phpunit.xml.dist'
22
+ - ' psalm.xml'
23
+
24
+ name : Composer require checker
25
+
26
+ jobs :
27
+ composer-require-checker :
28
+ uses : yiisoft/actions/.github/workflows/composer-require-checker.yml@master
29
+ with :
30
+ os : >-
31
+ ['ubuntu-latest']
32
+ php : >-
33
+ ['8.0']
Original file line number Diff line number Diff line change 2
2
3
3
## 3.0.1 under development
4
4
5
- - Enh #59 : Raise minimum PHP version to 8.0 (@xepozz , @vjik )
5
+ - Enh #59 : Raise minimum PHP version to ` ^ 8.0` (@xepozz , @vjik )
6
6
7
7
## 3.0.0 September 07, 2022
8
8
Original file line number Diff line number Diff line change 28
28
"yiisoft/injector" : " ^1.0"
29
29
},
30
30
"require-dev" : {
31
+ "maglnet/composer-require-checker" : " ^4.2" ,
31
32
"nyholm/psr7" : " ^1.4" ,
32
33
"phpunit/phpunit" : " ^9.5" ,
33
34
"rector/rector" : " ^0.14.3" ,
You can’t perform that action at this time.
0 commit comments