You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Composer 2.2 or higher, Composer will [ask for your permission](https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution) to allow this plugin to execute code. For this plugin to be functional, permission needs to be granted.
26
+
Since Composer 2.2, Composer will [ask for your permission](https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution) to allow this plugin to execute code. For this plugin to be functional, permission needs to be granted.
27
27
28
28
When permission has been granted, the following snippet will automatically be added to your `composer.json` file by Composer:
29
29
```json
@@ -36,7 +36,7 @@ When permission has been granted, the following snippet will automatically be ad
36
36
}
37
37
```
38
38
39
-
When using Composer < 2.2, you can add the permission flag ahead of the upgrade to Composer 2.2, by running:
39
+
You can safely add the permission flag (to avoid Composer needing to ask), by running:
- PHP **5.4+**, **7.x**, and **8.x** (Support for PHP v8 is available since [`v0.7.0`][v0.7])
51
-
-[Composer][composer]**1.x** and **2.x** (Support for Composer v2 is available since [`v0.7.0`][v0.7])
51
+
-[Composer][composer]**2.2+** (Support for Composer v2 is available since [`v0.7.0`][v0.7]; support for Composer < 2.2 was dropped in [`v1.1.0`][v1.1])
52
52
-[PHP_CodeSniffer][codesniffer]**2.x** and **3.x** (Support for PHP_CodeSniffer v3 is available since [`v0.4.0`][v0.4])
0 commit comments