Skip to content

Commit c060cf7

Browse files
author
Romain Follet
committed
Update PHP dependency up to 8.0
1 parent 6b31c45 commit c060cf7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ matrix:
1212
- php: 7.1
1313
- php: 7.2
1414
- php: 7.3
15+
- php: 7.4
16+
- php: 8.0
1517

1618
cache:
1719
directories:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "vendor/bin/phpunit"
1717
},
1818
"require": {
19-
"php": "^5.6|^7.0",
19+
"php": "^5.6|^7.0|^8.0",
2020
"symfony/framework-bundle": "~3.0|~4.0|~5.0",
2121
"florianv/swap": "^4.0"
2222
},

0 commit comments

Comments
 (0)