File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,8 @@ debian/.debhelper/
3
3
debian /composer /
4
4
tmp /
5
5
6
+ /debian /composer.debhelper.log
7
+ /debian /composer.postrm.debhelper
8
+ /debian /composer.substvars
9
+ /debian /debhelper-build-stamp
10
+ /debian /files
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ distributions.each {
35
35
stage(' Checkout ' + distribution) {
36
36
buildImage = docker. image(vendor + ' /' + distribution)
37
37
sh ' git checkout debian/changelog'
38
+ sh ' sh debian/setver'
38
39
def version = sh (
39
40
script : ' dpkg-parsechangelog --show-field Version' ,
40
41
returnStdout : true
@@ -70,4 +71,3 @@ distributions.each {
70
71
}
71
72
}
72
73
}
73
-
Original file line number Diff line number Diff line change 1
- composer (2.5.4 ) UNRELEASED; urgency=medium
1
+ composer (2.7.2 ) UNRELEASED; urgency=medium
2
2
3
3
[ root ]
4
4
* LICENSE README.md build.sh composer debian Fixed 1.10.2 regression
@@ -518,7 +518,22 @@ composer (2.5.4) UNRELEASED; urgency=medium
518
518
* * Fixed extra.plugin-optional support in PluginInstaller when
519
519
doing pre-install checks (#11318)
520
520
521
- -- vitex <info@vitexsoftware.cz> Tue, 28 Feb 2023 11:29:14 +0100
521
+ [ Vítězslav Dvořák ]
522
+ * * Added info about the PHP version when running `composer --
523
+ version` (#11866)
524
+ * Added warning when the root version cannot be detected (#11858)
525
+ * Fixed plugins still being enabled in a few contexts when running
526
+ as root (c3efff91f)
527
+ * Fixed `outdated --ignore ...` still attempting to load the latest
528
+ version of the ignored packages (#11863)
529
+ * Fixed handling of broken symlinks in the middle of an install path
530
+ (#11864)
531
+ * Fixed `update --lock` still incorrectly updating some metadata
532
+ (#11850, #11787)
533
+ **Full Changelog**:
534
+ https://github.com/composer/composer/compare/2.7.1...2.7.2
535
+
536
+ -- Vítězslav Dvořák <info@vitexsoftware.cz> Wed, 03 Apr 2024 12:51:39 +0200
522
537
523
538
composer (1.0) EXPERIMENTAL; urgency=medium
524
539
You can’t perform that action at this time.
0 commit comments