forked from Setono/SyliusCatalogPromotionPlugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
608908d
commit 52e0998
Showing
14 changed files
with
140 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
tests/Application/config/sylius/1.11/packages/swiftmailer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
swiftmailer: | ||
url: '%env(MAILER_URL)%' | ||
disable_delivery: true | ||
logging: true | ||
spool: | ||
type: file | ||
path: "%kernel.cache_dir%/spool" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"dependencies": { | ||
"@babel/polyfill": "^7.0.0", | ||
"chart.js": "^3.7.1", | ||
"jquery": "^3.5.0", | ||
"jquery.dirtyforms": "^2.0.0", | ||
"lightbox2": "^2.9.0", | ||
"semantic-ui-css": "^2.2.0", | ||
"slick-carousel": "^1.8.1" | ||
}, | ||
"devDependencies": { | ||
"@symfony/webpack-encore": "^1.6.1", | ||
"babel-core": "^6.26.3", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-module-resolver": "^3.1.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-register": "^6.26.0", | ||
"dedent": "^0.7.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-import-resolver-babel-module": "^4.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"merge-stream": "^1.0.0", | ||
"sass": "^1.39.2", | ||
"sass-loader": "^12.1.0" | ||
}, | ||
"scripts": { | ||
"dev": "yarn encore dev", | ||
"watch": "yarn encore dev --watch", | ||
"prod": "yarn encore prod", | ||
"lint": "yarn lint:js", | ||
"lint:js": "eslint gulpfile.babel.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Sylius/Sylius.git" | ||
}, | ||
"author": "Paweł Jędrzejewski", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"dependencies": { | ||
"@babel/polyfill": "^7.0.0", | ||
"chart.js": "^3.7.1", | ||
"jquery": "^3.5.0", | ||
"jquery.dirtyforms": "^2.0.0", | ||
"lightbox2": "^2.9.0", | ||
"semantic-ui-css": "^2.2.0", | ||
"slick-carousel": "^1.8.1" | ||
}, | ||
"devDependencies": { | ||
"@symfony/webpack-encore": "^1.6.1", | ||
"babel-core": "^6.26.3", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-module-resolver": "^3.1.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-register": "^6.26.0", | ||
"dedent": "^0.7.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-import-resolver-babel-module": "^4.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"merge-stream": "^1.0.0", | ||
"sass": "^1.39.2", | ||
"sass-loader": "^12.1.0" | ||
}, | ||
"scripts": { | ||
"dev": "yarn encore dev", | ||
"watch": "yarn encore dev --watch", | ||
"prod": "yarn encore prod", | ||
"lint": "yarn lint:js", | ||
"lint:js": "eslint gulpfile.babel.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Sylius/Sylius.git" | ||
}, | ||
"author": "Paweł Jędrzejewski", | ||
"license": "MIT" | ||
} |