Skip to content

Commit 5b778af

Browse files
committed
Updated dependencies (php>=7.3)
1 parent 703bc9b commit 5b778af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"license": "MIT",
1313
"require": {
14-
"php": ">=7.1.0",
14+
"php": ">=7.3",
1515
"hassankhan/config": "^2.0",
1616
"setbased/error-handler": "^1.1",
1717
"setbased/helper-cast": "^2.0",
1818
"setbased/php-stratum-backend": "^5.0",
19-
"symfony/console": "^4.0 || ^5.0"
19+
"symfony/console": "^5.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^7.0 || ^8.0",
22+
"phpunit/phpunit": "^9.0",
2323
"setbased/phing-extensions": "^2.0.1"
2424
},
2525
"autoload": {
@@ -36,6 +36,7 @@
3636
"bin/stratum"
3737
],
3838
"config": {
39-
"bin-dir": "bin/"
39+
"bin-dir": "bin/",
40+
"sort-packages": true
4041
}
4142
}

0 commit comments

Comments
 (0)