-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.18 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
{
"name": "libre-informatique/seed-batch-bundle",
"type": "symfony-bundle",
"description": "Seed batch Bundle for Symfony",
"require": {
"php": ">=7.1",
"symfony/symfony": ">=3.2",
"blast-project/core-bundle": "self.version",
"blast-project/utils-bundle": "self.version",
"blast-project/base-entities-bundle": "self.version",
"libre-informatique/media-bundle": "self.version",
"libre-informatique/varieties-bundle": "self.version"
},
"require-dev": {
"symfony/phpunit-bridge": ">=3.2",
"phpunit/phpunit": "^6.4"
},
"license": "LGPL-3.0",
"keywords": [
"e-venement",
"libio",
"sonata",
"symfony"
],
"homepage": "https://github.com/libre-informatique/SymfonyLibrinfoSeedBatchBundle",
"authors": [
{
"name": "Marcos BEZERRA DE MENEZES",
"email": "marcos.bezerra@libre-informatique.fr"
},
{
"name": "Libre Informatique",
"homepage": "http://www.libre-informatique.fr/"
}
],
"autoload": {
"psr-4": {
"Librinfo\\SeedBatchBundle\\": "src/"
}
}
}