Skip to content

Commit 066af86

Browse files
authored
Bump spatie/laravel-package-tools version
Allows to use the new install command, without failing the tests on `prefer-lowest` stability
1 parent aeefd7a commit 066af86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.0",
2020
"filament/filament": "^2.0",
21-
"spatie/laravel-package-tools": "^1.9.2",
21+
"spatie/laravel-package-tools": "^1.13.5",
2222
"illuminate/contracts": "^9.0"
2323
},
2424
"require-dev": {
@@ -76,4 +76,4 @@
7676
},
7777
"minimum-stability": "dev",
7878
"prefer-stable": true
79-
}
79+
}

0 commit comments

Comments
 (0)