Skip to content

Commit d381285

Browse files
committed
Be more restrictrive with PHP versions
1 parent e63d821 commit d381285

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Common/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## 5.0.0
66

7-
- Drop support for PHP 7.4
7+
- Drop support for PHP < 8.2
88
- Added return values on classes and interfaces
99

1010
## 4.6.0

src/Common/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.0"
20+
"php": ">=8.2"
2121
},
2222
"require-dev": {
2323
"nyholm/nsa": "^1.1",
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "4.1-dev"
32+
"dev-master": "5.1-dev"
3333
}
3434
},
3535
"autoload": {
@@ -49,4 +49,4 @@
4949
"php-http/discovery": false
5050
}
5151
}
52-
}
52+
}

src/Http/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php-http/discovery": "^1.17",
1919
"psr/http-client-implementation": "^1.0",
2020
"psr/http-factory-implementation": "^1.0",
21-
"willdurand/geocoder": "^4.0"
21+
"willdurand/geocoder": "^4.0 || ^5.0"
2222
},
2323
"require-dev": {
2424
"nyholm/psr7": "^1.0",

0 commit comments

Comments
 (0)