-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 776 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 776 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
29
30
{
"name": "padam87/money-bundle",
"description": "Symfony bundle for https://github.com/moneyphp/money",
"type": "symfony-bundle",
"require": {
"php": "^8.4",
"ext-bcmath": "*",
"symfony/framework-bundle": "^6.0 || ^7.0 || ^8.0",
"brick/money": "^0.9",
"doctrine/orm": "^3.0",
"doctrine/doctrine-bundle": "^3.0",
"doctrine/dbal": "^4.0"
},
"conflict": {
"doctrine/persistence": "3.4.2 || 4.1.1"
},
"require-dev": {
"phpunit/phpunit": "^7.2"
},
"autoload": {
"psr-4": { "Padam87\\MoneyBundle\\": "" }
},
"license": "MIT",
"authors": [
{
"name": "Adam Prager",
"email": "prager.adam87@gmail.com"
}
]
}