Skip to content

Commit 7810ab4

Browse files
authored
Buffer php extension (#1)
1 parent a3b662c commit 7810ab4

30 files changed

+2757
-1270
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.phpunit.result.cache
2+
/.vscode
13
/.idea
24
/vendor
35
/build

CHANGELOG.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ composer require phpinnacle/buffer
2323
```php
2424
<?php
2525

26-
use PHPinnacle\Buffer\Binary as Buffer;
26+
use PHPinnacle\Buffer\ByteBuffer as Buffer;
2727

2828
// AMQP protocol header
2929
$buffer = new Buffer;
@@ -37,10 +37,6 @@ $buffer
3737

3838
```
3939

40-
## Change log
41-
42-
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
43-
4440
## Testing
4541

4642
```bash
@@ -75,4 +71,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
7571
[link-code-quality]: https://scrutinizer-ci.com/g/phpinnacle/buffer
7672
[link-downloads]: https://packagist.org/packages/phpinnacle/buffer
7773
[link-author]: https://github.com/phpinnacle
78-
[link-contributors]: ../../contributors
74+
[link-contributors]: https://github.com/phpinnacle/buffer/graphs/contributors

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.1"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^6.0"
22+
"phpunit/phpunit": "^8.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)