Skip to content

Commit 81875be

Browse files
committed
Update changelog, remove Travis file, update contributors list
1 parent 7bc15e7 commit 81875be

File tree

4 files changed

+8
-34
lines changed

4 files changed

+8
-34
lines changed

.github/workflows/sonars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- develop
66
- feature/*
77
- feat/*
8+
- release/*
89
pull_request:
910
types: [ opened, synchronize, reopened ]
1011
jobs:

.travis.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 5.0.3 - 2023/02/09
4+
- PR #38 - type checking exception raised in php8
5+
36
## 5.0.2 - 2022/08/10
47
- PR #44 - Add #[\ReturnTypeWillChange] to AbstractStructArrayBase
58

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"name": "Karl Pierce",
4545
"email": "[email protected]",
4646
"role": "Contributor"
47+
},
48+
{
49+
"name": "maurobn",
50+
"role": "Contributor"
4751
}
4852
],
4953
"support" : {

0 commit comments

Comments
 (0)