8000 Merge pull request #170 from bobthecow/support-psysh-v012 · KornaLaravel/laravel-tinker@ac2f6d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac2f6d0

Browse files
authored
Merge pull request laravel#170 from bobthecow/support-psysh-v012
Update PsySH dependency to v0.12
2 parents 708f9e6 + a3c3a4a commit ac2f6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
1515
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
1616
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
17-
"psy/psysh": "^0.10.4|^0.11.1",
17+
"psy/psysh": "^0.10.4|^0.11.1|^0.12.0",
1818
"symfony/var-dumper": "^4.3.4|^5.0|^6.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)
2A45
0