Skip to content

Commit 320b683

Browse files
authored
[TASK] Update authors and remove patch (#126)
* Updates the list of authors and contributors * Removes a temporary patch used for PHP 8.3 support
1 parent 82395cc commit 320b683

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@
1010
"authors": [
1111
{
1212
"name": "Pixelant",
13-
"email": "info@pixelant.net",
14-
"homepage": "https://www.pixelant.net",
13+
"role": "Former developer"
14+
},
15+
{
16+
"name": "Mathias Bolt Lesniak",
17+
"email": "git@mabolek.dev",
1518
"role": "Developer"
19+
},
20+
{
21+
"name": "Contributors",
22+
"homepage": "https://github.com/FriendsOfTYPO3/interest/graphs/contributors"
1623
}
1724
],
1825
"require": {
@@ -79,11 +86,6 @@
7986
"branch-alias": {
8087
"dev-master": "0.0.x-dev"
8188
},
82-
"patches": {
83-
"localheinz/diff": {
84-
"fix: deprecation implicit nullable PHP 8.4": "https://patch-diff.githubusercontent.com/raw/localheinz/diff/pull/72.patch"
85-
}
86-
},
8789
"typo3/cms": {
8890
"app-dir": ".Build",
8991
"extension-key": "interest",

0 commit comments

Comments
 (0)