Skip to content

Commit 5557a28

Browse files
authored
Integrate new buffer (#8)
1 parent c40d256 commit 5557a28

16 files changed

+750
-1080
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.phpunit.result.cache
12
/.idea
23
/vendor
34
/build

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ What types of changes does your code introduce? Put an `x` in all the boxes that
2727

2828
Go over all the following points, and put an `x` in all the boxes that apply.
2929

30-
Please, please, please, don't send your pull request until all of the boxes are ticked. Once your pull request is created, it will trigger a build on our [continuous integration](http://www.phptherightway.com/#continuous-integration) server to make sure your [tests and code style pass](https://help.github.com/articles/about-required-status-checks/).
31-
3230
- [ ] I have read the **[CONTRIBUTING](CONTRIBUTING.md)** document.
3331
- [ ] My pull request addresses exactly one patch/feature.
3432
- [ ] I have created a branch for this patch/feature.

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
"require": {
1919
"php": "^7.2",
2020
"amphp/amp": "^2.0",
21-
"amphp/socket": "^0.10.11",
22-
"phpinnacle/buffer": "^0.1.2"
21+
"amphp/socket": "^0.10",
22+
"phpinnacle/buffer": "^1.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^6.0",
26-
"amphp/phpunit-util": "^1.0"
25+
"phpunit/phpunit": "^8.0"
2726
},
2827
"autoload": {
2928
"psr-4": {

0 commit comments

Comments
 (0)