-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
55 lines (55 loc) · 1.48 KB
/
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
48
49
50
51
52
53
54
55
{
"name": "mews/pos-bundle",
"description": "Virtual POS bundle for Turkey banks.",
"type": "symfony-bundle",
"license": "MIT",
"homepage": "https://github.com/mewebstudio/PosBundle",
"keywords": [
"symfony sanal pos",
"symfony vitual pos",
"symfony payment"
],
"config": {
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"authors": [
{
"name": "Muharrem ERİN",
"email": "me@mewebstudio.com"
},
{
"name": "Nuryagdy Mustapayev",
"email": "nuryagdy@mustapayev.com"
}
],
"require": {
"php": ">=7.4",
"mews/pos": "^1.3",
"symfony/config": "^4.0 | ^5.0 | ^6.0 | ^7.0",
"symfony/dependency-injection": "^4.0 | ^5.0 | ^6.0 | ^7.0",
"symfony/event-dispatcher": "^4.0 | ^5.0 | ^6.0 | ^7.0",
"symfony/http-kernel": "^4.0 | ^5.0 | ^6.0 | ^7.0",
"symfony/options-resolver": "^4.0 | ^5.0 | ^6.0 | ^7.0"
},
"require-dev": {
"nyholm/psr7": "^1.8",
"psr/http-client": "^1.0",
"symfony/framework-bundle": "^6.4",
"symfony/http-client": "^6.4",
"symfony/phpunit-bridge": "^6.4",
"symfony/yaml": "^6.4"
},
"autoload": {
"psr-4": {
"Mews\\PosBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Mews\\PosBundle\\Tests\\": "tests/"
}
}
}