Skip to content

Commit

Permalink
Require Composer 2.2 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima authored Jan 24, 2023
1 parent 43ab7f8 commit 322a894
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![build](https://github.com/php-tuf/composer-integration/actions/workflows/build.yml/badge.svg)

Experimental Composer plugin marrying Composer 2.1 and later to [PHP-TUF](https://github.com/php-tuf/php-tuf).
Experimental Composer plugin marrying Composer 2.2 and later to [PHP-TUF](https://github.com/php-tuf/php-tuf).

This plugin seeks to demonstrate adding TUF security to
* Composer's package discovery process when using Composer v2 package repositories.
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## IMPORTANT

This plugin, as well as the [PHP-TUF library](https://github.com/php-tuf/php-tuf) it depends on, is in a pre-release state and is not considered a complete or secure implementation of the TUF framework. Additionally, this plugin requires Composer 2.1 or later, which has not yet been released.
This plugin, as well as the [PHP-TUF library](https://github.com/php-tuf/php-tuf) it depends on, is in a pre-release state and is not considered a complete or secure implementation of the TUF framework. Additionally, this plugin requires Composer 2.2 or later, which has not yet been released.

This plugin should currently only be used for testing, development and feedback. *Do NOT use in production for secure downloads!!*

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"minimum-stability": "stable",
"require": {
"composer-plugin-api": "^2.1",
"composer-plugin-api": "^2.2",
"php-tuf/php-tuf": "dev-main",
"guzzlehttp/guzzle": "^6.5 || ^7.2"
},
Expand Down

0 comments on commit 322a894

Please sign in to comment.