Skip to content

Commit 66f72b9

Browse files
committed
Uncommented the config
1 parent a62b1cb commit 66f72b9

File tree

3 files changed

+16
-23
lines changed

3 files changed

+16
-23
lines changed

php-http/httplug-bundle/1.5/etc/packages/httplug.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
httplug:
2+
plugins:
3+
logger:
4+
enabled: true
5+
redirect:
6+
preserve_header: true
7+
8+
discovery:
9+
client: 'auto'
10+
11+
clients:
12+
acme:
13+
http_methods_client: true
14+
plugins:
15+
- 'httplug.plugin.logger'
16+
- 'httplug.plugin.redirect'

php-http/httplug-bundle/1.5/manifest.json renamed to php-http/httplug-bundle/1.6/manifest.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
},
55
"copy-from-recipe": {
66
"etc/": "%ETC_DIR%/"
7-
},
8-
"composer-scripts": {
9-
"assets:install --symlink --relative %WEB_DIR%": "symfony-cmd"
107
}
118
}

0 commit comments

Comments
 (0)