We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b882d5c commit 1c21604Copy full SHA for 1c21604
composer.json
@@ -1,13 +1,24 @@
1
{
2
+ "name": "webforge/symfony-vite-bundle",
3
+ "description": "A symfony bundle to integrates vite js frontend builds.",
4
+ "type": "symfony-bundle",
5
+ "license": "MIT",
6
"autoload": {
7
"psr-4": {
8
"Vite\\": "src/Vite/"
9
}
10
},
11
"require": {
12
"php": ">=8.2",
- "cuyz/valinor": ">=1.0.0",
- "symfony/framework-bundle": "*",
- "symfony/http-client": "*"
- }
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"
24
0 commit comments