Skip to content

Commit

Permalink
Allow symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ropczan committed Jun 6, 2024
1 parent fff72b2 commit 579b7e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
composer.lock
.idea/
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}
},
"require": {
"answear/liform": "^0.20",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
"limenius/liform": "dev-master",
"symfony/dependency-injection": "^6.0|^7.0",
"symfony/config": "^6.0|^7.0",
"symfony/http-kernel": "^6.0|^7.0"
},
"minimum-stability": "stable",
"replace": {
Expand Down

0 comments on commit 579b7e2

Please sign in to comment.