Skip to content

Commit

Permalink
Add support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Dec 15, 2024
1 parent 8ff1284 commit 74f499c
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 @@ -9,7 +9,7 @@
"homepage": "https://github.com/odan/session",
"license": "MIT",
"require": {
"php": "8.2.* || 8.3.*",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"psr/http-message": "^1 || ^2",
"psr/http-server-handler": "^1",
"psr/http-server-middleware": "^1"
Expand All @@ -18,7 +18,7 @@
"friendsofphp/php-cs-fixer": "^3",
"middlewares/utils": "^3",
"nyholm/psr7": "^1.5",
"phpstan/phpstan": "^1",
"phpstan/phpstan": "^2",
"phpunit/phpunit": "^11",
"squizlabs/php_codesniffer": "^3"
},
Expand Down

0 comments on commit 74f499c

Please sign in to comment.