Skip to content

Commit fa893c8

Browse files
committed
bump dependencies
1 parent 2a32c77 commit fa893c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
19+
"php": "^7.3 || ^8.0",
2020
"aws/aws-sdk-php": "^3.145",
21-
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
21+
"illuminate/support": "5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^4.0",
25-
"phpunit/phpunit": "^8.0"
24+
"orchestra/testbench": "^5.0 || ^6.0",
25+
"phpunit/phpunit": "^8.4 || ^9.3.3"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)