Skip to content

Commit a8ee456

Browse files
committed
Update dependencies for Laravel 9.
1 parent 27211ad commit a8ee456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
}
4343
},
4444
"require": {
45-
"illuminate/support": "7.*|8.*"
45+
"illuminate/support": "7.*|8.*|9.*"
4646
},
4747
"require-dev": {
48-
"orchestra/testbench": "5.*|6.*",
49-
"phpunit/phpunit": "^8.5.8|^9.3.3"
48+
"orchestra/testbench": "5.*|6.*|7.*",
49+
"phpunit/phpunit": "^8.5.8|^9.3.3|^9.5.10"
5050
}
5151
}

0 commit comments

Comments
 (0)