mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
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:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user