Skip to content

Commit

Permalink
Add more classes in stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Jun 24, 2023
1 parent 7b7ce99 commit 91cb6a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# CHANGELOG

## Not yet released
## 0.5.2 (2023-06-24)

* Add documentation about installation in a Github Action
* Add more classes in stubs

## 0.5.1 (2023-06-22)

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/** @internal */
class Application extends SymfonyApplication
{
final public const VERSION = 'v0.5.1';
final public const VERSION = 'v0.5.2';

public function __construct(
private readonly string $rootDir,
Expand Down
2 changes: 2 additions & 0 deletions src/Stub/StubsGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ public function generateStubs(string $dest): void
\Symfony\Component\Console\Input\InputOption::class,
\Symfony\Component\Console\Output\OutputInterface::class,
\Symfony\Component\Console\Style\SymfonyStyle::class,
\Symfony\Component\Filesystem\Exception\ExceptionInterface::class,
\Symfony\Component\Filesystem\Filesystem::class,
\Symfony\Component\Filesystem\Path::class,
\Symfony\Component\Finder\Finder::class,
\Symfony\Component\Process\Exception\ExceptionInterface::class,
\Symfony\Component\Process\ExecutableFinder::class,
\Symfony\Component\Process\Process::class,
];
Expand Down

0 comments on commit 91cb6a2

Please sign in to comment.