Skip to content

Commit

Permalink
Merge pull request #27 from leroy-merlin-br/chore/bump-mongolid-version
Browse files Browse the repository at this point in the history
chore(deps): bump mongolid and mongolid-laravel to version 3.4
  • Loading branch information
orlandocavassani authored Jan 2, 2023
2 parents c927fbe + de2650b commit b6f4d0d
Show file tree
Hide file tree
Showing 35 changed files with 1,492 additions and 598 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/.github export-ignore
/docker export-ignore
/art export-ignore
/tests export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ about: "Report something that's broken. Please ensure your Laravel version is st


### Steps To Reproduce:

<!-- If possible, please provide a GitHub repository to demonstrate your issue -->
<!-- laravel new bug-report --github="--public" -->
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
strategy:
matrix:
php:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
services:
db:
image: mongo:4.2
Expand Down
199 changes: 145 additions & 54 deletions CHANGELOG.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ ported for [Mongolid Laravel](https://github.com/leroy-merlin-br/mongolid-larave

## Official Documentation

Documentation for Passport can be found on the [Laravel website](https://laravel.com/docs/master/passport).
Documentation for Passport can be found on the [Laravel website](https://laravel.com/docs/passport).

## Compatibility

| mongolid-passport | laravel-passport | mongolid-laravel | mongolid |
|-------------------|------------------|------------------|----------|
| 11.1.0 | 10.4.1 | 3.4.0 | 3.4.x |
| 11.0.0 | 10.1.1 | 3.0.0 | 3.1.x |
| 10.x | 10.x | 2.3.x | 2.4.x |
| 9.x | 9.x | 2.2.x | 2.3.x |
Expand Down
1 change: 1 addition & 0 deletions art/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@
}
],
"require": {
"php": "^7.3",
"php": ">=7.4",
"ext-json": "*",
"ext-mongodb": "*",
"firebase/php-jwt": "^5.0",
"illuminate/auth": "^8.2",
"illuminate/console": "^8.2",
"illuminate/container": "^8.2",
"illuminate/contracts": "^8.2",
"illuminate/cookie": "^8.2",
"illuminate/database": "^8.2",
"illuminate/encryption": "^8.2",
"illuminate/http": "^8.2",
"illuminate/support": "^8.2",
"firebase/php-jwt": "^6.0",
"illuminate/auth": "^8.37|^9.0",
"illuminate/console": "^8.37|^9.0",
"illuminate/container": "^8.37|^9.0",
"illuminate/contracts": "^8.37|^9.0",
"illuminate/cookie": "^8.37|^9.0",
"illuminate/database": "^8.37|^9.0",
"illuminate/encryption": "^8.37|^9.0",
"illuminate/http": "^8.37|^9.0",
"illuminate/support": "^8.37|^9.0",
"lcobucci/jwt": "^3.4|^4.0",
"league/oauth2-server": "~8.2.0",
"leroy-merlin-br/mongolid": "v3.3-beta2",
"leroy-merlin-br/mongolid-laravel": "v3.3-beta2",
"mongodb/mongodb": "1.8.0",
"league/oauth2-server": "^8.2",
"leroy-merlin-br/mongolid": "v3.4",
"leroy-merlin-br/mongolid-laravel": "v3.4",
"mongodb/mongodb": "1.15.0",
"nyholm/psr7": "^1.3",
"phpseclib/phpseclib": "^2.0",
"phpseclib/phpseclib": "^2.0|^3.0",
"symfony/psr-http-message-bridge": "^2.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.3"
"mockery/mockery": "^1.5.1",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.5.27"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b6f4d0d

Please sign in to comment.