Augmentation vers version 3.3.0
This commit is contained in:
25
vendor/s9e/regexp-builder/composer.json
vendored
Normal file
25
vendor/s9e/regexp-builder/composer.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "s9e/regexp-builder",
|
||||
"type": "library",
|
||||
"description": "Single-purpose library that generates regular expressions that match a list of strings.",
|
||||
"homepage": "https://github.com/s9e/RegexpBuilder/",
|
||||
"keywords": ["regexp"],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"lib-pcre": ">=7.2",
|
||||
"php": ">=5.5.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "<5.8"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"s9e\\RegexpBuilder\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"s9e\\RegexpBuilder\\Tests\\": "tests"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user