Skip to content

Commit

Permalink
Support for Symfony 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Jun 1, 2021
1 parent d2a6989 commit a70b5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- '5.0'
- '5.1'
- '5.2'
- '5.3'
steps:
- name: 'Checkout Code'
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"require": {
"php": ">=7.3.0",
"doctrine/cache": "^1.11",
"doctrine/common": "^2.11|^3.0",
"doctrine/persistence": "^1.3|^2.0",
"jms/serializer-bundle": "^3.7",
Expand Down

0 comments on commit a70b5ab

Please sign in to comment.