recipes-contrib icon indicating copy to clipboard operation
recipes-contrib copied to clipboard

Init version sans license

Open viduc opened this issue 3 years ago • 4 comments

Q A
License MIT

viduc avatar Jul 13 '20 13:07 viduc

Hello, My bundle depend to symfony/security-guard andi see in the README that our bundle must not depend to symfony/security, but nothing with security-guard, is that the same validation? Thanks

viduc avatar Jul 13 '20 18:07 viduc

Oh. Im sorry. I've all forgotten about this.

Nyholm avatar Aug 02 '21 04:08 Nyholm

Could you rebase this so the CI is green. I cannot merge this in the current state.

Nyholm avatar Aug 02 '21 04:08 Nyholm

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-981/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-981/index.json
    
  2. Install the package(s) related to this recipe:

    composer req 'symfony/flex:^1.16'
    composer req 'viduc/casbundle:^1.0'
    
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=
    

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. I'm going keep this comment up to date with any updates of the attached patch.

github-actions[bot] avatar Feb 19 '22 10:02 github-actions[bot]