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
+2 -1
View File
@@ -36,7 +36,8 @@
"symfony/http-kernel": "^7.0|^8.0",
"symfony/translation": "^7.0|^8.0",
"symfony/twig-bundle": "^7.0|^8.0",
"symfony/ux-twig-component": "^2.19"
"symfony/ux-twig-component": "^2.19",
"yoeunes/regex-parser": "^0.14.0"
},
"require-dev": {
"larastan/larastan": "^2.9.9",