Merge branch '1.0' into 1.1

* 1.0:
  Do not allow PHP 7.2 builds to fail
  Allow to install Payum 1.5.* and PayumBundle 2.3.*
  [Translations] Updated translations from Crowdin
This commit is contained in:
Kamil Kokot 2018-01-10 14:45:31 +01:00
commit 68da29b6a8
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89
4 changed files with 478 additions and 149 deletions

View file

@ -56,7 +56,6 @@ matrix:
packages:
- parallel
allow_failures:
- php: 7.2
- env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="4.0.*"

View file

@ -40,7 +40,6 @@
"jms/serializer-bundle": "^2.0",
"knplabs/knp-gaufrette-bundle": "^0.3",
"knplabs/knp-menu-bundle": "^2.1",
"league/uri": "^4.2.2",
"liip/imagine-bundle": "^1.9.1",
"ocramius/proxy-manager": "^2.1",
"payum/payum": "^1.4",

618
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": "909701444d1adf36067345d0c460b86c",
"content-hash": "e0079ff33f0a4e00ac029565b894875c",
"packages": [
{
"name": "behat/transliterator",
@ -928,20 +928,20 @@
},
{
"name": "doctrine/inflector",
"version": "v1.2.0",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
"shasum": ""
},
"require": {
"php": "^7.0"
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
@ -949,7 +949,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
"dev-master": "1.3.x-dev"
}
},
"autoload": {
@ -991,7 +991,7 @@
"singularize",
"string"
],
"time": "2017-07-22T12:18:28+00:00"
"time": "2018-01-09T20:05:19+00:00"
},
{
"name": "doctrine/instantiator",
@ -2104,68 +2104,6 @@
],
"time": "2014-01-12T16:20:24+00:00"
},
{
"name": "jeremykendall/php-domain-parser",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/jeremykendall/php-domain-parser.git",
"reference": "896e7e70f02bd4fd77190052799bc61e4d779672"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672",
"reference": "896e7e70f02bd4fd77190052799bc61e4d779672",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"jeremykendall/debug-die": "0.0.1.*",
"mikey179/vfsstream": "~1.4",
"phpunit/phpunit": "~4.4"
},
"bin": [
"bin/parse",
"bin/update-psl"
],
"type": "library",
"autoload": {
"psr-0": {
"Pdp\\": "src/"
},
"files": [
"src/pdp-parse-url.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Kendall",
"homepage": "http://about.me/jeremykendall",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
}
],
"description": "Public Suffix List based URL parsing implemented in PHP.",
"homepage": "https://github.com/jeremykendall/php-domain-parser",
"keywords": [
"Public Suffix List",
"domain parsing",
"url parsing"
],
"time": "2015-03-30T12:49:45+00:00"
},
{
"name": "jms/metadata",
"version": "1.6.0",
@ -2684,35 +2622,429 @@
},
{
"name": "league/uri",
"version": "4.2.2",
"version": "5.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
"reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3"
"reference": "872194ac1ca5e51fbb9e0e5ba4d27f91aa783e82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/a2e73bad7e60c3bc61b649680fb8b46876e342e3",
"reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/872194ac1ca5e51fbb9e0e5ba4d27f91aa783e82",
"reference": "872194ac1ca5e51fbb9e0e5ba4d27f91aa783e82",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"jeremykendall/php-domain-parser": "^3.0",
"php": ">=5.5.9",
"league/uri-components": "^1.5.0",
"league/uri-hostname-parser": "^1.0.4",
"league/uri-interfaces": "^1.0",
"league/uri-manipulations": "^1.3",
"league/uri-parser": "^1.3.0",
"league/uri-schemes": "^1.1.1",
"php": ">=7.0.13",
"psr/http-message": "^1.0"
},
"type": "metapackage",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
"homepage": "http://uri.thephpleague.com",
"keywords": [
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"middleware",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
"uri",
"url",
"ws"
],
"time": "2017-12-01T13:36:42+00:00"
},
{
"name": "league/uri-components",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-components.git",
"reference": "0af9cff1302a431cf404b3a1a8ac3febab642d8f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-components/zipball/0af9cff1302a431cf404b3a1a8ac3febab642d8f",
"reference": "0af9cff1302a431cf404b3a1a8ac3febab642d8f",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"league/uri-hostname-parser": "^1.0.4",
"php": ">=7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.9",
"phpunit/phpunit": "^4.0",
"zendframework/zend-diactoros": "^1.3"
"friendsofphp/php-cs-fixer": "^2.3",
"phpstan/phpstan": "^0.9.0",
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2.x-dev"
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI components manipulation library",
"homepage": "http://uri.thephpleague.com",
"keywords": [
"authority",
"components",
"fragment",
"host",
"path",
"port",
"query",
"rfc3986",
"scheme",
"uri",
"url",
"userinfo"
],
"time": "2017-12-05T11:49:24+00:00"
},
{
"name": "league/uri-hostname-parser",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-hostname-parser.git",
"reference": "c475caaa1f0bcc88853a85e0b9f65544685a8164"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-hostname-parser/zipball/c475caaa1f0bcc88853a85e0b9f65544685a8164",
"reference": "c475caaa1f0bcc88853a85e0b9f65544685a8164",
"shasum": ""
},
"require": {
"ext-intl": "*",
"php": ">=7.0",
"psr/simple-cache": "^1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.7",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^6.3"
},
"suggest": {
"ext-curl": "To use the bundle cURL HTTP client",
"psr/simple-cache-implementation": "To enable using other cache providers"
},
"bin": [
"bin/update-psl-icann-section"
],
"type": "library",
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Kendall",
"homepage": "http://about.me/jeremykendall",
"role": "Developer"
},
{
"name": "Ignace Nyamagana Butera",
"homepage": "http://nyamsprod.com",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/phpleague/uri-hostname-parser/graphs/contributors"
}
],
"description": "ICANN base hostname parsing implemented in PHP.",
"homepage": "https://github.com/thephphleague/uri-hostname-parser",
"keywords": [
"Public Suffix List",
"domain parsing",
"icann"
],
"time": "2017-11-30T16:52:23+00:00"
},
{
"name": "league/uri-interfaces",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "dcc0be58e8b35a726274249e5eee053be1a56b66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/dcc0be58e8b35a726274249e5eee053be1a56b66",
"reference": "dcc0be58e8b35a726274249e5eee053be1a56b66",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\Interfaces\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "Common interface for URI representation",
"homepage": "http://github.com/thephpleague/uri-interfaces",
"keywords": [
"rfc3986",
"rfc3987",
"uri",
"url"
],
"time": "2017-01-04T08:02:42+00:00"
},
{
"name": "league/uri-manipulations",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-manipulations.git",
"reference": "e8ad43a956234a78763cc44fa16ddebeb1f4fbf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-manipulations/zipball/e8ad43a956234a78763cc44fa16ddebeb1f4fbf4",
"reference": "e8ad43a956234a78763cc44fa16ddebeb1f4fbf4",
"shasum": ""
},
"require": {
"league/uri-components": "^1.4.1",
"league/uri-interfaces": "^1.0",
"php": ">=7.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"guzzlehttp/psr7": "^1.2",
"league/uri-schemes": "^1.0",
"phpunit/phpunit": "^6.0",
"zendframework/zend-diactoros": "1.4.0"
},
"suggest": {
"league/uri-schemes": "Allow manipulating URI objects"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
"homepage": "http://url.thephpleague.com",
"keywords": [
"formatter",
"manipulation",
"manipulations",
"middlewares",
"modifiers",
"psr-7",
"references",
"rfc3986",
"rfc3987",
"uri",
"url"
],
"time": "2017-11-24T08:17:41+00:00"
},
{
"name": "league/uri-parser",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-parser.git",
"reference": "f3c99b77f0cba4446dad2eca8c57227fcda0f39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/f3c99b77f0cba4446dad2eca8c57227fcda0f39b",
"reference": "f3c99b77f0cba4446dad2eca8c57227fcda0f39b",
"shasum": ""
},
"require": {
"ext-intl": "*",
"php": ">=7.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^6.0"
},
"suggest": {
"league/uri-schemes": "Allow validating and normalizing URI parsing results"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "userland URI parser RFC 3986 compliant",
"homepage": "https://github.com/thephpleague/uri-parser",
"keywords": [
"parse_url",
"parser",
"rfc3986",
"uri",
"url"
],
"time": "2017-12-01T11:53:01+00:00"
},
{
"name": "league/uri-schemes",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-schemes.git",
"reference": "fd2448689186bfff27a112aa21d82931f4b366c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/fd2448689186bfff27a112aa21d82931f4b366c5",
"reference": "fd2448689186bfff27a112aa21d82931f4b366c5",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"league/uri-interfaces": "^1.0",
"league/uri-parser": "^1.3.0",
"php": ">=7.0.13",
"psr/http-message": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^6.0"
},
"suggest": {
"league/uri-manipulations": "Needed to easily manipulate URI objects"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
@ -2738,6 +3070,7 @@
"homepage": "http://uri.thephpleague.com",
"keywords": [
"data-uri",
"file",
"ftp",
"http",
"https",
@ -2746,9 +3079,10 @@
"rfc3986",
"uri",
"url",
"ws"
"ws",
"wss"
],
"time": "2016-12-12T11:36:42+00:00"
"time": "2017-12-01T12:05:37+00:00"
},
{
"name": "liip/imagine-bundle",
@ -3295,22 +3629,22 @@
},
{
"name": "payum/payum",
"version": "1.4.3",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/Payum/Payum.git",
"reference": "f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb"
"reference": "ce4bed89584634b7ef36c4bbd8b87f7a04034371"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Payum/Payum/zipball/f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb",
"reference": "f4d690bc83cd86352ff6d9f6d4dab0f9ae700aeb",
"url": "https://api.github.com/repos/Payum/Payum/zipball/ce4bed89584634b7ef36c4bbd8b87f7a04034371",
"reference": "ce4bed89584634b7ef36c4bbd8b87f7a04034371",
"shasum": ""
},
"require": {
"league/uri": "~4.0",
"league/uri": "^5.0",
"payum/iso4217": "~1.0",
"php": "^5.5.0|^7.0",
"php": "^7.0",
"php-http/client-implementation": "^1.0",
"php-http/message": "^1.0",
"twig/twig": "~1.0|~2.0"
@ -3339,38 +3673,30 @@
"ext-soap": "*",
"fp/klarna-invoice": "0.1.*",
"klarna/checkout": "~1|~2.0",
"omnipay/dummy": "~2.0",
"omnipay/common": "^3@dev",
"omnipay/dummy": "^3@alpha",
"paypal/rest-api-sdk-php": "0.5.*",
"payum/omnipay-bridge": "^1",
"payum/omnipay-v3-bridge": "^1@alpha",
"php-http/guzzle6-adapter": "^1.1.1",
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "^5.7",
"propel/propel1": "~1.7",
"psr/log": "~1.0",
"sofort/sofortlib-php": "^3.0",
"stripe/stripe-php": "~2.0|~3.0",
"symfony/dependency-injection": "~2.8|~3.0",
"symfony/form": "~2.8|~3.0",
"symfony/http-foundation": "~2.8|~3.0",
"symfony/http-kernel": "~2.8|~3.0",
"symfony/phpunit-bridge": "~2.8|~3.0",
"symfony/routing": "~2.8|~3.0",
"symfony/templating": "~2.8|~3.0",
"symfony/validator": "~2.8|~3.0",
"symfony/dependency-injection": "^3.1|^4.0",
"symfony/form": "^3.1|^4.0",
"symfony/http-foundation": "^3.1|^4.0",
"symfony/http-kernel": "^3.1|^4.0",
"symfony/phpunit-bridge": "^3.1|^4.0",
"symfony/routing": "^3.1|^4.0",
"symfony/templating": "^3.1|^4.0",
"symfony/validator": "^3.1|^4.0",
"zendframework/zend-db": "~2"
},
"suggest": {
"authorizenet/authorizenet": "^1 If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library",
"defuse/php-encryption": "^2 If you want to encrypt gateways credentials in database",
"fp/klarna-invoice": "^0.1 If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library",
"klarna/checkout": "^1|^2 If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library",
"paypal/rest-api-sdk-php": "^0.5 If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library",
"sofort/sofortlib-php": "^3 If you want to use Sofort install sofort/sofortlib-php:^3.0 library",
"stripe/stripe-php": "^3|^4 If you want to use Stripe install stripe/stripe-php:~2.0|~3.0 library"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
"dev-master": "1.5-dev"
}
},
"autoload": {
@ -3393,11 +3719,11 @@
},
{
"name": "Payum project",
"homepage": "http://payum.org/"
"homepage": "https://payum.forma-pro.com/"
}
],
"description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.",
"homepage": "http://payum.org",
"description": "One million downloads of Payum already! Payum offers everything you need to work with payments. Friendly for all PHP frameworks (Symfony, Laravel, Zend, Yii, Silex). Check more visiting site.",
"homepage": "https://payum.forma-pro.com",
"keywords": [
"authorize.net",
"be2bill",
@ -3418,28 +3744,29 @@
"stripe.js",
"withdrawal"
],
"time": "2017-09-01T08:23:52+00:00"
"time": "2018-01-09T21:00:40+00:00"
},
{
"name": "payum/payum-bundle",
"version": "2.2.1",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/Payum/PayumBundle.git",
"reference": "fd930cb9516c8a5f19b4eeae35c8e37eea77ce11"
"reference": "a740640dae94839518b84815ffe9713311dd60d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Payum/PayumBundle/zipball/fd930cb9516c8a5f19b4eeae35c8e37eea77ce11",
"reference": "fd930cb9516c8a5f19b4eeae35c8e37eea77ce11",
"url": "https://api.github.com/repos/Payum/PayumBundle/zipball/a740640dae94839518b84815ffe9713311dd60d9",
"reference": "a740640dae94839518b84815ffe9713311dd60d9",
"shasum": ""
},
"require": {
"payum/core": "^1.4",
"php": "^5.5.0|^7.0",
"symfony/form": "~2.8|~3.0",
"symfony/framework-bundle": "~2.8|~3.0",
"symfony/validator": "~2.8|~3.0"
"payum/core": "^1.5",
"php": "^7.0",
"symfony/form": "^3.1|^4",
"symfony/framework-bundle": "^3.1|^4",
"symfony/security-csrf": "^3.1|^4",
"symfony/validator": "^3.1|^4"
},
"require-dev": {
"defuse/php-encryption": "^2",
@ -3449,24 +3776,21 @@
"ext-soap": "*",
"fp/klarna-invoice": "0.1.*",
"klarna/checkout": "~1|~2.0",
"omnipay/dummy": "~2.0",
"omnipay/paypal": "~2.0",
"omnipay/stripe": "~2.0",
"omnipay/common": "^3@dev",
"omnipay/dummy": "^3@alpha",
"omnipay/paypal": "^3@dev",
"paypal/rest-api-sdk-php": "0.5.*",
"payum/jms-payment-bridge": "^1@dev",
"payum/omnipay-bridge": "^1@dev",
"payum/payum": "^1.4@dev",
"payum/omnipay-v3-bridge": "^1@alpha",
"payum/payum": "^1.5@dev",
"php-http/guzzle6-adapter": "^1",
"phpunit/phpunit": "~4.0",
"sonata-project/admin-bundle": "^3",
"phpunit/phpunit": "^5.7",
"stripe/stripe-php": "~1.0",
"symfony/browser-kit": "~2.8|~3.0",
"symfony/class-loader": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
"symfony/phpunit-bridge": "~2.8|~3.0",
"symfony/security-acl": "~2.8|~3.0",
"symfony/twig-bundle": "^2.8|^3",
"twig/twig": "~1.16|~2.0"
"symfony/browser-kit": "^3.1|^4",
"symfony/expression-language": "^3.1|^4",
"symfony/phpunit-bridge": "^3.1|^4",
"symfony/templating": "^3.1|^4",
"symfony/twig-bundle": "^3.1|^4",
"twig/twig": "^1.16|^2.0"
},
"suggest": {
"sonata-project/admin-bundle": "^3 If you want to configure payments in the backend."
@ -3474,7 +3798,7 @@
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
"dev-master": "2.3-dev"
}
},
"autoload": {
@ -3497,11 +3821,11 @@
},
{
"name": "Payum project",
"homepage": "http://payum.org/"
"homepage": "https://payum.forma-pro.com/"
}
],
"description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more",
"homepage": "http://payum.org",
"description": "One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.",
"homepage": "https://payum.forma-pro.com/",
"keywords": [
"authorize.net",
"be2bill",
@ -3520,7 +3844,7 @@
"stripe.js",
"symfony"
],
"time": "2017-08-02T07:32:51+00:00"
"time": "2018-01-09T21:09:36+00:00"
},
{
"name": "php-http/guzzle6-adapter",
@ -5344,16 +5668,16 @@
},
{
"name": "symfony/symfony",
"version": "v3.4.2",
"version": "v3.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/symfony.git",
"reference": "29961b693fa2157a3f349d1a801f9f8742be4e03"
"reference": "21abeae69baf64d689b04ca33663b4354be1a226"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/symfony/zipball/29961b693fa2157a3f349d1a801f9f8742be4e03",
"reference": "29961b693fa2157a3f349d1a801f9f8742be4e03",
"url": "https://api.github.com/repos/symfony/symfony/zipball/21abeae69baf64d689b04ca33663b4354be1a226",
"reference": "21abeae69baf64d689b04ca33663b4354be1a226",
"shasum": ""
},
"require": {
@ -5495,7 +5819,7 @@
"keywords": [
"framework"
],
"time": "2017-12-15T02:05:35+00:00"
"time": "2018-01-05T08:33:31+00:00"
},
{
"name": "twig/extensions",

View file

@ -8,10 +8,17 @@ sylius:
complete_error: 'הזמנתכם לא נשלחה עקב בעיה לא צפויה. אנא נסו לבצע שוב את ההזמנה.'
contact:
request_success: 'בקשתכם להתקשרות נשלחה בהצלחה.'
request_error: 'אירעה בעיה בעת שליחת הבקשה ליצירת קשר. נא נסה שוב מאוחר יותר.'
customer:
add_address: 'הכתובת נוספה בהצלחה.'
impersonate: 'התחזתם ללקוח %name% בהצלחה.'
set_address_as_default: 'כתובת הוגדרה כברירת מחדל.'
order:
apply_state_machine_transition_error: 'אירעה בעיה לא צפויה עם עדכון הזמנה. אנא, נסה לעדכן את ההזמנה שוב.'
promotion_integrity: 'תוקפו של מבצע %promotionName% פג.'
total_integrity: 'סך ההזמנה שלך השתנה, אנא בדקו את הההזמנה ואשרו אותה שוב.'
update_error: 'אירעה בעיה לא צפויה עם עדכון מוצר. אנא, נסה לעדכן את המוצר שוב.'
payment:
apply_state_machine_transition_error: 'אירעה בעיה לא צפויה עם עדכון תשלום. אנא, נסה לעדכן את התשלום שוב.'
product:
out_of_stock: 'נשארו רק %quantity% יחידות של מוצר זה במלאי.'