Skip to content

Commit

Permalink
Add PHP 8.2, drop PHP 7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <demonchaux.stephane@gmail.com>
  • Loading branch information
fezfez committed Nov 18, 2022
1 parent add6cf4 commit 63f97ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@2.1.0"
with:
php-versions: '["7.4", "8.0", "8.1"]'
php-versions: '["8.0", "8.1", "8.2"]'
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"homepage": "http://www.doctrine-project.org/",
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"container-interop/container-interop": "^1.2.0",
"doctrine/annotations": "^1.13.2",
"doctrine/cache": "^1.12.1",
Expand All @@ -58,22 +58,22 @@
"symfony/console": "^5.4.3 || ^6.0.3"
},
"require-dev": {
"doctrine/coding-standard": "^9.0.0",
"doctrine/mongodb-odm": "^2.3.0",
"doctrine/orm": "^2.11.1",
"doctrine/coding-standard": "^9.0.2",
"doctrine/mongodb-odm": "^2.4.2",
"doctrine/orm": "^2.13.3",
"jangregor/phpstan-prophecy": "^1.0.0",
"laminas/laminas-cache-storage-adapter-blackhole": "^2.0.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
"laminas/laminas-i18n": "^2.13.0",
"laminas/laminas-log": "^2.15.0",
"laminas/laminas-serializer": "^2.12.0",
"laminas/laminas-session": "^2.12.0",
"laminas/laminas-i18n": "^2.15",
"laminas/laminas-log": "^2.16",
"laminas/laminas-serializer": "^2.14",
"laminas/laminas-session": "^2.12.1",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpstan/phpstan": "^1.4.6",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpunit/phpunit": "^9.5.13",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpunit/phpunit": "^9.5.26",
"predis/predis": "^1.1.10",
"vimeo/psalm": "^4.20.0"
"vimeo/psalm": "^4.30"
},
"conflict": {
"doctrine/orm": "2.12.0"
Expand Down

0 comments on commit 63f97ab

Please sign in to comment.