Skip to content

Commit 579349a

Browse files
Merge pull request #1 from gisostallenberg/php-upgrade
Require PHP 8.1
2 parents 327ecc6 + 61ac914 commit 579349a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Builds URL's the way pecl_http does this",
44
"type": "library",
55
"require": {
6-
"php": "^5.3.9 || ^7.0.0"
6+
"php": "^8.1"
77
},
88
"license": "MIT",
99
"authors": [

composer.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)