Skip to content

Commit

Permalink
Merge pull request #538 from phel-lang/update-psalm-5-1
Browse files Browse the repository at this point in the history
Update psalm 5.1
  • Loading branch information
Chemaclass committed Dec 20, 2022
2 parents d8709ee + d4f29b6 commit 3737609
Show file tree
Hide file tree
Showing 13 changed files with 348 additions and 472 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -17,10 +17,10 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.0.2",
"gacela-project/gacela": "^0.32",
"phpunit/php-timer": "^5.0",
"symfony/console": "^5.4"
"symfony/console": "^6.0"
},
"require-dev": {
"ext-readline": "*",
Expand All @@ -30,8 +30,8 @@
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18",
"symfony/var-dumper": "^5.4",
"vimeo/psalm": "^4.30"
"symfony/var-dumper": "^6.0",
"vimeo/psalm": "^5.1"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -79,7 +79,7 @@
],
"config": {
"platform": {
"php": "8.0"
"php": "8.0.2"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
Expand Down

0 comments on commit 3737609

Please sign in to comment.