Skip to content

Commit

Permalink
Version bumped to PHP 8.4.
Browse files Browse the repository at this point in the history
Fixes Issue tempestphp#165.
  • Loading branch information
hopeseekr committed Dec 23, 2024
1 parent 55f4132 commit 76e611d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@
}
],
"require": {
"php": "^8.3"
"php": "^8.4"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^1.10.0",
"friendsofphp/php-cs-fixer": "^3.21",
"league/commonmark": "^2.4",
"assertchris/ellison": "^1.0.2",
"symfony/var-dumper": "^6.4|^7.0"
"symfony/var-dumper": "^6.4|^7.0",
"rector/rector": "^1.2"
},
"suggest": {
"assertchris/ellison": "Allows you to analyse sentence complexity",
Expand Down

0 comments on commit 76e611d

Please sign in to comment.