Skip to content

Commit 65bce68

Browse files
Normalize composer.json
1 parent 667cfd7 commit 65bce68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
"require": {
1414
"php": "^8.2",
1515
"ext-dom": "*",
16+
"ext-libxml": ">=2.6.21",
1617
"illuminate/database": "^11.0 || ^12.0",
1718
"illuminate/filesystem": "^11.0 || ^12.0",
1819
"illuminate/support": "^11.0 || ^12.0",
19-
"laravel/prompts": ">=0.3.6", "ext-libxml": ">=2.6.21"
20+
"laravel/prompts": ">=0.3.6"
2021
},
2122
"require-dev": {
2223
"dragon-code/codestyler": "^6.3",

0 commit comments

Comments
 (0)