Skip to content

Commit

Permalink
chore: add compatibility with PHP 8.2
Browse files Browse the repository at this point in the history
- 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
orlandocavassani committed Mar 30, 2023
1 parent 558a606 commit 1c5bb37
Show file tree
Hide file tree
Showing 8 changed files with 1,283 additions and 956 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ jobs:
strategy:
matrix:
php:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
mongo:
- "3.6"
- "4.0"
- "4.2"
- "4.4"
services:
mongodb:
Expand Down
16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Loading

0 comments on commit 1c5bb37

Please sign in to comment.