Skip to content

Commit 75fa877

Browse files
committed
Updated dependencies (php>=7.3)
1 parent c7f2067 commit 75fa877

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
/bin/phpunit
55
/build/
66
/composer.lock
7+
/custom.task.properties
8+
/custom.type.properties
79
/doc/
8-
/test/coverage.xml
910
/test/MySql/etc/routines.json
1011
/test/MySql/etc/stratum.cfg
12+
/test/coverage.xml
1113
/test/report/
12-
/vendor/
14+
/vendor/

.travis.yml

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

76
install:
87
- rm -f composer.lock

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"type": "library",
1515
"license": "MIT",
1616
"require": {
17-
"php": ">=7.1.0",
18-
"hassankhan/config": "^2.0.0",
19-
"setbased/helper-cast": "^2.0.0"
17+
"php": ">=7.3",
18+
"hassankhan/config": "^2.0",
19+
"setbased/helper-cast": "^2.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^7.0.0 || ^8.0.0",
22+
"phpunit/phpunit": "^9.0",
2323
"setbased/phing-extensions": "^2.0.1"
2424
},
2525
"autoload": {
@@ -33,6 +33,7 @@
3333
}
3434
},
3535
"config": {
36-
"bin-dir": "bin/"
36+
"bin-dir": "bin/",
37+
"sort-packages": true
3738
}
3839
}

0 commit comments

Comments
 (0)