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

Commit ceab935

Browse files
committed
Fix versions
1 parent b3940c0 commit ceab935

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@
1818
"require": {
1919
"php": ">=5.5.0",
2020
"illuminate/support": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
21-
"swiftmailer/swiftmailer": "~5.1|~6.0"
21+
"swiftmailer/swiftmailer": "~5.1|~6.0",
22+
"phpunit/phpunit": "~4.0|~5.0|~6.0|~7.0"
2223
},
2324
"require-dev": {
24-
"mockery/mockery": "^0.9.1",
25-
"phpunit/phpunit": "~4.0|~5.0|~6.0|~7.0",
25+
"mockery/mockery": "~0.9",
26+
"phpunit/phpunit": "~5.0",
2627
"psy/psysh": "^0.5.1",
27-
"satooshi/php-coveralls": "^0.6.1|^1",
28+
"satooshi/php-coveralls": "~1",
2829
"symfony/thanks": "^1.0",
29-
"symfony/var-dumper": "~2.7|~3.0"
30+
"symfony/var-dumper": "~3.0"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)