Skip to content

Commit e3eea1a

Browse files
committed
Require Psysh ourselves.
...so consumers of this project can't forget it.
1 parent 5c6ab1a commit e3eea1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"require": {
2323
"php": ">=5.4",
2424
"cakephp/cakephp": "~3.0",
25-
"composer/installers": "~1.0"
25+
"composer/installers": "~1.0",
26+
"psy/psysh": "@stable"
2627
},
2728
"require-dev": {
2829
"phpunit/phpunit": "~4.1",

0 commit comments

Comments
 (0)