Skip to content

Commit 1c21604

Browse files
committed
fix the composer.json
1 parent b882d5c commit 1c21604

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

Diff for: composer.json

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
{
2+
"name": "webforge/symfony-vite-bundle",
3+
"description": "A symfony bundle to integrates vite js frontend builds.",
4+
"type": "symfony-bundle",
5+
"license": "MIT",
26
"autoload": {
37
"psr-4": {
48
"Vite\\": "src/Vite/"
59
}
610
},
711
"require": {
812
"php": ">=8.2",
9-
"cuyz/valinor": ">=1.0.0",
10-
"symfony/framework-bundle": "*",
11-
"symfony/http-client": "*"
12-
}
13+
"cuyz/valinor": "^1.0.0",
14+
"symfony/framework-bundle": "^6.0 || ^7.0",
15+
"symfony/http-client": "^6.0 || ^7.0"
16+
},
17+
"authors": [
18+
{
19+
"name": "Philipp Scheit",
20+
"email": "[email protected]"
21+
}
22+
],
23+
"minimum-stability": "stable"
1324
}

0 commit comments

Comments
 (0)