Skip to content

Commit

Permalink
Merge pull request #93 from oroinc/2.x-dependencies
Browse files Browse the repository at this point in the history
BAP-22252: Update doctrine-extensions to support latest dependencies
  • Loading branch information
x86demon authored Sep 22, 2023
2 parents 478101f + bcc4238 commit 612a68c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .php-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.1
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
}
],
"require": {
"php": ">=7.3",
"doctrine/orm": ">=2.6"
"php": ">=8.0",
"doctrine/orm": ">=2.6, <3.0",
"doctrine/dbal": ">=2.6, <3.0"
},
"require-dev": {
"phpunit/phpunit": "9.*",
"doctrine/data-fixtures": "^1.3",
"symfony/yaml": "5.*",
"squizlabs/php_codesniffer": "3.5.*"
"squizlabs/php_codesniffer": "3.5.*",
"doctrine/annotations": ">1.0, <2.0",
"symfony/cache": ">=v5.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 612a68c

Please sign in to comment.