Skip to content

Commit

Permalink
[feature/psalm] Add psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Mar 16, 2024
1 parent ba29924 commit f4413d4
Show file tree
Hide file tree
Showing 3 changed files with 1,344 additions and 242 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "CC BY-NC-SA 4.0",
"require": {
"php": ">=8.1",
"php": "^8.3",
"cagilo/cagilo": "^3.2",
"doctrine/dbal": "^3.7",
"esplora/spire": "0.0.1",
Expand Down Expand Up @@ -52,7 +52,8 @@
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
"spatie/laravel-ignition": "^2.0",
"vimeo/psalm": "^5.23"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit f4413d4

Please sign in to comment.