Skip to content

Commit

Permalink
current state#
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricMaxxx committed Jan 23, 2018
1 parent 8160553 commit 4d94103
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 266 deletions.
1 change: 1 addition & 0 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function registerBundles()
new Symfony\Cmf\Bundle\ResourceBundle\CmfResourceBundle(),
new Symfony\Cmf\Bundle\ResourceRestBundle\CmfResourceRestBundle(),
new Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\CmfSonataPhpcrAdminIntegrationBundle(),
new \Symfony\Cmf\Bundle\GrapesjsBundle\CmfGrapesjsBundle(),

// language switcher
new Lunetics\LocaleBundle\LuneticsLocaleBundle(),
Expand Down
Binary file added app/app.sqlite
Binary file not shown.
1 change: 1 addition & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ twig:
exception_controller: 'FOS\RestBundle\Controller\ExceptionController::showAction'
form_themes:
- '@CmfTreeBrowser/Form/fields.html.twig'
- '@CmfGrapesjs/Form/fields.html.twig'

# Assetic Configuration
assetic:
Expand Down
2 changes: 1 addition & 1 deletion bin/symfony_requirements
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

require_once dirname(__FILE__).'/../var/SymfonyRequirements.php';
require_once dirname(__FILE__).'/./SymfonyRequirements.php';

$lineSize = 70;
$symfonyRequirements = new SymfonyRequirements();
Expand Down
26 changes: 20 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@
"autoload-dev": {
"psr-4": { "Tests\\": "tests/" }
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/symfony-cmf/grapesjs-bundle.git"
}
],
"require": {
"php": "^5.6|^7.0",
"symfony/symfony": "^3.3",
"php": "^7.1",
"symfony/symfony": "^3.4",
"symfony/assetic-bundle": "^2.8",
"symfony/swiftmailer-bundle": "^2.3.10",
"symfony/monolog-bundle": "^3.0.2",
Expand All @@ -31,7 +37,7 @@
"symfony-cmf/seo-bundle": "^2.0",
"symfony-cmf/routing": "^2.0",
"symfony-cmf/routing-auto-bundle": "^2.0",
"symfony-cmf/sonata-phpcr-admin-integration-bundle": "^1.0",
"symfony-cmf/sonata-phpcr-admin-integration-bundle": "dev-try_grapesjs",

"jackalope/jackalope-doctrine-dbal": "1.2.*",
"jackalope/jackalope-jackrabbit": "1.2.*",
Expand All @@ -42,14 +48,20 @@

"sonata-project/cache-bundle": "^2.1",
"sonata-project/translation-bundle": "2.1.0",
"sonata-project/doctrine-phpcr-admin-bundle": "^2.0",

"jms/serializer-bundle": "^1.1",
"friendsofsymfony/rest-bundle": "~1.7",
"eko/feedbundle": "^1.2.7",
"lunetics/locale-bundle": "^2.5",
"burgov/key-value-form-bundle": "^1.4",
"egeloen/ckeditor-bundle": "^4.0"
"egeloen/ckeditor-bundle": "^4.0",
"sonata-project/core-bundle": "^3.6",
"sonata-project/admin-bundle": "^3.30",
"sonata-project/block-bundle": "^3.9",
"sonata-project/doctrine-phpcr-admin-bundle": "^2.1",
"symfony/polyfill-php70": "^1.6",
"twig/twig": "^1.35",
"symfony-cmf/grapesjs-bundle": "^1.0@dev"
},
"require-dev": {
"sensio/generator-bundle": "^3.0",
Expand Down Expand Up @@ -90,5 +102,7 @@
"branch-alias": {
"dev-master": "2.0-dev"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 4d94103

Please sign in to comment.