File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 64
64
symfony/validator=${{ matrix.symfony-version }}
65
65
symfony/yaml=${{ matrix.symfony-version }}
66
66
67
+ # This is needed to fix builds where the `annotation_reader` service may not be set up if
68
+ # the Annotations package is not in the production dependencies
67
69
- name : Require Annotations v1 to require for PHP 7
68
70
if : startsWith(matrix.php-version, '7.')
69
71
run : composer require --no-update "doctrine/annotations:^1.8.0"
Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"php" : " ^7.2 || ^8.0" ,
19
- "doctrine/annotations" : " ^1.3 || ^2.0" ,
20
19
"phpunit/phpunit" : " ^7.5.0 || ^8.0 || ^9.0" ,
21
20
"symfony/browser-kit" : " ^4.4 || ^5.1 || ^6.0" ,
22
21
"symfony/framework-bundle" : " ^4.4 || ^5.1 || ^6.0"
23
22
},
24
23
"require-dev" : {
25
24
"ext-json" : " *" ,
25
+ "doctrine/annotations" : " ^1.3 || ^2.0" ,
26
26
"doctrine/doctrine-bundle" : " ^2.1" ,
27
27
"doctrine/orm" : " ^2.7" ,
28
28
"monolog/monolog" : " ~1.11" ,
41
41
"symfony/framework-bundle" : " 4.3.0"
42
42
},
43
43
"suggest" : {
44
+ "doctrine/annotations" : " Required to use the @QueryCount(…) annotation" ,
44
45
"liip/test-fixtures-bundle" : " Efficient loading of Doctrine fixtures in functional test-cases for Symfony applications"
45
46
},
46
47
"autoload" : {
You can’t perform that action at this time.
0 commit comments