File tree 3 files changed +2
-9
lines changed
3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,6 @@ jobs:
124
124
composer require --no-update symfony/var-dumper:^7@dev
125
125
composer require --no-update --dev symfony/cache:^7@dev
126
126
127
- - name : " Remove proxy-manager-lts"
128
- if : " ${{ matrix.proxy != 'proxy-manager' }}"
129
- run : |
130
- # proxy-manager-lts is not installed by default and must not be used
131
- # unless explicitly requested
132
- composer remove --no-update --dev friendsofphp/proxy-manager-lts
133
-
134
127
- name : " Install dependencies with Composer"
135
128
uses : " ramsey/composer-install@v3"
136
129
with :
Original file line number Diff line number Diff line change 28
28
"doctrine/event-manager" : " ^1.0 || ^2.0" ,
29
29
"doctrine/instantiator" : " ^1.1 || ^2" ,
30
30
"doctrine/persistence" : " ^3.2 || ^4" ,
31
+ "friendsofphp/proxy-manager-lts" : " ^1.0" ,
31
32
"jean85/pretty-package-versions" : " ^1.3.0 || ^2.0.1" ,
32
33
"mongodb/mongodb" : " ^1.17.0" ,
33
34
"psr/cache" : " ^1.0 || ^2.0 || ^3.0" ,
41
42
"doctrine/annotations" : " ^1.12 || ^2.0" ,
42
43
"doctrine/coding-standard" : " ^12.0" ,
43
44
"doctrine/orm" : " ^3.2" ,
44
- "friendsofphp/proxy-manager-lts" : " ^1.0" ,
45
45
"jmikola/geojson" : " ^1.0" ,
46
46
"phpbench/phpbench" : " ^1.0.0" ,
47
47
"phpstan/phpstan" : " ~1.10.67" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class Configuration
133
133
134
134
private bool $ useTransactionalFlush = false ;
135
135
136
- private bool $ useLazyGhostObject = true ;
136
+ private bool $ useLazyGhostObject = false ;
137
137
138
138
/**
139
139
* Adds a namespace under a certain alias.
You can’t perform that action at this time.
0 commit comments