Skip to content

Commit

Permalink
Update symfony to last stable version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvayloPapazov committed Mar 8, 2022
1 parent 786a031 commit 80bf8b5
Show file tree
Hide file tree
Showing 2 changed files with 590 additions and 787 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"type": "symfony-bundle",
"license": "MIT",
"require": {
"php": "^7.1.3",
"php": "^7.2",
"symfony/http-client": "^5.1",
"symfony/form": "^3.4",
"symfony/validator": "^3.4",
"symfony/http-kernel": "^3.4",
"symfony/config": "^3.0",
"symfony/dependency-injection": "^3.0"
"symfony/form": "^4.4",
"symfony/validator": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/config": "^4.4",
"symfony/dependency-injection": "^4.4"
},
"require-dev": {
},
Expand Down
Loading

0 comments on commit 80bf8b5

Please sign in to comment.