Skip to content

Commit 92d9033

Browse files
committed
Updated dependencies (php>=7.3)
1 parent 09e3c96 commit 92d9033

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

.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/

.scrutinizer.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
build:
2-
tests:
3-
override:
4-
-
5-
command: './bin/phing unit'
6-
coverage:
7-
file: 'test/coverage.xml'
8-
format: 'php-clover'
2+
tests:
3+
override:
4+
- command: './bin/phing unit'
5+
coverage:
6+
file: 'test/coverage.xml'
7+
format: 'php-clover'

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "library",
99
"license": "MIT",
1010
"require": {
11-
"php": ">=7.3.0"
11+
"php": ">=7.3"
1212
},
1313
"require-dev": {
1414
"phing/phing": "^2.0",
@@ -25,6 +25,7 @@
2525
}
2626
},
2727
"config": {
28-
"bin-dir": "bin/"
28+
"bin-dir": "bin/",
29+
"sort-packages": true
2930
}
3031
}

0 commit comments

Comments
 (0)