mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge pull request #6746 from pamil/settings-out-of-control
Remove dev dependency on SettingsBundle
This commit is contained in:
commit
1f77a29006
5 changed files with 11 additions and 74 deletions
|
|
@ -89,8 +89,7 @@
|
|||
"phpspec/phpspec": "^3.1",
|
||||
"phpunit/phpunit": "^5.6",
|
||||
"se/selenium-server-standalone": "^2.52",
|
||||
"stripe/stripe-php": "^4.0",
|
||||
"sylius/settings-bundle": "^1.0@alpha"
|
||||
"stripe/stripe-php": "^4.0"
|
||||
},
|
||||
"replace": {
|
||||
"sylius/addressing": "self.version",
|
||||
|
|
|
|||
76
composer.lock
generated
76
composer.lock
generated
|
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "ab1aa9c8ac3581ab7ac156502f3fb28c",
|
||||
"content-hash": "f1ee98b6f3925f7c9cab064b609be8af",
|
||||
"hash": "42e8020a0711d3ee7a06f07e6cd2f0d3",
|
||||
"content-hash": "a4f029c6ab692fed4b71f6693bfbbc15",
|
||||
"packages": [
|
||||
{
|
||||
"name": "behat/transliterator",
|
||||
|
|
@ -8512,79 +8512,11 @@
|
|||
"stripe"
|
||||
],
|
||||
"time": "2016-10-21 18:25:10"
|
||||
},
|
||||
{
|
||||
"name": "sylius/settings-bundle",
|
||||
"version": "v1.0.0-alpha.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Sylius/SyliusSettingsBundle.git",
|
||||
"reference": "f05b86cfb7b0fa5f1f418f71e4e06f8c5b4ef231"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Sylius/SyliusSettingsBundle/zipball/f05b86cfb7b0fa5f1f418f71e4e06f8c5b4ef231",
|
||||
"reference": "f05b86cfb7b0fa5f1f418f71e4e06f8c5b4ef231",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.6|^7.0",
|
||||
"sylius/registry": "^1.0",
|
||||
"sylius/resource-bundle": "^1.0",
|
||||
"symfony/framework-bundle": "^2.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^3.1",
|
||||
"symfony/form": "^2.8",
|
||||
"symfony/validator": "^2.8"
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Sylius\\Bundle\\SettingsBundle\\": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sylius project",
|
||||
"homepage": "http://sylius.org"
|
||||
},
|
||||
{
|
||||
"name": "Community contributions",
|
||||
"homepage": "http://github.com/Sylius/Sylius/contributors"
|
||||
},
|
||||
{
|
||||
"name": "Paweł Jędrzejewski",
|
||||
"homepage": "http://pjedrzejewski.com"
|
||||
}
|
||||
],
|
||||
"description": "Settings system for Symfony2 applications, editable via web user interface.",
|
||||
"homepage": "http://sylius.org",
|
||||
"keywords": [
|
||||
"Settings",
|
||||
"config",
|
||||
"configuration",
|
||||
"ecommerce",
|
||||
"shop",
|
||||
"webshop"
|
||||
],
|
||||
"time": "2016-10-17 15:23:39"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"sylius/settings-bundle": 15
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ use Sylius\Bundle\ThemeBundle\Settings\ThemeSettingsSchemaProviderInterface;
|
|||
use Sylius\Component\Registry\ServiceRegistryInterface;
|
||||
|
||||
/**
|
||||
* @require Sylius\Bundle\SettingsBundle\Manager\SettingsManagerInterface
|
||||
*
|
||||
* @author Kamil Kokot <kamil.kokot@lakion.com>
|
||||
*/
|
||||
final class ThemeSettingsManagerSpec extends ObjectBehavior
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ use Sylius\Bundle\ThemeBundle\Settings\ThemeSettingsSchemaProvider;
|
|||
use Sylius\Bundle\ThemeBundle\Settings\ThemeSettingsSchemaProviderInterface;
|
||||
|
||||
/**
|
||||
* @require Sylius\Bundle\SettingsBundle\Schema\SchemaInterface
|
||||
*
|
||||
* @author Kamil Kokot <kamil.kokot@lakion.com>
|
||||
*/
|
||||
final class ThemeSettingsSchemaProviderSpec extends ObjectBehavior
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ use Sylius\Bundle\ThemeBundle\Settings\ThemeSettingsManagerInterface;
|
|||
use Sylius\Bundle\ThemeBundle\Twig\SettingsExtension;
|
||||
|
||||
/**
|
||||
* @require Sylius\Bundle\SettingsBundle\Manager\SettingsManagerInterface
|
||||
*
|
||||
* @author Kamil Kokot <kamil.kokot@lakion.com>
|
||||
*/
|
||||
final class SettingsExtensionSpec extends ObjectBehavior
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue