We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f395b commit 53f23ecCopy full SHA for 53f23ec
.gitignore
@@ -3,6 +3,8 @@
3
/bin/phing
4
/bin/phpunit
5
/composer.lock
6
+/custom.task.properties
7
+/custom.type.properties
8
/test/coverage.xml
9
/test/report/
-/vendor/
10
+/vendor/
composer.json
@@ -9,7 +9,7 @@
"type": "library",
"license": "MIT",
11
"require": {
12
- "php": ">=7.3.0",
+ "php": ">=7.3",
13
"setbased/helper-code-store": "^2.3"
14
},
15
"require-dev": {
@@ -27,6 +27,7 @@
27
}
28
29
"config": {
30
- "bin-dir": "bin/"
+ "bin-dir": "bin/",
31
+ "sort-packages": true
32
33
0 commit comments