File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
symfony-version :
30
30
- " ^6.0"
31
31
- " ^5.0"
32
- - " ^4.4"
33
32
34
33
dependencies :
35
34
- " highest"
52
51
php-code-coverage-version : " ^10.0"
53
52
- php-version : " 7.3"
54
53
php-code-coverage-version : " ^10.0"
55
- - dependencies : " latest"
56
- symfony-version : " ^4.4"
57
54
58
55
steps :
59
56
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4
4
### Added
5
5
- Support for Symfony 7
6
6
7
+ ### Removed
8
+ - Support for Symfony 4
9
+
7
10
8
11
## [ 5.3.1] - 2023-05-08
9
12
### Changed
Original file line number Diff line number Diff line change 17
17
"behat/behat" : " ^3.10" ,
18
18
"composer/semver" : " ^3.0" ,
19
19
"phpunit/php-code-coverage" : " ^9.2.16||^10.0" ,
20
- "symfony/config" : " ^4.4.30||^ 5.1.4||^6.0||^7.0" ,
21
- "symfony/console" : " ^4.4.30||^ 5.3.7||^6.0.9||^7.0" ,
22
- "symfony/dependency-injection" : " ^4.4.12||^ 5.1.4||^6.0||^7.0" ,
23
- "symfony/event-dispatcher" : " ^4.4||^ 5.0||^6.0||^7.0"
20
+ "symfony/config" : " ^5.1.4||^6.0||^7.0" ,
21
+ "symfony/console" : " ^5.3.7||^6.0.9||^7.0" ,
22
+ "symfony/dependency-injection" : " ^5.1.4||^6.0||^7.0" ,
23
+ "symfony/event-dispatcher" : " ^5.0||^6.0||^7.0"
24
24
},
25
25
"require-dev" : {
26
26
"friendsofphp/php-cs-fixer" : " ^3.38.0" ,
27
27
"phpunit/phpunit" : " ^9.5.5||^10.0" ,
28
- "symfony/filesystem" : " ^4.4||^ 5.0||^6.0||^7.0"
28
+ "symfony/filesystem" : " ^5.0||^6.0||^7.0"
29
29
},
30
30
"suggest" : {
31
31
"ext-xdebug" : " Xdebug allows you to collect line, branch and path coverage" ,
You can’t perform that action at this time.
0 commit comments