File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed
Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1010 "slug" : " latest" ,
1111 "upcoming" : true
1212 },
13+ {
14+ "name" : " 3.3" ,
15+ "branchName" : " 3.3.x" ,
16+ "slug" : " 3.3" ,
17+ "upcoming" : true
18+ },
1319 {
1420 "name" : " 3.2" ,
1521 "branchName" : " 3.2.x" ,
1622 "slug" : " 3.2" ,
17- "upcoming " : true
23+ "current " : true
1824 },
1925 {
2026 "name" : " 3.1" ,
21- "branchName" : " 3.1.x" ,
2227 "slug" : " 3.1" ,
23- "current " : true
28+ "maintained " : false
2429 },
2530 {
2631 "name" : " 3.0" ,
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ phpunit.xml
55/.phpunit.result.cache
66/phpcs.xml
77/.phpcs-cache
8+
9+ # created by phpstan-symfony
10+ /var /
Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ branches:
1313 - " 3.0.x"
1414 - " 3.1.x"
1515 - " 3.2.x"
16+ - " 3.3.x"
1617 - " 4.0.x"
1718maintained_branches :
1819 - " 2.18.x"
1920 - " 2.19.x"
20- - " 3.1.x"
2121 - " 3.2.x"
22+ - " 3.3.x"
2223 - " 4.0.x"
2324doc_dir : " docs/en/"
24- current_branch : " 3.1 .x"
25- dev_branch : " 3.2 .x"
25+ current_branch : " 3.2 .x"
26+ dev_branch : " 3.3 .x"
Original file line number Diff line number Diff line change 6060use Symfony \Component \DependencyInjection \Extension \Extension ;
6161use Symfony \Component \DependencyInjection \Loader \PhpFileLoader ;
6262use Symfony \Component \DependencyInjection \Reference ;
63+ use Symfony \Component \ExpressionLanguage \ExpressionLanguage ;
6364use Symfony \Component \Form \AbstractType ;
6465use Symfony \Component \Messenger \Bridge \Doctrine \Transport \DoctrineTransportFactory ;
6566use Symfony \Component \Messenger \MessageBusInterface ;
You can’t perform that action at this time.
0 commit comments