Skip to content

Commit

Permalink
Further updates
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Dec 30, 2024
1 parent fc82a5e commit 1f9f43b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
psalm:
name: Psalm
runs-on: ubuntu-24.04
if: false # disable for now, for existing code
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "~3.4",
"vimeo/psalm": "^4.22",
"vimeo/psalm": "^5.20",
"zendframework/zend-paginator": "~2.3"
},
"suggest": {
Expand All @@ -52,12 +52,12 @@
},
"autoload": {
"psr-4": {
"League\\Fractal\\": "src"
"PHPOpenSourceSaver\\Fractal\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"League\\Fractal\\Test\\": "test"
"PHPOpenSourceSaver\\Fractal\\Test\\": "test"
}
},
"scripts": {
Expand Down

0 comments on commit 1f9f43b

Please sign in to comment.