Skip to content

Commit

Permalink
Support goaop/framework v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Apr 14, 2021
1 parent a2f3f93 commit 94838f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
}
},
"require": {
"php": "^7.0",
"goaop/framework": "^2.2.0",
"phpunit/phpunit": "> 6.0.0",
"symfony/finder": ">=2.4 <6.0"
"php": "^7.4",
"goaop/framework": "^3.0",
"phpunit/phpunit": "^9.5",
"symfony/finder": ">=4.4 <6.0"
},
"require-dev": {
"codeception/codeception": "^4.0",
"codeception/codeception": "^4.1",
"codeception/verify": "^2.1",
"codeception/specify": "^1.0"
"codeception/specify": "^1.4"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/AspectMock/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class Kernel extends AspectKernel
{
public function init(array $options = [])
public function init(array $options = []): void
{
if (!isset($options['excludePaths'])) {
$options['excludePaths'] = [];
Expand Down

0 comments on commit 94838f2

Please sign in to comment.