forked from doctrine/mongodb-odm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2.6.x' into 2.5.x-merge-up-into-2.6.x_TYQBMVqZ
* 2.6.x: Add $search stage to aggregation pipeline builder (doctrine#2516) Support new aggregation operators in builder (doctrine#2514) Drop support for PHP 7.4 (doctrine#2515) Support new aggregation pipeline stages in builder (doctrine#2513)
- Loading branch information
Showing
257 changed files
with
12,029 additions
and
6,942 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
strategy: | ||
matrix: | ||
php-version: | ||
- "7.4" | ||
- "8.0" | ||
|
||
services: | ||
mongodb: | ||
|
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ vendor/ | |
.phpunit.cache | ||
.phpunit.result.cache | ||
phpcs.xml | ||
psalm.xml |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# UPGRADE FROM to 2.6 | ||
|
||
## PHP requirements | ||
|
||
* MongoDB ODM 2.6 requires PHP 8.0 or newer. If you're not running PHP 8.0 yet, | ||
it's recommended that you upgrade to PHP 8.0 before upgrading ODM. |
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
{ "name": "Fran Moreno", "email": "[email protected]" } | ||
], | ||
"require": { | ||
"php": "^7.4 || ^8.0", | ||
"php": "^8.0", | ||
"ext-mongodb": "^1.11", | ||
"doctrine/annotations": "^1.12 || ^2.0", | ||
"doctrine/cache": "^1.11 || ^2.0", | ||
|
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
Oops, something went wrong.