Skip to content

Commit d17f71e

Browse files
committed
Updated dependencies (php>=7.3).
1 parent 91e863e commit d17f71e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": ">=7.3.0",
10+
"php": ">=7.3",
1111
"ext-dom": "*",
1212
"ext-libxml": "*",
1313
"composer/composer": "^1.0",
@@ -30,6 +30,7 @@
3030
}
3131
},
3232
"config": {
33-
"bin-dir": "bin/"
33+
"bin-dir": "bin/",
34+
"sort-packages": true
3435
}
3536
}

0 commit comments

Comments
 (0)