File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- name : " Install Composer dependencies"
21
21
run : |
22
- composer install --prefer-dist --no-progress --no-suggest --no- interaction --optimize-autoloader
22
+ composer install --prefer-dist --no-progress --no-interaction --optimize-autoloader
23
23
24
24
- name : " Run PHPStan"
25
25
run : vendor/bin/phpstan analyse --no-progress --error-format=checkstyle | cs2pr
41
41
42
42
- name : " Install Composer dependencies"
43
43
run : |
44
- composer install --prefer-dist --no-progress --no-suggest --no- interaction --optimize-autoloader
44
+ composer install --prefer-dist --no-progress --no-interaction --optimize-autoloader
45
45
46
46
- name : " Run PHP-CS-Fixer"
47
47
run : vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --format=checkstyle | cs2pr
Original file line number Diff line number Diff line change 2
2
3
3
The changelog describes what have been "Added", "Changed", "Removed" or "Fixed" between versions.
4
4
5
+ ## Version 5.16.2
6
+
7
+ - Fix deprecations with Symfony 6.1
8
+
5
9
## Version 5.16.1
6
10
7
11
### Fixed
Original file line number Diff line number Diff line change 75
75
"test" : " vendor/bin/simple-phpunit --testsuite main"
76
76
},
77
77
"config" : {
78
+ "allow-plugins" : {
79
+ "symfony/flex" : true
80
+ },
78
81
"sort-packages" : true
79
82
},
80
83
"minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments