Skip to content

Commit e6c3e64

Browse files
committed
bump to php 8.3
1 parent 228d122 commit e6c3e64

File tree

6 files changed

+35
-50
lines changed

6 files changed

+35
-50
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.1"
1918
- "8.2"
19+
- "8.3"
2020

2121
steps:
2222
- name: Checkout

.github/workflows/cs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.1"
1918
- "8.2"
19+
- "8.3"
2020

2121
steps:
2222
- name: Checkout

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.1"
1918
- "8.2"
19+
- "8.3"
2020

2121
steps:
2222
- name: Checkout

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.1"
1918
- "8.2"
19+
- "8.3"
2020

2121
steps:
2222
- name: Checkout

composer.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -43,44 +43,44 @@
4343
}
4444
},
4545
"require": {
46-
"php": "~8.1.0 || ~8.2.0",
46+
"php": "~8.2.0 || ~8.3.0",
4747
"ext-curl": "*",
4848
"ext-gettext": "*",
4949
"ext-json": "*",
50-
"dotkernel/dot-annotated-services": "^4.1",
51-
"dotkernel/dot-authorization": "^3.2",
52-
"dotkernel/dot-controller": "^3.2",
53-
"dotkernel/dot-data-fixtures": "^1.0",
54-
"dotkernel/dot-debugbar": "^1.0",
55-
"dotkernel/dot-errorhandler": "^3.2",
56-
"dotkernel/dot-flashmessenger": "^3.2",
57-
"dotkernel/dot-mail": "~3.4 || ~4.0",
58-
"dotkernel/dot-navigation": "^3.2",
59-
"dotkernel/dot-rbac-guard": "^3.2",
60-
"dotkernel/dot-response-header": "^3.1",
61-
"dotkernel/dot-session": "^5.2",
62-
"dotkernel/dot-twigrenderer": "^3.4",
63-
"friendsofphp/proxy-manager-lts": "^1.0",
64-
"laminas/laminas-component-installer": "^3.3",
65-
"laminas/laminas-config-aggregator": "^1.8",
66-
"laminas/laminas-form": "^3.13",
67-
"laminas/laminas-i18n": "^2.17",
68-
"mezzio/mezzio": "^3.11",
69-
"mezzio/mezzio-authorization-rbac": "^1.3",
70-
"mezzio/mezzio-cors": "^1.3",
71-
"mezzio/mezzio-fastroute": "^3.5",
72-
"ramsey/uuid-doctrine": "^1.8",
73-
"roave/psr-container-doctrine": "^3.5"
50+
"dotkernel/dot-annotated-services": "^4.1.6",
51+
"dotkernel/dot-authorization": "^3.4.1",
52+
"dotkernel/dot-controller": "^3.4.3",
53+
"dotkernel/dot-data-fixtures": "^1.1.3",
54+
"dotkernel/dot-debugbar": "^1.1.5",
55+
"dotkernel/dot-errorhandler": "^3.3.2",
56+
"dotkernel/dot-flashmessenger": "^3.4.2",
57+
"dotkernel/dot-mail": "~3.4 || ^4.1.1",
58+
"dotkernel/dot-navigation": "^3.4.2",
59+
"dotkernel/dot-rbac-guard": "^3.4.3",
60+
"dotkernel/dot-response-header": "^3.2.3",
61+
"dotkernel/dot-session": "^5.4.2",
62+
"dotkernel/dot-twigrenderer": "^3.4.3",
63+
"friendsofphp/proxy-manager-lts": "^1.0.16",
64+
"laminas/laminas-component-installer": "^3.4.0",
65+
"laminas/laminas-config-aggregator": "^1.14.0",
66+
"laminas/laminas-form": "^3.19.1",
67+
"laminas/laminas-i18n": "^2.26.0",
68+
"mezzio/mezzio": "^3.18.0",
69+
"mezzio/mezzio-authorization-rbac": "^1.7.0",
70+
"mezzio/mezzio-cors": "^1.11.1",
71+
"mezzio/mezzio-fastroute": "^3.11.0",
72+
"ramsey/uuid-doctrine": "^2.0.0",
73+
"roave/psr-container-doctrine": "^4.1.0"
7474
},
7575
"require-dev": {
76-
"filp/whoops": "^2.14",
76+
"filp/whoops": "^2.15.4",
7777
"laminas/laminas-coding-standard": "^2.5",
78-
"laminas/laminas-development-mode": "^3.10",
79-
"mezzio/mezzio-tooling": "^2.6",
80-
"phpunit/phpunit": "^10.3.2",
81-
"rector/rector": "^0.15.18",
78+
"laminas/laminas-development-mode": "^3.12.0",
79+
"mezzio/mezzio-tooling": "^2.9.0",
80+
"phpunit/phpunit": "^10.5",
81+
"rector/rector": "^1.0.0",
8282
"roave/security-advisories": "dev-master",
83-
"vimeo/psalm": "^5.15.0"
83+
"vimeo/psalm": "^5.21.1"
8484
},
8585
"autoload": {
8686
"psr-4": {

config/autoload/doctrine.global.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
declare(strict_types=1);
44

5-
use Doctrine\Common\Cache\PhpFileCache;
65
use Doctrine\ORM\EntityManager;
76
use Doctrine\ORM\EntityManagerInterface;
87
use Doctrine\Persistence\Mapping\Driver\MappingDriverChain;
@@ -24,14 +23,6 @@
2423
],
2524
],
2625
'doctrine' => [
27-
'configuration' => [
28-
'orm_default' => [
29-
'entity_listener_resolver' => EntityListenerResolver::class,
30-
'query_cache' => PhpFileCache::class,
31-
'metadata_cache' => PhpFileCache::class,
32-
'result_cache' => PhpFileCache::class,
33-
],
34-
],
3526
'connection' => [
3627
'orm_default' => [
3728
'doctrine_mapping_types' => [
@@ -53,12 +44,6 @@
5344
UuidBinaryType::NAME => UuidBinaryType::class,
5445
UuidBinaryOrderedTimeType::NAME => UuidBinaryOrderedTimeType::class,
5546
],
56-
'cache' => [
57-
PhpFileCache::class => [
58-
'class' => PhpFileCache::class,
59-
'directory' => getcwd() . '/data/cache/doctrine',
60-
],
61-
],
6247
'fixtures' => getcwd() . '/data/doctrine/fixtures',
6348
],
6449
'resultCacheLifetime' => 600,

0 commit comments

Comments
 (0)