Skip to content

Commit

Permalink
chore: upgrade twig
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Dec 12, 2024
1 parent e9fb1a6 commit e38ed98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
os: [ubuntu-latest]
stability: [prefer-lowest, prefer-stable]

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"require-dev": {
"pda/pheanstalk": "^4.0",
"phpunit/phpunit": "^8",
"phpunit/phpunit": "^9",
"monolog/monolog": "^1.22",
"twig/twig": "^2.5",
"twig/twig": "^3",
"squizlabs/php_codesniffer": "3.*",
"aws/aws-sdk-php": "^3.87",
"phpstan/phpstan": "^0.12.87",
Expand Down

0 comments on commit e38ed98

Please sign in to comment.