Skip to content

Commit ae1d727

Browse files
committed
Update release notes & fix build
1 parent 7495f7b commit ae1d727

8 files changed

Lines changed: 364 additions & 252 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ updates:
2525
- "*"
2626
# Maintain dependencies for npm
2727
- package-ecosystem: "npm"
28+
cooldown:
29+
default-days: 14
2830
directories:
2931
- "/"
3032
schedule:

.github/workflows/test-integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Run QA tests (static analysis, lint and unit tests)
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
38

49
jobs:
510
run-qa-tests:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 7.0.0
4+
- Update to Symfony 7.4
5+
36
## 6.0.1
47
- Ensure the correct error page is displayed when authentication fails #332
58
- Upgrade of numerous NPM and Composer dependencies

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"phpmd/phpmd": "^2.15",
5050
"phpstan/phpstan": "^2.1.33",
5151
"phpstan/phpstan-symfony": "^2.0.9",
52-
"phpunit/phpunit": "^10.5.60",
52+
"phpunit/phpunit": "^11.0",
5353
"rector/rector": "^2.3",
54-
"slevomat/coding-standard": "^8.22.1",
55-
"squizlabs/php_codesniffer": "^3.13.5",
54+
"slevomat/coding-standard": "^8.26",
55+
"squizlabs/php_codesniffer": "^4.0",
5656
"symfony/maker-bundle": "^1.65.1",
5757
"symfony/phpunit-bridge": "7.4.*",
5858
"symfony/stopwatch": "^7.4",

0 commit comments

Comments
 (0)