Skip to content

Commit

Permalink
Upgrade symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-adamski committed Feb 2, 2024
1 parent 3c1fd17 commit febaa73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .php-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1
8.2
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"php": ">=8.1",
"symfony/framework-bundle": "^6.0",
"symfony/twig-bundle": "^6.0"
"php": ">=8.2",
"symfony/framework-bundle": "^7.0",
"symfony/twig-bundle": "^7.0"
},
"require-dev": {
"kint-php/kint": "^4.0",
"kint-php/kint": "^5.0",
"symfony/test-pack": "^1.0"
},
"config": {
Expand All @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "4.0.x-dev"
}
}
}

0 comments on commit febaa73

Please sign in to comment.