generated from longitude-one/symfony-bundle-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 891 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
35
36
37
38
{
"name": "longitude-one/meta-bundle",
"description": "A Symfony bundle to manage meta tags",
"type": "bundle",
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"symfony/http-kernel": "^5.4|^6.0",
"twig/twig": "^3.3"
},
"autoload": {
"psr-4": {
"LongitudeOne\\MetaBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LongitudeOne\\MetaBundle\\Tests\\": "tests/"
}
},
"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0"
},
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/longitude-one/recipes/contents/index.json",
"flex://defaults"
]
}
}
}