Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.2.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
silvamfilipe committed Oct 11, 2024
2 parents 713bfce + 967d57e commit b7b7118
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies: [ highest ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Adds JSONAPI.org encoders and decoders to an Symfony apps",
"type": "symfony-bundle",
"minimum-stablilty": "dev",
"version": "v0.2.0",
"version": "v0.2.1",
"require": {
"php": ">=8.1",
"php": ">=8.2",
"symfony/framework-bundle": "^7",
"slick/json-api": "^1.2",
"symfony/psr-http-message-bridge": "^2.3",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7b7118

Please sign in to comment.