Skip to content

Commit 53f23ec

Browse files
committed
Updated dependencies (php>=7.3)
1 parent 73f395b commit 53f23ec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/bin/phing
44
/bin/phpunit
55
/composer.lock
6+
/custom.task.properties
7+
/custom.type.properties
68
/test/coverage.xml
79
/test/report/
8-
/vendor/
10+
/vendor/

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "library",
1010
"license": "MIT",
1111
"require": {
12-
"php": ">=7.3.0",
12+
"php": ">=7.3",
1313
"setbased/helper-code-store": "^2.3"
1414
},
1515
"require-dev": {
@@ -27,6 +27,7 @@
2727
}
2828
},
2929
"config": {
30-
"bin-dir": "bin/"
30+
"bin-dir": "bin/",
31+
"sort-packages": true
3132
}
3233
}

0 commit comments

Comments
 (0)