Skip to content

Commit

Permalink
Buffer php extension (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
zloyuser authored Mar 14, 2019
1 parent a3b662c commit 7810ab4
Show file tree
Hide file tree
Showing 30 changed files with 2,757 additions and 1,270 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.phpunit.result.cache
/.vscode
/.idea
/vendor
/build
22 changes: 0 additions & 22 deletions CHANGELOG.md

This file was deleted.

8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ composer require phpinnacle/buffer
```php
<?php

use PHPinnacle\Buffer\Binary as Buffer;
use PHPinnacle\Buffer\ByteBuffer as Buffer;

// AMQP protocol header
$buffer = new Buffer;
Expand All @@ -37,10 +37,6 @@ $buffer

```

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Testing

```bash
Expand Down Expand Up @@ -75,4 +71,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
[link-code-quality]: https://scrutinizer-ci.com/g/phpinnacle/buffer
[link-downloads]: https://packagist.org/packages/phpinnacle/buffer
[link-author]: https://github.com/phpinnacle
[link-contributors]: ../../contributors
[link-contributors]: https://github.com/phpinnacle/buffer/graphs/contributors
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7810ab4

Please sign in to comment.