Skip to content

Commit

Permalink
Merge 6ff858a into ec1b5cb
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jul 24, 2018
2 parents ec1b5cb + 6ff858a commit 9331442
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_script:
- tar xf EventStore-OSS-Ubuntu-14.04-v4.1.1-hotfix1.tar.gz
- cd EventStore-OSS-Ubuntu-14.04-v4.1.1-hotfix1
- echo starting event-store
- ./run-node.sh --run-projections=all --db ESData > /dev/null &
- ./run-node.sh --run-projections=all --mem-db > /dev/null &
- cd ..
- mkdir -p "$HOME/.php-cs-fixer"
- phpenv config-rm xdebug.ini
Expand Down
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
"php": "^7.2",
"amphp/amp": "^2.0.7",
"amphp/artax": "^3.0.14",
"amphp/byte-stream": "^1.3.1",
"amphp/cache": "^1.2.0",
"amphp/dns": "^0.9.13",
"amphp/file": "^0.3.1",
"amphp/log": "^1.0.0",
"amphp/parallel": "^0.2.5",
"amphp/socket": "^0.10.9",
"amphp/uri": "^0.1.3",
"google/protobuf": "^3.6",
"ramsey/uuid": "^3.7.3"
},
Expand Down

0 comments on commit 9331442

Please sign in to comment.