-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add compatibility with PHP 8.2
- remove compatibility with php 7.4 - remove compatibility with illuminate packages 5.4, 6.0, 7.0 and 8.0 - remove compatibility with mongodb 3.6, 4.0 and 4.2 - add compatibility with illuminate packages 9.0 and 10.0 - bump php container to version 8.0 - bump xdebug to version 3.2.1
- Loading branch information
1 parent
558a606
commit 450d334
Showing
8 changed files
with
1,285 additions
and
956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,18 +17,22 @@ | |
{ | ||
"name": "Guilherme Guitte", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Boitatá", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.4", | ||
"leroy-merlin-br/mongolid": "v3.4", | ||
"illuminate/support": "^5.4 || ^6.0 || ^7.0 || ^8.0", | ||
"illuminate/auth": "^5.4 || ^6.0 || ^7.0 || ^8.0", | ||
"illuminate/queue": "^5.4 || ^6.0 || ^7.0 || ^8.0" | ||
"leroy-merlin-br/mongolid": "dev-chore/update-packages", | ||
"illuminate/support": "^9.0 || ^10.0", | ||
"illuminate/auth": "^9.0 || ^10.0", | ||
"illuminate/queue": "^9.0 || ^10.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.5.27", | ||
"orchestra/testbench": "^6.25.1", | ||
"phpunit/phpunit": "^9.0", | ||
"orchestra/testbench": "^7.0 || ^8.0", | ||
"mockery/mockery": "^1.5.1", | ||
"leroy-merlin-br/coding-standard": "^3.1.0" | ||
}, | ||
|
Oops, something went wrong.