Skip to content

Commit 57f50fe

Browse files
authored
Merge pull request #49 from lara-zeus/fix-create
fix creating a new dashboard
2 parents 3fb7f1e + d3eaf4a commit 57f50fe

File tree

4 files changed

+2972
-4781
lines changed

4 files changed

+2972
-4781
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2]
17-
laravel: [10.*]
16+
php: [8.3]
17+
laravel: [11.*]
1818
stability: [prefer-stable]
1919
include:
20-
- laravel: 10.*
21-
testbench: 8.*
20+
- laravel: 11.*
21+
testbench: 9.*
2222

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

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@
2828
"lara-zeus/core": "^3.1"
2929
},
3030
"require-dev": {
31-
"laravel/pint": "^1.0",
32-
"nunomaduro/collision": "^7.0",
33-
"larastan/larastan": "^2.0",
34-
"nunomaduro/phpinsights": "^2.8",
35-
"orchestra/testbench": "^8.0",
36-
"pestphp/pest": "^2.0",
37-
"pestphp/pest-plugin-arch": "^2.0",
38-
"pestphp/pest-plugin-laravel": "^2.0",
39-
"pestphp/pest-plugin-livewire": "^2.1",
40-
"phpstan/extension-installer": "^1.1",
41-
"phpstan/phpstan-deprecation-rules": "^1.1"
31+
"laravel/pint": "^1.22",
32+
"nunomaduro/collision": "^8.0",
33+
"larastan/larastan": "^3.4",
34+
"orchestra/testbench": "^10.0",
35+
"pestphp/pest": "^3.0",
36+
"pestphp/pest-plugin-arch": "^3.0",
37+
"pestphp/pest-plugin-laravel": "^3.0",
38+
"pestphp/pest-plugin-livewire": "^3.0",
39+
"phpstan/extension-installer": "^1.4",
40+
"phpstan/phpstan-deprecation-rules": "^2.0"
4241
},
4342
"autoload": {
4443
"psr-4": {

0 commit comments

Comments
 (0)