-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 941 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "nabeghe/tepade",
"description": "A text detector with support for named parameters.",
"keywords": [
"text", "string", "params", "text detector", "text matcher", "detector", "named params", "text params",
"named params detector", "text params detector", "curly brace", "pattern", "pattern detector", "text pattern detector",
"curly brace pattern", "curly brace match", "text pattern", "library"
],
"type": "library",
"version": "1.0.0",
"homepage": "https://github.com/nabeghe/tepade-php",
"license": "MIT",
"autoload": {
"psr-4": {
"Nabeghe\\Tepade\\": "src/"
}
},
"authors": [
{
"name": "Hadi Akbarzadeh",
"email": "hadicoder@gmail.com",
"homepage": "https://elatel.ir",
"role": "Developer"
}
],
"scripts": {
"test": "vendor/bin/phpunit tests"
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "9.6"
}
}