Skip to content

Commit

Permalink
Merge pull request #1221 from dpfaffenbauer/remove-bc-layer
Browse files Browse the repository at this point in the history
[Pimcore] remove pimcore bc layers
  • Loading branch information
dpfaffenbauer authored Jan 10, 2020
2 parents 3e2fef9 + 98c8b3c commit 5ed3bf5
Show file tree
Hide file tree
Showing 40 changed files with 63 additions and 429 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ tmp/
phpda.html
parameters.yml
var
app/config/config.yml
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
global:
- PIMCORE_ENVIRONMENT=test
- PIMCORE_TEST_DB_DSN="mysql://root@localhost/coreshop_test"
- PIMCORE_VERSION="^6.3.4"
- PIMCORE_VERSION="^6.3.6"
- CORESHOP_TEST=1
- CORESHOP_SUITE=application
- SYMFONY_VERSION="^3.4"
Expand All @@ -36,13 +36,13 @@ matrix:
- sudo: required
php: 7.2
env:
- PIMCORE_VERSION="~6.3.4"
- PIMCORE_VERSION="~6.3.6"
- SYMFONY_VERSION="^4.0"

- sudo: required
php: 7.3
env:
- PIMCORE_VERSION="~6.3.4"
- PIMCORE_VERSION="~6.3.6"
- SYMFONY_VERSION="^4.0"

- sudo: required
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"payum/payum-bundle": "^2.2",
"payum/sofort": "^1.4",
"php-http/guzzle6-adapter": "^2.0",
"pimcore/pimcore": "^6.3.4",
"pimcore/pimcore": "^6.3.6",
"rinvex/countries": "^6.0",
"stof/doctrine-extensions-bundle": "^1.2",
"webmozart/assert": "^1.2"
Expand Down
5 changes: 0 additions & 5 deletions etc/_config/config_5.yml

This file was deleted.

167 changes: 0 additions & 167 deletions etc/_config/system.template.php

This file was deleted.

167 changes: 0 additions & 167 deletions etc/_config/system.template.yml

This file was deleted.

8 changes: 0 additions & 8 deletions etc/_setup/install
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,8 @@ mysql -e "CREATE DATABASE coreshop_test CHARSET=utf8mb4;"
#########
##########################################################################################
mkdir -p $CS_HOME/var/config
cp $CS_HOME/etc/_config/system.template.php var/config/system.php
cp app/config/parameters.example.yml app/config/parameters.yml

if [[ "$PIMCORE_VERSION" == "~5.8" ]];
then
cp $CS_HOME/etc/_config/config_5.yml app/config/config.yml
else
cp $CS_HOME/etc/_config/config_6.yml app/config/config.yml
fi


##########################################################################################
#########
Expand Down
Loading

0 comments on commit 5ed3bf5

Please sign in to comment.