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

Commit 2b161f0

Browse files
authored
Merge pull request #52 from spinen/feature/upgradeToLaravel6
Allow Laravel 6
2 parents 8be7825 + d691d58 commit 2b161f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": ">=7.2",
20-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
20+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
2121
"swiftmailer/swiftmailer": "~6.0",
22-
"phpunit/phpunit": "~7.0.1|^7.5"
22+
"phpunit/phpunit": "~7.0.1|~8.0"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1",
26-
"psy/psysh": "^0.5.1",
27-
"symfony/thanks": "^1.0",
26+
"psy/psysh": "^0.9.9",
27+
"symfony/thanks": "^1.1",
2828
"symfony/var-dumper": "~3.0|^4.2"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)