File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
composer.lock
2
+ .phpunit.result.cache
2
3
/vendor
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-duplicate ` will be documented in this file
4
4
5
+ ## 2.1.0 - 2019/22/03
6
+
7
+ - Support Laravel 5.8
8
+
5
9
## 2.0.0 - 2019/22/03
6
10
7
11
- Transferred ownership to the [ Neurony] ( https://github.com/Neurony ) organisation
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^7.1.3" ,
24
- "illuminate/contracts" : " ~5.7.0" ,
25
- "illuminate/support" : " ~5.7.0" ,
26
- "illuminate/database" : " ~5.7.0"
24
+ "illuminate/contracts" : " ~5.7.0|~5.8.0 " ,
25
+ "illuminate/support" : " ~5.7.0|~5.8.0 " ,
26
+ "illuminate/database" : " ~5.7.0|~5.8.0 "
27
27
},
28
28
"require-dev" : {
29
- "orchestra/testbench" : " ~3.7.0" ,
30
- "phpunit/phpunit" : " ~7.0"
29
+ "orchestra/testbench" : " ~3.7.0|~3.8.0 " ,
30
+ "phpunit/phpunit" : " ~7.0|^8.0 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ abstract class TestCase extends Orchestra
36
36
*
37
37
* @return void
38
38
*/
39
- public function setUp ()
39
+ public function setUp (): void
40
40
{
41
41
parent ::setUp ();
42
42
You can’t perform that action at this time.
0 commit comments