-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 864 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
{
"name": "damian972/rspack-encore-bundle",
"description": "Overrides default Webpack Encore bundle config for my Rspack 🦀️ usage",
"license": "MIT",
"type": "symfony-bundle",
"authors": [
{
"name": "Damian972",
"email": "25445518+Damian972@users.noreply.github.com"
}
],
"require": {
"php": ">=8.1.0",
"symfony/asset": "^5.4 || ^6.2 || ^7.0",
"symfony/config": "^5.4 || ^6.2 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.2 || ^7.0",
"symfony/service-contracts": "^1.1.9 || ^2.1.3 || ^3.0",
"symfony/webpack-encore-bundle": "^2.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0",
"symfony/http-client": "^5.4 || ^6.2 || ^7.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Damian972\\RspackEncoreBundle\\": "src/"
}
}
}