File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 4.0.0] - 2024-12-31
7
+ ## [ 4.0.0] - 2024-01-04
8
8
### Changed
9
9
- Switch to PHP 8.1
10
10
Original file line number Diff line number Diff line change 16
16
"twig/twig" : " ^3.0"
17
17
},
18
18
"require-dev" : {
19
+ "phpstan/phpstan" : " ^2.0" ,
19
20
"phpunit/phpunit" : " ^10.0" ,
20
- "squizlabs/php_codesniffer" : " ^3.0" ,
21
+ "rector/rector" : " ^2.0" ,
22
+ "roave/security-advisories" : " dev-latest" ,
21
23
"slevomat/coding-standard" : " ^8.0" ,
22
- "phpstan/phpstan" : " ^2.0" ,
23
- "rector/rector" : " ^2.0"
24
+ "squizlabs/php_codesniffer" : " ^3.0"
24
25
},
25
26
"autoload" : {
26
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments