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 b570930
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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": "^1.0.0",
"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 b570930

Please sign in to comment.