Skip to content

Commit 64bbf88

Browse files
committed
build: fix required php version
1 parent d19ae07 commit 64bbf88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"type": "library",
66
"keywords": [
7-
"Cookies",
8-
"PHP"
7+
"cookies",
8+
"php"
99
],
1010
"authors": [
1111
{
@@ -21,7 +21,7 @@
2121
"discussions": "https://github.com/josantonius/php-cookie/discussions"
2222
},
2323
"require": {
24-
"php": "^8.0"
24+
"php": "^8.1"
2525
},
2626
"require-dev": {
2727
"guzzlehttp/guzzle": "^7.4",

0 commit comments

Comments
 (0)