Skip to content

Commit a749e00

Browse files
Nyholmjbelien
andauthored
Prepare release of 5.0.0 for willdurand/geocoder (#1209)
* Prepare release of 5.0.0 for willdurand/geocoder * Be more restrictrive with PHP versions * minor * Update matrix * minor * minor * cs fixes * Run tests on PHP 8.4 --------- Co-authored-by: Jonathan Beliën <[email protected]> Co-authored-by: Jonathan Beliën <[email protected]>
1 parent 9ff2234 commit a749e00

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-version: ['8.0', '8.1', '8.2', '8.3', '8.4']
16+
php-version: ['8.2', '8.3', '8.4']
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Use PHP ${{ matrix.php-version }}

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
## 5.0.0
6+
7+
- Drop support for PHP < 8.2
8+
- Added return values on classes and interfaces
9+
510
## 4.6.0
611

712
### Removed

composer.json

+3-3
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+
}

0 commit comments

Comments
 (0)