Starter workflow Symfony (#1069)

* Add Symfony to starter Workflow

* Added Properties from Symfony

* Update symfony.yml

* Update symfony.yml

* Update symfony.yml

* Fix Wrong Configuration

* Review and fixing

* Update Symfony Properties Category

Co-authored-by: Ashwin Sangem <[email protected]>
This commit is contained in:
Gary Houbre
2021-09-28 15:11:17 +05:30
committed by GitHub
co-authored by Ashwin Sangem
parent 4a9a1680df
commit f0b8c8ad72
2 changed files with 49 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "Symfony",
"description": "Test a Symfony project.",
"iconName": "php",
"categories": [
"Continuous integration",
"PHP",
"Symfony"
]
}