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

Commit b405a8a

Browse files
authored
Merge pull request #28 from spinen/feature/supportLaravel6
Support laravel 6
2 parents 805e9c0 + 0816d08 commit b405a8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
],
1717
"require": {
1818
"php": ">=7.2",
19-
"illuminate/console": "5.5.*|5.6.*|5.7.*|5.8.*",
20-
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
21-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
19+
"illuminate/console": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
20+
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
21+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
2222
"nesbot/carbon": "~1.20|^2.0",
2323
"psr/log": "^1.0"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^1",
2727
"phpunit/phpunit": "~7.0.1|~8.0",
28-
"psy/psysh": "^0.5.1",
29-
"symfony/thanks": "^1.0",
30-
"symfony/var-dumper": "~3.0"
28+
"psy/psysh": "^0.9.9",
29+
"symfony/thanks": "^1.1",
30+
"symfony/var-dumper": "~3.0|^4.2"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)