Skip to content

Commit c88eaeb

Browse files
authored
Merge pull request #17 from dotdevpro/patch-symfony-7
Updating dependencies for Symfony 7.x
2 parents de83717 + e6949bf commit c88eaeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
13+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"league/glide": "^2.0",
15-
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0"
15+
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0"
1616
},
1717
"require-dev": {
1818
"mockery/mockery": "^1.3.3",

0 commit comments

Comments
 (0)