Skip to content

Commit cd53de6

Browse files
authored
Merge branch 'main' into dependabot/composer/spatie/laravel-data-4.20.0
2 parents 4a8c2b4 + 6830d84 commit cd53de6

File tree

5 files changed

+160
-157
lines changed

5 files changed

+160
-157
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Upload logs
9898
if: always()
99-
uses: actions/upload-artifact@v6
99+
uses: actions/upload-artifact@v7
100100
with:
101101
name: php-${{ matrix.php-version }}-logs
102102
path: storage/logs/laravel.log

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"filament/filament": "^3.3",
1919
"filament/spatie-laravel-media-library-plugin": "^3.3",
2020
"filament/spatie-laravel-translatable-plugin": "^3.3",
21-
"laravel/framework": "^12.49",
21+
"laravel/framework": "^12.53",
2222
"haydenpierce/class-finder": "^0.5.3",
23-
"laravel/scout": "^10.23",
23+
"laravel/scout": "^10.24",
2424
"laravel/tinker": "^2.11",
25-
"league/flysystem-aws-s3-v3": "^3.31",
25+
"league/flysystem-aws-s3-v3": "^3.32",
2626
"league/flysystem-read-only": "^3.31",
2727
"maatwebsite/excel": "^3.1",
28-
"sentry/sentry-laravel": "^4.20",
28+
"sentry/sentry-laravel": "^4.21",
2929
"spatie/laravel-activitylog": "^4.11",
3030
"spatie/laravel-data": "^4.20",
3131
"tpetry/laravel-query-expressions": "^1.5",
@@ -34,10 +34,10 @@
3434
"require-dev": {
3535
"barryvdh/laravel-ide-helper": "^3.6",
3636
"fakerphp/faker": "^1.24",
37-
"friendsofphp/php-cs-fixer": "^3.93",
37+
"friendsofphp/php-cs-fixer": "^3.94",
3838
"fruitcake/laravel-debugbar": "^4.0",
3939
"laravel/pail": "^1.2",
40-
"laravel/sail": "^1.52",
40+
"laravel/sail": "^1.53",
4141
"mockery/mockery": "^1.6",
4242
"nunomaduro/collision": "^8.8",
4343
"phpunit/phpunit": "^11.5"

0 commit comments

Comments
 (0)