laravel-transporter icon indicating copy to clipboard operation
laravel-transporter copied to clipboard

Added mixin phpdoc to request

Open suleymanozev opened this issue 1 year ago • 4 comments

suleymanozev avatar Jul 08 '22 13:07 suleymanozev

@JustSteveKing please review

suleymanozev avatar Jul 08 '22 13:07 suleymanozev

@suleymanozev please see the GH Actions output - for some reason this is suddenly failing

JustSteveKing avatar Jul 08 '22 13:07 JustSteveKing

Those errors related pest:

Error: pestphp/pest-plugin contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe.

suleymanozev avatar Jul 08 '22 14:07 suleymanozev

Those errors related pest:

Error: pestphp/pest-plugin contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe.

Inside of composer.json please make sure this is in the config block:

"config": {
    "allow-plugins": {
        "pestphp/pest-plugin": true
    }
},

JustSteveKing avatar Jul 11 '22 08:07 JustSteveKing