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 5fe7a59 commit 424867aCopy full SHA for 424867a
.gitignore
@@ -1,8 +1,10 @@
1
/.idea/
2
/.phpunit.result.cache
3
/bin/
4
-/doc/
5
/composer.lock
6
-/test/report
+/custom.task.properties
+/custom.type.properties
7
+/doc/
8
/test/coverage.xml
-/vendor/
9
+/test/report
10
+/vendor/
composer.json
@@ -7,7 +7,7 @@
],
"license": "MIT",
"require": {
- "php": ">=7.3.0"
+ "php": ">=7.3"
11
},
12
"require-dev": {
13
"phing/phing": "^2.0",
@@ -24,6 +24,7 @@
24
}
25
26
"config": {
27
- "bin-dir": "bin/"
+ "bin-dir": "bin/",
28
+ "sort-packages": true
29
30
0 commit comments