forked from rompetomp/inertia-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 848 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
{
"name": "rompetomp/inertia-bundle",
"description": "A Symfony adapter for Inertia.js",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Hannes Vermeire",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Rompetomp\\InertiaBundle\\": ""
}
},
"require": {
"php": "^7.3|^8",
"ext-json": "*",
"symfony/config": "^4.4|^5.1.7|^6.0",
"symfony/dependency-injection": "^4.4|^5.1.7|^6.0",
"symfony/http-kernel": "^4.4|^5.1.7|^6.0",
"twig/twig": "^2.12|^3.0",
"symfony/http-client": "^4.4|^5.1.7|^6.1"
},
"require-dev": {
"mockery/mockery": "^1.2",
"symfony/phpunit-bridge": "^4.4|^5.1.7|^6.0",
"symfony/property-access": "^5.1|^6.0",
"symfony/serializer": "^5.1|^6.0",
"symfony/var-dumper": "^4.4|^5.1.7|^6.0"
}
}