Skip to content

Commit

Permalink
Merge pull request #154 from asgrim/composer-update-and-readme
Browse files Browse the repository at this point in the history
Use Composer 2.8.4 and add warning to readme
  • Loading branch information
asgrim authored Dec 11, 2024
2 parents c987ee8 + adf4eed commit f7d4731
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 106 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 🥧 PIE (PHP Installer for Extensions)

> [!WARNING]
> PIE is still in early development. We welcome you to try this out, but please
> exercise caution when using PIE, as things may go wrong! If you do encounter
> issues, please do report an issue!
You will need PHP 8.1 or newer to run PIE, but PIE can install an extension to
any installed PHP version.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "8.1.*||8.2.*||8.3.*||8.4.*",
"ext-zip": "*",
"composer/composer": "dev-main",
"composer/composer": "^2.8.4",
"composer/pcre": "^3.3.2",
"composer/semver": "^3.4.3",
"fidry/cpu-core-counter": "^1.2",
Expand All @@ -43,7 +43,7 @@
"behat/behat": "^3.16",
"doctrine/coding-standard": "^12.0",
"php-standard-library/psalm-plugin": "^2.3",
"phpunit/phpunit": "^10.5.38",
"phpunit/phpunit": "^10.5.39",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.26.1"
},
Expand Down
Loading

0 comments on commit f7d4731

Please sign in to comment.