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

Commit 0816d08

Browse files
committed
Upgrade dev packages so that Laravel 6 can be pulled in
1 parent 96b1c45 commit 0816d08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
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)