Skip to content

Commit abc59e8

Browse files
committed
Bump dependencies for Laravel 10
1 parent cff1fce commit abc59e8

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
@@ -15,12 +15,12 @@
1515
"php": ">=7.2",
1616
"aws/aws-sdk-php": "^3.69.11",
1717
"guzzlehttp/guzzle": "^6.2.1 || ^7.0",
18-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
19-
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
18+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
19+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^1.3.5",
23-
"phpunit/phpunit": "^8.5.23"
23+
"phpunit/phpunit": "^8.5.23|^9.5.10"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)