-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.34 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
{
"name": "mrandmrssmith/idempotent-consumer-doctrine-persistence-bundle",
"description": "idempotent-consumer-bundle",
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.2",
"ext-json": "*",
"mrandmrssmith/idempotent-consumer-bundle": "^1.0.0",
"doctrine/dbal": ">=2.0",
"doctrine/doctrine-bundle": ">=2.0",
"doctrine/doctrine-migrations-bundle": ">=3.0",
"doctrine/migrations": ">=3.0",
"doctrine/orm": ">=2.5"
},
"authors": [
{
"name": "Michal Boryczko",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"MrAndMrsSmith\\IdempotentConsumerDoctrinePersistenceBundle\\": "./src",
"Tests\\UnitTests\\" : "./tests/UnitTests"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": ">=8.5",
"roave/security-advisories": "dev-master",
"symplify/easy-coding-standard": "^12.1",
"vimeo/psalm": "^4.30||^5.22"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/mrandmrssmith/idempotent-consumer-bundle.git"
}
]
}