Skip to content

Commit 65f344c

Browse files
author
Bram Ceulemans
committed
Allow laravel 9.0
1 parent 1ec19f9 commit 65f344c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^7.4|^8.0",
21-
"illuminate/contracts": "^8.0"
21+
"illuminate/contracts": "^8.0|^9.0"
2222
},
2323
"require-dev": {
2424
"brianium/paratest": "^6.3",
@@ -46,7 +46,10 @@
4646
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
4747
},
4848
"config": {
49-
"sort-packages": true
49+
"sort-packages": true,
50+
"allow-plugins": {
51+
"phpstan/extension-installer": true
52+
}
5053
},
5154
"extra": {
5255
"branch-alias": {

0 commit comments

Comments
 (0)