Skip to content

Commit

Permalink
Merge pull request #179 from leroy-merlin-br/chore/php-versions-on-ci
Browse files Browse the repository at this point in the history
chore(ci): add php versions 8.0 and 8.1
  • Loading branch information
orlandocavassani committed Sep 20, 2022
2 parents 7d47840 + 6f2f790 commit 09f282f
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 644 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
php:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
mongo:
- "3.6"
- "4.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Mongolid ODM (Object Document Mapper) provides a beautiful, simple implementatio
**Note:** If you are working with Laravel, take a look at [mongolid-laravel repository](https://github.com/leroy-merlin-br/mongolid-laravel).

## Requirements
- PHP **7.1** or superior
- PHP **7.3** or superior
- [MongoDB Driver](http://php.net/manual/en/set.mongodb.php)

## Installation
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"mongodb/mongodb": "^1.4"
},
"require-dev": {
"leroy-merlin-br/coding-standard": "^1.0",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"symfony/var-dumper": "^5.4"
"leroy-merlin-br/coding-standard": "^3.0.2",
"mockery/mockery": "^1.5.1",
"phpunit/phpunit": "^9.5.24",
"symfony/var-dumper": "^5.4.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 09f282f

Please sign in to comment.