diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-25 16:04:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-25 16:04:19 +0200 |
commit | 255517a492945c4e59e35327c5b7f3df07d0a62e (patch) | |
tree | 58cdc1292f8dae4712fe762a4dc0eec81b3139e0 /composer.json | |
parent | a324da27606205f36e645372d1ffbd5f89901281 (diff) |
update to 1.1.5 (no change)
switch to mateuszanella/php-ext-xz
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/composer.json b/composer.json index 1e074c8..4284dbe 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "$schema": "https://getcomposer.org/schema.json", - "name": "codemasher/php-ext-xz", + "name": "mateuszanella/php-ext-xz", "description": "A PHP Extension providing xz (LZMA2) compression/decompression via PHP streams.", "keywords": ["php-extension", "xz", "lzma2"], "license": "PHP-3.01", @@ -20,22 +20,21 @@ { "name": "smiley", "email": "smiley@chillerlan.net", - "homepage": "https://github.com/codemasher" + "homepage": "https://github.com/codemasher/php-ext-xz" }, { - "name": "Contributors", - "homepage":"https://github.com/codemasher/php-ext-xz/graphs/contributors" - } - ], - "funding": [ + "name": "mateuszanella", + "email": "mateusblk1@gmail.com", + "homepage": "https://github.com/mateuszanella" + }, { - "type": "Ko-Fi", - "url": "https://ko-fi.com/codemasher" + "name": "Contributors", + "homepage":"https://github.com/mateuszanella/php-ext-xz/graphs/contributors" } ], - "homepage": "https://github.com/codemasher/php-ext-xz", + "homepage": "https://github.com/mateuszanella/php-ext-xz", "support": { - "issues": "https://github.com/codemasher/php-ext-xz/issues", - "source": "https://github.com/codemasher/php-ext-xz" + "issues": "https://github.com/mateuszanella/php-ext-xz/issues", + "source": "https://github.com/mateuszanella/php-ext-xz" } } |