Skip to content

Commit

Permalink
Added Psalm tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Feb 29, 2024
1 parent be5e12f commit 17e89be
Show file tree
Hide file tree
Showing 5 changed files with 1,389 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
psalm.xml
1 change: 1 addition & 0 deletions bin/pie
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ declare(strict_types=1);
use Php\Pie\Command;
use Symfony\Component\Console\Application;

/** @psalm-suppress UnresolvableInclude */
include $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php';

$application = new Application('pie', 'dev-main');
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"php": "8.1.*||8.2.*||8.3.*",
"symfony/console": "^6.4"
},
"require-dev": {
"vimeo/psalm": "^5.22"
},
"config": {
"sort-packages": true,
"preferred-install": "dist"
Expand Down
Loading

0 comments on commit 17e89be

Please sign in to comment.