Skip to content

Commit 424867a

Browse files
committed
Updated dependencies (php>=7.3)
1 parent 5fe7a59 commit 424867a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/.idea/
22
/.phpunit.result.cache
33
/bin/
4-
/doc/
54
/composer.lock
6-
/test/report
5+
/custom.task.properties
6+
/custom.type.properties
7+
/doc/
78
/test/coverage.xml
8-
/vendor/
9+
/test/report
10+
/vendor/

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
},
1212
"require-dev": {
1313
"phing/phing": "^2.0",
@@ -24,6 +24,7 @@
2424
}
2525
},
2626
"config": {
27-
"bin-dir": "bin/"
27+
"bin-dir": "bin/",
28+
"sort-packages": true
2829
}
2930
}

0 commit comments

Comments
 (0)