Skip to content

Commit 22e5f70

Browse files
committed
Bump to v3, support Symfony 7.3 and PHP 8.4
1 parent 7fb8066 commit 22e5f70

File tree

3 files changed

+9
-138
lines changed

3 files changed

+9
-138
lines changed

.github/workflows/static_analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
script: ['phpstan']
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222
- uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '8.1'
24+
php-version: '8.4'
2525
coverage: none
2626

2727
# Install Flex as a global dependency to enable usage of extra.symfony.require
2828
# while keeping Flex recipes from applying
2929
- run: composer global config --no-plugins allow-plugins.symfony/flex true
3030
- run: composer global require --no-scripts symfony/flex
3131

32-
- run: composer config extra.symfony.require ~5.4.0
32+
- run: composer config extra.symfony.require ~7.3.0
3333

3434
- run: composer update --prefer-dist
3535

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.4",
2020
"composer-plugin-api": "^2.2",
21-
"captainhook/captainhook": "^5.15",
22-
"symfony/process": "^5.4 || ^6.3 || ^7.0"
21+
"captainhook/captainhook": "^5.27",
22+
"symfony/process": "^7.3"
2323
},
2424
"require-dev": {
2525
"netgen/coding-standard": "^1.0",
2626
"composer/composer": "^2.5",
27-
"php-cs-fixer/shim": "^3.15",
28-
"phpstan/phpstan": "^1.9",
29-
"phpstan/phpstan-strict-rules": "^1.4"
27+
"phpstan/phpstan": "^2.1",
28+
"phpstan/phpstan-strict-rules": "^2.0"
3029
},
3130
"autoload": {
3231
"psr-4": {
@@ -39,7 +38,7 @@
3938
"extra": {
4039
"class": "Netgen\\GitHooks\\Composer\\InstallHooksPlugin",
4140
"branch-alias": {
42-
"dev-master": "2.x-dev"
41+
"dev-master": "3.x-dev"
4342
}
4443
}
4544
}

src/Action/CheckAssetsAction.php

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)