Skip to content

Commit fc8e237

Browse files
authored
Merge pull request #167 from aik099/composer-php8x-fix
Allow installing Composer dependencies on PHP 8.x
2 parents 01f3e2e + bae19a7 commit fc8e237

File tree

3 files changed

+25
-101
lines changed

3 files changed

+25
-101
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1717
- The `merge` command wasn't doing auto-commit, when alternative working directly was specified.
1818
- The `current revision` highlighting style is now correctly applied to the `Bug-ID` column in the `log` command results.
1919
- Created a semi-automatic migration script for unlinking commits from projects they don't belong.
20+
- The PHAR generation on PHP 8.x wasn't working, because "padraic/humbug_get_contents" package was missing.
2021

2122
## [0.8.0] - 2024-12-18
2223
### Added

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"console-helpers/console-kit": "^0.4",
1616
"aura/sql": "^3.0 || ^4.0 || ^5.0",
1717
"padraic/phar-updater": "dev-use-curl",
18-
"padraic/humbug_get_contents": "^1.0",
1918
"console-helpers/db-migration": "^0.2.0",
2019
"ext-simplexml": "*",
2120
"ext-zlib": "*",

composer.lock

Lines changed: 24 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)