Skip to content

Commit 7beae04

Browse files
authored
Merge pull request #13 from tarfin-labs/laravel-10-support
Add laravel 10 support
2 parents 72d7553 + 0f41ffe commit 7beae04

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
php: [8.0, 8.1]
12-
laravel: [8.*, 9.*]
12+
laravel: [8.*, 9.*, 10.*]
1313
stability: [prefer-lowest, prefer-stable]
1414
include:
1515
- laravel: 9.*

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to `laravel-spatial` will be documented in this file
44

5+
## 1.4.2 - 2023-02-16
6+
- Laravel 10 support added.
7+
58
## 1.4.1 - 2022-09-05
69
- Doctrtine unknown type error fixed.
710

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.0|^8.1",
20-
"illuminate/support": "^8.0|^9.0"
20+
"illuminate/support": "^8.0|^9.0|^10.0"
2121
},
2222
"require-dev": {
2323
"doctrine/dbal": "^3.3",

0 commit comments

Comments
 (0)