github-starter-workflows / repo-analysis-partner

9 stars 13 forks source link

Symfony support as a new `tech_stack` #2

Closed TheGarious closed 2 years ago

TheGarious commented 3 years ago

Name of the tech_stack The new tech_stack suggested is Symfony.

Filenames to look for in the repository The repository must have a composer.json file.

Content/Regex to look for in the above-mentioned filename/extensions

{
    "require": {
        "symfony/framework-bundle": "4.4.*",
    }
}
tejasd1990 commented 3 years ago

@TheGarious can you share a sample repo for symfony?

TheGarious commented 3 years ago

Hi @tejasd1990,

https://github.com/UnicornOfCodes/releasy-api

tejasd1990 commented 2 years ago

we are working on adding this stack, will update once it is done