Skip to content

Commit 03cf136

Browse files
committed
Support PHP 8.0
1 parent 145c150 commit 03cf136

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ matrix:
3333
- php: 7.3
3434
env:
3535
- DEPS=latest
36+
- php: 8.0
37+
env:
38+
- DEPS=lowest
39+
- php: 8.0
40+
env:
41+
- DEPS=locked
42+
- php: 8.0
43+
env:
44+
- DEPS=latest
45+
3646

3747
before_install:
3848
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"rss": "https://github.com/phly/phly-event-dispatcher/releases.atom"
1414
},
1515
"require": {
16-
"php": "^7.2",
16+
"php": "^7.2 || ^8.0",
1717
"psr/container": "^1.0",
1818
"psr/event-dispatcher": "^1.0"
1919
},

0 commit comments

Comments
 (0)