Skip to content

Commit f456442

Browse files
committed
Initial commit
1 parent 3d45b0f commit f456442

File tree

6 files changed

+560
-0
lines changed

6 files changed

+560
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "marketflow/yii2-regex-validator",
3+
"description": "Yii2 validator for validating PCRE Regular Expressions",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Sam Mousa",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {
13+
"yiisoft/yii2": "*"
14+
},
15+
"autoload": {
16+
"psr-4": {
17+
"SamIT\\Yii2\\Validators\\": ["src/"]
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)