Skip to content

Commit 076ea88

Browse files
committed
Added orchestra, updated private key location
1 parent 48dae86 commit 076ea88

File tree

3 files changed

+1673
-91
lines changed

3 files changed

+1673
-91
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
}
1919
],
2020
"require": {
21-
"php" : "^7.0",
22-
"illuminate/support": "~5.4.0|~5.5.0",
21+
"php" : "^7.1",
22+
"illuminate/support": "~5.5.0",
2323
"aws/aws-sdk-php": "^3.52",
2424
"league/uri": "^5.2"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit" : "6.3"
27+
"orchestra/testbench": "~3.4.4|~3.5.0|~3.6.0",
28+
"phpunit/phpunit" : "^6.3|^7.0"
2829
},
2930
"autoload": {
3031
"psr-4": {

0 commit comments

Comments
 (0)