Skip to content

Commit 0d6eb0f

Browse files
author
Jonas Gielen
committed
update composer and travis
1 parent 19c5cfc commit 0d6eb0f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ php:
33
- 7.1
44
- 7.2
55
- 7.3
6+
- 7.4
7+
- 8.0
68
env:
79
global:
810
- SYMFONY_VERSION=4.4

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"symfony/yaml": "^4.4|^5.0"
4545
},
4646
"require-dev": {
47-
"phpspec/phpspec": "^5.1"
47+
"phpspec/phpspec": "^5.1|^6.0|^7.0"
4848
},
4949
"config": {
5050
"bin-dir": "bin"

0 commit comments

Comments
 (0)