Skip to content

Commit 93e20bc

Browse files
authored
Merge pull request #37 from etopian/main
Update composer.json for Laravel 10.
2 parents 6479177 + 6163b0b commit 93e20bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"php": "^7.3|^7.4|^8.0",
2929
"aws/aws-sdk-php": "^3.178",
3030
"guzzlehttp/guzzle": "^6.0|^7.0",
31-
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0",
31+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
3232
"ext-json": "*"
3333
},
3434
"require-dev": {
35-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
36-
"phpunit/phpunit": "^5.0|^6.0|^8.0|^9.3"
35+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
36+
"phpunit/phpunit": "^5.0|^6.0|^8.0|^9.0|^10.0"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)