File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
* Work around GitLab's API returning bad JSON for some endpoints
17
17
18
- [ 10.3.0 ] : https://github.com/GitLabPHP/Client/compare/10.3.0...10.3.1
18
+ [ 10.3.1 ] : https://github.com/GitLabPHP/Client/compare/10.3.0...10.3.1
19
19
20
20
## [ 10.3.0] - 2020-11-27
21
21
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <files psalm-version =" 4.2 .1@ea9cb72143b77e7520c52fa37290bd8d8bc88fd9 " >
2
+ <files psalm-version =" 4.3 .1@2feba22a005a18bf31d4c7b9bdb9252c73897476 " >
3
3
<file src =" src/Api/AbstractApi.php" >
4
4
<InvalidArgument occurrences =" 1" />
5
5
</file >
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"php" : " ^7.2.5 || ^8.0" ,
4
- "phpstan/phpstan" : " ~ 0.12.57 " ,
5
- "phpstan/phpstan-deprecation-rules" : " ~ 0.12.5" ,
6
- "phpstan/phpstan-strict-rules" : " ~ 0.12.5" ,
7
- "thecodingmachine/phpstan-strict-rules" : " ~ 0.12.1" ,
8
- "ergebnis/phpstan-rules" : " ~ 0.15.3"
4
+ "phpstan/phpstan" : " 0.12.60 " ,
5
+ "phpstan/phpstan-deprecation-rules" : " 0.12.5" ,
6
+ "phpstan/phpstan-strict-rules" : " 0.12.5" ,
7
+ "thecodingmachine/phpstan-strict-rules" : " 0.12.1" ,
8
+ "ergebnis/phpstan-rules" : " 0.15.3"
9
9
},
10
10
"config" : {
11
11
"preferred-install" : " dist"
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"php" : " ^7.1.3 || ^8.0" ,
4
- "phpunit/phpunit" : " ^7.5.20 || ^8.5.11 || ^9.4.3 "
4
+ "phpunit/phpunit" : " ^7.5.20 || ^8.5.13 || ^9.4.4 "
5
5
},
6
6
"config" : {
7
7
"preferred-install" : " dist"
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"php" : " ^7.1.3 || ^8.0" ,
4
- "psalm/phar" : " ~4.2 .1"
4
+ "psalm/phar" : " 4.3 .1"
5
5
},
6
6
"config" : {
7
7
"preferred-install" : " dist"
You can’t perform that action at this time.
0 commit comments