Skip to content

Commit 279a654

Browse files
committed
update to support l12
1 parent 916a9c9 commit 279a654

15 files changed

+8760
-6927
lines changed

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.2]
17-
laravel: [10.*]
17+
laravel: [12.*]
1818
stability: [prefer-stable]
1919
include:
20-
- laravel: 10.*
21-
testbench: 8.*
20+
- laravel: 12.*
21+
testbench: 10.*
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2424

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"keywords": [
55
"laravel",
66
"lara-zeus",
7-
"form",
8-
"core",
9-
"contact"
7+
"core"
108
],
119
"homepage": "https://larazeus.com",
1210
"support": {
@@ -27,7 +25,7 @@
2725
"ext-pdo_sqlite": "*",
2826
"ext-sqlite3": "*",
2927
"filament/spatie-laravel-translatable-plugin": "^3.3",
30-
"archtechx/laravel-seo": "dev-l12-compatibility",
28+
"lara-zeus/laravel-seo": "^1.0",
3129
"calebporzio/sushi": "^2.4",
3230
"codeat3/blade-iconpark": "^1.5",
3331
"filament/filament": "^3.3"
@@ -69,7 +67,8 @@
6967
"sort-packages": true,
7068
"allow-plugins": {
7169
"pestphp/pest-plugin": true,
72-
"phpstan/extension-installer": true
70+
"phpstan/extension-installer": true,
71+
"dealerdirect/phpcodesniffer-composer-installer": true
7372
}
7473
},
7574
"extra": {

0 commit comments

Comments
 (0)