Skip to content

Commit

Permalink
update composer.json to allow php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Vaesen committed May 15, 2024
1 parent 8b82469 commit bf6111d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": "https://github.com/markstory/mini-asset"
},
"require": {
"php": ">=7.4,<8.3",
"php": ">=7.4,<8.4",
"league/climate": "~3.0"
},
"require-dev": {
Expand Down Expand Up @@ -59,4 +59,4 @@
"stan": "phpstan analyse src/ && psalm.phar --show-info=false",
"psalm": "psalm.phar --show-info=false"
}
}
}

0 comments on commit bf6111d

Please sign in to comment.