Skip to content

Commit d72b8a6

Browse files
authored
Merge pull request #174 from splitio/task/requestDepClen
Task/request dep clen
2 parents 5085029 + 09157fe commit d72b8a6

File tree

11 files changed

+12
-512
lines changed

11 files changed

+12
-512
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
7.1.1 (Feb 11, 2021)
2+
- Removed unused logic for HTTP and requests dependency.
3+
14
7.1.0 (Dec 3, 2021)
25
- Added a new option to use when running Redis in cluster mode called `keyHashTags` which receives a list of hashtags from which the SDK will randomly pick one to use on the generated instance.
36

CONTRIBUTORS-GUIDE.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,29 @@ Split SDK is an open source project and we welcome feedback and contribution. Th
66

77
### Development process
88

9-
1. Fork the repository and create a topic branch from `development` branch. Please use a descriptive name for your branch.
9+
1. Fork the repository and create a topic branch from `develop` branch. Please use a descriptive name for your branch.
1010
2. While developing, use descriptive messages in your commits. Avoid short or meaningless sentences like "fix bug".
1111
3. Make sure to add tests for both positive and negative cases.
1212
4. Run the build script and make sure it runs with no errors.
1313
5. Run all tests and make sure there are no failures.
1414
6. `git push` your changes to GitHub within your topic branch.
15-
7. Open a Pull Request(PR) from your forked repo and into the `development` branch of the original repository.
15+
7. Open a Pull Request(PR) from your forked repo and into the `develop` branch of the original repository.
1616
8. When creating your PR, please fill out all the fields of the PR template, as applicable, for the project.
17-
9. Check for conflicts once the pull request is created to make sure your PR can be merged cleanly into `development`.
17+
9. Check for conflicts once the pull request is created to make sure your PR can be merged cleanly into `develop`.
1818
10. Keep an eye out for any feedback or comments from Split's SDK team.
1919

2020
### Building the SDK
21+
2122
- `composer install`
2223

2324
### Running tests
25+
2426
- `vendor/bin/phpunit -c phpunit.xml.dist --testsuite integration`
2527

2628
### Linting and other useful checks
29+
2730
- `vendor/bin/phpcs --ignore=functions.php --standard=PSR2 src/`
2831

29-
# Contact
32+
## Contact
3033

3134
If you have any other questions or need to contact us directly in a private manner send us a note at sdks@split.io

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"php": ">=7.3",
2626
"psr/log": "~1.0",
2727
"predis/predis": "^1.1.9",
28-
"rmccue/requests": "^1.8.1",
2928
"symfony/yaml": ">=5.3"
3029
},
3130

src/SplitIO/Component/Http/MethodEnum.php

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

src/SplitIO/Component/Http/ResponseHelper.php

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

src/SplitIO/Component/Http/Uri.php

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

0 commit comments

Comments
 (0)