Skip to content

Commit 47326b1

Browse files
authored
Merge pull request #29 from beporter/patch-1
Remove psy/psysh as a required dependency.
2 parents 78ff6fa + 0b9b68d commit 47326b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"require": {
2323
"php": ">=5.4",
2424
"cakephp/cakephp": "~3.1",
25-
"composer/installers": "~1.0",
26-
"psy/psysh": "@stable"
25+
"composer/installers": "~1.0"
2726
},
2827
"require-dev": {
2928
"phpunit/phpunit": "~4.1",

0 commit comments

Comments
 (0)