Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 4, 2024
1 parent 3d8b186 commit a9be1f4
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 30 deletions.
20 changes: 19 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"silverstripe/admin": "dev-pulls/2/always-inline-submit-elements as 2.x-dev",
"dnadesign/silverstripe-elemental": "dev-pulls/5/always-inline-submit-elements as 5.x-dev",
"silverstripe/developer-docs": "dev-pulls/5/elemental-validation as 5.x-dev",
"silverstripe/framework": "dev-pulls/5/toasts-behat as 5.x-dev",
"silverstripe/recipe-testing": "^3",
"mikey179/vfsstream": "^1.6.10"
},
Expand All @@ -27,6 +28,19 @@
"public-files": [
"assets/*",
"favicon.ico"
],
"project-files-installed": [
".htaccess",
"app/.htaccess",
"app/_config/mimevalidator.yml",
"app/_config/mysite.yml",
"app/src/Page.php",
"app/src/PageController.php"
],
"public-files-installed": [
".htaccess",
"index.php",
"web.config"
]
},
"config": {
Expand Down Expand Up @@ -62,6 +76,10 @@
"x4": {
"type": "vcs",
"url": "git@github.com:creative-commoners/developer-docs"
},
"x5": {
"type": "vcs",
"url": "git@github.com:creative-commoners/silverstripe-framework"
}
},
"conflict": {
Expand All @@ -71,4 +89,4 @@
"symfony/service-contracts": "3.2.1",
"symfony/translation-contracts": "3.2.1"
}
}
}
73 changes: 44 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9be1f4

Please sign in to comment.