Skip to content

Commit e5f1368

Browse files
committed
Apply saloonphp/laravel-plugin#63 to verify tests pass
1 parent 1d95c0d commit e5f1368

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.2",
2020
"illuminate/contracts": "^11.0|^12.0",
21-
"saloonphp/laravel-plugin": "^3.5",
21+
"saloonphp/laravel-plugin": "dev-l12-compatibility",
2222
"spatie/laravel-package-tools": "^1.14"
2323
},
2424
"require-dev": {
@@ -45,6 +45,12 @@
4545
"SamuelMwangiW\\Africastalking\\Tests\\": "tests"
4646
}
4747
},
48+
"repositories": [
49+
{
50+
"type": "vcs",
51+
"url": "https://github.com/laravel-shift/laravel-plugin.git"
52+
}
53+
],
4854
"scripts": {
4955
"analyse": "vendor/bin/phpstan analyse",
5056
"test": "vendor/bin/pest",

0 commit comments

Comments
 (0)