From 2d11d2efc6e9bf642488054389f987b0c85d13b4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 11 Jul 2017 07:42:57 +0100 Subject: [PATCH] Remove sculpin-twig-sort-by-field-bundle --- app/SculpinKernel.php | 4 --- composer.json | 1 - composer.lock | 83 +------------------------------------------ 3 files changed, 1 insertion(+), 87 deletions(-) diff --git a/app/SculpinKernel.php b/app/SculpinKernel.php index b90165d6..d2956b0a 100644 --- a/app/SculpinKernel.php +++ b/app/SculpinKernel.php @@ -4,9 +4,7 @@ use Mavimo\Sculpin\Bundle\RedirectBundle\SculpinRedirectBundle; use Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle; use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle; use Opdavies\Sculpin\Bundle\TwigMarkdownBundle\SculpinTwigMarkdownBundle; -use Opdavies\Sculpin\Bundle\TwigSortByFieldBundle\SculpinTwigSortByFieldBundle; use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel; -use Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle; /** * Class SculpinKernel @@ -22,9 +20,7 @@ class SculpinKernel extends AbstractKernel SculpinContentGeneratorBundle::class, SculpinGistEmbedBundle::class, SculpinRedirectBundle::class, - SculpinRelatedPostsBundle::class, SculpinTwigMarkdownBundle::class, - SculpinTwigSortByFieldBundle::class ]; } } diff --git a/composer.json b/composer.json index a5a726be..5c94bf16 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,6 @@ "opdavies/sculpin-content-generator-bundle": "@stable", "opdavies/sculpin-gist-embed-bundle": "^0.1", "opdavies/sculpin-twig-markdown-bundle": "^0.1", - "opdavies/sculpin-twig-sort-by-field-bundle": "^1.0", "sculpin/sculpin": "^2.1@dev", "tsphethean/sculpin-related-posts-bundle": "~0.1.0" }, diff --git a/composer.lock b/composer.lock index f9237eec..3e3a8975 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "07647295865a5f602f8121fef18afc29", + "content-hash": "96643db882c54f7e5ba29e54a743ec98", "packages": [ { "name": "behat/behat", @@ -1888,48 +1888,6 @@ ], "time": "2017-03-18T10:39:19+00:00" }, - { - "name": "opdavies/sculpin-twig-sort-by-field-bundle", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/opdavies/sculpin-twig-sort-by-field-bundle.git", - "reference": "30f1bfec6d66487c4b43ce21965446b536f11964" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/opdavies/sculpin-twig-sort-by-field-bundle/zipball/30f1bfec6d66487c4b43ce21965446b536f11964", - "reference": "30f1bfec6d66487c4b43ce21965446b536f11964", - "shasum": "" - }, - "require": { - "snilius/twig-sort-by-field": "^0.1" - }, - "suggest": { - "sculpin/sculpin": "@stable" - }, - "type": "library", - "autoload": { - "psr-4": { - "Opdavies\\Sculpin\\Bundle\\TwigSortByFieldBundle\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Oliver Davies", - "email": "oliver@oliverdavies.uk", - "homepage": "https://www.oliverdavies.uk" - } - ], - "keywords": [ - "sculpin" - ], - "time": "2017-03-05T22:18:05+00:00" - }, { "name": "psr/http-message", "version": "1.0.1", @@ -2471,45 +2429,6 @@ ], "time": "2015-10-13T18:44:15+00:00" }, - { - "name": "snilius/twig-sort-by-field", - "version": "v0.1.5", - "source": { - "type": "git", - "url": "https://github.com/victorhaggqvist/Twig-sort-by-field.git", - "reference": "6d02c6d49f93d78526e24ecf8999d322f291aa44" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/victorhaggqvist/Twig-sort-by-field/zipball/6d02c6d49f93d78526e24ecf8999d322f291aa44", - "reference": "6d02c6d49f93d78526e24ecf8999d322f291aa44", - "shasum": "" - }, - "require-dev": { - "doctrine/collections": "^1.3", - "php": ">=5.5.9", - "phpunit/phpunit": "~4.5", - "twig/extensions": "~1.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "Snilius\\Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Victor Häggqvist", - "email": "victor@snilius.com" - } - ], - "description": "A Twig Extension filter to sort an array of entries (objects or arrays) by the specified field", - "time": "2016-01-27T00:29:51+00:00" - }, { "name": "symfony/browser-kit", "version": "v3.1.5",