Skip to content

Commit c2eb09b

Browse files
committed
Updated dependencies (php>=7.3)
1 parent f8e6ae1 commit c2eb09b

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.gitignore

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

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: php
22
php:
3-
- '7.1'
4-
- '7.2'
53
- '7.3'
4+
- '7.4'
65

76
install:
87
- composer self-update
98
- composer install
109

1110
script:
1211
- ./bin/phing unit
13-
12+

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": ">=7.1.0"
10+
"php": ">=7.3"
1111
},
1212
"require-dev": {
13-
"phing/phing": "^2.0.0",
14-
"phpunit/phpunit": "^7.0.0 || ^8.0.0"
13+
"phing/phing": "^2.0",
14+
"phpunit/phpunit": "^9.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -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)