Skip to content

Commit

Permalink
TE-1211 Reverted WebProfiler changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Sep 26, 2019
1 parent c4af5f3 commit a0a82ee
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 761 deletions.
15 changes: 3 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,18 @@
"license": "proprietary",
"require": {
"php": ">=7.1",
"spryker-shop/web-profiler-widget-extension": "^1.0.0",
"spryker/application-extension": "^1.0.0",
"spryker/kernel": "^3.30.0",
"spryker/twig": "^3.3.0",
"spryker/twig-extension": "^1.0.0"
"spryker/twig-extension": "^1.0.0",
"spryker/web-profiler": "^1.1.0"
},
"require-dev": {
"spryker/code-sniffer": "*",
"spryker/container": "*",
"spryker/event-dispatcher": "*",
"spryker/router": "*",
"spryker/silex": "*",
"spryker/symfony": "*",
"spryker/testify": "*"
},
"suggest": {
"spryker/container": "Add this module when using plugins from this module.",
"spryker/event-dispatcher": "Add this module when using plugins from this module.",
"spryker/router": "Add this module when using plugins that need Silex dependencies.",
"spryker/silex": "Add this module when using plugins that need Silex dependencies.",
"spryker/symfony": "Add this module when using plugins that need Silex dependencies."
"spryker/silex": "Use this module when using plugins that need Silex dependencies."
},
"autoload": {
"psr-4": {
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use Spryker\Yves\Kernel\AbstractPlugin;

/**
* @deprecated Use `\SprykerShop\Yves\WebProfiler\Plugin\Application\WebProfilerApplicationPlugin` instead.
*
* @method \SprykerShop\Yves\WebProfilerWidget\WebProfilerWidgetFactory getFactory()
* @method \SprykerShop\Yves\WebProfilerWidget\WebProfilerWidgetConfig getConfig()
*/
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit a0a82ee

Please sign in to comment.