Skip to content

Commit 3c6b8b9

Browse files
authored
Merge pull request #1 from acurrieclark/php-8.0-updates
Php 8.0 updates
2 parents 1b9591e + d84d6ba commit 3c6b8b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0
78

89
before_script:
910
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^7.2"
23+
"php": "^7.2 | ^8.0"
2424
}
2525
}

0 commit comments

Comments
 (0)