Skip to content

Commit

Permalink
Release v3.4.0
Browse files Browse the repository at this point in the history
Include lib/structure/
  • Loading branch information
szepeviktor committed Oct 1, 2022
1 parent aae7c15 commit 643c34c
Show file tree
Hide file tree
Showing 3 changed files with 1,444 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"php-stubs/wordpress-stubs": "^5.3.0"
},
"require-dev": {
"php": "~7.1",
"giacocorsiglia/stubs-generator": "^0.5.0"
"php": "~7.4",
"php-stubs/generator": "^0.8.0"
},
"suggest": {
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan",
Expand Down
1 change: 1 addition & 0 deletions finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

return \StubsGenerator\Finder::create()
->in('source/genesis/lib/functions')
->in('source/genesis/lib/structure')
->append(\StubsGenerator\Finder::create()
->in(['source/genesis/lib'])
->files()
Expand Down
Loading

0 comments on commit 643c34c

Please sign in to comment.