This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker stop $(docker ps -a -q) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -it -v $(pwd):/home/test cocoders/php7-cli bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "require-dev": { | |
| "phpspec/phpspec" : "^3.0" | |
| }, | |
| "config": { | |
| "bin-dir": "bin" | |
| }, | |
| "autoload": { | |
| "psr-0": { | |
| "": "src" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export XDEBUG_CONFIG="idekey=PHPSTORM" | |
| export PHP_IDE_CONFIG="serverName=server" | |
| php -dxdebug.remote_host=33.33.33.1 bin/behat |