Skip to content

Commit bf09d12

Browse files
committed
up deps, up minimal php version to 7.4
1 parent ff4fb67 commit bf09d12

17 files changed

+414
-349
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: php
33
php:
4-
- 7.2
4+
- 7.4
55

66
before_script:
77
- composer self-update

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
}],
1616
"minimum-stability": "stable",
1717
"require": {
18-
"php": "~7.2",
19-
"symfony/dependency-injection": "^4.2",
20-
"symfony/yaml": "^4.2",
21-
"symfony/config": "^4.2"
18+
"php": "~7.4",
19+
"symfony/dependency-injection": "~5.0",
20+
"symfony/yaml": "^5.0",
21+
"symfony/config": "^5.0"
2222
},
2323
"autoload": {
2424
"psr-0": {
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^7.5",
34+
"phpunit/phpunit": "^8.4",
3535
"mikey179/vfsStream": "^1.6"
3636
}
3737
}

0 commit comments

Comments
 (0)