Skip to content

Commit

Permalink
Merge pull request #200 from leroy-merlin-br/chore/update-php81
Browse files Browse the repository at this point in the history
chore: update to php 8.1
  • Loading branch information
orlandocavassani authored Dec 21, 2022
2 parents ef24af9 + f89758a commit d0ede8b
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 248 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
php:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
Expand Down
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=7.4",
"ext-mongodb": "*",
"illuminate/container": "^5.4 || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^5.4 || ^6.0 || ^7.0 || ^8.0",
"mongodb/mongodb": "^1.4"
"mongodb/mongodb": "^1.15"
},
"require-dev": {
"leroy-merlin-br/coding-standard": "^3.0.2",
"leroy-merlin-br/coding-standard": "^3.1.0",
"mockery/mockery": "^1.5.1",
"phpunit/phpunit": "^9.5.24",
"symfony/var-dumper": "^5.4.11"
"phpunit/phpunit": "^9.5.27",
"symfony/var-dumper": "^5.4.14"
},
"autoload": {
"psr-4": {
Expand All @@ -47,7 +47,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"suggest": {
"leroy-merlin-br/mongolid-laravel": "Easy, powerful and ultrafast MongoDB ODM for Laravel."
Expand Down
Loading

0 comments on commit d0ede8b

Please sign in to comment.