consolidation/self-update
Provides a self:update command for Symfony Console applications.
3.1.0
60M downloads/mo
#936 most downloaded on Packagist
consolidation/self-update
What this package is like to depend on
Last release 9 months ago
29 Oct 2025
Release timing varies
gaps range from 2 weeks to 1.4 years
Some releases are documented
notes for 7 of 19 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
23 releases · first in 2018
1 release in the last 12 months
see the full history below
Release timeline
22 releases · Aug 2018 to Oct 2025Releases
latest 23-
3.1.029 Oct 2025Release notes
Open source →What's Changed
- CLI-1484: Ignore non-phar release assets by @danepowell in #37
Full Changelog: 3.0.1...3.1.0
-
3.0.103 Dec 2024Release notes
Open source → -
3.0.009 Sep 2024Release notes
Open source →Breaking changes
This major release includes a breaking change to how the SelfUpdateCommand is constructed.
Old style:
$cmd = new SelfUpdateCommand('wonder', '1.2', 'kporras07/self-update-fixture');
New style:
$selfUpdateManager = new SelfUpdateManager('wonder', '1.2', 'kporras07/self-update-fixture'); $cmd = new SelfUpdateCommand($selfUpdateManager);
Applications can now store
$selfUpdateManagerand call$selfUpdateManager->isUpToDate()and$selfUpdateManager->getLatestReleaseFromGitHub()in order to check for updates without invoking the full self-update command. See #34 for details and links to reference implementations.What's Changed
- Fix #29: Drop support for Symfony 4 and PHP 7 by @danepowell in #30
- Add support for Symfony 7 by @mbrodala in #28
- Fix #10: Use symfony http-client and respect proxy settings by @danepowell in #33
- Fix #8: Add public API by @danepowell in #34
- Version never up to date by @danepowell in #35
New Contributors
Full Changelog: 2.2.0...3.0.0
-
3.0.0-alpha2no date pre-releaseRelease notes
Open source →What's Changed
- Version never up to date by @danepowell in #35
Full Changelog: 3.0.0-alpha1...3.0.0-alpha2
-
3.0.0-alpha127 Aug 2024 pre-releaseRelease notes
Open source →Breaking changes
This major release includes a breaking change to how the SelfUpdateCommand is constructed.
Old style:
$cmd = new SelfUpdateCommand('wonder', '1.2', 'kporras07/self-update-fixture');
New style:
$selfUpdateManager = new SelfUpdateManager('wonder', '1.2', 'kporras07/self-update-fixture'); $cmd = new SelfUpdateCommand($selfUpdateManager);
Applications can now store
$selfUpdateManagerand call$selfUpdateManager->isUpToDate()and$selfUpdateManager->getLatestReleaseFromGitHub()in order to check for updates without invoking the full self-update command. See #34 for details and links to reference implementations.What's Changed
- Fix #29: Drop support for Symfony 4 and PHP 7 by @danepowell in #30
- Add support for Symfony 7 by @mbrodala in #28
- Fix #10: Use symfony http-client and respect proxy settings by @danepowell in #33
- Fix #8: Add public API by @danepowell in #34
New Contributors
Full Changelog: 2.2.0...3.0.0-alpha1
-
2.2.018 Mar 2023Release notes
Open source → -
2.1.021 Feb 2023 -
2.0.509 Feb 2022Release notes
Open source →What's Changed
- Do not update if current version is greater than latest release. by @kporras07 in #18
Full Changelog: 2.0.4...2.0.5
-
2.0.408 Feb 2022Release notes
Open source →What's Changed
- Add option to ignore phar running check. by @kporras07 in #17
Full Changelog: 2.0.3...2.0.4
-
2.0.330 Dec 2021Nothing published for this version
-
2.0.217 Dec 2021Nothing published for this version
-
2.0.103 Dec 2021Nothing published for this version
-
2.0.005 Oct 2021Nothing published for this version
-
2.0.0-alpha205 Oct 2021 pre-releaseNothing published for this version
-
2.0.0-alpha105 Oct 2021 pre-releaseNothing published for this version
-
1.2.013 Apr 2020Nothing published for this version
-
1.1.618 Dec 2020Nothing published for this version
-
1.1.528 Oct 2018Nothing published for this version
-
1.1.421 Oct 2018Nothing published for this version
-
1.1.324 Aug 2018Nothing published for this version
-
1.1.224 Aug 2018Nothing published for this version
-
1.1.124 Aug 2018Nothing published for this version
-
1.0.017 Aug 2018Nothing published for this version