Skip to content

Commit

Permalink
Update to symfony7
Browse files Browse the repository at this point in the history
  • Loading branch information
larowlan committed Apr 3, 2024
1 parent b0eeb8c commit 2bf79c7
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 350 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@
"Consolidation\\SiteAlias\\": "tests/src"
}
},
"repositories": {
"sf7_config": {
"type": "vcs",
"url": "https://github.com/larowlan/config"
}
},
"require": {
"php": ">=7.4",
"consolidation/config": "^1.2.1 || ^2",
"symfony/filesystem": "^5.4 || ^6",
"symfony/finder": "^5 || ^6"
"consolidation/config": "^1.2.1 || ^2 || dev-symfony7",
"symfony/filesystem": "^5.4 || ^6 || ^7",
"symfony/finder": "^5 || ^6 || ^7"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
Expand Down
Loading

0 comments on commit 2bf79c7

Please sign in to comment.