Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add update configuration [https://github.com/dahromy/glide-symfony] #1645

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .idea/.gitignore

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

6 changes: 6 additions & 0 deletions .idea/git_toolbox_blame.xml

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

15 changes: 15 additions & 0 deletions .idea/git_toolbox_prj.xml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

22 changes: 22 additions & 0 deletions .idea/php.xml

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

34 changes: 34 additions & 0 deletions .idea/recipes-contrib.iml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

4 changes: 4 additions & 0 deletions dahromy/glide-symfony/1.0/config/packages/glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
glide:
source: '%kernel.project_dir%/public'
cache: '%kernel.project_dir%/var/cache/glide'

3 changes: 3 additions & 0 deletions dahromy/glide-symfony/1.0/config/routes/glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
glide:
resource: '@DahRomyGlideBundle/Resources/config/routes.php'
type: php

Check failure on line 3 in dahromy/glide-symfony/1.0/config/routes/glide.yaml

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline
14 changes: 14 additions & 0 deletions dahromy/glide-symfony/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"conflict": {
"php": "<8.0"
},
"bundles": {
"DahRomy\\Glide\\DahRomyGlideBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"GLIDE_SIGNATURE_KEY": "%generate(secret)%"
}
}
Loading