Skip to content

Commit

Permalink
v0.0.5 (2024-05-25) fix Cannot resolve symbol pdo/connect error. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed May 25, 2024
1 parent 4120cd5 commit 39d2cf1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.0.5 (2024-05-25)

### Bugfix

* fix `Cannot resolve symbol 'pdo/connect'` error. add `phel-config.php` #1

## v0.0.4 (2024-05-25)

### Features
Expand Down
9 changes: 9 additions & 0 deletions phel-config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

use Phel\Config\PhelConfig;

return (new PhelConfig())
->setSrcDirs(['src'])
->setTestDirs(['tests']);

0 comments on commit 39d2cf1

Please sign in to comment.