Skip to content

Commit 1cc25ad

Browse files
author
Anton Shabouta
committed
C extension moved to separate repository
1 parent 3fb882f commit 1cc25ad

20 files changed

+4
-1667
lines changed

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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "PHPinnacle binary buffer implementation",
55
"keywords": [
6-
"phpinnacle", "binary", "buffer", "binary data", "pack", "unpack"
6+
"phpinnacle", "buffer", "byte buffer", "binary", "binary data", "pack", "unpack"
77
],
88
"homepage": "https://github.com/phpinnacle/buffer",
99
"license": "MIT",
@@ -21,6 +21,9 @@
2121
"require-dev": {
2222
"phpunit/phpunit": "^8.0"
2323
},
24+
"suggest": {
25+
"ext-buffer": "C extension to speed up pack/unpack binary data"
26+
},
2427
"autoload": {
2528
"psr-4": {
2629
"PHPinnacle\\Buffer\\": "src"

ext/.gitignore

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

ext/Buffer.cpp

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

0 commit comments

Comments
 (0)