WIP: Add a ticketing app for Chill #21

Draft
julienfastre wants to merge 49 commits from ticket-app-master into main
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 62c96df759 - Show all commits

4
.gitignore vendored
View File

@ -80,3 +80,7 @@ docker-compose.override.yaml
###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###

View File

@ -296,10 +296,10 @@
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "d74d4d719d5f53856c9c13544aa22d44144b1819"
"ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767"
},
"files": [
"phpstan.neon"
"phpstan.dist.neon"
]
},
"phpunit/php-code-coverage": {