chore: add Symfony Profiler integration for PHPFlasher

This commit is contained in:
Younes ENNAJI
2024-10-05 13:34:23 +01:00
parent b6afde2990
commit 43affdc543
77 changed files with 10814 additions and 9866 deletions
+6 -3
View File
@@ -8,8 +8,8 @@ tasks:
- npm run ncu
- npm install --force
- npm run build
- task: lint
- task: docs:build
# - task: lint
# - task: docs:build
aliases:
- u
- up
@@ -36,10 +36,13 @@ tasks:
- npm install --force
- npm run build
security:
audit:
desc: "🔐 Check for security vulnerabilities in dependencies."
cmds:
- symfony security:check
- composer audit
aliases:
- security
release:
desc: "🏷️ Prepare and tag a new release."