-
For a while we've been installing/updating ACF Pro with Composer using acf-pro-installer without any issues.
I am using ACF as a `mu-plugin` with my Key in an `ENV` variable.
Recently this stopped…
-
I added
```json
"repositories": [
{
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "5.9.1",
"…
-
I'm trying to install ACF - everything seems to be running fine but the /vendor/advanced-custom-fields folder is empty.
Here is my package.json:
```
{
"repositories": [
…
-
When I bump the version number of a premium plugin to update it, I have to delete the cached ZIP archive before running `composer update` because it's always using the same file.
CLI:
```console
…
-
Hi,
the following cmd fail with 1 package:
```
vendor/bin/monorepo-builder split --max-processes 2 --tag 1.5
```
* monorepo-builder.yml
```
parameters:
# for "merge" command
dat…
-
Duplicate of my post over at the Roots forum. https://discourse.roots.io/t/best-way-to-integrate-the-typerocket-framework/16159
I saw the option in TypeRocket/typerocket#175 about using rooted Typ…
-
When I run `composer update` the package (a WordPress plugin in a private GitHub repository) gets installed in the `vendor` folder rather than the folder specified in the `installer-paths` section of …
-
My `composer.json`:
```json
{
"name": "project/wordpress-project",
"type": "project",
"license": "proprietary",
"config": {
"preferred-install": "dist"
},
"prefer-stable": true,
"…
-
My `composer.json`:
```json
{
"name": "leoloso/pop",
"require": {
"php": "^7.4|^8.0",
"ext-mbstring": "*",
"brain/cortex": "~1.0.0",
"composer/ins…
-
### Describe the bug
In the PayPal credit card form, if the country selected is U.S. then there is not a checkbox for "I confirm that I am of legal age and agree to the PayPal " and an attempt to pay…