Remove sculpin-twig-sort-by-field-bundle

This commit is contained in:
Oliver Davies 2017-07-11 07:42:57 +01:00
parent 37de61c017
commit 2d11d2efc6
3 changed files with 1 additions and 87 deletions

View file

@ -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
];
}
}

View file

@ -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"
},

83
composer.lock generated
View file

@ -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",