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 5e8eff5 commit 290ffc0
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 763 deletions.
18 changes: 14 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,22 @@
"Consolidation\\SiteProcess\\": "tests/src"
}
},
"repositories": {
"sf7_site-alias": {
"type": "vcs",
"url": "https://github.com/larowlan/site-alias"
},
"sf7_config": {
"type": "vcs",
"url": "https://github.com/larowlan/config"
}
},
"require": {
"php": ">=8.0.14",
"consolidation/config": "^2",
"consolidation/site-alias": "^3 || ^4",
"symfony/process": "^6",
"symfony/console": "^5.4 || ^6"
"consolidation/config": "^2 || dev-symfony7",
"consolidation/site-alias": "^3 || ^4 || dev-symfony7",
"symfony/process": "^6 || ^7",
"symfony/console": "^5.4 || ^6 || ^7"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3",
Expand Down
Loading

0 comments on commit 290ffc0

Please sign in to comment.