forked from IndraGunawan/sequence-bundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 888 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
{
"name": "chanondb/sequence-bundle",
"description": "Sequence Implementation forked from indra",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Chanond B.",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Indragunawan\\SequenceBundle\\": ""
},
"exclude-from-classmap": [
"Tests/"
]
},
"require": {
"php": "^7.1.3 || ^8.0",
"doctrine/doctrine-bundle": "^1.6.10 || ^2.0",
"doctrine/orm": "^2.5.11",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/console": "^3.4||^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5.2 || ^8.0"
},
"config": {
"sort-packages": true
}
}