We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72d7553 + 0f41ffe commit 7beae04Copy full SHA for 7beae04
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
php: [8.0, 8.1]
12
- laravel: [8.*, 9.*]
+ laravel: [8.*, 9.*, 10.*]
13
stability: [prefer-lowest, prefer-stable]
14
include:
15
- laravel: 9.*
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `laravel-spatial` will be documented in this file
4
5
+## 1.4.2 - 2023-02-16
6
+- Laravel 10 support added.
7
+
8
## 1.4.1 - 2022-09-05
- Doctrtine unknown type error fixed.
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
19
"php": "^8.0|^8.1",
20
- "illuminate/support": "^8.0|^9.0"
+ "illuminate/support": "^8.0|^9.0|^10.0"
21
},
22
"require-dev": {
23
"doctrine/dbal": "^3.3",
0 commit comments