Skip to content

Commit 51b81cc

Browse files
Bumped versions
1 parent 88a0cb7 commit 51b81cc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ This version supports [PHP](https://php.net) 7.4-8.2. To get started, simply req
2929

3030
```bash
3131
$ composer require "m4tthumphrey/php-gitlab-api:^11.10" \
32-
"guzzlehttp/guzzle:^7.5" "http-interop/http-factory-guzzle:^1.2"
32+
"guzzlehttp/guzzle:^7.5.1" "http-interop/http-factory-guzzle:^1.2"
3333
```
3434

3535
### Framework Integration
3636

3737
#### Laravel:
3838

3939
```bash
40-
$ composer require "graham-campbell/gitlab:^7.1"
40+
$ composer require "graham-campbell/gitlab:^7.2"
4141
```
4242

4343
#### Symfony:
4444

4545
```bash
4646
$ composer require "zeichen32/gitlabapibundle:^6.0" \
47-
"symfony/http-client:^5.4" "nyholm/psr7:^1.4"
47+
"symfony/http-client:^6.2" "nyholm/psr7:^1.7"
4848
```
4949

5050
We are decoupled from any HTTP messaging client by using [PSR-7](https://www.php-fig.org/psr/psr-7/), [PSR-17](https://www.php-fig.org/psr/psr-17/), [PSR-18](https://www.php-fig.org/psr/psr-18/), and [HTTPlug](https://httplug.io/). You can visit [HTTPlug for library users](https://docs.php-http.org/en/latest/httplug/users.html) to get more information about installing HTTPlug related packages. The framework integration [graham-campbell/gitlab](https://github.com/GrahamCampbell/Laravel-GitLab) is by [Graham Campbell](https://github.com/GrahamCampbell) and [zeichen32/gitlabapibundle](https://github.com/Zeichen32/GitLabApiBundle) is by [Jens Averkamp](https://github.com/Zeichen32).

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
"php": "^7.4.15 || ^8.0.2",
3030
"ext-json": "*",
3131
"ext-xml": "*",
32-
"php-http/cache-plugin": "^1.7.5",
33-
"php-http/client-common": "^2.6",
34-
"php-http/discovery": "^1.15",
35-
"php-http/httplug": "^2.3",
36-
"php-http/multipart-stream-builder": "^1.2",
32+
"php-http/cache-plugin": "^1.8",
33+
"php-http/client-common": "^2.6.1",
34+
"php-http/discovery": "^1.17",
35+
"php-http/httplug": "^2.4",
36+
"php-http/multipart-stream-builder": "^1.3",
3737
"psr/cache": "^1.0 || ^2.0 || ^3.0",
3838
"psr/http-client-implementation": "^1.0",
3939
"psr/http-factory-implementation": "^1.0",
40-
"psr/http-message": "^1.0",
40+
"psr/http-message": "^1.1 || ^2.0",
4141
"symfony/options-resolver": "^4.4 || ^5.0 || ^6.0",
4242
"symfony/polyfill-php80": "^1.26"
4343
},
4444
"require-dev": {
4545
"bamarni/composer-bin-plugin": "^1.8.2",
46-
"guzzlehttp/guzzle": "^7.5",
46+
"guzzlehttp/guzzle": "^7.5.1",
4747
"http-interop/http-factory-guzzle": "^1.0"
4848
},
4949
"autoload": {

0 commit comments

Comments
 (0)