forked from icomefromthenet/ReverseRegex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 777 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 777 Bytes
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
{
"name": "icomefromthenet/reverse-regex",
"description": "Convert Regular Expressions into text, for testing",
"keywords": ["regex","testing","test data","generator"],
"homepage": "http://github.com/icomefromthenet/ReverseRegex",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Lewis Dyer",
"email": "getintouch@icomefromthenet.com",
"homepage": "http://www.icomefromthenet.com"
}
],
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"require": {
"doctrine/common" : "2.3.*",
"patchwork/utf8" : "1.0.*"
},
"autoload": {
"psr-0": {
"ReverseRegex": "src/",
"PHPStats" : "src/"
}
}
}