Skip to content

Commit

Permalink
Changed Composer dependencies to target Porter v5 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Dec 8, 2019
1 parent 9f12307 commit 3460f6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
"amphp/amp": "^2.1",
"amphp/process": "^1.1",
"amphp/parallel": "^1.1",
"connectors/http": "dev-5.0-rc",
"connectors/ssl": "dev-5.0-rc",
"scriptfusion/porter": "dev-master as 5"
"connectors/http": "^3",
"scriptfusion/porter": "^5"
},
"require-dev": {
"mockery/mockery": "^1",
"phpunit/phpunit": "^6.5"
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3460f6b

Please sign in to comment.