Skip to content

Commit

Permalink
update amphp dependencies (#13)
Browse files Browse the repository at this point in the history
* update amphp dependencies
* change ci configuration
  • Loading branch information
mmasiukevich authored and Anton Shabouta committed Sep 6, 2019
1 parent 554efed commit 2bf38f7
Show file tree
Hide file tree
Showing 4 changed files with 558 additions and 373 deletions.
2 changes: 0 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ checks:
build:
nodes:
analysis:
services:
rabbitmq: 3
project_setup:
override: true
tests:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": "^7.2",
"amphp/amp": "^2.0",
"amphp/socket": "^0.10",
"amphp/amp": "v2.2.*",

This comment has been minimized.

Copy link
@trowski

trowski Sep 11, 2019

Generally this should be ^2.2. Using v2.2.* will pin this library to using only 2.2.x and not install 2.3, 2.4, etc.

"amphp/socket": "^1",
"phpinnacle/buffer": "^1.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 2bf38f7

Please sign in to comment.