Skip to content

Commit 0a46f0a

Browse files
authored
add php8.3 support in composer
update homepage
1 parent 2304880 commit 0a46f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"authors": [
1212
{
1313
"name": "Seth Sharp",
14-
"homepage": "https://www.sethsharpportfolio.com/",
14+
"homepage": "https://sethsharp.dev",
1515
"role": "Maintainer, Developer"
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2",
19+
"php": "^8.2|^8.3",
2020
"guzzlehttp/guzzle": "^7.8",
2121
"nesbot/carbon": "^3.7"
2222
},

0 commit comments

Comments
 (0)