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

Commit 3aa2179

Browse files
committed
Allow for 5.4
1 parent 412550a commit 3aa2179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.0",
20-
"illuminate/support": "~5.1.10|5.2.*|5.3.*",
20+
"illuminate/support": "~5.1.10|5.2.*|5.3.*|5.4.*",
2121
"swiftmailer/swiftmailer": "~5.1"
2222
},
2323
"require-dev": {
2424
"mockery/mockery": "^0.9.1",
2525
"phpunit/phpunit": "~4.0|~5.0",
2626
"psy/psysh": "^0.5.1",
27-
"satooshi/php-coveralls": "^0.6.1",
27+
"satooshi/php-coveralls": "^0.6.1|^1",
2828
"symfony/var-dumper": "~2.7|~3.0"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)