Skip to content

Commit 8919ea4

Browse files
committed
Added types, min PHP version is now 8.0
1 parent 2f4b229 commit 8919ea4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+956
-734
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"source": "https://github.com/cseufert/hamle"
2929
},
3030
"require": {
31-
"php": ">=7.4.0",
31+
"php": ">=8.0",
3232
"psr/log": "~1.0",
3333
"ext-mbstring": "*"
3434
},
3535
"require-dev": {
3636
"phpunit/phpunit": ">= 8.5",
37-
"vimeo/psalm": "^4.7"
37+
"vimeo/psalm": "^4.18"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)