Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit b905050

Browse files
committed
Support Laravel 5.5-5.8
1 parent 15b9ef6 commit b905050

File tree

2 files changed

+6
-35
lines changed

2 files changed

+6
-35
lines changed

composer.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.0",
20-
"illuminate/support": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
21-
"swiftmailer/swiftmailer": "~5.1|~6.0",
22-
"phpunit/phpunit": "~4.0|~5.0|~6.0|~7.0"
19+
"php": ">=7.2",
20+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
21+
"swiftmailer/swiftmailer": "~6.0",
22+
"phpunit/phpunit": "~7.0.1|^7.5"
2323
},
2424
"require-dev": {
25-
"mockery/mockery": "~0.9",
26-
"phpunit/phpunit": "~4.0",
25+
"mockery/mockery": "^1",
2726
"psy/psysh": "^0.5.1",
28-
"satooshi/php-coveralls": "~1",
2927
"symfony/thanks": "^1.0",
30-
"symfony/var-dumper": "~3.0"
28+
"symfony/var-dumper": "~3.0|^4.2"
3129
},
3230
"autoload": {
3331
"psr-4": {

tests/Stubs/OldMailTrackingStub.php

-27
This file was deleted.

0 commit comments

Comments
 (0)