Skip to content

Commit 4c7c36a

Browse files
committed
feat: use roave/security-advisories
1 parent c3990a4 commit 4c7c36a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [4.0.0] - 2024-12-31
7+
## [4.0.0] - 2024-01-04
88
### Changed
99
- Switch to PHP 8.1
1010

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
"twig/twig": "^3.0"
1717
},
1818
"require-dev": {
19+
"phpstan/phpstan": "^2.0",
1920
"phpunit/phpunit": "^10.0",
20-
"squizlabs/php_codesniffer": "^3.0",
21+
"rector/rector": "^2.0",
22+
"roave/security-advisories": "dev-latest",
2123
"slevomat/coding-standard": "^8.0",
22-
"phpstan/phpstan": "^2.0",
23-
"rector/rector": "^2.0"
24+
"squizlabs/php_codesniffer": "^3.0"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)