Skip to content

Commit ae548fd

Browse files
committed
basic test setup
1 parent c7a044f commit ae548fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
"ext-openssl": "*",
2121
"lcobucci/jwt": "^3.2",
2222
"illuminate/support": ">=5.4.0"
23+
},
24+
"require-dev": {
25+
"orchestra/testbench": "^3.4",
26+
"phpunit/phpunit": "^6.1",
27+
"mockery/mockery": "^0.9.9"
2328
}
2429
}

0 commit comments

Comments
 (0)