pkg-php-tools (1.49)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the debian/1.49 tag
- Git: https://salsa.debian.org/php-team/pear/pkg-php-tools.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 192512
- Browser: https://salsa.debian.org/php-team/pear/pkg-php-tools
- Last scan: 2026-03-10 09:24:09+00
- Next scan: 2026-03-16 16:17:00+00
- CI pipeline status: success
- Debian changelog in Git:
pkg-php-tools (1.49) unstable; urgency=medium
* Team upload
* Modernize PHPUnit syntax
-- David Prévot <taffit@debian.org> Sun, 16 Feb 2025 12:14:50 +0100
- This branch is 3 commits ahead of tag debian/1.49
- Git log:
commit 0ade083264d68fd4c8c9d550bf43f88b4f73296d
Merge: 5dec631 0c98b21
Author: David Prévot <taffit@debian.org>
Date: Mon Feb 23 23:19:50 2026 +0000
Merge branch 'williamdes/composer-json-missing-description-field' into 'debian/latest'
Avoid warnings on substvars of phpcomposer
See merge request php-team/pear/pkg-php-tools!11
commit 0c98b21d7d6df6cc550b5028aa20a3e31e68d9d2
Author: William Desportes <williamdes@wdes.fr>
Date: Thu Oct 9 00:30:25 2025 +0200
Avoid warning if the description field is empty
```
PHP Warning: Uninitialized string offset -1 in /usr/share/php/pkgtools/phpcomposer/command.php on line 69
```
commit 587241f07c9cf515b819b6297ec1c561ec7f8e80
Author: William Desportes <williamdes@wdes.fr>
Date: Thu Oct 9 00:28:53 2025 +0200
Avoid warning on missing description key
```
PHP Warning: Undefined array key "description" in /usr/share/php/pkgtools/phpcomposer/source.php on line 116
```
composer.json has no description key