Skip to content

Commit 83c2b7a

Browse files
committed
Fix bug free psalm version
1 parent 91dbe6b commit 83c2b7a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ script:
3131
- ./vendor/bin/phpcs
3232
- ./vendor/bin/psalm
3333
- if [ "$TRAVIS_PHP_VERSION" == "7.3" ]; then ./vendor/bin/phpunit --coverage-clover coverage.xml; else ./vendor/bin/phpunit; fi
34-
- ls -la
3534

3635
after_success:
3736
- if [ "$TRAVIS_PHP_VERSION" == "7.3" ]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"phpunit/phpunit": "^8.5 || ^9.5",
3030
"phpmd/phpmd": "^2.9",
3131
"squizlabs/php_codesniffer": "^3.5",
32-
"vimeo/psalm": "^4.3",
32+
"vimeo/psalm": "^4.3.1",
3333
"phpro/grumphp": "^0.19 || ^1.2.0"
3434
}
3535
}

0 commit comments

Comments
 (0)