Skip to content

Commit

Permalink
Merge pull request #2 from carlosas/php8
Browse files Browse the repository at this point in the history
Php8
  • Loading branch information
carlosas authored Feb 2, 2021
2 parents b8023a9 + db16e7a commit 18fb986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

install:
- composer install --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"psr/container": "^1.0",
"psr/event-dispatcher": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function dispatch(object $event)
}
$listener($event);
}

return $event;
}
}

0 comments on commit 18fb986

Please sign in to comment.