Skip to content

Commit 15488a6

Browse files
committed
feat: update dependencies and publish new assets
1 parent 0226767 commit 15488a6

File tree

6 files changed

+1605
-721
lines changed

6 files changed

+1605
-721
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.3",
12+
"php": "^8.2",
1313
"filament/filament": "^3.3",
1414
"laravel/framework": "^12.0",
1515
"laravel/tinker": "^2.10.1",
1616
"livewire/livewire": "^3.6",
17-
"rectitude-open/filapress-core": "^1.6"
17+
"rectitude-open/filapress-core": "^1.10"
1818
},
1919
"require-dev": {
2020
"fakerphp/faker": "^1.23",
@@ -25,7 +25,8 @@
2525
"mockery/mockery": "^1.6",
2626
"nunomaduro/collision": "^8.6",
2727
"pestphp/pest": "^3.8",
28-
"pestphp/pest-plugin-laravel": "^3.1"
28+
"pestphp/pest-plugin-laravel": "^3.1",
29+
"pestphp/pest-plugin-livewire": "^3.0"
2930
},
3031
"autoload": {
3132
"psr-4": {
@@ -75,6 +76,6 @@
7576
"php-http/discovery": true
7677
}
7778
},
78-
"minimum-stability": "stable",
79+
"minimum-stability": "dev",
7980
"prefer-stable": true
8081
}

0 commit comments

Comments
 (0)