-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
47 lines (47 loc) · 965 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "gepur-it/phone-number-advanced",
"description": "Phone number type",
"type": "symfony-bundle",
"license": "MIT",
"version": "5.3.0",
"authors": [
{
"name": "Andrii Yakovlev",
"email": "[email protected]"
},
{
"name": "Marina Mileva",
"email": "[email protected]"
},
{
"name": "Victor Pavlov",
"email": "[email protected]"
}
],
"keywords": [
"gepur",
"symfony",
"bundle"
],
"homepage": "https://github.com/gepur-it/phone-number-advanced",
"require": {
"php": "^7.3|^8.0",
"gepur-it/phone-number": "^4.3|^5.0",
"ext-mbstring": "^7.2|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.2|^8.0"
},
"autoload": {
"psr-4": {
"GepurIt\\PhoneNumberAdvanced\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"GepurIt\\PhoneNumberAdvanced\\Tests\\": "Tests"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}