Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 30, 2023
1 parent 88a0cb7 commit 51b81cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ This version supports [PHP](https://php.net) 7.4-8.2. To get started, simply req

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

### Framework Integration

#### Laravel:

```bash
$ composer require "graham-campbell/gitlab:^7.1"
$ composer require "graham-campbell/gitlab:^7.2"
```

#### Symfony:

```bash
$ composer require "zeichen32/gitlabapibundle:^6.0" \
"symfony/http-client:^5.4" "nyholm/psr7:^1.4"
"symfony/http-client:^6.2" "nyholm/psr7:^1.7"
```

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).
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"php": "^7.4.15 || ^8.0.2",
"ext-json": "*",
"ext-xml": "*",
"php-http/cache-plugin": "^1.7.5",
"php-http/client-common": "^2.6",
"php-http/discovery": "^1.15",
"php-http/httplug": "^2.3",
"php-http/multipart-stream-builder": "^1.2",
"php-http/cache-plugin": "^1.8",
"php-http/client-common": "^2.6.1",
"php-http/discovery": "^1.17",
"php-http/httplug": "^2.4",
"php-http/multipart-stream-builder": "^1.3",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/http-client-implementation": "^1.0",
"psr/http-factory-implementation": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"symfony/options-resolver": "^4.4 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.26"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"guzzlehttp/guzzle": "^7.5",
"guzzlehttp/guzzle": "^7.5.1",
"http-interop/http-factory-guzzle": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 51b81cc

Please sign in to comment.