Skip to content

Commit

Permalink
increase vite-bundle php minimum compatibility to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhapaipai committed Feb 8, 2024
1 parent 24631b4 commit e04f421
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*.json]
indent_size = 4

[*.{yaml,yml}]
indent_size = 4
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## next

- fix vite-plugin-symfony support having externals dependencies.
- increase vite-bundle php minimum compatibility to 8.0
no major version because the bundle was unusable with php 7.4 because of mixed type.

## v6.3.4

Expand Down
2 changes: 1 addition & 1 deletion src/vite-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"symfony/asset": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0",
Expand Down

0 comments on commit e04f421

Please sign in to comment.