File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " ^7.1" ,
14- "illuminate/database" : " ~5.5.0|~5.6.0|~5.7.0" ,
15- "illuminate/support" : " ~5.5.0|~5.6.0|~5.7.0"
14+ "illuminate/database" : " ~5.5.0|~5.6.0|~5.7.0|^6.0 " ,
15+ "illuminate/support" : " ~5.5.0|~5.6.0|~5.7.0|^6.0 "
1616 },
1717 "require-dev" : {
1818 "ext-pdo_sqlite" : " *" ,
1919 "mockery/mockery" : " ^1.0.0" ,
20- "orchestra/testbench" : " ~3.5.0|~3.6.0" ,
21- "phpunit/phpunit" : " ^7.0"
20+ "orchestra/testbench" : " ~3.5.0|~3.6.0|^4.0|^5.0 " ,
21+ "phpunit/phpunit" : " ^7.0|^8.0|^9.0 "
2222 },
2323 "autoload" : {
2424 "psr-4" : {
Original file line number Diff line number Diff line change 77
88class TestCase extends Orchestra
99{
10- public function setUp ()
10+ protected function setUp () : void
1111 {
1212 parent ::setUp ();
1313
You can’t perform that action at this time.
0 commit comments