Skip to content

Commit 7727898

Browse files
authored
New Relic - changement de dépendance (#2159)
Co-authored-by: vgreb <vgreb@users.noreply.github.com>
1 parent 813d088 commit 7727898

4 files changed

Lines changed: 70 additions & 85 deletions

File tree

app/config/bundles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
1515
Presta\SitemapBundle\PrestaSitemapBundle::class => ['all' => true],
1616
EWZ\Bundle\RecaptchaBundle\EWZRecaptchaBundle::class => ['all' => true],
17-
Ekino\NewRelicBundle\EkinoNewRelicBundle::class => ['all' => true],
17+
Tiime\NewRelicBundle\TiimeNewRelicBundle::class => ['all' => true],
1818
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
1919
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
2020
CuyZ\ValinorBundle\ValinorBundle::class => ['all' => true],
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ekino_new_relic:
1+
tiime_new_relic:
22
exceptions: true
33
deprecations: false

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"doctrine/doctrine-bundle": "^2.18",
2323
"doctrine/orm": "^3.6",
2424
"drewm/mailchimp-api": "^2.5",
25-
"ekino/newrelic-bundle": "dev-patch-1#2cd9951c163bda2d18a1515b43ee574e51aac871",
2625
"erusev/parsedown": "^1.6",
2726
"excelwebzone/recaptcha-bundle": "^1.5",
2827
"friendsofpear/pear_exception": "0.0.*",
@@ -68,6 +67,7 @@
6867
"twig/intl-extra": "^3.21",
6968
"twig/string-extra": "^3.21",
7069
"twig/twig": "^3.21",
70+
"tiime/newrelic-bundle": "^1.0",
7171
"webmozart/assert": "^2.1",
7272
"znk3r/html_common": "*",
7373
"znk3r/html_quickform": "4.0.2"
@@ -213,10 +213,6 @@
213213
]
214214
}
215215
}
216-
},
217-
{
218-
"type": "vcs",
219-
"url": "https://github.com/webgriffe/EkinoNewRelicBundle"
220216
}
221217
],
222218
"replace": {

composer.lock

Lines changed: 67 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)