Adds regex-parser library

Adds the `yoeunes/regex-parser` library as a dependency.

This library will be used for advanced regular expression
validation and analysis within the application.

Also updates the .gitignore to ignore vendor directories
within the `src` directory, and adds `composer.lock` to it.
This commit is contained in:
Younes ENNAJI
2025-12-09 11:20:01 +01:00
parent 358ad11c4d
commit 2417333107
4 changed files with 111 additions and 5 deletions
+3
View File
@@ -17,3 +17,6 @@
/npm-debug.log
/tests/Symfony/Fixtures/project/public/vendor/
src/**/vendor/
src/**/composer.lock