Skip to content

Commit

Permalink
psalm type annotations, implemented, support for 7.1 and older dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusan Kasan authored and Dusan Kasan committed Apr 17, 2020
1 parent ba7bd35 commit b33973b
Show file tree
Hide file tree
Showing 15 changed files with 4,130 additions and 1,158 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
}
],
"require-dev": {
"phpspec/phpspec": "^3.4",
"henrikbjorn/phpspec-code-coverage": "^3.0",
"squizlabs/php_codesniffer": "^3.4",
"phpmd/phpmd" : "^2.0",
"ciaranmcnulty/phpspec-typehintedmethods": "^2.0",
"phpunit/phpunit": "^5.7",
"symfony/console": "^2.7"
"phpspec/phpspec": "^6.1",
"friends-of-phpspec/phpspec-code-coverage": "^4.3",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd" : "^2.8",
"phpunit/phpunit": "^8.5",
"symfony/console": "^5.0",
"vimeo/psalm": "^3.11"
},
"require": {
"php": ">=5.6.0"
"php": ">=7.2"
},
"autoload": {
"files": [
Expand Down
Loading

0 comments on commit b33973b

Please sign in to comment.