Skip to content

Commit 28d36d6

Browse files
committed
Removed ReflectionBasedListener update tests
1 parent b84ec47 commit 28d36d6

12 files changed

+648
-1183
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313
"rss": "https://github.com/phly/phly-event-dispatcher/releases.atom"
1414
},
1515
"require": {
16-
"php": "^7.3",
16+
"php": "^7.3||^8.0",
1717
"psr/container": "^1.0",
1818
"psr/event-dispatcher": "^1.0"
1919
},
2020
"require-dev": {
2121
"fig/event-dispatcher-util": "^1.0",
2222
"friendsofphp/php-cs-fixer": "^2.17",
23+
"phpspec/prophecy-phpunit": "^2.0",
2324
"phpstan/phpstan": "~0.12.0",
24-
"phpunit/phpunit": "^8.1.1",
25+
"phpunit/phpunit": "^9.0.0",
2526
"zendframework/zend-coding-standard": "~1.0.0"
2627
},
2728
"conflict": {

0 commit comments

Comments
 (0)