Skip to content

Commit

Permalink
DEP Conflict older versions of symfony components
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 23, 2022
1 parent e48eb14 commit 56447dd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"*.xml.dist"
]
},
"conflict": {
"symfony/process": "<4.4.44",
"symfony/var-exporter": "<4.4.44"
},
"minimum-stability": "dev",
"prefer-stable": true
}
10 changes: 10 additions & 0 deletions resources/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Block .method file
<Files .method>
Require all denied
</Files>

# Prevent file listings
<IfModule mod_dir.c>
DirectoryIndex disabled
DirectorySlash On
</IfModule>
1 change: 1 addition & 0 deletions resources/.method
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto
1 change: 1 addition & 0 deletions resources/silverstripe/framework/client/images
1 change: 1 addition & 0 deletions resources/silverstripe/framework/client/styles
1 change: 1 addition & 0 deletions resources/silverstripe/testsession/client

0 comments on commit 56447dd

Please sign in to comment.