Skip to content

Commit fcdf0ec

Browse files
committed
- minimum PHP version is 8.1
- sort packages
1 parent 7e32cc4 commit fcdf0ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8",
27-
"psr/http-message": "^1",
26+
"php": "^8.1",
2827
"ext-json": "*",
2928
"ext-dom": "*",
3029
"ext-libxml": "*",
@@ -55,6 +54,7 @@
5554
}
5655
},
5756
"config": {
58-
"optimize-autoloader": true
57+
"optimize-autoloader": true,
58+
"sort-packages": true
5959
}
6060
}

0 commit comments

Comments
 (0)