Remove sculpin-redirect-bundle
This commit is contained in:
parent
f38bb26489
commit
886fa8d262
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
use Mavimo\Sculpin\Bundle\RedirectBundle\SculpinRedirectBundle;
|
||||
use Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle;
|
||||
use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle;
|
||||
use Opdavies\Sculpin\Bundle\TwigMarkdownBundle\SculpinTwigMarkdownBundle;
|
||||
|
@ -19,7 +18,6 @@ class SculpinKernel extends AbstractKernel
|
|||
return [
|
||||
SculpinContentGeneratorBundle::class,
|
||||
SculpinGistEmbedBundle::class,
|
||||
SculpinRedirectBundle::class,
|
||||
SculpinTwigMarkdownBundle::class,
|
||||
];
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"require": {
|
||||
"php": "^5.5|^7.0",
|
||||
"dflydev/embedded-composer": "^1.0@dev",
|
||||
"mavimo/sculpin-redirect-bundle": "@dev",
|
||||
"opdavies/sculpin-gist-embed-bundle": "^0.1",
|
||||
"opdavies/sculpin-twig-markdown-bundle": "^0.1",
|
||||
"sculpin/sculpin": "^2.1@dev",
|
||||
|
|
49
composer.lock
generated
49
composer.lock
generated
|
@ -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": "14d4305bc07ac752f80466c94c382855",
|
||||
"content-hash": "5d6c88302d555d6776bc87e0f086802a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/ca-bundle",
|
||||
|
@ -895,52 +895,6 @@
|
|||
],
|
||||
"time": "2017-05-16T21:06:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mavimo/sculpin-redirect-bundle",
|
||||
"version": "dev-master",
|
||||
"target-dir": "Mavimo/Sculpin/Bundle/RedirectBundle",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mavimo/sculpin-redirect-bundle.git",
|
||||
"reference": "5c42c401942008de04aa1e1d64161ca105568e2a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mavimo/sculpin-redirect-bundle/zipball/5c42c401942008de04aa1e1d64161ca105568e2a",
|
||||
"reference": "5c42c401942008de04aa1e1d64161ca105568e2a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Mavimo\\Sculpin\\Bundle\\RedirectBundle": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marco Vito Moscaritolo",
|
||||
"email": "marco@mavimo.org",
|
||||
"homepage": "http://www.mavimo.org"
|
||||
}
|
||||
],
|
||||
"description": "Sculpin Redirect Bundle",
|
||||
"homepage": "https://sculpin.io",
|
||||
"keywords": [
|
||||
"blog",
|
||||
"blogging",
|
||||
"redirect",
|
||||
"site",
|
||||
"static"
|
||||
],
|
||||
"time": "2014-01-04 14:40:02"
|
||||
},
|
||||
{
|
||||
"name": "michelf/php-markdown",
|
||||
"version": "1.7.0",
|
||||
|
@ -2874,7 +2828,6 @@
|
|||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"dflydev/embedded-composer": 20,
|
||||
"mavimo/sculpin-redirect-bundle": 20,
|
||||
"sculpin/sculpin": 20,
|
||||
"opdavies/sculpin-content-generator-bundle": 0
|
||||
},
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
layout: default
|
||||
title: Development Terms
|
||||
use: [posts]
|
||||
redirect:
|
||||
- terms-and-conditions/
|
||||
---
|
||||
# Development Terms
|
||||
|
||||
|
|
Reference in a new issue