We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145c150 commit 03cf136Copy full SHA for 03cf136
.travis.yml
@@ -33,6 +33,16 @@ matrix:
33
- php: 7.3
34
env:
35
- DEPS=latest
36
+ - php: 8.0
37
+ env:
38
+ - DEPS=lowest
39
40
41
+ - DEPS=locked
42
43
44
+ - DEPS=latest
45
+
46
47
before_install:
48
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
composer.json
@@ -13,7 +13,7 @@
13
"rss": "https://github.com/phly/phly-event-dispatcher/releases.atom"
14
},
15
"require": {
16
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
17
"psr/container": "^1.0",
18
"psr/event-dispatcher": "^1.0"
19
0 commit comments