Merge pull request #283 from paulinevos/0.5.x

Bump dependencies
This commit is contained in:
Grégoire Paris
2026-03-16 13:31:46 +00:00
committed by GitHub
2 changed files with 9 additions and 7 deletions

View File

@@ -27,6 +27,8 @@ env:
jobs:
phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@3.0.0"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@13.1.0"
with:
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]'
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

View File

@@ -26,10 +26,10 @@
"require": {
"php": "^7.2 || ^8.0",
"doctrine/event-manager": "^1.0 || ^2.0",
"symfony/filesystem": "^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/finder": "^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/filesystem": "^4.1 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"symfony/finder": "^4.1 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/string": "^5.3 || ^6.0 || ^7.0",
"symfony/string": "^5.3 || ^6.0 || ^7.0 || ^8.0",
"symfony/translation-contracts": "^1.1 || ^2.0 || ^3.0",
"twig/twig": "^2.9 || ^3.3"
},
@@ -41,8 +41,8 @@
"phpstan/phpstan-phpunit": "^1.2",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
"symfony/css-selector": "4.4 || ^5.2 || ^6.0 || ^7.0",
"symfony/dom-crawler": "4.4 || ^5.2 || ^6.0 || ^7.0"
"symfony/css-selector": "4.4 || ^5.2 || ^6.0 || ^7.0 || ^8.0",
"symfony/dom-crawler": "4.4 || ^5.2 || ^6.0 || ^7.0 || ^8.0"
},
"autoload": {
"psr-4": {